Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10207 - emerge system ( stage two > stage three) breaks!
Summary: emerge system ( stage two > stage three) breaks!
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 11:32 UTC by Gentoo Bugs
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Gentoo Bugs 2002-11-04 11:32:24 UTC
emerge system after going from stage one to stage two breaks.

the package that is breaking is app-shells/sash-3.4-r5 > I was building two 
gentoo systems tonight and they both broke @ this same place!

------------------------
# Copyright 2000-2002 Daniel Robbins, Gentoo Technologies, Inc.
cdimage etc # cd
cdimage root # emerge system
Calculating system dependencies ...done!
>>> emerge (1 of 60) app-shells/sash-3.4-r5 to /
>>> md5 ;-) sash-3.4.tar.gz
>>> md5 ;-) sash-3.x-readline.diff.gz
>>> Unpacking source...
>>> Unpacking sash-3.4.tar.gz
patching file Makefile
patching file cmds.c
patching file sash.c
Hunk #1 succeeded at 372 (offset 6 lines).
Hunk #3 succeeded at 729 (offset 6 lines).
Hunk #5 succeeded at 775 (offset 6 lines).
>>> Source unpacked.
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o sash.o sash.c
sash.c: In function `fileman_completion':
sash.c:524: warning: assignment makes pointer from integer without a cast
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmds.o cmds.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_dd.o cmd_dd.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_ed.o cmd_ed.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_grep.o cmd_grep.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_ls.o cmd_ls.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_tar.o cmd_tar.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_gzip.o cmd_gzip.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c 
-o cmd_find.o cmd_find.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_file.o cmd_file.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_chattr.o cmd_chattr.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o cmd_ar.o cmd_ar.c
cc -pipe -march=pentium4 -O3 -pipe -DHAVE_GZIP -DHAVE_EXT2 -DHAVE_READLINE  
 -c -o utils.o utils.c
cc -static -s -o sash sash.o cmds.o cmd_dd.o cmd_ed.o cmd_grep.o cmd_ls.o 
cmd_tar.o cmd_gzip.o cmd_find.o cmd_file.o cmd_chattr.o cmd_ar.o utils.o 
-lz -lreadline -lncurses
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libncurses.a(lib_termcap.o)(.text+0x5a6): 
In function `tgetent':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libncurses.a(lib_termcap.o)(.text+0x5cf): 
In function `tgetent':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libncurses.a(lib_termcap.o)(.text+0x603): 
In function `tgetent':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libncurses.a(lib_termcap.o)(.text+0x95b): 
In function `similar_sgr':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libncurses.a(lib_termcap.o)(.text+0x986): 
In function `similar_sgr':
: undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libncurses.a(lib_tparm.o)(.text+0x11e8): 
more undefined references to `__ctype_b' follow
collect2: ld returned 1 exit status
make: *** [sash] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)

------------------------

I sshed into the box to give you the output of the error. 

I have not had this sort of problem with any gentoo install... Gentoo has 
always been a swift clean install for me... until now... im left with two 
unfinished boxes laying in gentoo limbo!

I hope I can continue from that point on when this is fixed.
------------------------
make.conf

USE="3dfx alsa directfb fbcon gtk2 -gtk mule mysql perl sdl slang spell
 sse tiff voodoo3 -ppc -sparc -sparc64"
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-04 12:05:43 UTC
Let me guess .. you are trying to bootstrap with glibc-2.3.1 ?  If so, please
do it with glibc-2.3.1-r1, as it have the ctype-compat patch in.
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2002-12-19 18:27:17 UTC
assigned/fixed borks the database,changing to resolved:fixed.
//ZhEN