Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 52765

Summary: coreutils 5.2.1 does not compile
Product: Gentoo Linux Reporter: Karol <karol>
Component: [OLD] Core systemAssignee: AMD64 Project <amd64>
Status: VERIFIED NEEDINFO    
Severity: normal CC: sekretarz
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Karol 2004-06-02 03:19:03 UTC
When I try to emerge coreutils, I got errors:

if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib   -pipe -O2 -DDEBUG -D_DEBUG -MT ls-dir.o -MD -MP -MF ".deps/ls-dir.Tpo" -c -o ls-dir.o ls-dir.c; \
then mv -f ".deps/ls-dir.Tpo" ".deps/ls-dir.Po"; else rm -f ".deps/ls-dir.Tpo"; exit 1; fi
gcc  -pipe -O2 -DDEBUG -D_DEBUG   -o dir  ls.o ls-dir.o ../lib/libfetish.a  ../lib/libfetish.a -lrt -lncurses
../lib/libfetish.a(strftime.o)(.text+0xffc): In function `nstrftime':
: undefined reference to `rpl_mktime'
collect2: ld returned 1 exit status


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Karol Wojtaszek (RETIRED) gentoo-dev 2004-06-02 06:34:41 UTC
Witch version of glibc do you have?
Comment 2 Karol 2004-06-02 23:10:51 UTC
My emerge info:

Gentoo Base System version 1.4.10
Portage 2.0.50-r7 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 2.6.5)
=================================================================
System uname: 2.6.5 x86_64 4
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -O2 -DDEBUG -D_DEBUG"
CHOST="x86_64-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/l
ib/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="-pipe -O2 -DDEBUG -D_DEBUG"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb crypt cups debug encode esd foomaticdb gdbm gif gnome gphoto2 gpm gtk gtk2 hpijs imlib
 jpeg kde libg++ libwww mikmod motif mozilla mpeg multilib mysql ncurses nls nogcj oggvorbis opengl oss pam pdflib perl png
ppds python qt quicktime readline sdl slang spell ssl tcpd tetex truetype xml2 xmms xv zlib"
Comment 3 Karol 2004-06-02 23:40:00 UTC
Its maybe useful that my glibc is not stripped:
/lib/libc-2.3.2.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped
Comment 4 Danny van Dyk (RETIRED) gentoo-dev 2004-06-02 23:54:11 UTC
Hi Karol. You are the one who mailed me, right ?
I suggested you to rebuild your complete system, cause you had the wrong ACCEPT_KEYWORDS (~x86) in your make.conf. That _could_ be the reason for this mess. Please rebuild your system first with the commandline I sent you and then report back wether this BUG still shows up. 
Comment 5 Karol 2004-06-04 00:43:14 UTC
Hi!

After rebuilt world everything is fine. Bug disapear. Thanks for resolve my problem.
Comment 6 Danny van Dyk (RETIRED) gentoo-dev 2004-06-04 02:51:35 UTC
Closed.