Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165787 - sys-apps/coreutils-6.4 fails when building stage1
Summary: sys-apps/coreutils-6.4 fails when building stage1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 16:45 UTC by Chris Gianelloni (RETIRED)
Modified: 2007-02-14 04:13 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 Chris Gianelloni (RETIRED) gentoo-dev 2007-02-07 16:45:15 UTC
I'm getting a failure in building coreutils for a stage1 tarball.

 * Running eautoreconf in '/var/tmp/portage/coreutils-6.4/work/coreutils-6.4' ...
 * Running aclocal -I m4 ...                                              [ !! ]

 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/coreutils-6.4/temp/aclocal-21974.out


!!! ERROR: sys-apps/coreutils-6.4 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_unpack
  ebuild.sh, line 711:   Called src_unpack
  coreutils-6.4.ebuild, line 76:   Called eautoreconf
  autotools.eclass, line 94:   Called eaclocal
  autotools.eclass, line 131:   Called autotools_run_tool 'aclocal' '-I' 'm4'
  autotools.eclass, line 219:   Called die

!!! Failed Running aclocal !
!!! If you need support, post the topmost build error, and the call stack if relevant.

vertigo default # cat stage1-x86-2007.0/var/tmp/portage/coreutils-6.4/temp/aclocal-21974.out
***** aclocal *****

am-wrapper: /usr/bin/aclocal-1.10 is missing or not executable.
            Please try emerging the correct version of automake.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2007-02-07 17:00:41 UTC
OK.  If I move automake/autotools/libtool to before coreutils (and after baselayout) in packages.build, it seems to work.  Would this be a viable solution for this?
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-02-09 22:15:44 UTC
OK.  I moved the autotools stuff higher in the stack and it seems to be working fine now.  If this isn't the optimal solution, feel free to provide a better one and either I can change it or you can yourself.

Thanks