Gentoo Archives: gentoo-user

From: Andrew MacKenzie <amackenz@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] coLinux compiling glibc.
Date: Tue, 15 Nov 2005 21:49:21
Message-Id: 20051115214059.GJ26713@edespot.com
1 I've been running Gentoo on coLinux 0.6.2 for some time, and for the most
2 part it works great! However, I've had an issue where at "some point" in
3 compiling glibc the system hangs and is unresponsive (requiring a
4 hard-reboot).
5
6 Is anyone else out there running on coLinux and experiencing this problem?
7 Anyone know what's causing this and how I can get glibc to compile okay
8 (I've been compiling glibc on another machine but that's a pain)?
9
10 I've tried with/without distcc, as well as with/without ccache.
11
12 wiki ~ # emerge --info
13 Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1,
14 2.6.10-co-0.6.2 i686)
15 =================================================================
16 System uname: 2.6.10-co-0.6.2 i686 Intel(R) Pentium(R) M processor 1600MHz
17 Gentoo Base System version 1.6.13
18 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
19 [enabled]
20 ccache version 2.3 [disabled]
21 dev-lang/python: 2.2.3-r1, 2.3.5-r2, 2.4.2
22 sys-apps/sandbox: 1.2.12
23 sys-devel/autoconf: 2.13, 2.59-r6
24 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
25 sys-devel/binutils: 2.15.92.0.2-r10
26 sys-devel/libtool: 1.5.20
27 virtual/os-headers: 2.4.19-r1, 2.6.11-r2
28 ACCEPT_KEYWORDS="x86"
29 AUTOCLEAN="yes"
30 CBUILD="i686-pc-linux-gnu"
31 CFLAGS="-O3 -march=i686 -funroll-loops -pipe"
32 CHOST="i686-pc-linux-gnu"
33 CONFIG_PROTECT="/etc /etc/fstab /etc/passwd /etc/samba /etc/shadow
34 /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
35 /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb
36 /usr/share/config /var/qmail/alias /var/qmail/control"
37 CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
38 CXXFLAGS="-O3 -march=i686 -funroll-loops -pipe"
39 DISTDIR="/usr/portage/distfiles"
40 FEATURES="autoconfig distcc distlocks sandbox sfperms strict"
41 GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
42 MAKEOPTS="-j2"
43 PKGDIR="/usr/portage/packages"
44 PORTAGE_TMPDIR="/usr/portage/distfiles/tmp"
45 PORTDIR="/usr/portage"
46 PORTDIR_OVERLAY="/usr/local/portage"
47 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
48 USE="x86 acl apache2 apm arts audiofile avi bash-completion berkdb
49 bitmap-fonts bzip2 crypt curl dba dedicated eds emboss encode esd ethereal
50 expat fam foomaticdb fortran gd gdbm gdm gif glut gmp gpm gstreamer gtk
51 gtk2 idn imap imlib ipv6 jpeg junit lcms ldap libg++ libwww mad mhash
52 mikmod mng motif mp3 mpeg msn mysql nagios-dns nagios-ntp nagios-ping
53 nagios-ssh ncurses nls ogg oggvorbis opengl oscar oss pam pcre pdflib perl
54 png python qt quicktime readline samba sdl session slang soap spell sqlite
55 ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts vorbis xml2 xmms xv
56 yahoo zlib userland_GNU kernel_linux elibc_glibc"
57 Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
58
59
60
61 --
62 // Andrew MacKenzie | http://www.edespot.com
63 // GPG public key: http://www.edespot.com/~amackenz/public.key
64 // Fools ignore complexity. Pragmatists suffer it. Some can avoid it.
65 // Geniuses remove it.
66 // - Alan Perlis