| Summary: | www-client/firefox-5.0-r1 fails to build: obj-x86_64-unknown-linux-gnu/build/unix/elfhack/elfhack -b test.so; test.so: terminate called after throwing an instance of 'std::runtime_error' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Cyprien Nicolas (fulax) <cyprien> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tommy |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Cyprien Nicolas (fulax)
2011-06-24 15:21:15 UTC
Still occurring with firefox-5.0-r1
I think it could come from the system detection, early during configure:
loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
I can't find anything revelant in /var/tmp/portage/www-client/firefox-5.0-r1/work/mozilla-release/obj-x86_64-unknown-linux-gnu/config.log
This does not occur with xulrunner-5.0_beta5:
loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
=================================================================
Package Settings
=================================================================
www-client/firefox-5.0_beta5 was built with the following:
USE="alsa custom-optimization dbus ipc libnotify startup-notification system-sqlite webm -bindist -debug -wifi"
CFLAGS="-march=i686 -pipe -Wno-return-type -w"
CXXFLAGS="-march=i686 -pipe -Wno-return-type -w"
net-libs/xulrunner-5.0_beta5 was built with the following:
USE="alsa crashreporter custom-optimization dbus ipc libnotify startup-notification system-sqlite webm -debug -gconf -wifi"
CFLAGS="-march=i686 -pipe -Wno-return-type -w -mno-avx"
CXXFLAGS="-march=i686 -pipe -Wno-return-type -w -mno-avx"
This bugs me too, as I build large x86 packages in x86 chroot jail on x86_64 host. A workaround would be very welcome! This is not limited to 32bit userland, i get this on my multilib amd64 system too Can you still produce with fx-7? (In reply to comment #4) > Can you still produce with fx-7? I Can't. firefox-7.0.1-r1 compiled fine. Thank you. Closing bug as fixed. |