Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 12:09:34 +0400
From:      Alex Povolotsky <tarkhil@webmail.sub.ru>
To:        freebsd-stable@freebsd.org
Subject:   make buildworld fails on one box
Message-ID:  <462723BE.4000308@webmail.sub.ru>

next in thread | raw e-mail | index | archive | help
Hello!

My attempt to make buildworld on freshly cvsupped 6.2-RELEASEp3 fails 
strangely.

AWK=awk sh 
/usr/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh  
/usr/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs > 
ncurses_def.h
sed 
</usr/src/lib/libncurses/../../contrib/ncurses/include/MKterm.h.awk.in 
 >MKterm.h.awk  -e "/@NCURSES_MAJOR@/s%%5%"  -e 
"/@NCURSES_MINOR@/s%%2%"  -e "/@NCURSES_CONST@/s%%const%"  -e 
"/@NCURSES_XNAMES@/s%%1%"
awk -f MKterm.h.awk 
/usr/src/lib/libncurses/../../contrib/ncurses/include/Caps > term.h.new
sh /usr/src/lib/libncurses/../../contrib/ncurses/include/edit_cfg.sh 
/usr/src/lib/libncurses/ncurses_cfg.h term.h.new
** edit: HAVE_TCGETATTR 1
** edit: HAVE_TERMIOS_H 1
** edit: HAVE_TERMIO_H 0
** edit: BROKEN_LINKER 0
mv -f term.h.new term.h
cc -o make_keys -O2 -fno-strict-aliasing -pipe  -I. 
-I/usr/src/lib/libncurses 
-I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses 
-I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall 
-DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS  
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
/usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc
*** Error code 1

Stop in /usr/src/lib/libncurses.
*** Error code 1

Stop in /usr/src.
*** Error code 1


I observe this problem on one box only; attempt to nfs-mount source tree 
from working box leads to the same fail. Re-installation of the world 
did not cause any changes.

Alex.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?462723BE.4000308>