Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 159241

Summary: emerge of mail-client/mail-notification-4.0_rc2 fails
Product: Gentoo Linux Reporter: Fred Krogh <fkrogh>
Component: New packagesAssignee: Tom Martin (RETIRED) <slarti>
Status: VERIFIED TEST-REQUEST    
Severity: normal CC: dpblnt, jdaluz, net-mail+disabled
Priority: High    
Version: 2006.1   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fred Krogh 2006-12-27 14:21:27 UTC
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.
Comment 1 Jose daLuz 2006-12-27 17:03:58 UTC
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). 
Comment 2 Vincent 2006-12-27 21:26:44 UTC
i have the same problem
Comment 3 Josip Lazic 2006-12-28 07:18:13 UTC
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 :)
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2006-12-28 08:21:31 UTC
Should be fixed in CVS. Please sync in few hours and give 4.0_rc2 a go.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-12-28 13:56:07 UTC
*** Bug 159307 has been marked as a duplicate of this bug. ***
Comment 6 Jose daLuz 2006-12-29 04:22:02 UTC
Thanks, the update works for me.
Comment 7 Andrej Kacian (RETIRED) gentoo-dev 2007-01-01 11:33:04 UTC
Closing, thanks everyone.