Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267815 - mozilla overlay: net-libs/xulrunner-1.9.1_beta4 fails to compile
Summary: mozilla overlay: net-libs/xulrunner-1.9.1_beta4 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 22:22 UTC by Tim Zwicker
Modified: 2009-05-01 22:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Zwicker 2009-04-28 22:22:32 UTC
mozilla overlay: net-libs/xulrunner-1.9.1_beta4 fails to compile at /var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1/security/manager/ssl/src/nsNSSCallbacks.cpp

There are several undeclared tokens, so it's probably a missing header.



Reproducible: Always

Steps to Reproduce:
1. layman -a mozilla
2. Add xulrunner-1.9.1_beta4 and mozilla-firefox-3.5_beta4 to package.keywords
3. Attempt to emerge net-libs/xulrunner-1.9.1_beta4


Actual Results:  
emerge fails at xulrunner

Expected Results:  
emerge should succeed

Here is the error, along with the output of emerge --info:

x86_64-pc-linux-gnu-g++ -o nsNSSComponent.o -c -I../../../../dist/include/system_wrappers -include ../../../../config/gcc_hidden.h -DNSS_ENABLE_ECC -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1 -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -I/usr/include/nss -I. -I. -I../../../../dist/include/nspr -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/necko -I../../../../dist/include/uriloader -I../../../../dist/include/pref -I../../../../dist/include/docshell -I../../../../dist/include/caps -I../../../../dist/include/dom -I../../../../dist/include/intl -I../../../../dist/include/locale -I../../../../dist/include/profile -I../../../../dist/include/windowwatcher -I../../../../dist/include/js -I../../../../dist/include/widget -I../../../../dist/include/layout -I../../../../dist/include/content -I../../../../dist/include/xpconnect -I../../../../dist/include/unicharutil -I../../../../dist/include/pipboot -I../../../../dist/include   -I../../../../dist/include/pipnss -I/usr/include/nspr    -I/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1/dist/sdk/include    -fPIC  -DGENTOO_NSPLUGINS_DIR=\"/usr/lib64/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib64/nsbrowser/plugins\"  -fno-rtti -fno-handle-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -march=athlon64 -pipe -fPIC -Wno-return-type -w -fno-strict-aliasing -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions   -DGENTOO_NSPLUGINS_DIR=\"/usr/lib64/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib64/nsbrowser/plugins\"  -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/nsNSSComponent.pp nsNSSComponent.cpp
nsNSSCallbacks.cpp:1096: error: 'CERT_StringFromCertFcn' does not name a type
nsNSSCallbacks.cpp: In function 'char* MyAlternateOCSPAIAInfoCallback(CERTCertificate*)':
nsNSSCallbacks.cpp:1122: error: 'oldOCSPAIAInfoCallback' was not declared in this scope
nsNSSCallbacks.cpp: In function 'SECStatus RegisterMyOCSPAIAInfoCallback()':
nsNSSCallbacks.cpp:1167: error: 'oldOCSPAIAInfoCallback' was not declared in this scope
nsNSSCallbacks.cpp:1167: error: 'CERT_RegisterAlternateOCSPAIAInfoCallBack' was not declared in this scope
nsNSSCallbacks.cpp: In function 'SECStatus UnregisterMyOCSPAIAInfoCallback()':
nsNSSCallbacks.cpp:1186: error: 'oldOCSPAIAInfoCallback' was not declared in this scope
nsNSSCallbacks.cpp:1187: error: 'CERT_RegisterAlternateOCSPAIAInfoCallBack' was not declared in this scope
gmake[5]: *** [nsNSSCallbacks.o] Error 1
gmake[5]: *** Waiting for unfinished jobs....
gmake[5]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1/security/manager/ssl/src'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1/security/manager/ssl'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1/security/manager'
gmake[2]: *** [libs_tier_toolkit] Error 2
gmake[2]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1'
gmake[1]: *** [tier_toolkit] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/work/mozilla-1.9.1'
make: *** [default] Error 2
 *
 * ERROR: net-libs/xulrunner-1.9.1_beta4 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_compile
 *             environment, line 5149:  Called _eapi2_src_compile
 *               ebuild.sh, line  625:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/temp/environment'.
 * This ebuild is from an overlay named 'mozilla': '/usr/local/portage/layman/mozilla/'
 *
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.13"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info

