You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone tried setting up the rumprun toolchain on the latest macOS High Sierra? I've had issues tried to manually build the toolchain, only to get cryptic errors when I run build-rr.sh.
--- att.lo ---
2 warnings and 6 errors generated.
--- compat_reallocarray.lo ---
2 warnings and 6 errors generated.
--- compat_ohash.lo ---
2 warnings and 6 errors generated.
--- compat_reallocarray.lo ---
*** [compat_reallocarray.lo] Error code 1
nbmake[3]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
--- att.lo ---
*** [att.lo] Error code 1
nbmake[3]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
--- compat_ohash.lo ---
*** [compat_ohash.lo] Error code 1
nbmake[3]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
--- chars.lo ---
2 warnings and 6 errors generated.
*** [chars.lo] Error code 1
nbmake[3]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
4 errors
nbmake[3]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
*** [dependall] Error code 2
nbmake[2]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
1 error
nbmake[2]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools/mandoc
*** Failed target: dependall-mandoc
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/jberi/bin/rumprun/src-netbsd/tools" ;; *) this="${dir}/"; real="/Users/jberi/bin/rumprun/src-netbsd/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/jberi/bin/rumprun/obj-amd64-hw/rumptools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget mandoc dependall
*** Error code 2
Stop.
nbmake[1]: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools
*** [build_install] Error code 1
nbmake: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools
1 error
nbmake: stopped in /Users/jberi/bin/rumprun/src-netbsd/tools
ERROR: Failed to make build_install in "tools"
*** BUILD ABORTED ***
>> ERROR:
>> build.sh tools failed
I also tried the docker route, but it didn't include qemu, so rumprun qemu failed. Also, I failed to install via apt-get and building from src felt like yak shaving.
Anyone get it working? I tried IRC but didn't get a response.
Thanks!
The text was updated successfully, but these errors were encountered:
Has anyone tried setting up the rumprun toolchain on the latest macOS High Sierra? I've had issues tried to manually build the toolchain, only to get cryptic errors when I run
build-rr.sh
.I also tried the docker route, but it didn't include qemu, so
rumprun qemu
failed. Also, I failed to install via apt-get and building from src felt like yak shaving.Anyone get it working? I tried IRC but didn't get a response.
Thanks!
The text was updated successfully, but these errors were encountered: