DragonFly bugs List (threaded) for 2009-10
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue1585] buildworld fails
Thomas Nikolajsen <thomas.nikolajsen@mail.dk> added the comment:
File upload (line wrap acted up in prev. submission).
----------
status: unread -> chatting
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1585>
_____________________________________________________
root@boy# git describe
v2.5.1-116-gf0ca6fc
root@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@boy:/hammer/usr/obj/usr/src/sys/STANDARD+SMP i386
root@boy# cat /etc/make.conf
cat: /etc/make.conf: No such file or directory
root@boy# cd /usr/src
root@boy# rm -rf /hammer/usr/obj.test
root@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.
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]