Re: svn commit: r283139 - head

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 3:06, Bjoern A. Zeeb b...@freebsd.org wrote:

 On 20 May 2015, at 09:23 , Baptiste Daroussin b...@freebsd.org wrote:
 
 Author: bapt
 Date: Wed May 20 09:23:37 2015
 New Revision: 283139
 URL: https://svnweb.freebsd.org/changeset/base/283139
 
 Log:
 Fix buildworld by adding libproc and librtld_db to the _prebuild_libs
 Those are needed to build libdtrace
 
 Still seeing build failures for sparc64 and arm64 even after this.
 Could you please check?

There are a few bugs.
1. arm64/sparc64 don’t have libproc/librtld_db support at all, so the 
library spamming in LIBADD and Makefile.inc1 is wrong in those cases.
2. There are a lot of missing dependencies in Makefile.inc for the 
libproc/librtld_db addition.
I’m testing out fixes for both these issues.
Thanks,
-NGie


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: svn commit: r283139 - head

2015-05-20 Thread Bjoern A. Zeeb

 On 20 May 2015, at 09:23 , Baptiste Daroussin b...@freebsd.org wrote:
 
 Author: bapt
 Date: Wed May 20 09:23:37 2015
 New Revision: 283139
 URL: https://svnweb.freebsd.org/changeset/base/283139
 
 Log:
  Fix buildworld by adding libproc and librtld_db to the _prebuild_libs
  Those are needed to build libdtrace

Still seeing build failures for sparc64 and arm64 even after this.
Could you please check?

— 
Bjoern A. Zeeb  Charles Haddon Spurgeon:
Friendship is one of the sweetest joys of life.  Many might have failed
 beneath the bitterness of their trial  had they not found a friend.

___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r283139 - head

2015-05-20 Thread Baptiste Daroussin
Author: bapt
Date: Wed May 20 09:23:37 2015
New Revision: 283139
URL: https://svnweb.freebsd.org/changeset/base/283139

Log:
  Fix buildworld by adding libproc and librtld_db to the _prebuild_libs
  Those are needed to build libdtrace

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==
--- head/Makefile.inc1  Wed May 20 06:23:01 2015(r283138)
+++ head/Makefile.inc1  Wed May 20 09:23:37 2015(r283139)
@@ -1691,6 +1691,8 @@ _prebuild_libs=   ${_kerberos5_lib_libasn1
lib/libopie lib/libpam ${_lib_libthr} \
${_lib_libradius} lib/libsbuf lib/libtacplus \
lib/libgeom \
+   lib/libproc \
+   lib/librtld_db \
${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
${_cddl_lib_libuutil} \
${_cddl_lib_libavl} \
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org