[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'make -j 2' fails on FreeBSD-10 + more FreeBSD details
From: |
Assaf Gordon |
Subject: |
Re: 'make -j 2' fails on FreeBSD-10 + more FreeBSD details |
Date: |
Fri, 21 Mar 2014 20:14:43 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
A quick follow-up:
On 03/21/2014 07:50 PM, Assaf Gordon wrote:
On FreeBSD-10, GNU-Hello fails when doing "make -j 2".
<...>
The reason for this failure, and probably of the other few errors
I've posted recently, might be because FreeBSD-10 switched from
"make" (I assume GNU make) to 'bmake' from NetBSD project (
https://www.freebsd.org/releases/10.0R/announce.html ).
Building and using 'bmake' on Linux also reproduces the same problems - perhaps
it'll be easier to debug.
The source is here:
ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/
And so in gnu-hello,
running:
$ ./bootstrap
$ ./configure
$ make -j 2
Works fine, then trying:
$ make clean
$ bmake -j 2
Fails as described in the previous email.
Regards,
-gordon