cdlabelgen-3.0.0 ebuild won't install. The installation process hangs right after unpacking the source code. Reproducible: Always Steps to Reproduce: 1.emerge -u cdlabelgen 2. 3. Actual Results: Calculating dependencies ...done! >>> emerge (1 of 1) app-cdr/cdlabelgen-3.0.0 to / >>> md5 src_uri ;-) cdlabelgen-3.0.0.tgz >>> Unpacking source... >>> Unpacking cdlabelgen-3.0.0.tgz to /var/tmp/portage/cdlabelgen-3.0.0/work >>> Source unpacked. And at CTRL-C (waiting 15 mins for process): /usr/portage/app-cdr/cdlabelgen/cdlabelgen-3.0.0.ebuild: src_compile aborted; exiting. Expected Results: Unpack, configure, build, install king root # emerge info Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.2.5-r2,2.3.2-r9, 2.4.22)================================================================= System uname: 2.4.22 i686 AMD Athlon(tm) XP 2200+ Gentoo Base System version 1.4.3.12 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-mcpu=athlon-xp -O3 -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 /opt/resin/conf /opt/tomcat/conf /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="-mcpu=athlon-xp -O3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs sandbox buildpkg ccache distcc userpriv usersandbox fixpackages" GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt cups encode foomaticdb jpeg libg++ mad mpeg ncurses nls pdflib png spell truetype xml2 xmms xv zlib gtkhtml gdbm berkdb slang readline tetex bonobo svga tcltk java guile postgres X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk opengl mozilla ldap cdr scanner alsa doc dvd gd gnome gtk2 hbci ipv6 moznocompose moznoirc moznomail nocardbus pda samba tiff usb -arts -gif -mikmod -quicktime -qt -kde -motif"
Can you try cleaning your temp dir, /var/tmp/portage by default and then try the emerge again...
No change. king root # rm -rf /var/tmp/portage/* king root # rm /usr/portage/distfiles/cdlabelgen-3.0.0.tgz king root # emerge cdlabelgen Calculating dependencies ...done! >>> emerge (1 of 1) app-cdr/cdlabelgen-3.0.0 to / >>> Downloading http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/distfiles/cdlabelgen-3.0.0.tgz --16:02:43-- http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/distfiles/cdlabelgen-3.0.0.tgz => `/usr/portage/distfiles/cdlabelgen-3.0.0.tgz' Resolving mirrors.sec.informatik.tu-darmstadt.de... 141.12.220.13 Connecting to mirrors.sec.informatik.tu-darmstadt.de[141.12.220.13]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 179,216 [application/x-tar] 100%[====================================>] 179,216 95.78K/s 16:02:45 (95.39 KB/s) - `/usr/portage/distfiles/cdlabelgen-3.0.0.tgz' saved [179216/179216] >>> md5 src_uri ;-) cdlabelgen-3.0.0.tgz >>> Unpacking source... >>> Unpacking cdlabelgen-3.0.0.tgz to /var/tmp/portage/cdlabelgen-3.0.0/work >>> Source unpacked. [CTRL-C] Caught signal 2 /usr/portage/app-cdr/cdlabelgen/cdlabelgen-3.0.0.ebuild: src_compile aborted; exiting.
In the ebuild in the sed part there's a blank line that should not be there. It makes sed wait for standard input instead of parsing the makefile, which is in the next line.
damn try it now
Closing.