Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657414 - [RAP] bootstrap_prefix.sh fails when emerging sys-devel/libtool-2.4.6-r5
Summary: [RAP] bootstrap_prefix.sh fails when emerging sys-devel/libtool-2.4.6-r5
Status: RESOLVED DUPLICATE of bug 655414
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-05 17:52 UTC by Kalon Mills
Modified: 2018-06-11 12:46 UTC (History)
1 user (show)

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


Attachments
Last 1000 lines of stage3.log (stage3.log.trunc,75.70 KB, text/plain)
2018-06-05 17:52 UTC, Kalon Mills
Details
Last 1000 lines of stage3.log (Arch) (stage3.log,80.52 KB, text/plain)
2018-06-07 00:23 UTC, Joey Chagnon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kalon Mills 2018-06-05 17:52:59 UTC
Created attachment 534984 [details]
Last 1000 lines of stage3.log

I recently tried to bootstrap prefix on a CentOS 7 machine.  It failed when trying to emerge sys-devel/libtool-2.4.6-r5.  Here is the relevent error:


* Running eautoreconf in '/home/user/gprefix/var/tmp/portage/sys-devel/libtool-2.4.6-r5/work/libtool-2.4.6/libltdl' ...
 * ERROR: sys-devel/libtool-2.4.6-r5::gentoo failed (prepare phase):
 *   Cannot find the latest automake! Tried 1.16.1:1.16 1.15.1:1.15
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_prepare
 *   environment, line 2520:  Called eautoreconf
 *   environment, line  905:  Called _elibtoolize '--auto-ltdl' '--install' '--copy' '--force'
 *   environment, line  313:  Called autotools_run_tool 'true' '--install' '--copy' '--force' '--ltdl' '--automake'
 *   environment, line  593:  Called autotools_env_setup
 *   environment, line  546:  Called die
 * The specific snippet of code:
 *           [[ ${WANT_AUTOMAKE} == "latest" ]] && die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE[*]}";


${EPREFIX}/var/db/pkg/sys-devel/automake-1.16.1-r1 does exist and was emerged as part of stage 3. So I think that means it should be detected, but I'm sort of out of my league here.  Let me know if there is more info that would be useful.
Comment 1 Joey Chagnon 2018-06-07 00:23:10 UTC
Created attachment 535168 [details]
Last 1000 lines of stage3.log (Arch)
Comment 2 Fabian Groffen gentoo-dev 2018-06-07 07:00:04 UTC
I recently synced this eclass, so non-RAP users might start to hit this problem too.
Comment 3 Benda Xu gentoo-dev 2018-06-08 20:41:28 UTC
@Fabian, all the linux profiles are by default RAP. We don't need this tag anymore. The "Linux" tag already means it.
Comment 4 Fabian Groffen gentoo-dev 2018-06-11 11:20:45 UTC
confirming on non-RAP
Comment 5 Fabian Groffen gentoo-dev 2018-06-11 12:46:29 UTC

*** This bug has been marked as a duplicate of bug 655414 ***