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.
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?
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