Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501802 - sys-devel/binutils-2.24-r1 failed to build during stage3
Summary: sys-devel/binutils-2.24-r1 failed to build during stage3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 Linux
: Normal blocker (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 16:48 UTC by Aleksandr Yakimov
Modified: 2014-02-21 13:08 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 Aleksandr Yakimov 2014-02-19 16:48:34 UTC
faled to bootstrap gentoo prefix

Reproducible: Always

Steps to Reproduce:
./bootstrap-prefix.sh



 * Package:    sys-devel/binutils-2.24-r1
 * Repository: gentoo_prefix
 * USE:        abi_x86_64 amd64 bootstrap elibc_glibc kernel_linux prefix userland_GNU zlib
 * FEATURES:   preserve-libs userpriv usersandbox
>>> Unpacking source...

<=SKIP=>

 * Done with patching
 * Using GNU config files from 
 * Can't read /config.sub, skipping..
 * Can't read /config.guess, skipping..
 * Running elibtoolize in: binutils-2.24/

<=SKIP=>
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make MAKEINFO='echo makeinfo GNU texinfo 4.13' all 
make: *** No rule to make target `makeinfo'.  Stop.
emake failed
 * ERROR: sys-devel/binutils-2.24-r1::gentoo_prefix failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 3048:  Called toolchain-binutils_src_compile
 *   environment, line 3860:  Called die
 * The specific snippet of code:
 *       emake all || die "emake failed";
 *
Comment 1 Fabian Groffen gentoo-dev 2014-02-19 20:23:09 UTC
OK, I can reproduce this with some tricking
Comment 2 Fabian Groffen gentoo-dev 2014-02-19 20:43:18 UTC
I've undone the hack that lead up to this.
Comment 3 Aleksandr Yakimov 2014-02-19 21:12:15 UTC
And how I can bootstrap the system? 
Wait for the new overlay dump?
Comment 4 Fabian Groffen gentoo-dev 2014-02-20 08:43:27 UTC
try with exporting LATEST_TREE_YES=1 in the environment
Comment 5 Aleksandr Yakimov 2014-02-20 18:50:27 UTC
(In reply to Fabian Groffen from comment #4)
> try with exporting LATEST_TREE_YES=1 in the environment

Thanks!
Comment 6 Fabian Groffen gentoo-dev 2014-02-21 13:08:53 UTC
Ok, I bumped the snapshot, thanks for testing!