Trying to compile mozilla-1.7.11 or firefox-1.0.6-r5 results in a compilation error message. Use flags are: [ebuild U ] www-client/mozilla-1.7.11 [1.7.10-r1] +crypt -debug +gnome +ipv6 +java +ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail -moznoxft +mozsvg -postgres +ssl +truetype +xinerama +xprint 0 kB [ebuild U ] www-client/mozilla-firefox-1.0.6-r5 [1.0.6-r2] -debug +gnome +ipv6 +java -mozcalendar -mozdevelop -moznoxft +mozsvg +truetype +xinerama +xprint 0 kB Reproducible: Always Steps to Reproduce: 1.emerge -v mozilla 2.emerge -v mozilla-firefox 3. Actual Results: x86_64-pc-linux-gnu-g++ -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\" -fno-rtti -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=athlon64 -pipe -Wno-deprecated -Wno-return-type -w -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O2 -fPIC -shared -Wl,-h -Wl,libxpcom_compat_c.so -o libxpcom_compat_c.so nsXPCOMObsolete.o nsRegistry.o -L../../../dist/bin -lxpcom -L../../../dist/bin -L/var/tmp/portage/mozilla-1.7.11/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -L../../../dist/lib -lxpcom_compat -Wl,--version-script -Wl,../../../build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic -ldl -lm chmod +x libxpcom_compat_c.so strip libxpcom_compat_c.so /var/tmp/portage/mozilla-1.7.11/work/mozilla/config/nsinstall -R -m 755 libxpcom_compat_c.so ../../../dist/gre/components ../../../dist/bin/elf-dynstr-gc ../../../dist/gre/components/libxpcom_compat_c.so Only 32bit ELF files supported gmake[3]: *** [libs] Error 1 gmake[3]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/obsolete/component' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/obsolete' gmake[1]: *** [tier_2] Error 2 gmake[1]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla' make: *** [default] Error 2 Expected Results: The software must compile without critical errors Make.conf: CFLAGS="-march=athlon64 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" PKGDIR="/usr/portage/packages" ACCEPT_KEYWORDS="amd64" FEATURES="ccache" USE="3ds X aalib acpi aac acl alsa arts artworkextra avi apm audiofile asm bash-completion bonobo bzlib bzip2 calendar cdparanoia cdr cups curl curlwrappers dga divx4linux doc dvd dvdread directfb encode esd edl evo exif fam fbcon ffmpeg flac foomaticdb ftp font-server gcj gb gdbm ggi gif gimpprint graphviz gnokii gnome gnomedb gpm gstreamer gtk gtk2 gtkhtml glut guile gnutls hal howl imagemagick imlib ipv6 ithreads jabber java javascript jikes jit joystick jpeg jpeg2k kde kdexdeltas latex kdeenablefinal lcms ldap libcaca libgda libwww live lzo mad mikmod mime mmap mmx mng motif mozilla mozsvg mpeg msn nas network ncurses nls nntp nptl nptlonly offensive openal opengl oggvorbis oss pam pcre pdflib perl php png pnp posix ppds qt quicktime real readline rtc ruby samba sdl shared sharedmem slang simplexml slp sms sockets spell spl ssl svg szip speex sndfile tcltk tetex tiff truetype trusted threads tga theora usb userlocales videos wifi win32codecs wmf wxwindows xine xinerama xml xml2 xmms xscreensaver xpm xprint xlib xvid xvmc zlib" GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo" CCACHE_SIZE="2G" LINGUAS="es" PORT_LOGDIR="/var/log/portage" #PORTAGE_NICENESS="-5" VIDEO_CARDS="radeon" ALSA_CARDS="emu10k1"
It looks like a duplicate of bug 95297. Are you using correct profile?
(In reply to comment #1) > It looks like a duplicate of bug 95297. Are you using correct profile? Yeah, that's why we want emerge --info, not your make.conf.
(In reply to comment #0) > Trying to compile mozilla-1.7.11 or firefox-1.0.6-r5 results in a compilation > error message. > Use flags are: > > [ebuild U ] www-client/mozilla-1.7.11 [1.7.10-r1] +crypt -debug +gnome +ipv6 > +java +ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail > -moznoxft +mozsvg -postgres +ssl +truetype +xinerama +xprint 0 kB > > [ebuild U ] www-client/mozilla-firefox-1.0.6-r5 [1.0.6-r2] -debug +gnome > +ipv6 +java -mozcalendar -mozdevelop -moznoxft +mozsvg +truetype +xinerama > +xprint 0 kB > > > > Reproducible: Always > Steps to Reproduce: > 1.emerge -v mozilla > 2.emerge -v mozilla-firefox > 3. > > Actual Results: > x86_64-pc-linux-gnu-g++ -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" > -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\" -fno-rtti > -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align > -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor > -Wno-long-long -march=athlon64 -pipe -Wno-deprecated -Wno-return-type -w > -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O2 -fPIC > -shared -Wl,-h -Wl,libxpcom_compat_c.so -o libxpcom_compat_c.so > nsXPCOMObsolete.o nsRegistry.o -L../../../dist/bin -lxpcom > -L../../../dist/bin -L/var/tmp/portage/mozilla-1.7.11/work/mozilla/dist/lib > -lplds4 -lplc4 -lnspr4 -lpthread -ldl -L../../../dist/lib -lxpcom_compat > -Wl,--version-script > -Wl,../../../build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic > -ldl -lm > chmod +x libxpcom_compat_c.so > strip libxpcom_compat_c.so > /var/tmp/portage/mozilla-1.7.11/work/mozilla/config/nsinstall -R -m 755 > libxpcom_compat_c.so ../../../dist/gre/components > ../../../dist/bin/elf-dynstr-gc ../../../dist/gre/components/libxpcom_compat_c.so > Only 32bit ELF files supported > gmake[3]: *** [libs] Error 1 > gmake[3]: Leaving directory > `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/obsolete/component' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/obsolete' > gmake[1]: *** [tier_2] Error 2 > gmake[1]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla' > make: *** [default] Error 2 > > > Expected Results: > The software must compile without critical errors > > Make.conf: > > CFLAGS="-march=athlon64 -O2 -pipe" > CHOST="x86_64-pc-linux-gnu" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j2" > PORTDIR="/usr/portage" > PORTDIR_OVERLAY="/usr/local/portage" > PKGDIR="/usr/portage/packages" > ACCEPT_KEYWORDS="amd64" > FEATURES="ccache" > USE="3ds X aalib acpi aac acl alsa arts artworkextra avi apm audiofile asm > bash-completion bonobo bzlib bzip2 calendar cdparanoia cdr cups curl > curlwrappers dga divx4linux doc dvd dvdread directfb encode esd edl evo > exif fam fbcon ffmpeg flac foomaticdb ftp font-server gcj gb gdbm ggi gif > gimpprint graphviz gnokii gnome gnomedb gpm gstreamer > gtk gtk2 gtkhtml glut guile gnutls hal howl imagemagick imlib ipv6 ithreads > jabber java javascript jikes jit > joystick jpeg jpeg2k kde kdexdeltas latex kdeenablefinal lcms ldap libcaca > libgda libwww live lzo mad mikmod mime > mmap mmx mng motif mozilla mozsvg mpeg msn nas network ncurses nls nntp > nptl nptlonly offensive openal opengl oggvorbis oss pam > pcre pdflib perl php png pnp posix ppds qt quicktime real readline rtc ruby > samba sdl shared sharedmem slang simplexml slp > sms sockets spell spl ssl svg szip speex sndfile tcltk tetex tiff truetype > trusted threads tga theora > usb userlocales videos wifi win32codecs wmf wxwindows xine xinerama xml > xml2 xmms xscreensaver xpm xprint xlib xvid xvmc zlib" > > GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ > ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ > http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ > http://distro.ibiblio.org/pub/Linux/distributions/gentoo" > CCACHE_SIZE="2G" > LINGUAS="es" > PORT_LOGDIR="/var/log/portage" > #PORTAGE_NICENESS="-5" > VIDEO_CARDS="radeon" > ALSA_CARDS="emu10k1" (In reply to comment #0) > Trying to compile mozilla-1.7.11 or firefox-1.0.6-r5 results in a compilation > error message. > Use flags are: > > [ebuild U ] www-client/mozilla-1.7.11 [1.7.10-r1] +crypt -debug +gnome +ipv6 > +java +ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail > -moznoxft +mozsvg -postgres +ssl +truetype +xinerama +xprint 0 kB > > [ebuild U ] www-client/mozilla-firefox-1.0.6-r5 [1.0.6-r2] -debug +gnome > +ipv6 +java -mozcalendar -mozdevelop -moznoxft +mozsvg +truetype +xinerama > +xprint 0 kB > > > > Reproducible: Always > Steps to Reproduce: > 1.emerge -v mozilla > 2.emerge -v mozilla-firefox > 3. > > Actual Results: > x86_64-pc-linux-gnu-g++ -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" > -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\" -fno-rtti > -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align > -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor > -Wno-long-long -march=athlon64 -pipe -Wno-deprecated -Wno-return-type -w > -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O2 -fPIC > -shared -Wl,-h -Wl,libxpcom_compat_c.so -o libxpcom_compat_c.so > nsXPCOMObsolete.o nsRegistry.o -L../../../dist/bin -lxpcom > -L../../../dist/bin -L/var/tmp/portage/mozilla-1.7.11/work/mozilla/dist/lib > -lplds4 -lplc4 -lnspr4 -lpthread -ldl -L../../../dist/lib -lxpcom_compat > -Wl,--version-script > -Wl,../../../build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic > -ldl -lm > chmod +x libxpcom_compat_c.so > strip libxpcom_compat_c.so > /var/tmp/portage/mozilla-1.7.11/work/mozilla/config/nsinstall -R -m 755 > libxpcom_compat_c.so ../../../dist/gre/components > ../../../dist/bin/elf-dynstr-gc ../../../dist/gre/components/libxpcom_compat_c.so > Only 32bit ELF files supported > gmake[3]: *** [libs] Error 1 > gmake[3]: Leaving directory > `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/obsolete/component' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/var/tmp/portage/mozilla-1.7.11/work/mozilla/xpcom/obsolete' > gmake[1]: *** [tier_2] Error 2 > gmake[1]: Leaving directory `/var/tmp/portage/mozilla-1.7.11/work/mozilla' > make: *** [default] Error 2 > > > Expected Results: > The software must compile without critical errors > > Make.conf: > > CFLAGS="-march=athlon64 -O2 -pipe" > CHOST="x86_64-pc-linux-gnu" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j2" > PORTDIR="/usr/portage" > PORTDIR_OVERLAY="/usr/local/portage" > PKGDIR="/usr/portage/packages" > ACCEPT_KEYWORDS="amd64" > FEATURES="ccache" > USE="3ds X aalib acpi aac acl alsa arts artworkextra avi apm audiofile asm > bash-completion bonobo bzlib bzip2 calendar cdparanoia cdr cups curl > curlwrappers dga divx4linux doc dvd dvdread directfb encode esd edl evo > exif fam fbcon ffmpeg flac foomaticdb ftp font-server gcj gb gdbm ggi gif > gimpprint graphviz gnokii gnome gnomedb gpm gstreamer > gtk gtk2 gtkhtml glut guile gnutls hal howl imagemagick imlib ipv6 ithreads > jabber java javascript jikes jit > joystick jpeg jpeg2k kde kdexdeltas latex kdeenablefinal lcms ldap libcaca > libgda libwww live lzo mad mikmod mime > mmap mmx mng motif mozilla mozsvg mpeg msn nas network ncurses nls nntp > nptl nptlonly offensive openal opengl oggvorbis oss pam > pcre pdflib perl php png pnp posix ppds qt quicktime real readline rtc ruby > samba sdl shared sharedmem slang simplexml slp > sms sockets spell spl ssl svg szip speex sndfile tcltk tetex tiff truetype > trusted threads tga theora > usb userlocales videos wifi win32codecs wmf wxwindows xine xinerama xml > xml2 xmms xscreensaver xpm xprint xlib xvid xvmc zlib" > > GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ > ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ > http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ > http://distro.ibiblio.org/pub/Linux/distributions/gentoo" > CCACHE_SIZE="2G" > LINGUAS="es" > PORT_LOGDIR="/var/log/portage" > #PORTAGE_NICENESS="-5" > VIDEO_CARDS="radeon" > ALSA_CARDS="emu10k1"
Ok bug solved its my own fault i haven't linked correctly with the correct profile
Reopen to mark invalid.
INVALID
.