DragonFly BSD
DragonFly users List (threaded) for 2013-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: make buildworld failing


From: Tim Darby <t+dfbsd@xxxxxxxxxxxx>
Date: Sun, 3 Mar 2013 17:34:37 -0700

--bcaec53969525dc4da04d70e87f6
Content-Type: text/plain; charset=ISO-8859-1

make -j 8 buildworld failed for me today:

--- _SUBDIR_all_fsck ---
===> sbin/fsck
--- dir.o ---
cc  -O -pipe    -std=gnu99 -Wsystem-headers -Werror -c
/usr/src/sbin/fsck/dir.c
--- _SUBDIR_all_dump ---
--- cache.o ---
cc  -O -pipe  -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind
-std=gnu99 -Wsystem-headers -Werror -Wall -Wno-pointer-sign
-Wno-uninitialized -Wno-unused-but-set-variable -c
/usr/src/sbin/dump/cache.c
--- _SUBDIR_all_fsck ---
/usr/src/sbin/fsck/dir.c: In function 'dircheck':
/usr/src/sbin/fsck/dir.c:239:2: error: implicit declaration of function
'offsetof' [-Werror=implicit-function-declaration]
/usr/src/sbin/fsck/dir.c:239:9: error: expected expression before 'struct'
/usr/src/sbin/fsck/dir.c:239:9: error: expected expression before 'struct'
/usr/src/sbin/fsck/dir.c: In function 'mkentry':
/usr/src/sbin/fsck/dir.c:358:11: error: expected expression before 'struct'
/usr/src/sbin/fsck/dir.c:358:11: error: expected expression before 'struct'
/usr/src/sbin/fsck/dir.c:360:12: error: expected expression before 'struct'
/usr/src/sbin/fsck/dir.c:360:12: error: expected expression before 'struct'
--- _SUBDIR_all_ffsinfo ---
--- debug.o ---
cc  -O -pipe  -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs   -std=gnu99
-Wsystem-headers -Werror -Wall -Wno-pointer-sign -Wextra
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wold-style-definition -Wreturn-type -Wcast-qual
-Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c
/usr/src/sbin/ffsinfo/../growfs/debug.c
--- _SUBDIR_all_dump ---
--- dump.8.gz ---
gzip -cn /usr/src/sbin/dump/dump.8 > dump.8.gz
--- _SUBDIR_all_fsck ---
cc1: all warnings being treated as errors
*** [dir.o] Error code 1

make: stopped in /usr/src/sbin/fsck
1 error

make: stopped in /usr/src/sbin/fsck
*** [_SUBDIR_all_fsck] Error code 2

make: stopped in /usr/src/sbin
--- _SUBDIR_all_dump ---
A failure has been detected in another branch of the parallel make

make: stopped in /usr/src/sbin/dump
*** [_SUBDIR_all_dump] Error code 2

make: stopped in /usr/src/sbin
--- _SUBDIR_all_dumpfs ---
A failure has been detected in another branch of the parallel make

make: stopped in /usr/src/sbin/dumpfs
*** [_SUBDIR_all_dumpfs] Error code 2

make: stopped in /usr/src/sbin
--- _SUBDIR_all_devd ---
A failure has been detected in another branch of the parallel make

make: stopped in /usr/src/sbin/devd
*** [_SUBDIR_all_devd] Error code 2

make: stopped in /usr/src/sbin
--- _SUBDIR_all_ffsinfo ---
A failure has been detected in another branch of the parallel make

make: stopped in /usr/src/sbin/ffsinfo
*** [_SUBDIR_all_ffsinfo] Error code 2

make: stopped in /usr/src/sbin
--- _SUBDIR_all_atm ---
A failure has been detected in another branch of the parallel make

make: stopped in /usr/src/sbin/atm/ilmid
*** [_SUBDIR_all_ilmid] Error code 2

make: stopped in /usr/src/sbin/atm
1 error

make: stopped in /usr/src/sbin/atm
*** [_SUBDIR_all_atm] Error code 2

