26 Dec 2024 |
Pol | => https://github.com/composer/composer/pull/12090/files | 19:57:05 |
piotrkwiecinski | I cannot believe the first version was PRed in Aug. Time flies.. | 20:15:39 |
Pol | yeah... I kinda forgot about this thing. Fortunately now there's a reproducer that the Composer team can reproduce easily. | 20:23:27 |
Pol | The good news is that the issue doesn't come from the Nix builder. | 20:26:46 |
Pol | It comes from Composer itself. | 20:26:54 |
31 Dec 2024 |
| phaer changed their display name from phaer (8650 at 38c3) to phaer. | 19:24:10 |
12 Jan 2025 |
Pol | I'm looking for some people to test this thing: https://gist.github.com/drupol/002efef91422afa37ca7b05aa48f5e0c | 21:21:57 |
Pol | If you could send me the result (if any), it would be great | 21:22:24 |
Pol | piotrkwiecinski and I are having different results on this, I would like to have more feedback | 21:22:42 |
Pol | Just tested on a server: | 21:25:45 |
Pol |  Download image.png | 21:25:51 |
Pol | Going to test on another one | 21:26:26 |
Pol | I can reproduce it indeed there | 21:28:59 |
Pol |  Download image.png | 21:29:15 |
ma27 | Pol this is the output I get on my laptop: https://gist.github.com/Ma27/21a597f842bed3cdf5035470171828a9 | 21:32:15 |
Pol | Thank 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 | sure | 21:33:12 |
Pol | Posted here: https://github.com/composer/composer/pull/12263#issuecomment-2585926830 | 21:41:19 |
16 Jan 2025 |
phaer | 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 updates | 14:25:30 |
19 Jan 2025 |
piotrkwiecinski | I 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 | I suspect it's because of // in the path //build/source/components-rs but I may be wrong | 18:07:06 |
piotrkwiecinski | 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 | I 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 it | 18:10:07 |
Pol | No clue on this mate | 21:17:22 |
Pol | Have you seen this btw? https://github.com/NixOS/nixpkgs/issues/373626 | 21:18:01 |
piotrkwiecinski | Yes and I was able to reproduce it with the provider repo. Running composer install by hand installs directories as expected | 21:59:24 |
20 Jan 2025 |
Pol | piotrkwiecinski: The issue with composer is fixed, it was something on our side... | 12:21:39 |
Pol | => https://github.com/NixOS/nixpkgs/pull/375306 | 12:21:53 |
piotrkwiecinski | oops :) | 12:22:53 |
piotrkwiecinski | does it affect hashes again? | 12:23:37 |