* Ian Lepore, 2015-05-10 :
> That gets past the bootstrapping problem, now it dies like this:
>
> --- lib/libcrypt__L ---
> --- crypt-md5.So ---
> cc -fpic -DPIC -O -pipe
> -I/local/build/staging/freebsd/wand/src/lib/libcrypt/../libmd
> -I/local/build/staging/freebsd/wand/src/lib/libcrypt/.
* Ian Lepore, 2015-05-10 :
> That gets past the bootstrapping problem, now it dies like this:
Ack, I have a fix for this one as well, now rebuilding world to test
it...
Thomas.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/
On Sun, 2015-05-10 at 16:26 +0200, Thomas Quinot wrote:
> * Ian Lepore, 2015-05-10 :
>
> > This appears to break bootstrapping, at least when cross-building ARM on
> > a 10-stable build host. The build runs for about 15 seconds before
> > hitting...
> >
> > --- _bootstrap-tools-usr.bin/xinstall
* Ian Lepore, 2015-05-10 :
> This appears to break bootstrapping, at least when cross-building ARM on
> a 10-stable build host. The build runs for about 15 seconds before
> hitting...
>
> --- _bootstrap-tools-usr.bin/xinstall ---
> xinstall.o: In function `install':
> /local/build/staging/freebs
* Ian Lepore, 2015-05-10 :
> This appears to break bootstrapping, at least when cross-building ARM on
> a 10-stable build host. The build runs for about 15 seconds before
> hitting...
Ack, looking into it. Does it also fail if building with -j1?
Thomas.
On Sun, 2015-05-10 at 13:21 +, Thomas Quinot wrote:
> Author: thomas
> Date: Sun May 10 13:21:36 2015
> New Revision: 282726
> URL: https://svnweb.freebsd.org/changeset/base/282726
>
> Log:
> Ensure libmd symbols do not clash with libcrypto
>
> Add a prefix to all symbols in libmd to av
Author: thomas
Date: Sun May 10 13:21:36 2015
New Revision: 282726
URL: https://svnweb.freebsd.org/changeset/base/282726
Log:
Ensure libmd symbols do not clash with libcrypto
Add a prefix to all symbols in libmd to avoid incompatibilites
with same-named, but not binary compatible, symbols