make: stopped in /usr/src/sbin
6 errors

make: stopped in /usr/src/sbin
*** [_SUBDIR_all_sbin] Error code 2

make: stopped in /usr/src
.CURDIR='/usr/src'
.OBJDIR='/usr/obj/usr/src/world_x86_64/usr/src'
LD_LIBRARY_PATH=''
MACHINE_ARCH='x86_64'
MACHINE='x86_64'
MAKEFILE='/usr/src/Makefile.inc1'
.TARGETS='all'
.ERROR_TARGET='_SUBDIR_all_sbin'
.MAKE.LEVEL='2'
1 error

make: stopped in /usr/src
.CURDIR='/usr/src'
.OBJDIR='/usr/obj/usr/src/world_x86_64/usr/src'
LD_LIBRARY_PATH=''
MACHINE_ARCH='x86_64'
MACHINE='x86_64'
MAKEFILE='/usr/src/Makefile.inc1'
.TARGETS='all'
.ERROR_TARGET='_SUBDIR_all_sbin'
.MAKE.LEVEL='2'
*** [everything] Error code 2

make: stopped in /usr/src
.CURDIR='/usr/src'
.OBJDIR='/usr/obj/usr/src'
LD_LIBRARY_PATH=''
MACHINE_ARCH='x86_64'
MACHINE='x86_64'
MAKEFILE='/usr/src/Makefile.inc1'
.TARGETS='buildworld'
.ERROR_TARGET='everything'
.MAKE.LEVEL='1'
1 error

make: stopped in /usr/src
.CURDIR='/usr/src'
.OBJDIR='/usr/obj/usr/src'
LD_LIBRARY_PATH=''
MACHINE_ARCH='x86_64'
MACHINE='x86_64'
MAKEFILE='/usr/src/Makefile.inc1'
.TARGETS='buildworld'
.ERROR_TARGET='everything'
.MAKE.LEVEL='1'
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src


Tim


On Sun, Mar 3, 2013 at 3:50 PM, kyuupichan <kyuupichan@zoho.com> wrote:

