Date: Thu, 31 Oct 2013 21:23:50 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Luigi Rizzo <rizzo@iet.unipi.it>, Brooks Davis <brooks@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld Message-ID: <527310B6.5070700@FreeBSD.org> In-Reply-To: <CA%2BhQ2%2Bh3LA%2Buk6RQg5a6QHAEedEZPZ=RUbLCZ1ZqFvNNi3EAAg@mail.gmail.com> References: <CA%2BhQ2%2Bh3LA%2Buk6RQg5a6QHAEedEZPZ=RUbLCZ1ZqFvNNi3EAAg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <brooks@freebsd.org> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?527310B6.5070700>