www-client/firefox-132.0.2: after starting emerge compilation stops at some point after the following two errors: error: linking with `/var/tmp/portage/www-client/firefox-132.0.2/work/firefox-132.0.2/build/cargo-linker` failed: exit status: 1 error: could not compile `proc-macro2` (build script) due to 1 previous error Reproducible: Always Steps to Reproduce: 1.emerge -av =www-client/firefox-132.0.2 2.compilation starts normally 3.compilation stops after while with Expected Results: firefox should be emerged and compiled with rust
Created attachment 911627 [details] output of emerge --info
in order to diagnose further, we will need the build.log attached, compressed - ideally the whole thing, but at least a substantial chunk from the front and the bottom it does appear from the emerge --info output that you haven't depcleaned in a long time, so you have some old toolchain components in use, maybe this is related
At the very least, that binutils version doesn't support DT_RELR which 23.0 profiles use.
Removed all binutils with version < 2.42 and also recompiled glibc . Then the error disappeared, compilation went through. Thanks a lot!
No problem. Please do depclean after world upgrades!