>>> Failed to emerge net-libs/xulrunner-1.9.1_beta4, Log file:

>>>  '/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/temp/build.log'

 * Messages for package net-libs/xulrunner-1.9.1_beta4:

 *
 * ERROR: net-libs/xulrunner-1.9.1_beta4 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_compile
 *             environment, line 5149:  Called _eapi2_src_compile
 *               ebuild.sh, line  625:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.1_beta4/temp/environment'.
 * This ebuild is from an overlay named 'mozilla': '/usr/local/portage/layman/mozilla/'
 *
athena ~ # emerge --info
Portage 2.1.6.11 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.28-gentoo-r5 x86_64)
=================================================================
System uname: Linux-2.6.28-gentoo-r5-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-glibc2.2.5
Timestamp of tree: Tue, 28 Apr 2009 09:45:01 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="        ftp://ftp.wwc.edu/pub/mirrors/ftp.gentoo.org    http://gentoo.osuosl.org/       http://gentoo.mirrors.pair.com/         ftp://gentoo.mirrors.pair.com/  http://distro.ibiblio.org/pub/linux/distributions/gentoo/       ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/        http://prometheus.cs.wmich.edu/gentoo   ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/    http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/   http://gentoo.chem.wisc.edu/gentoo/     ftp://gentoo.chem.wisc.edu/gentoo/      http://mirror.usu.edu/mirrors/gentoo/   ftp://mirror.usu.edu/mirrors/gentoo/    "
LDFLAGS="-Wl,-O1"
LINGUAS="en es"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise /usr/local/portage/layman/mozilla"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 apache2 arts avi bash-completion berkdb bluetooth branding browserplugin bzip2 cairo cddb cdparanoia cdr cli colordiff cracklib crypt css cups curl dbus decss directfb divx dri dvb dvd dvdr dvdread eds emboss encode enlightenment esd evo fam ffmpeg firefox flac fortran gdbm gif gl gmedia gnome gnome2 gpm gstreamer gtk gtk2 gtkhtml gzip hal iconv id3 id3tag ieee1394 imagemagick imlib2 innodb ipod ipv6 isdnlog java jpeg kde kdeenablefinal lame ldap libnotify libwww lirc mad matroska menu midi mikmod mjpeg mmx mono mozilla mp3 mp4 mpeg mplayer mudflap multilib mysql mythtv ncurses njb nls nptl nptlonly nsplugin nvidia offensive ogg openal opengl openmp pam pcre pdf perl php png ppds pppd pvr python qt3 qt3support qt4 quicktime readline realmedia reflection samba sasl sdk sdl session snmp spell spl sse sse2 ssl startup-notification subversion svg sxlt sysfs tcpd theora thunderbird tiff truetype unicode usb v4l v4l2 vcd vhosts vorbis wifi winbind wma wmp x264 xine xinerama xml xorg xprint xscreensaver xulrunner xv xvid xvmc zip zlib" ALSA_CARDS="intel8x0 emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en es" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Tim Zwicker 2009-04-28 22:23:20 UTC
emerge --info
Portage 2.1.6.11 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.28-gentoo-r5 x86_64)
=================================================================
System uname: Linux-2.6.28-gentoo-r5-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-glibc2.2.5
Timestamp of tree: Tue, 28 Apr 2009 09:45:01 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="        ftp://ftp.wwc.edu/pub/mirrors/ftp.gentoo.org    http://gentoo.osuosl.org/       http://gentoo.mirrors.pair.com/         ftp://gentoo.mirrors.pair.com/  http://distro.ibiblio.org/pub/linux/distributions/gentoo/       ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/        http://prometheus.cs.wmich.edu/gentoo   ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/    http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/   http://gentoo.chem.wisc.edu/gentoo/     ftp://gentoo.chem.wisc.edu/gentoo/      http://mirror.usu.edu/mirrors/gentoo/   ftp://mirror.usu.edu/mirrors/gentoo/    "
LDFLAGS="-Wl,-O1"
LINGUAS="en es"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise /usr/local/portage/layman/mozilla"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 apache2 arts avi bash-completion berkdb bluetooth branding browserplugin bzip2 cairo cddb cdparanoia cdr cli colordiff cracklib crypt css cups curl dbus decss directfb divx dri dvb dvd dvdr dvdread eds emboss encode enlightenment esd evo fam ffmpeg firefox flac fortran gdbm gif gl gmedia gnome gnome2 gpm gstreamer gtk gtk2 gtkhtml gzip hal iconv id3 id3tag ieee1394 imagemagick imlib2 innodb ipod ipv6 isdnlog java jpeg kde kdeenablefinal lame ldap libnotify libwww lirc mad matroska menu midi mikmod mjpeg mmx mono mozilla mp3 mp4 mpeg mplayer mudflap multilib mysql mythtv ncurses njb nls nptl nptlonly nsplugin nvidia offensive ogg openal opengl openmp pam pcre pdf perl php png ppds pppd pvr python qt3 qt3support qt4 quicktime readline realmedia reflection samba sasl sdk sdl session snmp spell spl sse sse2 ssl startup-notification subversion svg sxlt sysfs tcpd theora thunderbird tiff truetype unicode usb v4l v4l2 vcd vhosts vorbis wifi winbind wma wmp x264 xine xinerama xml xorg xprint xscreensaver xulrunner xv xvid xvmc zip zlib" ALSA_CARDS="intel8x0 emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en es" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 2 Tim Zwicker 2009-04-28 23:40:51 UTC
I tried emerging with ACCEPT_KEYWORDS="~amd64" emerge -avut mozilla-firefox and it worked.

