This shows what went wrong: =========================== >>> Source unpacked. >>> Compiling source in /var/tmp/portage/mail-client/mail-notification-4.0_rc2 ... find: /var/tmp/portage/mail-client/mail-notification-4.0_rc2/work/mail-notification-4.0_rc2: No such file or directory !!! ERROR: mail-client/mail-notification-4.0_rc2 failed. Call stack: ebuild.sh, line 1580: Called dyn_compile ebuild.sh, line 945: Called src_compile mail-notification-4.0_rc2.ebuild, line 69: Called gnome2_src_compile gnome2.eclass, line 70: Called gnome2_src_configure gnome2.eclass, line 66: Called econf '--enable-ssl' '--enable-sasl' '--enable-ipv6' '--disable-imap' '--enable-pop3' '--disable-gmail' '--disable-evolution' '--with-evolution-source-dir=/usr/include/evolution-' '--disable-sylpheed' '--enable-mozilla' ebuild.sh, line 544: Called die !!! no configure script found ========================= an ls -l of /var/tmp/portage/mail-client/mail-notification-4.0_rc2/work/ gives drwxr-xr-x 10 root root 4096 Dec 27 14:16 mail-notification-4.0-rc2/ so it seems find is not finding what is there. emerge --info on request -- I don't think it is relevant.
Same problem here, but find is looking for mail-notification-4.0_rc2 but the directory is mail-notification-4.0-rc2 (hyphen before rc2, not underscore).
i have the same problem
Dirty solution is... cd /tmp tar xvzf /usr/portage/distfiles/mail-notification-4.0-rc2.tar.gz mv mail-notification-4.0_rc2 mail-notification-4.0-rc2 tar czvf mail-notification-4.0-rc2.tar.gz mail-notification-4.0-rc2/ cp mail-notification-4.0-rc2.tar.gz /usr/portage/distfiles/ cd /usr/portage/mail-client/mail-notification/ ebuild mail-notification-4.0_rc2.ebuild digest emerge mail-notification There is better solution, but this worked for me :)
Should be fixed in CVS. Please sync in few hours and give 4.0_rc2 a go.
*** Bug 159307 has been marked as a duplicate of this bug. ***
Thanks, the update works for me.
Closing, thanks everyone.