Date: Wed, 20 May 2015 17:21:42 -0700 From: Peter Wemm <peter@wemm.org> To: Garrett Cooper <ngie@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283159 - head Message-ID: <3019337.F8nLlbHdhv@overcee.wemm.org> In-Reply-To: <201505201841.t4KIfso9029990@svn.freebsd.org> References: <201505201841.t4KIfso9029990@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2483508.EKSXxSSR8b Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" On Wednesday, May 20, 2015 06:41:54 PM Garrett Cooper wrote: > Author: ngie > Date: Wed May 20 18:41:54 2015 > New Revision: 283159 > URL: https://svnweb.freebsd.org/changeset/base/283159 >=20 > Log: > Fix breakage I didn't fully solve in r283151 by depending on the .P= HONY > target, not the directory when building libctf for libproc >=20 > Reported by: many, Jenkins > Submitted by: rodrigc >=20 > Modified: > head/Makefile.inc1 >=20 > Modified: head/Makefile.inc1 > =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/Makefile.inc1=09Wed May 20 17:48:22 2015=09(r283158) > +++ head/Makefile.inc1=09Wed May 20 18:41:54 2015=09(r283159) > @@ -1745,7 +1745,7 @@ _generic_libs+=3D ${_DIR} > lib/libopie__L lib/libtacplus__L: lib/libmd__L >=20 > lib/libproc__L: \ > - ${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil_= _L > + ${_cddl_lib_libctf:D${_cddl_lib_libctf}__L} lib/libelf__L > lib/librtld_db__L lib/libutil__L .if ${MK_CXX} !=3D "no" > .if ${MK_LIBCPLUSPLUS} !=3D "no" > lib/libproc__L: lib/libc++ Even after this, head is still not buildable for me: =3D=3D=3D> lib/libproc (obj,depend,all,install) make[4]: /usr/obj/usr/src/lib/libproc/.depend, 425: ignoring stale .dep= end for=20 /usr/obj/usr/src/tmp/usr/lib/libctf.a /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lctf cc: error: linker command failed with exit code 1 (use -v to see invoca= tion) svn rev is 283163. Perhaps a full revert is in order? =2D-=20 Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI= 6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 --nextPart2483508.EKSXxSSR8b Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJVXSUWAAoJEDXWlwnsgJ4E5gAH/RXr7ixv2uZsCUDwlJEi+xxj 5YGW33InusnvCAoVkS3bS9/bgm0LZSsTFt9xQAT1SQs00C77+qh+egKnxJBJSO3I B2/ZKxVsioNysPtQsnyFN5T/0ULRTu6gTO/p211RZVZ0LsXKyIdUThWmi8jmKfNI C544kiiJYjxQfvGL6W/Ad05vHhA7COGFkTP10D9oRmSAIFLJRtEIokE61lr3OmYR G3ZPHjLV9mppaTjKO49ATXJukIPuOlO7512OnxKVpEAlvby7tCJM0snuOsX4FEvu N0xyioypc9uR8qBFO9Fp1e1nrWy7VAhLIhqeLhOiqbbRS6swQ8vLqBID7Gi6m7M= =y8Yu -----END PGP SIGNATURE----- --nextPart2483508.EKSXxSSR8b--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3019337.F8nLlbHdhv>