[issue1585] buildworld fails

Thomas Nikolajsen (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Fri Oct 23 04:26:30 PDT 2009


Thomas Nikolajsen <thomas.nikolajsen at mail.dk> added the comment:

File upload (line wrap acted up in prev. submission).

----------
status: unread -> chatting

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1585>
_____________________________________________________root at boy# git describe
v2.5.1-116-gf0ca6fc
root at boy# uname -a
DragonFly boy 2.5.1-DEVELOPMENT DragonFly v2.5.1.160.geecf1-DEVELOPMENT #2: Wed Oct 21 22:50:05 CEST 2009     root at boy:/hammer/usr/obj/usr/src/sys/STANDARD+SMP  i386
root at boy# cat /etc/make.conf
cat: /etc/make.conf: No such file or directory
root at boy# cd /usr/src
root at boy# rm -rf /hammer/usr/obj.test
root at boy# make MAKEOBJDIRPREFIX=/hammer/usr/obj.test buildworld

--------------------------------------------------------------
>>> Rebuilding the temporary build tree
--------------------------------------------------------------
rm -rf /hammer/usr/obj.test/usr/src/btools_i386 /hammer/usr/obj.test/usr/src/ctools_i386_i386 /hammer/usr/obj.test/usr/src/world_i386
mkdir -p /hammer/usr/obj.test/usr/src /hammer/usr/obj.test/usr/src/btools_i386 /hammer/usr/obj.test/usr/src/ctools_i386_i386 /hammer/usr/obj.test/usr/src/world_i386
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist	 -p /hammer/usr/obj.test/usr/src/world_i386/  > /dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist		 -p /hammer/usr/obj.test/usr/src/world_i386/usr > /dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist	 -p /hammer/usr/obj.test/usr/src/btools_i386/  > /dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist		 -p /hammer/usr/obj.test/usr/src/btools_i386/usr > /dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist	 -p /hammer/usr/obj.test/usr/src/ctools_i386_i386/  > /dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist		 -p /hammer/usr/obj.test/usr/src/ctools_i386_i386/usr > /dev/null
mtree -deU -f /usr/src/etc/mtree/BSD.include.dist	 -p /hammer/usr/obj.test/usr/src/world_i386/usr/include > /dev/null
ln -sf /usr/src/sys /hammer/usr/obj.test/usr/src/world_i386

--------------------------------------------------------------
>>> stage 1: bootstrap tools
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/hammer/usr/obj.test/usr/src/btools_i386  OBJTREE=/hammer/usr/obj.test  DESTDIR=/hammer/usr/obj.test/usr/src/btools_i386  PATH=/hammer/usr/obj.test/usr/src/btools_i386/usr/sbin:/hammer/usr/obj.test/usr/src/btools_i386/usr/bin:/hammer/usr/obj.test/usr/src/btools_i386/bin:/hammer/usr/obj.test/usr/src/btools_i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING  -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -
DNOSHARED  -DNO_WERROR -DNO_NLS bootstrap-tools
ln -fs /bin/date /hammer/usr/obj.test/usr/src/btools_i386/bin/date
echo "===> games/fortune/strfile (bootstrap-tools)";  cd /usr/src/games/fortune/strfile;  make DIRPRFX=games/fortune/strfile/ obj;  make DIRPRFX=games/fortune/strfile/ depend;  make DIRPRFX=games/fortune/strfile/ all;  make DIRPRFX=games/fortune/strfile/ DESTDIR=/hammer/usr/obj.test/usr/src/btools_i386 install
===> games/fortune/strfile (bootstrap-tools)
/hammer/usr/obj.test/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile
rm -f .depend
> .depend
mkdep -f .depend -a          /usr/src/games/fortune/strfile/strfile.c
echo strfile: /hammer/usr/obj.test/usr/src/btools_i386/usr/lib/libc.a  >> .depend
cc  -O -pipe    -Wsystem-headers -Wall -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/games/fortune/strfile/strfile.c
cc -O -pipe    -Wsystem-headers -Wall -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  -static -o strfile strfile.o 
/usr/libexec/binutils217/elf/ld: cannot find -lc
*** Error code 1

Stop in /usr/src/games/fortune/strfile.
*** Error code 1

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

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

Stop in /usr/src.




More information about the Bugs mailing list