Hello,
I am trying to build NetBSD from a linux host and it seems to be failing consistently with this error:
--- dependall-usr.bin ---
/home/eddy/usr/src/pine64/netbsd/src/obj/destdir.evbarm/usr/lib/librumpdev_raidframe.so: undefined reference to `rumpns_booted_method'
collect2: error: ld returned 1 exit status
*** [rump_allserver] Error code 1
nbmake[5]: stopped in /home/eddy/usr/src/pine64/netbsd/src/usr.bin/rump_allserver
1 error
[..]
Code is from the git clone commit this:
* commit 954643b68ae3a82bd450ab132d5fefbe153b8a93 (HEAD -> trunk, netbsd/trunk, netbsd/HEAD)
| Author: msaitoh <msaitoh%NetBSD.org@localhost>
| Date: Thu Nov 9 03:08:12 2017 +0000
|
| Regen.
|
Am I doing something wrong, or this is something that is indeed an issue?
eddy@feodora:~/usr/src/pine64/netbsd/src$ time ./build.sh -j 8 -U -m evbarm -a earmv7hf build
===> build.sh command: ./build.sh -j 8 -U -m evbarm -a earmv7hf build
===> build.sh started: Fri Nov 10 00:34:22 EET 2017
===> NetBSD version: 8.99.6
===> MACHINE: evbarm
===> MACHINE_ARCH: earmv7hf
===> Build platform: Linux 4.4.0-96-generic x86_64
===> HOST_SH: /bin/sh
===> MAKECONF file: /etc/mk.conf (File not found)
===> TOOLDIR path: /home/eddy/usr/src/pine64/netbsd/src/obj/tooldir.Linux-4.4.0-96-generic-x86_64
===> DESTDIR path: /home/eddy/usr/src/pine64/netbsd/src/obj/destdir.evbarm
===> RELEASEDIR path: /home/eddy/usr/src/pine64/netbsd/src/obj/releasedir
===> Updated makewrapper: /home/eddy/usr/src/pine64/netbsd/src/obj/tooldir.Linux-4.4.0-96-generic-x86_64/bin/nbmake-evbarm
--- build ---