From owner-freebsd-current@FreeBSD.ORG Wed May 20 18:46:16 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F518287; Wed, 20 May 2015 18:46:16 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 317C51597; Wed, 20 May 2015 18:46:16 +0000 (UTC) Received: by iesa3 with SMTP id a3so46394417ies.2; Wed, 20 May 2015 11:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=rIgx5zZkSwXi++AcXXl3MjZxFFUSnglbBdPKR4gvbEo=; b=SieUcbRZKvTTgP75Jm+QGlagZPjra1fhqj4FsJBHjQfqVmF5/fHykEv77T0rqMx+e9 UrgZcJHA1VIJtR8b1EWRR75n2RoLPLWKYmWqKo8CTAz6A5qnGTYmKxMQT0Q3X9CqHn4Z wV6e02xuOTaMKKFFJBc8EVuXv6zjAwKrXmFTF+hCHlVILtU+8RMMBtJszYsy3EWHh5X/ i+vqKnglnvpnw3t46v2HyrlC17awlSxdmurYh/Z+1sAwYkzcHkfe0Lh8u1xdep8CkkS7 lWX7AZa5u0KFjNlDTgiTF4j8Y+IDUhoHJkjJE/k+1EuRXB5Nv++kQlBShQ7GcOhGzd0X 3TJw== X-Received: by 10.43.34.205 with SMTP id st13mr30627981icb.4.1432147575603; Wed, 20 May 2015 11:46:15 -0700 (PDT) Received: from [192.168.20.5] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id v14sm2176375igd.12.2015.05.20.11.46.14 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 May 2015 11:46:14 -0700 (PDT) Subject: Re: [283136]: buildworld failure: usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_3674511C-5A8F-4AB3-A93A-F1C84AC2EC32"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b6 From: Garrett Cooper In-Reply-To: <6BB51841-9158-4903-9D99-CAF57ACC2155@gmail.com> Date: Wed, 20 May 2015 11:46:01 -0700 Cc: "O. Hartmann" , freebsd-current , Baptiste Daroussin , "Bjoern A. Zeeb" Message-Id: References: <20150520065024.6d0aa9d9@freyja.zeit4.iv.bundesimmobilien.de> <20150520124916.GF1156@albert.catwhisker.org> <6BB51841-9158-4903-9D99-CAF57ACC2155@gmail.com> To: David Wolfskill X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 20 May 2015 18:46:16 -0000 --Apple-Mail=_3674511C-5A8F-4AB3-A93A-F1C84AC2EC32 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On May 20, 2015, at 6:09, Garrett Cooper wrote: > On May 20, 2015, at 5:49, David Wolfskill = wrote: >=20 >> On Wed, May 20, 2015 at 06:50:24AM +0200, O. Hartmann wrote: >>> Current sources (r283136) die on buildworld with the following = error: >>>=20 >>> [...] >>> --- cddl/lib__L --- >>> /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc >>> cc: error: linker command failed with exit code 1 (use -v to see = invocation) >>> *** [libdtrace.so.2] Error code 1 >>> .... >>=20 >> I was able to perform a source update from: >>=20 >> FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #67 = r283104M/283104:1100073: Tue May 19 05:02:57 PDT 2015 = root@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 >>=20 >> to: >>=20 >> FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #68 = r283142M/283142:1100073: Wed May 20 05:02:58 PDT 2015 = root@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 >>=20 >> without incident. >>=20 >> Checking , >> it looks as if r283139 is intended to address what you saw, and >> r283143 - 283145 are additional clean-up. >=20 > The build *should* be fixed (for now, until someone changes = LIBADD/LDADD for these libraries ._. ...) in r283152. Just to be = doubly/triply sure I=92ve kicked off a clean tinderbox on ref11-amd64 (I = kind of rushed through an amd64/sparc64 buildworld and verified a few = things manually when I was fixing things up). > Thank you for the report, And=85 I missed a spot. r283159 should be a stable spot to work off of. = Again, sorry for the breakage (6am commits are.. fun). Thanks... --Apple-Mail=_3674511C-5A8F-4AB3-A93A-F1C84AC2EC32 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVXNZpAAoJEMZr5QU6S73ezA0IAJlzKe/XmxQMYhdZI+FFDIkO xX/1ibT9oAkCBOIbEKzecIEjQ1d1ktgOjcjEcb8obvplAAX5MkuTuWK5nVA1ydaK uXR59ohDkf808NBbTPJcUa/pJeMsoZRkL3ATHOQOSc8EP71Pa4nUwZs0CWhfORkX bhKYsnTmiXOo1G0BZPJIdqMBrdaHqNqcVYm543xCTaRq/flhJH/K7Al0i2Uk5goH ogKGM72KBbdaSuASNtiqytDPKVEaUCUk1cjkvOvSfvNBUw4RY/tDEr1KOW5hTf7G i0WMNM11A8oA8hOwGT8EJ9W7QZOBpbAsOfTx3NOsuEaAcZUvy00WrSU43xwAKsU= =xy61 -----END PGP SIGNATURE----- --Apple-Mail=_3674511C-5A8F-4AB3-A93A-F1C84AC2EC32--