Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52382 - glibc-2.3.3 bootstrap build fails
Summary: glibc-2.3.3 bootstrap build fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 11:55 UTC by Selecter
Modified: 2004-11-16 22:21 UTC (History)
2 users (show)

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


Attachments
log with compile error (glibc.log,28.18 KB, text/plain)
2004-05-29 11:56 UTC, Selecter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selecter 2004-05-29 11:55:50 UTC
Bootstrap fails at glibc build. Look attached log for details.

Reproducible: Always
Steps to Reproduce:




Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-rc2)
=================================================================
System uname: 2.6.5-rc2 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.4.3.13
Autoconf:
Automake:
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo
http://ftp.du.se/pub/os/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 arts avi berkdb crypt cups debug encode foomaticdb gdbm
gif gpm gtk gtk2 imlib java jpeg kde libg++ libwww linguas_ru mad mikmod mmx
motif mozilla mpeg ncurses nls ntpl oggvorbis opengl pam pdflib png ppds python
qt quicktime readline sdl slang spell sse ssl svga tcpd truetype x86 xml xml2
xmms xv zlib"
Comment 1 Selecter 2004-05-29 11:56:38 UTC
Created attachment 32263 [details]
log with compile error
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-05-29 17:47:07 UTC
thanks for the bug report, but this version of glibc is experimental and masked. it's a moving target that will probably be somewhat buggy... i'm also removing it very soon for a new snapshot that will actually work on ppc64 that might not have this problem you're having. use 20040420.
Comment 3 Selecter 2004-05-30 00:21:42 UTC
Um... Sorry but I have the same error with earlier version. What to do?

buildhere/sys/syscall.h:1,
                 from ../sysdeps/unix/sysdep.h:21,
                 from ../sysdeps/unix/i386/sysdep.h:19,
                 from ../sysdeps/unix/sysv/linux/i386/sysdep.h:24,
                 from <stdin>:1:
/var/tmp/portage/glibc-2.3.3_pre20040420/work/glibc-2.3.2/buildhere/sys/syscall.h:1:10: #include nested too deeply
mv /var/tmp/portage/glibc-2.3.3_pre20040420/work/glibc-2.3.2/buildhere/param.h.dep-t /var/tmp/portage/glibc-2.3.3_pre20040420/work/glibc-2.3.2/buildhere/param.h.dep
make[2]: *** [/var/tmp/portage/glibc-2.3.3_pre20040420/work/glibc-2.3.2/buildhere/tcb-offsets.h] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.3_pre20040420/work/glibc-2.3.2/signal'
make[1]: *** [signal/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.3_pre20040420/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.3_pre20040420 failed.
!!! Function src_compile, Line 536, Exitcode 2
!!! (no error message)
Comment 4 Selecter 2004-05-30 02:16:50 UTC
I forgot to mention that partition where I am building gentoo is formatted as reiserfs4.
Comment 5 Joshua Kinard gentoo-dev 2004-05-30 02:44:35 UTC
If you're using reiserfs4, this could be the source of any possible problems that may occur.  All the reports I've seen (including some from several credible gentoo devs) equate using reiserfs4 to hitting one of those looney tunes missiles with a hammer -- it's bound to go very bad very quickly.  You might want to give some thought to switching back to a slightly more sane filesystem until reiserfs4 is proven to be more stable.
Comment 6 Selecter 2004-05-30 09:43:40 UTC
I have found some info according this error http://forums.gentoo.org/viewtopic.php?t=173831

Some patch there... Haven't used it yet.
Comment 7 Benjamin Judas (RETIRED) gentoo-dev 2004-07-05 00:05:14 UTC
selecter, did you try that patch now? I tried to reproduce this bug on two different boxes but couldn't reproduce it. Is this still an issue?
Comment 8 Selecter 2004-07-05 01:10:50 UTC
No, sorry I didn't. That patch is for fixing reiser4 with notail and glibc issue. http://mjt.nysv.org/reiser/tail.c.diff
Comment 9 SpanKY gentoo-dev 2004-11-16 22:21:27 UTC
dont use resier4