> make buildworld is failing with a clean obj directory and latest sources
> for me during the mkdep stage early on:
>
> $ uname -a
> DragonFly athlon2.akihabara.co.uk 3.3-DEVELOPMENT DragonFly
> v3.3.0.944.g5ef30-DEVELOPMENT #2: Mon Jan 14 15:53:11 JST 2013
> root@athlon2.akihabara.co.uk:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
>
> This appears to be where it starts to go wrong, with an "ignoring stale
> .depend":
>
> ===> gnu/lib/gcc44/libstdc++
> building static stdc++ library
> rm -f libstdc++.a
> ar cq libstdc++.a `lorder array_type_info.o atexit_arm.o bad_cast.o
> bad_typeid.o class_type_info.o del_op.o del_opnt.o del_opv.o del_opvnt.o
> dyncast.o eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.oThis
> appears to be where it starts to go wrong: eh_exception.o eh_globals.o
> eh_personality.o eh_ptr.o eh_term_handler.o eh_terminate.o eh_throw.o
> eh_type.o eh_unex_handler.o enum_type_info.o function_type_info.o
> fundamental_type_info.o guard.o new_handler.o new_op.o new_opnt.o new_opv.o
> new_opvnt.o pbase_type_info.o pmem_type_info.o pointer_type_info.o pure.o
> si_class_type_info.o tinfo.o tinfo2.o vec.o vmi_class_type_info.o
> vterminate.o cp-demangle.o atomic.o bitmap_allocator.o pool_allocator.o
> mt_allocator.o codecvt.o compatibility.o complex_io.o ctype.o debug.o
> functexcept.o hash.o hash_c++0x.o globals_io.o hashtable.o
> hashtable_c++0x.o ios.o ios_failure.o ios_init.o ios_locale.o limits.o
> limits_c++0x.o list.o debug_list.o locale.o locale_init.o locale_facets.o
> localen!
>  ame.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o
> system_error.o tree.o allocator-inst.o concept-inst.o fstream-inst.o
> ext-inst.o ios-inst.o iostream-inst.o istream-inst.o istream.o
> locale-inst.o misc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o
> streambuf.o string-inst.o valarray-inst.o wlocale-inst.o wstring-inst.o
> mutex.o condition_variable.o chrono.o thread.o atomicity.o
> codecvt_members.o collate_members.o ctype_members.o messages_members.o
> monetary_members.o numeric_members.o time_members.o basic_file_stdio.o
> c_locale.o  | tsort -q`
> ranlib libstdc++.a
> make: ignoring stale .depend for
> /usr/obj/usr/src/world_x86_64/usr/lib/libm.a
> building shared library libstdc++.so.9
> rm -f libstdc++.so.9 libstdc++.so
> ln -fs libstdc++.so.9 libstdc++.so
> cc  -shared -Wl,-x  -o libstdc++.so.9 -Wl,-soname,libstdc++.so.9  `lorder
> array_type_info.So atexit_arm.So bad_cast.So bad_typeid.So
> class_type_info.So del_op.So del_opnt.So del_opv.So del_opvnt.So dyncast.So
> eh_alloc.So eh_arm.So eh_aux_runtime.So eh_call.So eh_catch.So
> eh_exception.So eh_globals.So eh_personality.So eh_ptr.So
> eh_term_handler.So eh_terminate.So eh_throw.So eh_type.So
> eh_unex_handler.So enum_type_info.So function_type_info.So
> fundamental_type_info.So guard.So new_handler.So new_op.So new_opnt.So
> new_opv.So new_opvnt.So pbase_type_info.So pmem_type_info.So
> pointer_type_info.So pure.So si_class_type_info.So tinfo.So tinfo2.So
> vec.So vmi_class_type_info.So vterminate.So cp-demangle.So atomic.So
> bitmap_allocator.So pool_allocator.So mt_allocator.So codecvt.So
> compatibility.So complex_io.So ctype.So debug.So functexcept.So hash.So
> hash_c++0x.So globals_io.So hashtable.So hashtable_c++0x.So ios.So
> ios_failure.So ios_init.So ios_locale.So limits.So limits_c++0x.So !
>  list.So debug_list.So locale.So locale_init.So locale_facets.So
> localename.So math_stubs_float.So math_stubs_long_double.So stdexcept.So
> strstream.So system_error.So tree.So allocator-inst.So concept-inst.So
> fstream-inst.So ext-inst.So ios-inst.So iostream-inst.So istream-inst.So
> istream.So locale-inst.So misc-inst.So ostream-inst.So sstream-inst.So
> streambuf-inst.So streambuf.So string-inst.So valarray-inst.So
> wlocale-inst.So wstring-inst.So mutex.So condition_variable.So chrono.So
> thread.So atomicity.So codecvt_members.So collate_members.So
> ctype_members.So messages_members.So monetary_members.So numeric_members.So
> time_members.So basic_file_stdio.So c_locale.So | tsort -q` -lm
> /usr/obj/usr/src/ctools_x86_64_x86_64/usr/libexec/binutils222/elf/ld.bfd:
> cannot find -lm
> *** Error code 1
>
> Stop.
>
> Any ideas?  I'm stumped.
>
> Neil.
>
>
>

--bcaec53969525dc4da04d70e87f6
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:&#39;tre=
buchet ms&#39;,sans-serif;font-size:small">make -j 8 buildworld failed for =
me today:</div><div class=3D"gmail_default" style=3D"font-family:&#39;trebu=
chet ms&#39;,sans-serif;font-size:small">

<br></div><div class=3D"gmail_default"><div class=3D"gmail_default"><font f=
ace=3D"trebuchet ms, sans-serif">--- _SUBDIR_all_fsck ---</font></div><div =
class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">=3D=3D=3D&g=
t; sbin/fsck</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- di=
r.o ---</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms=
, sans-serif">cc =A0-O -pipe =A0 =A0-std=3Dgnu99 -Wsystem-headers -Werror -=
c /usr/src/sbin/fsck/dir.c</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_dump ---</font></div><div class=3D"gmail_default"><font face=3D"t=
rebuchet ms, sans-serif">--- cache.o ---</font></div><div class=3D"gmail_de=
fault">

