From owner-svn-src-all@FreeBSD.ORG Fri Nov 1 02:24:03 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3BDF442 for ; Fri, 1 Nov 2013 02:24:03 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95B5F23D0 for ; Fri, 1 Nov 2013 02:24:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA12O0ps002225 for ; Fri, 1 Nov 2013 02:24:00 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA12O0xL002220 for svn-src-all@freebsd.org; Fri, 1 Nov 2013 02:24:00 GMT (envelope-from bdrewery) Received: (qmail 4338 invoked from network); 31 Oct 2013 21:23:58 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 31 Oct 2013 21:23:58 -0500 Message-ID: <527310B6.5070700@FreeBSD.org> Date: Thu, 31 Oct 2013 21:23:50 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Luigi Rizzo , Brooks Davis Subject: Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld References: In-Reply-To: X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9eDMxavVmD2lNFx75tdc6v1nC9tgGuXiJ" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 02:24:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9eDMxavVmD2lNFx75tdc6v1nC9tgGuXiJ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10/31/2013 8:02 PM, Luigi Rizzo wrote: > as per the subject, after this commit building head on stable/9 > fails with the error below: >=20 > =3D=3D=3D> lib/libpam/modules/pam_krb5 (all) > make: don't know how to make > /media/bsd10/usr/home/luigi/FreeBSD/head/../usr/obj-pico-amd64/media/bs= d10/usr/home/luigi/FreeBSD/head/tmp/usr/lib/libkrb5.a. I see errors in libkrb5 with -j32 quite often lately. Are you building with high -j? > Stop >=20 > reverting the commit fixes the build. >=20 > Any idea how this can be fixed ? >=20 > thanks > luigi >=20 >=20 > On Mon, Oct 28, 2013 at 12:56 PM, Brooks Davis wro= te: >=20 >> Author: brooks >> Date: Mon Oct 28 19:56:46 2013 >> New Revision: 257268 >> URL: http://svnweb.freebsd.org/changeset/base/257268 >> >> Log: >> Enable the --sysroot=3D/foo option in ld by always building with a s= ysroot >> defined. When not building as a cross linker, the sysroot is set to = "/". >> >> Exp-run by: bdrewery (ports/183206) >> MFC after: 3 days >> >> Modified: >> head/gnu/usr.bin/binutils/ld/Makefile >> >> Modified: head/gnu/usr.bin/binutils/ld/Makefile >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/gnu/usr.bin/binutils/ld/Makefile Mon Oct 28 19:46:01 20= 13 >> (r257267) >> +++ head/gnu/usr.bin/binutils/ld/Makefile Mon Oct 28 19:56:46 20= 13 >> (r257268) >> @@ -31,7 +31,7 @@ CFLAGS+=3D -DTARGET=3D\"${TARGET_TUPLE}\" >> CFLAGS+=3D -DDEFAULT_EMULATION=3D\"${NATIVE_EMULATION}\" >> CFLAGS+=3D -DSCRIPTDIR=3D\"${TOOLS_PREFIX}/usr/libdata\" >> CFLAGS+=3D -DBFD_VERSION_STRING=3D\"${VERSION}\" >> -CFLAGS+=3D -DBINDIR=3D\"${BINDIR}\" -DTARGET_SYSTEM_ROOT=3D\"${TOOLS_= PREFIX}\" >> +CFLAGS+=3D -DBINDIR=3D\"${BINDIR}\" >> -DTARGET_SYSTEM_ROOT=3D\"${TOOLS_PREFIX:U/}\" >> CFLAGS+=3D -DTOOLBINDIR=3D\"${TOOLS_PREFIX}/${BINDIR}/libexec\" >> CFLAGS+=3D -D_GNU_SOURCE >> CFLAGS+=3D -I${SRCDIR}/ld -I${SRCDIR}/bfd >> >=20 >=20 >=20 --=20 Regards, Bryan Drewery --9eDMxavVmD2lNFx75tdc6v1nC9tgGuXiJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJScxC2AAoJEDXXcbtuRpfP5yYH/3lFyLekIXBKhPEG/2XyvDsr UNNqJLqjz8rjyd03oXZenMxRWU9m4zSRJk0dSXgKVrKX+Bb3tUMrNn4skPZcudUV McyyeUswg6X6aGmyS6bOK+VMi7xrauYZ4q7etoyJldYI/5SX7a6gh7reZEk1OxpG TX8fKReT9ht8zSjkaBstdZVnj6Zu06l4gt/6f0n8zO6Uz35m9LlHQwhgXwuMw9OS 2aOWdDg1fdg0WlsR3fe+q3spanbgFjToN408k2L+hF55wNxs5lgE8x3R2UIE9hiN cB0qan6M68UIlTeSR+u+DxN/PZcez5bRM6Js3tcsXQQss9xr1tg8+tTIG/GQtDU= =zsfn -----END PGP SIGNATURE----- --9eDMxavVmD2lNFx75tdc6v1nC9tgGuXiJ--