Bug 79781

Summary: Buildworld fails, /usr/bin/ld: /usr/lib/libtermcap.a(lib_tputs.o): bad reloc symbol index
Product: Base System Reporter: Thomas Novin <thomas>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.3-RELEASE   
Hardware: Any   
OS: Any   

Description Thomas Novin 2005-04-11 08:10:27 UTC
'make buildworld' fails on a machine cvsupped today. rm -rf of /usr/src and /usr/obj before compilation.

cc -O -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/sh
are/locale\"  -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/lib  -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/info/tilde.c
cc -O -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/sh
are/locale\"  -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/lib  -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/info/variables.c
cc -O -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/sh
are/locale\"  -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/lib  -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/info/window.c
cc -O -pipe -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/sh
are/locale\"  -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info
/../../../../contrib/texinfo/lib  -I/usr/obj/usr/src/i386/legacy/usr/include  -static -L/usr/obj/usr/src/i386/leg
acy/usr/lib -o info dir.o display.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o
 info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variab
les.o window.o -ltermcap /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a -legacy
/usr/bin/ld: /usr/lib/libtermcap.a(lib_tputs.o): bad reloc symbol index (0x9a >= 0x1c) for offset 0x2f9 in sectio
n `(null)'
/usr/lib/libtermcap.a: could not read symbols: Bad value
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo/info.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo.
*** Error code 1

How-To-Repeat: make buildworld
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-04-12 01:56:48 UTC
State Changed
From-To: open->closed

Please report kernel compile failures on the appropriate mailing list, 
in this case, freebsd-stable.  Build failures tend to get fixed very 
quickly due to the high number of developers who track the latest code, 
and the automated tinderboxes that continually run builds. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-04-12 01:56:48 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-bugs