<font face=3D"trebuchet ms, sans-serif">cc =A0-O -pipe =A0-DRDUMP -I/usr/sr=
c/sbin/dump/../../libexec/rlogind =A0 -std=3Dgnu99 -Wsystem-headers -Werror=
 -Wall -Wno-pointer-sign -Wno-uninitialized -Wno-unused-but-set-variable -c=
 /usr/src/sbin/dump/cache.c</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_fsck ---</font></div><div class=3D"gmail_default"><font face=3D"t=
rebuchet ms, sans-serif">/usr/src/sbin/fsck/dir.c: In function &#39;dirchec=
k&#39;:</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">/usr/s=
rc/sbin/fsck/dir.c:239:2: error: implicit declaration of function &#39;offs=
etof&#39; [-Werror=3Dimplicit-function-declaration]</font></div><div class=
=3D"gmail_default">

<font face=3D"trebuchet ms, sans-serif">/usr/src/sbin/fsck/dir.c:239:9: err=
or: expected expression before &#39;struct&#39;</font></div><div class=3D"g=
mail_default"><font face=3D"trebuchet ms, sans-serif">/usr/src/sbin/fsck/di=
r.c:239:9: error: expected expression before &#39;struct&#39;</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">/usr/s=
rc/sbin/fsck/dir.c: In function &#39;mkentry&#39;:</font></div><div class=
=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">/usr/src/sbin/fs=
ck/dir.c:358:11: error: expected expression before &#39;struct&#39;</font><=
/div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">/usr/s=
rc/sbin/fsck/dir.c:358:11: error: expected expression before &#39;struct&#3=
9;</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, san=
s-serif">/usr/src/sbin/fsck/dir.c:360:12: error: expected expression before=
 &#39;struct&#39;</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">/usr/s=
rc/sbin/fsck/dir.c:360:12: error: expected expression before &#39;struct&#3=
9;</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, san=
s-serif">--- _SUBDIR_all_ffsinfo ---</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- de=
bug.o ---</font></div><div class=3D"gmail_default"><font face=3D"trebuchet =
ms, sans-serif">cc =A0-O -pipe =A0-DFS_DEBUG -I/usr/src/sbin/ffsinfo/../gro=
wfs =A0 -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-pointer-sign -Wext=
ra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer=
-arith -Wold-style-definition -Wreturn-type -Wcast-qual -Wwrite-strings -Ws=
witch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -=
Wnested-externs -Wredundant-decls -c /usr/src/sbin/ffsinfo/../growfs/debug.=
c</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_dump ---</font></div><div class=3D"gmail_default"><font face=3D"t=
rebuchet ms, sans-serif">--- dump.8.gz ---</font></div><div class=3D"gmail_=
default">

<font face=3D"trebuchet ms, sans-serif">gzip -cn /usr/src/sbin/dump/dump.8 =
&gt; dump.8.gz</font></div><div class=3D"gmail_default"><font face=3D"trebu=
chet ms, sans-serif">--- _SUBDIR_all_fsck ---</font></div><div class=3D"gma=
il_default">

<font face=3D"trebuchet ms, sans-serif">cc1: all warnings being treated as =
errors</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms,=
 sans-serif">*** [dir.o] Error code 1</font></div><div class=3D"gmail_defau=
lt">

<font face=3D"trebuchet ms, sans-serif"><br></font></div><div class=3D"gmai=
l_default"><font face=3D"trebuchet ms, sans-serif">make: stopped in /usr/sr=
c/sbin/fsck</font></div><div class=3D"gmail_default"><font face=3D"trebuche=
t ms, sans-serif">1 error</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src/sbin/fsck</font></div><div class=3D"gmail_de=
fault">

