From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 01:40:23 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C538970 for ; Sun, 18 Jan 2015 01:40:23 +0000 (UTC) Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6B2E699 for ; Sun, 18 Jan 2015 01:40:22 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so26003692wes.1 for ; Sat, 17 Jan 2015 17:40:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=U4xZPN28eaku3u5azRv3k9XlzLfb9B5WsmFQtU/XYgw=; b=DZMrkUSEwKzwJO2+vLNR9O+bWVR4dgStVtpFYOaAiwyKEmI3S2yoNaYMHCTuHa+qcM N09cTv7lYXr1klkwvyvr+Kb8e0qKYtoyrRv3sKMuOB4ocVOy7ZR7cGcPNFOtPXxBfFnf rYp7editWwS24wcuGfjSNr7AujXZ0R55I1KYyUCCwJNetWYjibX9bdbOjP9X/y/xVa34 LJ1hxigeu5a8M465rHZvaI069YhrFIc8YUPC3mgHvbGfGkuCVY6ntr7FHGMzYAqKUSYD vOvD8Tpa3fxFvfh4t2onT2KVjZq5ISNZ9Tp6lpgrfoKIL9u3/haiqW/BUEbuI493HzRg 7hww== X-Gm-Message-State: ALoCoQm8lODqq8Yo1/hwVAvKX/G1X3J5sjMTe5EOgazt+k65LRHRgVLMgDZmMkbb4vSW2fLBZJi6 X-Received: by 10.180.72.178 with SMTP id e18mr20300535wiv.23.1421545215049; Sat, 17 Jan 2015 17:40:15 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id dp8sm8546093wib.20.2015.01.17.17.40.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Jan 2015 17:40:14 -0800 (PST) Message-ID: <54BB0EF9.3060705@multiplay.co.uk> Date: Sun, 18 Jan 2015 01:40:09 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Steve Kargl , freebsd-current@freebsd.org Subject: Re: who broke dtrace and buildworld? References: <20150117235447.GA13490@troutmask.apl.washington.edu> <20150118002246.GA13599@troutmask.apl.washington.edu> In-Reply-To: <20150118002246.GA13599@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 01:40:23 -0000 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