!jngDrdMgndWibPCYsR:nixos.org

Nix PHP

71 Members
A room for PHP developers running on Nix22 Servers

Load older messages


SenderMessageTime
26 Dec 2024
@drupol:matrix.orgPol=> https://github.com/composer/composer/pull/12090/files19:57:05
@piotrkwiecinski:matrix.orgpiotrkwiecinskiI cannot believe the first version was PRed in Aug. Time flies..20:15:39
@drupol:matrix.orgPolyeah... I kinda forgot about this thing. Fortunately now there's a reproducer that the Composer team can reproduce easily.20:23:27
@drupol:matrix.orgPolThe good news is that the issue doesn't come from the Nix builder.20:26:46
@drupol:matrix.orgPolIt comes from Composer itself.20:26:54
31 Dec 2024
@phaer:matrix.orgphaer changed their display name from phaer (8650 at 38c3) to phaer.19:24:10
12 Jan 2025
@drupol:matrix.orgPolI'm looking for some people to test this thing: https://gist.github.com/drupol/002efef91422afa37ca7b05aa48f5e0c21:21:57
@drupol:matrix.orgPolIf you could send me the result (if any), it would be great21:22:24
@drupol:matrix.orgPol piotrkwiecinski and I are having different results on this, I would like to have more feedback 21:22:42
@drupol:matrix.orgPolJust tested on a server:21:25:45
@drupol:matrix.orgPolimage.png
Download image.png
21:25:51
@drupol:matrix.orgPolGoing to test on another one21:26:26
@drupol:matrix.orgPolI can reproduce it indeed there21:28:59
@drupol:matrix.orgPolimage.png
Download image.png
21:29:15
@ma27:nicht-so.sexyma27 Pol this is the output I get on my laptop: https://gist.github.com/Ma27/21a597f842bed3cdf5035470171828a9 21:32:15
@drupol:matrix.orgPolThank you, can you please leave it there, I'm going to use it as a proof in a comment I'm writing now.21:32:48
@ma27:nicht-so.sexyma27sure21:33:12
@drupol:matrix.orgPolPosted here: https://github.com/composer/composer/pull/12263#issuecomment-258592683021:41:19
16 Jan 2025
@phaer:matrix.orgphaer There's https://discourse.nixos.org/t/nixpkgs-update-notifier-subscribe-to-nixpkgs-update-build-errors/52554 A matrix bot which pings you for failed bot updates14:25:30
19 Jan 2025
@piotrkwiecinski:matrix.orgpiotrkwiecinskiI tried to update datadog_trace extension unfortunately i'm stuck on: race.ver -o .libs/ddtrace.so > impure path `//build/source/components-rs/.libs/mock_php.o' used in link > collect2: error: ld returned 1 exit status > make: *** [Makefile:454: ddtrace.la] Error 1 For full logs, run 'nix log /nix/store/79fjs71wzhr716cxqq3wx60498r56mv7-php-ddtrace-1.6.3.drv'. Does anyone know how to go about it?17:08:52
@piotrkwiecinski:matrix.orgpiotrkwiecinskiI suspect it's because of // in the path //build/source/components-rs but I may be wrong18:07:06
@piotrkwiecinski:matrix.orgpiotrkwiecinski
 gcc -shared  components/container_id/.libs/container_id.o components/log/.libs/log.o components/sapi/.libs/sapi.o components/string_view/.libs/string_view.o zend_abstract_interface/interceptor/php8/.libs/interceptor.o zend_abstract_interface/interceptor/php8/.libs/resolver.o zend_abstract_interface/jit_utils/.libs/jit_blacklist.o zend_abstract_interface/sandbox/php8/.libs/sandbox.o zend_abstract_interface/config/.libs/config.o zend_abstract_interface/config/.libs/config_decode.o zend_abstract_interface/config/.libs/config_ini.o zend_abstract_interface/config/.libs/config_runtime.o zend_abstract_interface/env/.libs/env.o zend_abstract_interface/exceptions/.libs/exceptions.o zend_abstract_interface/headers/.libs/headers.o zend_abstract_interface/hook/.libs/hook.o zend_abstract_interface/json/.libs/json.o zend_abstract_interface/symbols/.libs/lookup.o zend_abstract_interface/symbols/.libs/call.o zend_abstract_interface/uri_normalization/.libs/uri_normalization.o zend_abstract_interface/zai_string/.libs/string.o ext/vendor/mpack/.libs/mpack.o ext/vendor/mt19937/.libs/mt19937-64.o src/dogstatsd/.libs/client.o ext/.libs/handlers_curl.o ext/hook/.libs/uhook_attributes.o ext/.libs/handlers_fiber.o ext/.libs/ddtrace.o ext/.libs/agent_info.o ext/.libs/asm_event.o ext/.libs/arrays.o ext/.libs/auto_flush.o ext/.libs/autoload_php_files.o ext/.libs/collect_backtrace.o ext/.libs/comms_php.o ext/.libs/compat_string.o ext/.libs/coms.o ext/.libs/configuration.o ext/.libs/ddshared.o ext/.libs/distributed_tracing_headers.o ext/.libs/dogstatsd.o ext/.libs/dogstatsd_client.o ext/.libs/engine_api.o ext/.libs/engine_hooks.o ext/.libs/exception_serialize.o ext/.libs/excluded_modules.o ext/.libs/git.o ext/.libs/handlers_api.o ext/.libs/handlers_exception.o ext/.libs/handlers_internal.o ext/.libs/handlers_kafka.o ext/.libs/handlers_pcntl.o ext/.libs/handlers_signal.o ext/integrations/.libs/exec_integration.o ext/integrations/.libs/integrations.o ext/.libs/ip_extraction.o ext/.libs/standalone_limiter.o ext/.libs/live_debugger.o ext/.libs/logging.o ext/limiter/.libs/limiter.o ext/.libs/memory_limit.o ext/.libs/otel_config.o ext/priority_sampling/.libs/priority_sampling.o ext/.libs/profiling.o ext/.libs/random.o ext/.libs/remote_config.o ext/.libs/serializer.o ext/.libs/sidecar.o ext/.libs/signals.o ext/.libs/span.o ext/.libs/startup_logging.o ext/.libs/telemetry.o ext/.libs/threads.o ext/tracer_tag_propagation/.libs/tracer_tag_propagation.o ext/.libs/user_request.o ext/hook/.libs/uhook.o ext/hook/.libs/uhook_legacy.o //build/source/components-rs/.libs/mock_php.o  -lcurl -lm /build/source/target/tracer-release/libddtrace_php.a -lrt  -pthread -Wl,--undefined-version -Wl,-soname -Wl,ddtrace.so -Wl,-version-script -Wl,.libs/ddtrace.ver -o .libs/ddtrace.so
impure path `//build/source/components-rs/.libs/mock_php.o' used in link
18:08:06
@piotrkwiecinski:matrix.orgpiotrkwiecinskiI think it's caused by https://github.com/DataDog/dd-trace-php/blob/master/config.m4#L377-L379 but I'm not sure how to properly fix it18:10:07
@drupol:matrix.orgPolNo clue on this mate21:17:22
@drupol:matrix.orgPolHave you seen this btw? https://github.com/NixOS/nixpkgs/issues/37362621:18:01
@piotrkwiecinski:matrix.orgpiotrkwiecinskiYes and I was able to reproduce it with the provider repo. Running composer install by hand installs directories as expected21:59:24
20 Jan 2025
@drupol:matrix.orgPol piotrkwiecinski: The issue with composer is fixed, it was something on our side... 12:21:39
@drupol:matrix.orgPol=> https://github.com/NixOS/nixpkgs/pull/37530612:21:53
@piotrkwiecinski:matrix.orgpiotrkwiecinskioops :)12:22:53
@piotrkwiecinski:matrix.orgpiotrkwiecinskidoes it affect hashes again?12:23:37

Show newer messages


Back to Room ListRoom Version: 6