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>
index | next in thread | previous in thread | raw e-mail
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
>> ....
>>
>> ===> cddl/usr.sbin/dtrace (all)
>> cc -O2 -pipe -march=core2 -I/usr/src/cddl/usr.sbin/dtrace/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/usr.sbin/dtrace/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/usr.sbin/dtrace/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/usr.sbin/dtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common -I/usr/src/cddl/usr.sbin/dtrace/../../../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 -DNEED_SOLARIS_BOOLEAN -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -Wno-unknown-pragmas -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -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
is running 10.1-RELEASE.
My head box is quite a bit slower and is still running, but it did
complete a full buildworld on what is r277300 before it was committed so
no reason to think it wont complete.
...
--- ldd32 ---
cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem
/usr/obj/usr/home/smh/freebsd/base/head/lib32/usr/include/
-L/usr/obj/usr/home/smh/freebsd/base/head/lib32/usr/lib32
-B/usr/obj/usr/home/smh/freebsd/base/head/lib32/usr/lib32 -O2 -pipe
-std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
-Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations
-Wthread-safety -Wno-empty-body -Wno-string-plus-int
-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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54BB0EF9.3060705>
