Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4394 - new texinfo build breaks stage1 building (second bootstrap)
Summary: new texinfo build breaks stage1 building (second bootstrap)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-01 11:12 UTC by Mark Guertin
Modified: 2002-07-04 11:41 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 Mark Guertin 2002-07-01 11:12:52 UTC
The new texinfo build honors USE="build" correctly in initial bootstrap ok, but
when doing the second bootsrap (without build set), it pulls in things that
cannot be built at this part of bootstrap (requiring g++)

if [ "`use build`" ] ; then
        DEPEND="virtual/glibc"
else
        DEPEND="virtual/glibc
                >=sys-libs/ncurses-5.2-r2
                >=sys-devel/automake-1.6
                nls? ( sys-devel/gettext )"
        RDEPEND="virtual/glibc
                >=sys-libs/ncurses-5.2-r2"
fi


This blocks building stage1 on all arches currently.  Temporary worksaround is I
moved textinfo to bottom of packages.build
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-01 13:12:26 UTC
How so ?  Rather, weird, it worked fine here.

And lastly, just some biatching as I feel like it :P  These days I truely
feel like the firebrigade ... somebody "fixes" something and in the process
breaks things, and I have to come and put out the fires :P
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-01 18:32:00 UTC
Ok, was a problem with 1.2 buildimage and the old gcc && texinfo virtual.  This
caused texinfo not to be compiled during bootstrap, making it work fine this
side.  Needed changes was commited, so should work fine.
Comment 3 Mark Guertin 2002-07-04 11:41:06 UTC
This no longer causes problems, thanks for putting out my fire :)

I will mark this closed