svn commit: r283159 - head
Peter Wemm
peter at wemm.org
Thu May 21 00:21:44 UTC 2015
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
>
> Log:
> Fix breakage I didn't fully solve in r283151 by depending on the .PHONY
> target, not the directory when building libctf for libproc
>
> Reported by: many, Jenkins
> Submitted by: rodrigc
>
> Modified:
> head/Makefile.inc1
>
> Modified: head/Makefile.inc1
> ============================================================================
> == --- head/Makefile.inc1 Wed May 20 17:48:22 2015 (r283158)
> +++ head/Makefile.inc1 Wed May 20 18:41:54 2015 (r283159)
> @@ -1745,7 +1745,7 @@ _generic_libs+= ${_DIR}
> lib/libopie__L lib/libtacplus__L: lib/libmd__L
>
> 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} != "no"
> .if ${MK_LIBCPLUSPLUS} != "no"
> lib/libproc__L: lib/libc++
Even after this, head is still not buildable for me:
===> lib/libproc (obj,depend,all,install)
make[4]: /usr/obj/usr/src/lib/libproc/.depend, 425: ignoring stale .depend for
/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 invocation)
svn rev is 283163. Perhaps a full revert is in order?
--
Peter Wemm - peter at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com; KI6FJV
UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150520/a485f612/attachment.sig>
More information about the svn-src-all
mailing list