Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944518 - emerge of www-client/firefox-132.0.2 crashes with
Summary: emerge of www-client/firefox-132.0.2 crashes with
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-23 01:41 UTC by Mark-Joe
Modified: 2024-11-23 16:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output of emerge --info (emerge--info.txt,7.91 KB, text/plain)
2024-11-23 01:42 UTC, Mark-Joe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark-Joe 2024-11-23 01:41:30 UTC
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
Comment 1 Mark-Joe 2024-11-23 01:42:26 UTC
Created attachment 911627 [details]
output of emerge --info
Comment 2 Greg Kubaryk 2024-11-23 02:50:17 UTC
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
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-23 03:29:48 UTC
At the very least, that binutils version doesn't support DT_RELR which 23.0 profiles use.
Comment 4 Mark-Joe 2024-11-23 16:08:25 UTC
Removed all binutils with version < 2.42 and also recompiled glibc . Then the error disappeared, compilation went through. Thanks a lot!
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-23 16:10:05 UTC
No problem. Please do depclean after world upgrades!