Therefore: one of the installed packages is required for xulrunner-1.9.1_beta4 to compile properly and should be added to the ebuild:

(From my emerge.log):

1240957130:  *** emerge --tree --ask --update --verbose mozilla-firefox
1240957167:  >>> emerge (1 of 14) dev-db/sqlite-3.6.13 to /
1240957175:  === (1 of 14) Cleaning (dev-db/sqlite-3.6.13::/usr/portage/dev-db/sqlite/sqlite-3.6.13.ebuild)
1240957175:  === (1 of 14) Compiling/Merging (dev-db/sqlite-3.6.13::/usr/portage/dev-db/sqlite/sqlite-3.6.13.ebuild)
1240957278:  === (1 of 14) Merging (dev-db/sqlite-3.6.13::/usr/portage/dev-db/sqlite/sqlite-3.6.13.ebuild)
1240957285:  === (1 of 14) Post-Build Cleaning (dev-db/sqlite-3.6.13::/usr/portage/dev-db/sqlite/sqlite-3.6.13.ebuild)
1240957285:  ::: completed emerge (1 of 14) dev-db/sqlite-3.6.13 to /
1240957285:  >>> emerge (2 of 14) sys-devel/binutils-2.19.1-r1 to /
1240957287:  === (2 of 14) Cleaning (sys-devel/binutils-2.19.1-r1::/usr/portage/sys-devel/binutils/binutils-2.19.1-r1.ebuild)
1240957287:  === (2 of 14) Compiling/Merging (sys-devel/binutils-2.19.1-r1::/usr/portage/sys-devel/binutils/binutils-2.19.1-r1.ebuild)
1240957620:  === (2 of 14) Merging (sys-devel/binutils-2.19.1-r1::/usr/portage/sys-devel/binutils/binutils-2.19.1-r1.ebuild)
1240957628:  === (2 of 14) Post-Build Cleaning (sys-devel/binutils-2.19.1-r1::/usr/portage/sys-devel/binutils/binutils-2.19.1-r1.ebuild)
1240957628:  ::: completed emerge (2 of 14) sys-devel/binutils-2.19.1-r1 to /
1240957628:  >>> emerge (3 of 14) dev-libs/dbus-glib-0.80 to /
1240957630:  === (3 of 14) Cleaning (dev-libs/dbus-glib-0.80::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.80.ebuild)
1240957630:  === (3 of 14) Compiling/Merging (dev-libs/dbus-glib-0.80::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.80.ebuild)
1240957683:  === (3 of 14) Merging (dev-libs/dbus-glib-0.80::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.80.ebuild)
1240957687:  === (3 of 14) Post-Build Cleaning (dev-libs/dbus-glib-0.80::/usr/portage/dev-libs/dbus-glib/dbus-glib-0.80.ebuild)
1240957687:  ::: completed emerge (3 of 14) dev-libs/dbus-glib-0.80 to /
1240957687:  >>> emerge (4 of 14) app-arch/zip-3.0 to /
1240957688:  === (4 of 14) Cleaning (app-arch/zip-3.0::/usr/portage/app-arch/zip/zip-3.0.ebuild)
1240957688:  === (4 of 14) Compiling/Merging (app-arch/zip-3.0::/usr/portage/app-arch/zip/zip-3.0.ebuild)
1240957710:  === (4 of 14) Merging (app-arch/zip-3.0::/usr/portage/app-arch/zip/zip-3.0.ebuild)
1240957713:  === (4 of 14) Post-Build Cleaning (app-arch/zip-3.0::/usr/portage/app-arch/zip/zip-3.0.ebuild)
1240957713:  ::: completed emerge (4 of 14) app-arch/zip-3.0 to /
1240957713:  >>> emerge (5 of 14) dev-libs/nss-3.12.3 to /
1240957715:  === (5 of 14) Cleaning (dev-libs/nss-3.12.3::/usr/portage/dev-libs/nss/nss-3.12.3.ebuild)
1240957715:  === (5 of 14) Compiling/Merging (dev-libs/nss-3.12.3::/usr/portage/dev-libs/nss/nss-3.12.3.ebuild)
1240957923:  === (5 of 14) Merging (dev-libs/nss-3.12.3::/usr/portage/dev-libs/nss/nss-3.12.3.ebuild)
1240957929:  === (5 of 14) Post-Build Cleaning (dev-libs/nss-3.12.3::/usr/portage/dev-libs/nss/nss-3.12.3.ebuild)
1240957929:  ::: completed emerge (5 of 14) dev-libs/nss-3.12.3 to /
1240957929:  >>> emerge (6 of 14) dev-libs/libIDL-0.8.13 to /
1240957930:  === (6 of 14) Cleaning (dev-libs/libIDL-0.8.13::/usr/portage/dev-libs/libIDL/libIDL-0.8.13.ebuild)
1240957930:  === (6 of 14) Compiling/Merging (dev-libs/libIDL-0.8.13::/usr/portage/dev-libs/libIDL/libIDL-0.8.13.ebuild)
1240957963:  === (6 of 14) Merging (dev-libs/libIDL-0.8.13::/usr/portage/dev-libs/libIDL/libIDL-0.8.13.ebuild)
1240957969:  === (6 of 14) Post-Build Cleaning (dev-libs/libIDL-0.8.13::/usr/portage/dev-libs/libIDL/libIDL-0.8.13.ebuild)
1240957969:  ::: completed emerge (6 of 14) dev-libs/libIDL-0.8.13 to /
1240957969:  >>> emerge (7 of 14) sys-devel/libtool-2.2.6a to /
1240957971:  === (7 of 14) Cleaning (sys-devel/libtool-2.2.6a::/usr/portage/sys-devel/libtool/libtool-2.2.6a.ebuild)
1240957971:  === (7 of 14) Compiling/Merging (sys-devel/libtool-2.2.6a::/usr/portage/sys-devel/libtool/libtool-2.2.6a.ebuild)
1240958031:  === (7 of 14) Merging (sys-devel/libtool-2.2.6a::/usr/portage/sys-devel/libtool/libtool-2.2.6a.ebuild)
1240958036:  === (7 of 14) Post-Build Cleaning (sys-devel/libtool-2.2.6a::/usr/portage/sys-devel/libtool/libtool-2.2.6a.ebuild)
1240958036:  ::: completed emerge (7 of 14) sys-devel/libtool-2.2.6a to /
1240958036:  >>> emerge (8 of 14) gnome-base/gconf-2.26.0 to /
1240958039:  === (8 of 14) Cleaning (gnome-base/gconf-2.26.0::/usr/portage/gnome-base/gconf/gconf-2.26.0.ebuild)
1240958039:  === (8 of 14) Compiling/Merging (gnome-base/gconf-2.26.0::/usr/portage/gnome-base/gconf/gconf-2.26.0.ebuild)
1240958113:  === (8 of 14) Merging (gnome-base/gconf-2.26.0::/usr/portage/gnome-base/gconf/gconf-2.26.0.ebuild)
1240958119:  === (8 of 14) Post-Build Cleaning (gnome-base/gconf-2.26.0::/usr/portage/gnome-base/gconf/gconf-2.26.0.ebuild)
1240958119:  ::: completed emerge (8 of 14) gnome-base/gconf-2.26.0 to /
1240958119:  >>> emerge (9 of 14) x11-libs/xcb-util-0.3.3 to /
1240958120:  === (9 of 14) Cleaning (x11-libs/xcb-util-0.3.3::/usr/portage/x11-libs/xcb-util/xcb-util-0.3.3.ebuild)
1240958120:  === (9 of 14) Compiling/Merging (x11-libs/xcb-util-0.3.3::/usr/portage/x11-libs/xcb-util/xcb-util-0.3.3.ebuild)
1240958158:  === (9 of 14) Merging (x11-libs/xcb-util-0.3.3::/usr/portage/x11-libs/xcb-util/xcb-util-0.3.3.ebuild)
1240958166:  === (9 of 14) Post-Build Cleaning (x11-libs/xcb-util-0.3.3::/usr/portage/x11-libs/xcb-util/xcb-util-0.3.3.ebuild)
1240958166:  ::: completed emerge (9 of 14) x11-libs/xcb-util-0.3.3 to /
1240958166:  >>> emerge (10 of 14) x11-libs/startup-notification-0.10 to /
1240958168:  === (10 of 14) Cleaning (x11-libs/startup-notification-0.10::/usr/portage/x11-libs/startup-notification/startup-notification-0.10.ebuild)
1240958168:  === (10 of 14) Compiling/Merging (x11-libs/startup-notification-0.10::/usr/portage/x11-libs/startup-notification/startup-notification-0.10.ebuild)
1240958191:  === (10 of 14) Merging (x11-libs/startup-notification-0.10::/usr/portage/x11-libs/startup-notification/startup-notification-0.10.ebuild)
1240958194:  === (10 of 14) Post-Build Cleaning (x11-libs/startup-notification-0.10::/usr/portage/x11-libs/startup-notification/startup-notification-0.10.ebuild)
1240958194:  ::: completed emerge (10 of 14) x11-libs/startup-notification-0.10 to /
1240958194:  >>> emerge (11 of 14) x11-libs/pango-1.22.4-r1 to /
1240958196:  === (11 of 14) Cleaning (x11-libs/pango-1.22.4-r1::/usr/portage/x11-libs/pango/pango-1.22.4-r1.ebuild)
1240958196:  === (11 of 14) Compiling/Merging (x11-libs/pango-1.22.4-r1::/usr/portage/x11-libs/pango/pango-1.22.4-r1.ebuild)
1240958332:  === (11 of 14) Merging (x11-libs/pango-1.22.4-r1::/usr/portage/x11-libs/pango/pango-1.22.4-r1.ebuild)
1240958338:  === (11 of 14) Post-Build Cleaning (x11-libs/pango-1.22.4-r1::/usr/portage/x11-libs/pango/pango-1.22.4-r1.ebuild)
1240958338:  ::: completed emerge (11 of 14) x11-libs/pango-1.22.4-r1 to /
1240958338:  >>> emerge (12 of 14) gnome-base/gnome-vfs-2.24.1 to /
1240958339:  === (12 of 14) Cleaning (gnome-base/gnome-vfs-2.24.1::/usr/portage/gnome-base/gnome-vfs/gnome-vfs-2.24.1.ebuild)
1240958339:  === (12 of 14) Compiling/Merging (gnome-base/gnome-vfs-2.24.1::/usr/portage/gnome-base/gnome-vfs/gnome-vfs-2.24.1.ebuild)
1240958524:  === (12 of 14) Merging (gnome-base/gnome-vfs-2.24.1::/usr/portage/gnome-base/gnome-vfs/gnome-vfs-2.24.1.ebuild)
1240958530:  === (12 of 14) Post-Build Cleaning (gnome-base/gnome-vfs-2.24.1::/usr/portage/gnome-base/gnome-vfs/gnome-vfs-2.24.1.ebuild)
1240958530:  ::: completed emerge (12 of 14) gnome-base/gnome-vfs-2.24.1 to /
1240958530:  >>> emerge (13 of 14) net-libs/xulrunner-1.9.1_beta4 to /
1240958533:  === (13 of 14) Cleaning (net-libs/xulrunner-1.9.1_beta4::/usr/local/portage/layman/mozilla/net-libs/xulrunner/xulrunner-1.9.1_beta4.ebuild)
1240958533:  === (13 of 14) Compiling/Merging (net-libs/xulrunner-1.9.1_beta4::/usr/local/portage/layman/mozilla/net-libs/xulrunner/xulrunner-1.9.1_beta4.ebuild)
1240960628:  === (13 of 14) Merging (net-libs/xulrunner-1.9.1_beta4::/usr/local/portage/layman/mozilla/net-libs/xulrunner/xulrunner-1.9.1_beta4.ebuild)
1240960668:  === (13 of 14) Post-Build Cleaning (net-libs/xulrunner-1.9.1_beta4::/usr/local/portage/layman/mozilla/net-libs/xulrunner/xulrunner-1.9.1_beta4.ebuild)
1240960668:  ::: completed emerge (13 of 14) net-libs/xulrunner-1.9.1_beta4 to /
1240960668:  >>> emerge (14 of 14) www-client/mozilla-firefox-3.5_beta4 to /
1240960672:  === (14 of 14) Cleaning (www-client/mozilla-firefox-3.5_beta4::/usr/local/portage/layman/mozilla/www-client/mozilla-firefox/mozilla-firefox-3.5_beta4.ebuild)
1240960672:  === (14 of 14) Compiling/Merging (www-client/mozilla-firefox-3.5_beta4::/usr/local/portage/layman/mozilla/www-client/mozilla-firefox/mozilla-firefox-3.5_beta4.ebuild)
1240960791:  === (14 of 14) Merging (www-client/mozilla-firefox-3.5_beta4::/usr/local/portage/layman/mozilla/www-client/mozilla-firefox/mozilla-firefox-3.5_beta4.ebuild)
1240960799:  === (14 of 14) Post-Build Cleaning (www-client/mozilla-firefox-3.5_beta4::/usr/local/portage/layman/mozilla/www-client/mozilla-firefox/mozilla-firefox-3.5_beta4.ebuild)
1240960799:  ::: completed emerge (14 of 14) www-client/mozilla-firefox-3.5_beta4 to /
1240960799:  *** Finished. Cleaning up...
1240960800:  *** exiting successfully.
1240960808:  *** terminating.
Comment 3 Sebastian Luther (few) 2009-04-29 07:43:12 UTC
Installing dev-libs/nss-3.12.3 (which pulls in dev-libs/nspr-4.7.4) fixes the problem.
Comment 4 Nirbheek Chauhan (RETIRED) gentoo-dev 2009-05-01 22:44:01 UTC
(In reply to comment #3)
> Installing dev-libs/nss-3.12.3 (which pulls in dev-libs/nspr-4.7.4) fixes the
> problem.
> 

Min version bumped up, thanks for reporting :)