Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113991 - sysvinit-2.86-r3 fails to compile
Summary: sysvinit-2.86-r3 fails to compile
Status: RESOLVED DUPLICATE of bug 94256
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 23:04 UTC by Bernd Wurst
Modified: 2005-11-30 05:48 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 Bernd Wurst 2005-11-29 23:04:37 UTC
When I try to update sysvinit, I get that error:

i586-pc-linux-gnu-gcc -O2 -mcpu=i586 -fomit-frame-pointer -pipe -Wall
-D_GNU_SOURCE   -c -o mesg.o mesg.c
i586-pc-linux-gnu-gcc -O2 -mcpu=i586 -fomit-frame-pointer -pipe -Wall
-D_GNU_SOURCE   -c -o utmpdump.o utmpdump.c
i586-pc-linux-gnu-gcc -O2 -mcpu=i586 -fomit-frame-pointer -pipe -Wall
-D_GNU_SOURCE   -c -o wall.o wall.c
i586-pc-linux-gnu-gcc   -o init init.o init_utmp.o
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.6/../../../../i586-pc-linux-gnu/bin/ld:
errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS
reference in init.o
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [init] Fehler 1
make: *** Warte auf noch nicht beendete Prozesse...
make: Leaving directory `/var/tmp/portage/sysvinit-2.86-r3/work/sysvinit-2.86/src'

!!! ERROR: sys-apps/sysvinit-2.86-r3 failed.
!!! Function src_compile, Line 61, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

emerge info:
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2,
2.6.11.10-frodo-1 i686)
=================================================================
System uname: 2.6.11.10-frodo-1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.13
distcc 2.18.3 i586-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i586 -fomit-frame-pointer -pipe"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/fax /usr/share/config /var/qmail/alias /var/qmail/control
/var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i586 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
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="x86 acl crypt cups ipv6 ldap mysql ncurses nls nptl nptlonly pam python
quotas readline samba ssl unicode xml xml2 fritzcapi_cards_fcpci
fritzcapi_cards_fcusb userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS

I know that I'm using i586-compiler on i686 machine. That's because the hardware
may change.
Comment 1 SpanKY gentoo-dev 2005-11-30 05:48:07 UTC
you're using outdated linux headers

*** This bug has been marked as a duplicate of 94256 ***