[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
'make -j 2' fails on FreeBSD-10 + more FreeBSD details
From: |
Assaf Gordon |
Subject: |
'make -j 2' fails on FreeBSD-10 + more FreeBSD details |
Date: |
Fri, 21 Mar 2014 19:50:00 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
Hello,
(Sorry if this is not the best mailing list - it might be an automake/autotools
related issue, but I it seems the relevant people are reading this mailing
list).
On FreeBSD-10, GNU-Hello fails when doing "make -j 2".
To reproduce:
$ git clone git://git.savannah.gnu.org/hello.git
$ cd hello
$ git describe --always
v2.9-31-gfa3cc89
$ ./bootstrap --skip-po
$ ./configure
$ make -j 2
Fails with:
===
make[2]: make[2]: don't know how to make ./lib/libhello.a. Stop
make[2]: stopped in /usr/home/gordon/hello
*** [all-recursive] Error code 1
make[1]: stopped in /usr/home/gordon/hello
1 error
make[1]: stopped in /usr/home/gordon/hello
*** [all] Error code 2
make: stopped in /usr/home/gordon/hello
1 error
make: stopped in /usr/home/gordon/hello
===
See the complete 'make -j2' output here:
http://pastebin.com/cEpq8SzW
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 ).
The other versions automake 1.14 and autoconf 2.69.
For a limited time, I can provide SSH access to such a FreeBSD-10 machine.
If this can help for debugging, please email me in private.
Regards,
-gordon
- 'make -j 2' fails on FreeBSD-10 + more FreeBSD details,
Assaf Gordon <=