<font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_fsck] Error code 2=
</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebuche=
t ms, sans-serif">make: stopped in /usr/src/sbin</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_dump ---</font></div><div class=3D"gmail_default"><font face=3D"t=
rebuchet ms, sans-serif">A failure has been detected in another branch of t=
he parallel make</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src/sbin/dump</font></div><div class=3D"gmail_de=
fault">

<font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_dump] Error code 2=
</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebuche=
t ms, sans-serif">make: stopped in /usr/src/sbin</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_dumpfs ---</font></div><div class=3D"gmail_default"><font face=3D=
"trebuchet ms, sans-serif">A failure has been detected in another branch of=
 the parallel make</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src/sbin/dumpfs</font></div><div class=3D"gmail_=
default">

<font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_dumpfs] Error code=
 2</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, san=
s-serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebuc=
het ms, sans-serif">make: stopped in /usr/src/sbin</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_devd ---</font></div><div class=3D"gmail_default"><font face=3D"t=
rebuchet ms, sans-serif">A failure has been detected in another branch of t=
he parallel make</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src/sbin/devd</font></div><div class=3D"gmail_de=
fault">

<font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_devd] Error code 2=
</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebuche=
t ms, sans-serif">make: stopped in /usr/src/sbin</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_ffsinfo ---</font></div><div class=3D"gmail_default"><font face=
=3D"trebuchet ms, sans-serif">A failure has been detected in another branch=
 of the parallel make</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src/sbin/ffsinfo</font></div><div class=3D"gmail=
_default">

<font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_ffsinfo] Error cod=
e 2</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sa=
ns-serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebu=
chet ms, sans-serif">make: stopped in /usr/src/sbin</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">--- _S=
UBDIR_all_atm ---</font></div><div class=3D"gmail_default"><font face=3D"tr=
ebuchet ms, sans-serif">A failure has been detected in another branch of th=
e parallel make</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src/sbin/atm/ilmid</font></div><div class=3D"gma=
il_default">

<font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_ilmid] Error code =
2</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans=
-serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebuch=
et ms, sans-serif">make: stopped in /usr/src/sbin/atm</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">1 erro=
r</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans=
-serif"><br></font></div><div class=3D"gmail_default"><font face=3D"trebuch=
et ms, sans-serif">make: stopped in /usr/src/sbin/atm</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">*** [_=
SUBDIR_all_atm] Error code 2</font></div><div class=3D"gmail_default"><font=
 face=3D"trebuchet ms, sans-serif"><br></font></div><div class=3D"gmail_def=
ault">

<font face=3D"trebuchet ms, sans-serif">make: stopped in /usr/src/sbin</fon=
t></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif=
">6 errors</font></div><div class=3D"gmail_default"><font face=3D"trebuchet=
 ms, sans-serif"><br>

</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif">make: stopped in /usr/src/sbin</font></div><div class=3D"gmail_defau=
lt"><font face=3D"trebuchet ms, sans-serif">*** [_SUBDIR_all_sbin] Error co=
de 2</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif"><br></=
font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-se=
rif">make: stopped in /usr/src</font></div><div class=3D"gmail_default"><fo=
nt face=3D"trebuchet ms, sans-serif">.CURDIR=3D&#39;/usr/src&#39;</font></d=
iv>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">.OBJDI=
R=3D&#39;/usr/obj/usr/src/world_x86_64/usr/src&#39;</font></div><div class=
=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">LD_LIBRARY_PATH=
=3D&#39;&#39;</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">MACHIN=
E_ARCH=3D&#39;x86_64&#39;</font></div><div class=3D"gmail_default"><font fa=
ce=3D"trebuchet ms, sans-serif">MACHINE=3D&#39;x86_64&#39;</font></div><div=
 class=3D"gmail_default">

