Bug 159241 - emerge of mail-client/mail-notification-4.0_rc2 fails
Bug#: 159241 Product:  Gentoo Linux Version: 2006.1 Platform: AMD64
OS/Version: Linux Status: CLOSED Severity: normal Priority: P2
Resolution: TEST-REQUEST Assigned To: slarti@gentoo.org Reported By: fkrogh@mathalacarte.com
Component: Ebuilds
URL: 
Summary: emerge of mail-client/mail-notification-4.0_rc2 fails
Keywords:  
Status Whiteboard: 
Opened: 2006-12-27 14:21 0000
Description:   Opened: 2006-12-27 14:21 0000
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 From Jose daLuz 2006-12-27 17:03:58 0000 -------
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 From Vincent 2006-12-27 21:26:44 0000 -------
i have the same problem

------- Comment #3 From Josip Lazic 2006-12-28 07:18:13 0000 -------
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 From Andrej Kacian (RETIRED) 2006-12-28 08:21:31 0000 -------
Should be fixed in CVS. Please sync in few hours and give 4.0_rc2 a go.

------- Comment #5 From Jakub Moc (RETIRED) 2006-12-28 13:56:07 0000 -------
*** Bug 159307 has been marked as a duplicate of this bug. ***

------- Comment #6 From Jose daLuz 2006-12-29 04:22:02 0000 -------
Thanks, the update works for me.

------- Comment #7 From Andrej Kacian (RETIRED) 2007-01-01 11:33:04 0000 -------
Closing, thanks everyone.