Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33836 - coreutils build requires >=automake-1.7.6
Summary: coreutils build requires >=automake-1.7.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 09:41 UTC by Ben Maas
Modified: 2003-11-22 07:27 UTC (History)
3 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 Ben Maas 2003-11-19 09:41:43 UTC
Coreutils is not updating properly on a box that hadn't been booted in several 
months.  It appears that the dependancy for sys-devel/automake should be changed 
to >=sys-devel/automake-1.7.6. 
 
Automake does show up in "emerge system" but after coreutils.  Adding the above 
dependancy fixes the problem. 

Reproducible: Always
Steps to Reproduce:
1. Machine has <automake-1.7.6 
2. emerge coreutils 
Actual Results:  
moria ~ # emerge system 
<snip/> 
Copying file config/mkinstalldirs 
Copying file po/Makefile.in.in 
configure.ac:9: require Automake 1.7.6, but have 1.7.5 
autoreconf-2.57: automake failed with exit status: 1 
 
!!! ERROR: sys-apps/coreutils-5.0.91-r1 failed. 
!!! Function src_compile, Line 99, Exitcode 1 
!!! (no error message) 
 
moria ~ # emerge --info 
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-gentoo-r2) 
================================================================= 
System uname: 2.4.20-gentoo-r2 i686 Pentium II (Deschutes) 
Gentoo Base System version 1.4.3.12 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium2 -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 /var/bind /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config" 
CONFIG_PROTECT_MASK="/usr/X11R6/lib/X11/xkb /etc/gconf /etc/env.d" 
CXXFLAGS="-march=pentium2 -O3 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox ccache autoaddcvs" 
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo 
ftp://mirrors.tds.net/gentoo http://mirrors.tds.net/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" 
USE="oss apm crypt cups encode foomaticdb gif jpeg libg++ ncurses nls spell svga 
xml2 zlib gdbm berkdb slang readline tcltk java guile gpm tcpd pam libwww ssl 
python -3dnow acl acpi -arts -avi apache2 fbcon -gtk imap -imlib innodb -gnome 
-jpg -kde ldap -mad mbox -mikmod -motif -mpeg mysql odbc -oggvorbis -opengl 
-pdflib -png perl pic -qt -quicktime samba -sdl sse -tiff -truetype usb x86 -X -xmms 
-xv" 

Expected Results:  
 

***** BEGIN patch for coreutils-5.0.91-r1.ebuild ***** 
26c26 
<       >=sys-devel/automake-1.7.6 
--- 
>       sys-devel/automake 
***** END patch *****
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-11-19 11:19:10 UTC
in cvs
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2003-11-21 11:28:34 UTC
mholzer, not cool.  This breaks alpha, ppc, hppa and ia64.  You need to be more careful.  Now we have to clean up.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-11-21 11:58:43 UTC
sorry for this, should i made this undone ?
Comment 4 Aron Griffis (RETIRED) gentoo-dev 2003-11-21 14:08:21 UTC
I think we should leave it at this point.  I fixed for alpha and ia64.
hppa and ppc will need to fix it on their own.  However you might want to 
bring their attention to the problem before a user does.. ;-)  I added
them to the cc list but that might not be enough.
Comment 5 Guy Martin (RETIRED) gentoo-dev 2003-11-21 14:18:59 UTC
Fixed on hppa. I think vapier did it when a user told him :)
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-11-21 15:09:43 UTC
i hope bug 24160 gets fixed shortly
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2003-11-22 07:27:43 UTC
Yeah Martin, I agree.  That would have caught this problem.