<font face=3D"trebuchet ms, sans-serif">MAKEFILE=3D&#39;/usr/src/Makefile.i=
nc1&#39;</font></div><div class=3D"gmail_default"><font face=3D"trebuchet m=
s, sans-serif">.TARGETS=3D&#39;all&#39;</font></div><div class=3D"gmail_def=
ault"><font face=3D"trebuchet ms, sans-serif">.ERROR_TARGET=3D&#39;_SUBDIR_=
all_sbin&#39;</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">.MAKE.=
LEVEL=3D&#39;2&#39;</font></div><div class=3D"gmail_default"><font face=3D"=
trebuchet ms, sans-serif">1 error</font></div><div class=3D"gmail_default">=
<font face=3D"trebuchet ms, sans-serif"><br>

</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif">make: stopped in /usr/src</font></div><div class=3D"gmail_default"><=
font face=3D"trebuchet ms, sans-serif">.CURDIR=3D&#39;/usr/src&#39;</font><=
/div>
<div class=3D"gmail_default">
<font face=3D"trebuchet ms, sans-serif">.OBJDIR=3D&#39;/usr/obj/usr/src/wor=
ld_x86_64/usr/src&#39;</font></div><div class=3D"gmail_default"><font face=
=3D"trebuchet ms, sans-serif">LD_LIBRARY_PATH=3D&#39;&#39;</font></div><div=
 class=3D"gmail_default">

<font face=3D"trebuchet ms, sans-serif">MACHINE_ARCH=3D&#39;x86_64&#39;</fo=
nt></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-seri=
f">MACHINE=3D&#39;x86_64&#39;</font></div><div class=3D"gmail_default"><fon=
t face=3D"trebuchet ms, sans-serif">MAKEFILE=3D&#39;/usr/src/Makefile.inc1&=
#39;</font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">.TARGE=
TS=3D&#39;all&#39;</font></div><div class=3D"gmail_default"><font face=3D"t=
rebuchet ms, sans-serif">.ERROR_TARGET=3D&#39;_SUBDIR_all_sbin&#39;</font><=
/div><div class=3D"gmail_default">

<font face=3D"trebuchet ms, sans-serif">.MAKE.LEVEL=3D&#39;2&#39;</font></d=
iv><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">***=
 [everything] Error code 2</font></div><div class=3D"gmail_default"><font f=
ace=3D"trebuchet ms, sans-serif"><br>

</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif">make: stopped in /usr/src</font></div><div class=3D"gmail_default"><=
font face=3D"trebuchet ms, sans-serif">.CURDIR=3D&#39;/usr/src&#39;</font><=
/div>
<div class=3D"gmail_default">
<font face=3D"trebuchet ms, sans-serif">.OBJDIR=3D&#39;/usr/obj/usr/src&#39=
;</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans=
-serif">LD_LIBRARY_PATH=3D&#39;&#39;</font></div><div class=3D"gmail_defaul=
t"><font face=3D"trebuchet ms, sans-serif">MACHINE_ARCH=3D&#39;x86_64&#39;<=
/font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">MACHIN=
E=3D&#39;x86_64&#39;</font></div><div class=3D"gmail_default"><font face=3D=
"trebuchet ms, sans-serif">MAKEFILE=3D&#39;/usr/src/Makefile.inc1&#39;</fon=
t></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">.TARGE=
TS=3D&#39;buildworld&#39;</font></div><div class=3D"gmail_default"><font fa=
ce=3D"trebuchet ms, sans-serif">.ERROR_TARGET=3D&#39;everything&#39;</font>=
</div><div class=3D"gmail_default">

<font face=3D"trebuchet ms, sans-serif">.MAKE.LEVEL=3D&#39;1&#39;</font></d=
iv><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">1 e=
rror</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, s=
ans-serif"><br>

