Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73189 - coreutils 5.2.1-r2 fails
Summary: coreutils 5.2.1-r2 fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 73190 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-02 21:43 UTC by elvelind grandin
Modified: 2004-12-03 05:54 UTC (History)
0 users

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 elvelind grandin 2004-12-02 21:43:54 UTC
on a stage 1 install coreutils fails to compile after "Reconfiguring configure scripts"
this is because am-wrapper is trying to find aclocal-1.8 instead of the installed aclocal-1.9

emerging automake 1.8 solves this.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joe McCann (RETIRED) gentoo-dev 2004-12-02 21:49:46 UTC
*** Bug 73190 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2004-12-02 21:58:15 UTC
you neglected to post `emerge info` like the bug report page says to

also, post the error
Comment 3 elvelind grandin 2004-12-03 03:25:53 UTC
Portage 2.0.51-r7 (default-linux/x86/2004.3), gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r1 i686)
=========================================================
System uname: 2.6.9-gentoo-r1 i686 AMD ATHLON(TM) 64 Processor 3200+
Gentoo Base System version 1.6.6
Python: /dev-lang/python-2.3.4 [2.3.4 (#1, Dec 2 2004, 23:17:13)]
dev-lang/python: 2.3.4
sys-devel/autoconf: 2.59-r6, 2.13
sys-devel/automake: 1.8.5-r1, 1.9.3
sys-devel/binutils: 2.15.92.0.2-r1, 2.14.90.0.8-r1
sys/devel/libtool: 1.5.10
virtual/os-headers: 2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -02 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -02 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://mirror.gentoo.no http://mirror.gentoo.se"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp/portage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa berkdb bitmap-fonts doc nls nptl pam python truetype unicode"

with a normal emerge I dont really get any error. just the standard 'an error has occurd'
editing the ebuild and removing the 'send error to dev/null' part and it say am-wrapper: aclocal-1.8 could not be found.
Comment 4 SpanKY gentoo-dev 2004-12-03 05:53:14 UTC
ok ...
Comment 5 SpanKY gentoo-dev 2004-12-03 05:54:03 UTC
sys-devel/automake: 1.8.5-r1, 1.9.3

that is wrong, you need to do `emerge automake-wrapper` to fix your system