Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 01:40:09 +0000
From:      Steven Hartland <killing@multiplay.co.uk>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>,  freebsd-current@freebsd.org
Subject:   Re: who broke dtrace and buildworld?
Message-ID:  <54BB0EF9.3060705@multiplay.co.uk>
In-Reply-To: <20150118002246.GA13599@troutmask.apl.washington.edu>
References:  <20150117235447.GA13490@troutmask.apl.washington.edu> <20150118002246.GA13599@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

On 18/01/2015 00:22, Steve Kargl wrote:
> On Sat, Jan 17, 2015 at 03:54:47PM -0800, Steve Kargl wrote:
>> % cd /usr/src
>> % svn update
>> Updating '.':
>> At revision 277307.
>> % make buildworld
>> ....
>>
>> =3D=3D=3D> cddl/usr.sbin/dtrace (all)
>> cc  -O2 -pipe -march=3Dcore2  -I/usr/src/cddl/usr.sbin/dtrace/../../..=
/sys/cddl/compat/opensolaris  -I/usr/src/cddl/usr.sbin/dtrace/../../../cd=
dl/compat/opensolaris/include  -I/usr/src/cddl/usr.sbin/dtrace/../../../c=
ddl/contrib/opensolaris/head  -I/usr/src/cddl/usr.sbin/dtrace/../../../cd=
dl/contrib/opensolaris/lib/libdtrace/common  -I/usr/src/cddl/usr.sbin/dtr=
ace/../../../cddl/contrib/opensolaris/lib/libproc/common  -I/usr/src/cddl=
/usr.sbin/dtrace/../../../sys/cddl/contrib/opensolaris/uts/common  -I/usr=
/src/cddl/usr.sbin/dtrace/../../../sys/cddl/contrib/opensolaris/compat -D=
NEED_SOLARIS_BOOLEAN -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wer=
ror -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-pl=
us-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-v=
alue -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion =
-Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses=
 -Qunused-arguments  -o dtrace dtrace.o -ldtrace -ly -ll
>>    -lproc -lctf -lelf -lz -lutil -lrtld_db -lpthread
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idstack_lookup'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idops_probe'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idhash_nextid'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idhash_create'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idhash_lookup'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idops_type'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idops_thaw'
>> /usr/obj/usr/src/tmp/usr/lib/libdtrace.so: undefined reference to `dt_=
idops_args
>>
>> Please fix.
>>
> To fix the build,
>
> % svn revert -r 377300:377299 .
Just double checked and I can building r277307 without issue, build box=20
is running 10.1-RELEASE.

My head box is quite a bit slower and is still running, but it did=20
complete a full buildworld on what is r277300 before it was committed so =

no reason to think it wont complete.
=2E..
--- ldd32 ---
cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT  -isystem=20
/usr/obj/usr/home/smh/freebsd/base/head/lib32/usr/include/=20
-L/usr/obj/usr/home/smh/freebsd/base/head/lib32/usr/lib32=20
-B/usr/obj/usr/home/smh/freebsd/base/head/lib32/usr/lib32 -O2 -pipe=20
-std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall=20
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes=20
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual=20
-Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align=20
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls=20
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations =

-Wthread-safety -Wno-empty-body -Wno-string-plus-int=20
-Wno-unused-const-variable -Qunused-arguments -o ldd32 ldd.o sods.o
--- buildworld_epilogue ---
--------------------------------------------------------------
 >>> World build completed on Sun Jan 18 01:31:27 UTC 2015
--------------------------------------------------------------

svn info |grep Revision
Revision: 277307

Is anyone else seeing this issue?

     Regards
     Steve




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54BB0EF9.3060705>