</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif">make: stopped in /usr/src</font></div><div class=3D"gmail_default"><=
font face=3D"trebuchet ms, sans-serif">.CURDIR=3D&#39;/usr/src&#39;</font><=
/div>
<div class=3D"gmail_default">
<font face=3D"trebuchet ms, sans-serif">.OBJDIR=3D&#39;/usr/obj/usr/src&#39=
;</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans=
-serif">LD_LIBRARY_PATH=3D&#39;&#39;</font></div><div class=3D"gmail_defaul=
t"><font face=3D"trebuchet ms, sans-serif">MACHINE_ARCH=3D&#39;x86_64&#39;<=
/font></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">MACHIN=
E=3D&#39;x86_64&#39;</font></div><div class=3D"gmail_default"><font face=3D=
"trebuchet ms, sans-serif">MAKEFILE=3D&#39;/usr/src/Makefile.inc1&#39;</fon=
t></div>

<div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">.TARGE=
TS=3D&#39;buildworld&#39;</font></div><div class=3D"gmail_default"><font fa=
ce=3D"trebuchet ms, sans-serif">.ERROR_TARGET=3D&#39;everything&#39;</font>=
</div><div class=3D"gmail_default">

<font face=3D"trebuchet ms, sans-serif">.MAKE.LEVEL=3D&#39;1&#39;</font></d=
iv><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-serif">***=
 [buildworld] Error code 2</font></div><div class=3D"gmail_default"><font f=
ace=3D"trebuchet ms, sans-serif"><br>

</font></div><div class=3D"gmail_default"><font face=3D"trebuchet ms, sans-=
serif">make: stopped in /usr/src</font></div><div class=3D"gmail_default"><=
font face=3D"trebuchet ms, sans-serif">1 error</font></div><div class=3D"gm=
ail_default">

<font face=3D"trebuchet ms, sans-serif"><br></font></div><div class=3D"gmai=
l_default"><font face=3D"trebuchet ms, sans-serif">make: stopped in /usr/sr=
c</font></div></div></div><div class=3D"gmail_extra"><br clear=3D"all"><div=
><div>

<br></div>Tim</div>
<br><br><div class=3D"gmail_quote">On Sun, Mar 3, 2013 at 3:50 PM, kyuupich=
an <span dir=3D"ltr">&lt;<a href=3D"mailto:kyuupichan@zoho.com"; target=3D"_=
blank">kyuupichan@zoho.com</a>&gt;</span> wrote:<br><blockquote class=3D"gm=
ail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-le=
ft:1ex">

make buildworld is failing with a clean obj directory and latest sources fo=
r me during the mkdep stage early on:<br>
<br>
$ uname -a<br>
DragonFly <a href=3D"http://athlon2.akihabara.co.uk"; target=3D"_blank">athl=
on2.akihabara.co.uk</a> 3.3-DEVELOPMENT DragonFly v3.3.0.944.g5ef30-DEVELOP=
MENT #2: Mon Jan 14 15:53:11 JST 2013 =A0 =A0 root@athlon2.akihabara.co.uk:=
/usr/obj/usr/src/sys/X86_64_GENERIC =A0x86_64<br>


<br>
This appears to be where it starts to go wrong, with an &quot;ignoring stal=
e .depend&quot;:<br>
<br>
=3D=3D=3D&gt; gnu/lib/gcc44/libstdc++<br>
building static stdc++ library<br>
rm -f libstdc++.a<br>
ar cq libstdc++.a `lorder array_type_info.o atexit_arm.o bad_cast.o bad_typ=
eid.o class_type_info.o del_op.o del_opnt.o del_opv.o del_opvnt.o dyncast.o=
 eh_alloc.o eh_arm.o eh_aux_runtime.o eh_call.o eh_catch.oThis appears to b=
e where it starts to go wrong: eh_exception.o eh_globals.o eh_personality.o=
 eh_ptr.o eh_term_handler.o eh_terminate.o eh_throw.o eh_type.o eh_unex_han=
dler.o enum_type_info.o function_type_info.o fundamental_type_info.o guard.=
o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o pbase_type_info.o=
 pmem_type_info.o pointer_type_info.o pure.o si_class_type_info.o tinfo.o t=
info2.o vec.o vmi_class_type_info.o vterminate.o cp-demangle.o atomic.o bit=
map_allocator.o pool_allocator.o mt_allocator.o codecvt.o compatibility.o c=
omplex_io.o ctype.o debug.o functexcept.o hash.o hash_c++0x.o globals_io.o =
hashtable.o hashtable_c++0x.o ios.o ios_failure.o ios_init.o ios_locale.o l=
imits.o limits_c++0x.o list.o debug_list.o locale.o locale_init.o locale_fa=
cets.o localen!<br>


=A0ame.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.=
o system_error.o tree.o allocator-inst.o concept-inst.o fstream-inst.o ext-=
inst.o ios-inst.o iostream-inst.o istream-inst.o istream.o locale-inst.o mi=
sc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o streambuf.o string=
-inst.o valarray-inst.o wlocale-inst.o wstring-inst.o mutex.o condition_var=
iable.o chrono.o thread.o atomicity.o codecvt_members.o collate_members.o c=
type_members.o messages_members.o monetary_members.o numeric_members.o time=
_members.o basic_file_stdio.o c_locale.o =A0| tsort -q`<br>


