Build completes successfully, and fails with the following output: >>> Install pine-4.58-r3 into /var/tmp/portage/pine-4.58-r3/image/ category net-mail !!! ERROR: net-mail/pine-4.58-r3 failed. !!! Function src_install, Line 140, Exitcode 0 !!! (no error message) Reproducible: Always Steps to Reproduce: 1. emerge pine Actual Results: Build progresses, fails with: >>> Install pine-4.58-r3 into /var/tmp/portage/pine-4.58-r3/image/ category net-mail !!! ERROR: net-mail/pine-4.58-r3 failed. !!! Function src_install, Line 140, Exitcode 0 !!! (no error message) Expected Results: Expected result: pine installed. root@misaki neko # emerge --info Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.4.22-gentoo-test-r0) ================================================================= System uname: 2.4.22-gentoo-test-r0 i686 AMD Athlon(tm) XP 3000+ Gentoo Base System version 1.4.3.11 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-mcpu=athlon-xp -O2 -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.2/share/config /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/xdvi/ /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -mcpu=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="sandbox ccache autoaddcvs" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="apm crypt encode foomaticdb libg++ mad mikmod ncurses pdflib spell truetype xml2 xmms zlib directfb gtkhtml aalib bonobo svga tcltk guile gtk gphoto2 cdr bindist xv slang readline gpm berkdb mmx 3dnow gdbm tcpd pam libwww ssl arts perl python esd imlib sdl oggvorbis X gtk gtk2 gnome qt kde motif opengl avi png tiff gif jpeg -postgres mpeg mysql mozilla quicktime samba x86 imap java dvd v4l matroska wxwindows cjk nls ppds cups usb alsa oss xml"
i'm seeing this as well, exact same error (or lack thereof). for reference, my emerge --info is below. note that i also tried compilation with less-aggressive CFLAGS (-march=athlon-tbird -O2 -pipe) with the same error. i've also attached the tail of the output using 'emerge -uv --debug pine' Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.6.0-test9-bk4) ================================================================= System uname: 2.6.0-test9-bk4 i686 AMD Athlon(tm) processor Gentoo Base System version 1.4.3.11 ccache version 2.2 [enabled] ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-tbird -O3 -pipe -fforce-addr -falign-functions=4 -ffast-math" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /opt/tomcat/conf /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-march=athlon-tbird -O3 -pipe -fforce-addr -falign-functions=4 -ffast-math" DISTDIR="/usr/portage/distfiles" FEATURES="ccache autoaddcvs sandbox digest" GENTOO_MIRRORS="http://www.ibiblio.org/gentoo ftp://gentoo.noved.org/ http://adelie.polymtl.ca/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb alsa gdbm berkdb slang readline tetex aalib bonobo svga tcltk java guile mysql X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt motif opengl gphoto2 cdr 3dnow acpi4linux apache2 curl dvd fam fbcon ffmpeg flash gtk2 innodb joystick kerberos krb4 mmx nvidia sasl stencil-buffer ungif usb v4l2 xfs xml xvid -kde -arts -mozilla" + docinto html/tech-notes + '[' html/tech-notes == / ']' + export DOCDESTTREE=html/tech-notes + DOCDESTTREE=html/tech-notes + '[' '!' -d /rumba/tmp/portage/pine-4.58-r3/image/usr/share/doc/pine-4.58-r3/html/tech-notes ']' + install -d /rumba/tmp/portage/pine-4.58-r3/image/usr/share/doc/pine-4.58-r3/html/tech-notes + dohtml -r doc/tech-notes/ + diefunc src_install 140 0 + local funcname=src_install lineno=140 exitcode=0 + shift 3 + echo + echo '!!! ERROR: net-mail/pine-4.58-r3 failed.' !!! ERROR: net-mail/pine-4.58-r3 failed. + echo '!!! Function src_install, Line 140, Exitcode 0' !!! Function src_install, Line 140, Exitcode 0 + echo '!!! (no error message)' !!! (no error message) + echo + exit 1
The source of the problem is 'die' in the last line of src_install in the ebuild. Apparently it was left there after some testing. Remove it, and Pine will install without any problems.
done