Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31707 - gnome-base/nautilus-2.4.1 failed.
Summary: gnome-base/nautilus-2.4.1 failed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-21 14:08 UTC by Martin Klaffenboeck
Modified: 2003-10-22 02:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2003-10-21 14:08:31 UTC
maybe a missing dependency?

martin root # emerge -u nautilus
Calculating dependencies ...done!
>>> emerge (1 of 1) gnome-base/nautilus-2.4.1 to /
>>> md5 src_uri ;-) nautilus-2.4.1.tar.bz2
>>> Unpacking source...
>>> Unpacking nautilus-2.4.1.tar.bz2 to /var/tmp/portage/nautilus-2.4.1/work
 * Applying nautilus-2-x-printers.patch...                                [ ok
]/usr/sbin/ebuild.sh: line 64: autoheader-2.57: command not found
 
!!! ERROR: gnome-base/nautilus-2.4.1 failed.
!!! Function src_unpack, Line 64, Exitcode 127
!!! (no error message)
 


Reproducible: Always
Steps to Reproduce:
Comment 1 Scott Taylor (RETIRED) gentoo-dev 2003-10-21 14:15:33 UTC
This is one of the many ebuilds that does not look for the "a" in the version
number. If you do a "ln -s /usr/bin/autoheader-2.57a /usr/bin/autoheader-2.57"
it'll build. Either programs should be more forgiving of the filename in
looking for the automake version, or automake should just make such links...
But this is not an uncommon happening after the automake-2.57a release came
out.
Comment 2 Stephane Loeuillet 2003-10-21 14:15:58 UTC
bad :

# nasteh
WANT_AUTOMAKE_2_5=1 autoheader-2.57 || die

better :

WANT_AUTOCONF_2.5=1 autoheader || die
Comment 3 foser (RETIRED) gentoo-dev 2003-10-22 02:05:39 UTC
got fixed minutes after the commit, resync and try again