ranlib libstdc++.a<br>
make: ignoring stale .depend for /usr/obj/usr/src/world_x86_64/usr/lib/libm=
.a<br>
building shared library libstdc++.so.9<br>
rm -f libstdc++.so.9 libstdc++.so<br>
ln -fs libstdc++.so.9 libstdc++.so<br>
cc =A0-shared -Wl,-x =A0-o libstdc++.so.9 -Wl,-soname,libstdc++.so.9 =A0`lo=
rder array_type_info.So atexit_arm.So bad_cast.So bad_typeid.So class_type_=
info.So del_op.So del_opnt.So del_opv.So del_opvnt.So dyncast.So eh_alloc.S=
o eh_arm.So eh_aux_runtime.So eh_call.So eh_catch.So eh_exception.So eh_glo=
bals.So eh_personality.So eh_ptr.So eh_term_handler.So eh_terminate.So eh_t=
hrow.So eh_type.So eh_unex_handler.So enum_type_info.So function_type_info.=
So fundamental_type_info.So guard.So new_handler.So new_op.So new_opnt.So n=
ew_opv.So new_opvnt.So pbase_type_info.So pmem_type_info.So pointer_type_in=
fo.So pure.So si_class_type_info.So tinfo.So tinfo2.So vec.So vmi_class_typ=
e_info.So vterminate.So cp-demangle.So atomic.So bitmap_allocator.So pool_a=
llocator.So mt_allocator.So codecvt.So compatibility.So complex_io.So ctype=
.So debug.So functexcept.So hash.So hash_c++0x.So globals_io.So hashtable.S=
o hashtable_c++0x.So ios.So ios_failure.So ios_init.So ios_locale.So limits=
.So limits_c++0x.So !<br>


=A0list.So debug_list.So locale.So locale_init.So locale_facets.So localena=
me.So math_stubs_float.So math_stubs_long_double.So stdexcept.So strstream.=
So system_error.So tree.So allocator-inst.So concept-inst.So fstream-inst.S=
o ext-inst.So ios-inst.So iostream-inst.So istream-inst.So istream.So local=
e-inst.So misc-inst.So ostream-inst.So sstream-inst.So streambuf-inst.So st=
reambuf.So string-inst.So valarray-inst.So wlocale-inst.So wstring-inst.So =
mutex.So condition_variable.So chrono.So thread.So atomicity.So codecvt_mem=
bers.So collate_members.So ctype_members.So messages_members.So monetary_me=
mbers.So numeric_members.So time_members.So basic_file_stdio.So c_locale.So=
 | tsort -q` -lm<br>


/usr/obj/usr/src/ctools_x86_64_x86_64/usr/libexec/binutils222/elf/ld.bfd: c=
annot find -lm<br>
*** Error code 1<br>
<br>
Stop.<br>
<br>
Any ideas? =A0I&#39;m stumped.<br>
<br>
Neil.<br>
<br>
<br>
</blockquote></div><br></div>

--bcaec53969525dc4da04d70e87f6--



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]