From owner-freebsd-current@FreeBSD.ORG Wed May 20 17:54:13 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 3FD9664B; Wed, 20 May 2015 17:54:13 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (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 D7C431C07; Wed, 20 May 2015 17:54:12 +0000 (UTC) Received: by wicmx19 with SMTP id mx19so163666800wic.0; Wed, 20 May 2015 10:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=CFzoAQuWIbViQBl/4Ru54bK7tJ11tn69YoixEaX/7rw=; b=VxwtH6L+OKaUjz5goDZm5qSj5eX81R09eHKXklZwkaa7H8OHZgPYhEiDmEjTgZHIeF CvklYK18Hp7TQg+DVR5xRdP9EHl9281OPCf7oltjDME6J8tliRJt3nU6EQHJxExmpZNT mhFfpHNJyBOeyYnFrjsHdtq9LoM4X26zaTdbaFLAhFAlaPdKkVKh4w2h5eBYM/ujAdXX fiu/ZHK3wle2Yo4oagNEZUzOd24qrJ6HChKjwPo9Q+R9cWKHGF+0TP0rf9GDX9NpJDkA 9Kfu98dLf7c7p2Z4NNfJAfiwZ698TgTpAe1BqW+P7h4BW6bwZ7d7I2WQDYk8+uhIU4UA jL8Q== X-Received: by 10.194.61.133 with SMTP id p5mr68309878wjr.132.1432144451276; Wed, 20 May 2015 10:54:11 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id bh7sm27977645wjb.8.2015.05.20.10.54.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 10:54:10 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 20 May 2015 19:54:08 +0200 From: Baptiste Daroussin To: Garrett Cooper Cc: David Wolfskill , "O. Hartmann" , freebsd-current , "Bjoern A. Zeeb" Subject: Re: [283136]: buildworld failure: usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lproc Message-ID: <20150520175408.GM52236@ivaldir.etoilebsd.net> References: <20150520065024.6d0aa9d9@freyja.zeit4.iv.bundesimmobilien.de> <20150520124916.GF1156@albert.catwhisker.org> <6BB51841-9158-4903-9D99-CAF57ACC2155@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FxlYARId5dseejUu" Content-Disposition: inline In-Reply-To: <6BB51841-9158-4903-9D99-CAF57ACC2155@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 17:54:13 -0000 --FxlYARId5dseejUu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 20, 2015 at 06:09:16AM -0700, 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 invoc= ation) > >> *** [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 r2= 83104M/283104:1100073: Tue May 19 05:02:57 PDT 2015 root@g1-254.catwhis= ker.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 r2= 83142M/283142:1100073: Wed May 20 05:02:58 PDT 2015 root@g1-254.catwhis= ker.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= =E2=80=99ve kicked off a clean tinderbox on ref11-amd64 (I kind of rushed t= hrough an amd64/sparc64 buildworld and verified a few things manually when = I was fixing things up). > Thank you for the report, > -NGie Thank you Garrett You have been way faster than I was to fix. Sorry for hav= ing broken the build... I was planning to do the same work on zfs but I think I will abstain as the= zfs libs are even more messy than dtrace (circular dependencies etc) I have been beaten once I'll wait before putting my hand there again :) Best regards, Bapt --FxlYARId5dseejUu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVcykAACgkQ8kTtMUmk6Ex9lQCfTihBcg4LKlCif1a5GzSteEHX t+oAoLt7MTG2seDSL9f6McgVz2qXmNOd =EOZu -----END PGP SIGNATURE----- --FxlYARId5dseejUu--