* [gentoo-dev] boostrap.sh problem?
@ 2003-07-12 15:54 Grant Goodyear
2003-07-12 16:37 ` [gentoo-dev] Re: [gentoo-core] " Grant Goodyear
0 siblings, 1 reply; 7+ messages in thread
From: Grant Goodyear @ 2003-07-12 15:54 UTC (permalink / raw
To: gentoo-core, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 3800 bytes --]
Dear all,
One of our users, "hunt3r" on #gentoo, is having boostrap fail while
building "sed", which for whatever reason is getting built before
gcc/glibc. You can see his (her? dunno) log at
http://lifeline.sytes.net:8001/emerge.log. Should bootstrap be building
sed? If so, should it build it before gcc and glibc? (I normally
wouldn't post this sort of problem here, but I tend to consider any
failures that our users see during bootstrap to be show-stoppers for our
1.4 release.)
Hmmm, is it possible that his build fails because he has "static" in
USE? I haven't looked at the new bootstrap script very carefully to see
how it filters USE flags.
The specific sed error he's getting is:
10:39 <hunt3r> gcc -mcpu=pentium2 -O2 -pipe -static -o sed sed.o
compile.o
execute.o regex.o fmt.o ../lib/libsed.a
10:39 <hunt3r>
./usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/../../../../i586-pc-lin
ux-gnu/bin/ld: cannot find -lc
10:39 <hunt3r> collect2: ld returned 1 exit status
10:39 <hunt3r> make[2]: *** [sed] Error 1
10:39 <hunt3r> make[2]: Leaving directory
`/var/tmp/portage/sed-4.0.7/work/sed-4.0.7/sed'
10:39 <hunt3r> make[1]: *** [all-recursive] Error 1
10:39 <hunt3r> make[1]: Leaving directory
`/var/tmp/portage/sed-4.0.7/work/sed-4.0.7'
10:39 <hunt3r> make: *** [all] Error 2
10:39 <hunt3r> !!! ERROR: sys-apps/sed-4.0.7 failed.
10:39 <hunt3r> !!! Function src_compile, Line 28, Exitcode 2
10:39 <hunt3r> !!! Static build failed
and his emerge --info is:
10:44 <hunt3r> localhost portage # emerge --info
10:44 <hunt3r> !!! No gcc found. You probably need to 'source
/etc/profile' to
update
10:44 <hunt3r> !!! the environment of this terminal and possibly other
terminals also.
10:44 <hunt3r> Portage 2.0.48-r1 (default-x86-1.4, [unavailable],
glibc-2.3.1-r4)
10:44 <hunt3r>
=================================================================
10:44 <hunt3r> System uname: 2.4.21-0.13mdk i686 Celeron (Mendocino)
10:44 <hunt3r> GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
10:44 <hunt3r> CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
10:44 <hunt3r> CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
10:44 <hunt3r> PORTDIR="/usr/portage"
10:44 <hunt3r> DISTDIR="/usr/portage/distfiles"
10:44 <hunt3r> PKGDIR="/usr/portage/packages"
10:44 <hunt3r> PORTAGE_TMPDIR="/var/tmp"
10:44 <hunt3r> PORTDIR_OVERLAY=""
10:44 <hunt3r> USE="berkdb gdbm gnome mad mikmod nls pdflib quicktime
3dfx
3dnow aalib acl alsa apache2 arts apm atlas avi bonobo
cdr cjk
crypt cups curl dga doc dvd emacs encode ethereal flash
gb gd
ggi gif gpm gps gtk gtk2 gtkhtml guile icc imap imlib
ipv6 jack
java jikes jpeg junit kde kerberos krb4 ladcca lcms ldap
leim
libg++ libgda libwww maildir matrox mcal memlimit mmx
motif
mozilla mpeg mule ncurses odbc oggvorbis opengl oss pam
perl
plotutils
10:44 <hunt3r> sasl scanner sdl slang snmp socks5 spell sse ssl static
svga
tcltk tcpd tetex tiff truetype usb wmf X Xaw3d xml xml2
xmms xv
zlib x86"
10:44 <hunt3r> COMPILER="gcc3"
10:44 <hunt3r> CHOST="i686-pc-linux-gnu"
10:44 <hunt3r> CFLAGS="-mcpu=pentium2 -O2 -pipe"
10:44 <hunt3r> CXXFLAGS="-mcpu=pentium2 -O2 -pipe"
10:44 <hunt3r> ACCEPT_KEYWORDS="x86"
10:44 <hunt3r> MAKEOPTS="-j2"
10:44 <hunt3r> AUTOCLEAN="yes"
10:45 <hunt3r> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
10:45 <hunt3r> FEATURES="sandbox ccache"
--
Grant Goodyear <g2boojum@gentoo.org>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] Re: [gentoo-core] boostrap.sh problem?
2003-07-12 15:54 [gentoo-dev] boostrap.sh problem? Grant Goodyear
@ 2003-07-12 16:37 ` Grant Goodyear
2003-07-12 19:22 ` Daniel Robbins
2003-07-13 5:18 ` Mike Frysinger
0 siblings, 2 replies; 7+ messages in thread
From: Grant Goodyear @ 2003-07-12 16:37 UTC (permalink / raw
To: gentoo-core; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
I asked hunt3r to try bootstrapping again w/o "static" in USE, and so
far it seems to be working for him. Should bootstrap be filtering that
use flag?
-g2boojum-
--
Grant Goodyear <g2boojum@gentoo.org>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] Re: [gentoo-core] boostrap.sh problem?
2003-07-12 16:37 ` [gentoo-dev] Re: [gentoo-core] " Grant Goodyear
@ 2003-07-12 19:22 ` Daniel Robbins
2003-07-12 22:53 ` Mike Frysinger
2003-07-13 5:18 ` Mike Frysinger
1 sibling, 1 reply; 7+ messages in thread
From: Daniel Robbins @ 2003-07-12 19:22 UTC (permalink / raw
To: Grant Goodyear; +Cc: gentoo-core, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
On Sat, Jul 12, 2003 at 12:37:52PM -0400, Grant Goodyear wrote:
> I asked hunt3r to try bootstrapping again w/o "static" in USE, and so
> far it seems to be working for him. Should bootstrap be filtering that
> use flag?
Bootstrap doesn't filter out any use flags. They need to be set correctly.
Best Regards,
--
Daniel Robbins
Chief Architect, Gentoo Linux
http://www.gentoo.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-core] boostrap.sh problem?
2003-07-12 19:22 ` Daniel Robbins
@ 2003-07-12 22:53 ` Mike Frysinger
2003-07-13 2:03 ` Stroller
2003-07-16 2:15 ` Mike Frysinger
0 siblings, 2 replies; 7+ messages in thread
From: Mike Frysinger @ 2003-07-12 22:53 UTC (permalink / raw
To: gentoo-core, gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 12 July 2003 15:22, Daniel Robbins wrote:
> On Sat, Jul 12, 2003 at 12:37:52PM -0400, Grant Goodyear wrote:
> > I asked hunt3r to try bootstrapping again w/o "static" in USE, and so
> > far it seems to be working for him. Should bootstrap be filtering that
> > use flag?
>
> Bootstrap doesn't filter out any use flags. They need to be set correctly.
you cant sit there and say that and then not tell people what will break a
bootstrap ... either the bootstrap process should filter static from USE or
the install docs should be updated with a note that says 'USE=static' will
break bootstrap, please do not use this until you are past stage3
- -mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iQIVAwUBPxCRiUFjO5/oN/WBAQIIlA/+J0fVKcpURuDKVtSz0bob/dgYhFAnqfaT
InboWelfcIHqeyFSOc4N2GaYJmdL9XvIDu0YjIUBnBR7cFlR0YHWvcYbTvmwnoDa
Fg4gJHw/RohaXxgpEanfBD0J9qfSbySwW/9yzJUFSyFD2evK2TlT4q1BnA4LueGB
39sGNU3XldnJsrEmZ5HGVZXPfQJxFh43lfG7MCp3zYIiW4Q/9LyNU+JH0xccWvhm
FhVLkh9anUPUbSkoqPNbAw11V7Sf/hc+UKVlDKsHvskvXLL4/V6BS4g8K/mG+NEv
T76RhL5FMHj8L6dQo4YYs1mFlunJ2wyI6b7nP6wSx+EghWNiyXD7qItqQNsiNmsO
rvCqKkD52HcJy/KgMxrUdqIq49Nb58nOV/8FuaHqjJRuotR5wYHeybZCt1BATaR3
kIe4fOue2Jm6lBVS7arflPjAXYrstkj+KMxjStzaP1Op3+OassI+3aEdiU9Ed0E/
oK+lA5EBKB9G5mh8Iq/NTEvufCSgbU1tMxWljSvumLSK2MWHSxgAp1Gz3m01O8jm
fzuyzcFbR3KU4pJ7vTnh7p15/Lx6VX1Xe50MqQgN4z3oRGgISU89Q6nTtre/bIco
2D+8Q/BrZ/nB0deFOnrUlmsS7SFC3fKRl0r2IZjUhLuy65r5nkNt+QPZwGdGpF9/
fKcN/10Tx7U=
=J6Gn
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-core] boostrap.sh problem?
2003-07-12 22:53 ` Mike Frysinger
@ 2003-07-13 2:03 ` Stroller
2003-07-16 2:15 ` Mike Frysinger
1 sibling, 0 replies; 7+ messages in thread
From: Stroller @ 2003-07-13 2:03 UTC (permalink / raw
To: vapier, gentoo-dev
On 12/7/03 11:53 pm, "Mike Frysinger" <vapier@gentoo.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Saturday 12 July 2003 15:22, Daniel Robbins wrote:
>> On Sat, Jul 12, 2003 at 12:37:52PM -0400, Grant Goodyear wrote:
>>> I asked hunt3r to try bootstrapping again w/o "static" in USE, and so
>>> far it seems to be working for him. Should bootstrap be filtering that
>>> use flag?
>>
>> Bootstrap doesn't filter out any use flags. They need to be set correctly.
>
> you cant sit there and say that and then not tell people what will break a
> bootstrap ... either the bootstrap process should filter static from USE or
> the install docs should be updated with a note that says 'USE=static' will
> break bootstrap, please do not use this until you are past stage3
Erm... I'm not sure if this is a dumb-question... but I thought that
bootstrap should use only the USE settings in
/usr/portage/profiles/build/make.defaults ?
$grep USE make.defaults
USE="build"
I note that sys-apps/sed is listed in /usr/portage/profiles/build/packages
Is it possible that hunt3r has found some clever undocumented way to
manipulate his USE flags too early in his installation..?
Stroller.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] Re: [gentoo-core] boostrap.sh problem?
2003-07-12 16:37 ` [gentoo-dev] Re: [gentoo-core] " Grant Goodyear
2003-07-12 19:22 ` Daniel Robbins
@ 2003-07-13 5:18 ` Mike Frysinger
1 sibling, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2003-07-13 5:18 UTC (permalink / raw
To: gentoo-core, gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 12 July 2003 12:37, Grant Goodyear wrote:
> I asked hunt3r to try bootstrapping again w/o "static" in USE, and so
> far it seems to be working for him. Should bootstrap be filtering that
> use flag?
looking through bugs.gentoo.org i find this has come up before ...
http://bugs.gentoo.org/show_bug.cgi?id=3233
the resolution was to remove mention of it in USE-HOWTO claiming it was a
'developer only' flag ... imo it really isnt ... i know from a users
standpoint ive had a package or 2 i wanted to compile statically for use in
another system ...
so should the 'static' USE flag be changed in profiles/use.desc to read as the
other 'internal, developer only' flags ? that is, should it say:
static: !!internal use only!! DO NOT SET THIS FLAG YOURSELF!
- -mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iQIVAwUBPxDrpUFjO5/oN/WBAQIUZA/+MtEytp4Z0lOGF4XXbc8xg7ghEE6lWkCy
K36CnzrVYd4dvX74Tn5xfuBYgJph/+TdniI+G1ClehWukBb7oKT4XRt9oyHnKpcl
LZCyuzS3VENY33BGYcKz//LSHLHrlTxmvdv7suD9v1c8ORErt7Gc6GuNKN0rQhdn
uw+ZmkGTg/uayqVTMuDMJDP5utLaRpQKXyKKPzJkNCZswH205HRMwbm0M6Euu7s3
8sbzyTBLPAWeMDrdJDoqOJgHicBeKIhGRK/1kUIRX0p8oKClnhHWeqmwr305AUWy
APJv4G85o+f7A36+1XVJQ8SXevvxoc5BaBu3FwWYAGYR6mLn1Exe8d35CrGYEZdm
Dg1/3k/WC+uMmgcp+KNyN76FL+RQ3EohdalkkUQ64J0FBWSVZAxJ32BUgZp/eMDt
POZ6noUeGInGrLScBrW0wcvsZ0p6nkTBYmiwhhjvx4MpLC22JAgMxcxphRdNyeNp
j4AzNXaa17onEkUkkdf1thuUByaz2no2aKOpRpk04Xir1gzAIHKz2K/XnaGcHqAr
I4m7JlwJV+EDcWRok4azhoLzosA70Oq4h+JIFh0P8vT/cCmy8Q1cBBvPaNKbbejD
Rq63zACRp0kUu64RBlxLSZXNl9EKDrDLbm1vNXBCYN0QRv9Q2UxBjOEeDnzRx/kH
L5F7S4eK5vs=
=wYUW
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] Re: [gentoo-core] boostrap.sh problem?
2003-07-12 22:53 ` Mike Frysinger
2003-07-13 2:03 ` Stroller
@ 2003-07-16 2:15 ` Mike Frysinger
1 sibling, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2003-07-16 2:15 UTC (permalink / raw
To: gentoo-core, gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 12 July 2003 18:53, Mike Frysinger wrote:
> the install docs should be updated with a note that says 'USE=static' will
> break bootstrap, please do not use this until you are past stage3
welp since noone has had any input on the issue and the bootstrap process
doesnt appear to be changing, ive gone ahead and added said warning to
use.desc and to the install guide
- -mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iQIVAwUBPxS1N0FjO5/oN/WBAQIujxAAoWtJUA5VTo/by5YLSufU1tob5HQWkVCU
1hG9izEAmZ9mhThtcCG1rTJQE+H227DYFlD6FWkaG48HT9ZN++x3IvuttTlUYFtk
ySDzet4w/b/BWFjKMdwFHmEG24wG5t5zQKWvPawIhTGrN07ydD+4f7zIjzNxaAHM
6ro4F6RPU+QiyhNKqc8GrFqm5SfPq5zP7V9Sj2bW/6RCvHaq5xWavPgheMAmAXPl
SWdRbNU0l4Qsq92TtAZXgxWBiROLlX3BaX0bo1FZbkJX3f54audqz9/HESTqDFrh
nUeMYy7oX/FQXs8z49/hLwjhMzBNgv3n1ZZxQbmX3PodOv4csRRFNqEwduAfkhHw
IhkQSokLWxMGYuTzCIEGAN7rS4ysV++mP8+kJ0jrKw+VGNs+dQHmd3gKscU/8xVF
O9neYPNnMCAfyRi6zejb3lT9BiXIZRmIH0zhyDkAYG3+P9R4DmEJ39qtY5u9nuf6
k7Syn/JfUtwBOPIQyggogC77jM+OfAKihXmuHoxlnLvxxUPGJvf0rXlk1TNc7pkL
bEBcWjSD6ISBLWtJVNXCUfc8EyAZPDU3aQXChmxucqFZQsAWiptJ83B3eisne76D
7fEOaKvA/PkK/UvIpyA9tWcQIXFjSkQQVUhJwBVYpBRsYPmKIxhbbaowLbOT24ky
jVlDehnlJQM=
=1iK/
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-07-16 2:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-12 15:54 [gentoo-dev] boostrap.sh problem? Grant Goodyear
2003-07-12 16:37 ` [gentoo-dev] Re: [gentoo-core] " Grant Goodyear
2003-07-12 19:22 ` Daniel Robbins
2003-07-12 22:53 ` Mike Frysinger
2003-07-13 2:03 ` Stroller
2003-07-16 2:15 ` Mike Frysinger
2003-07-13 5:18 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox