Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues setting up a Rumprun toolchain in macOS #3

Open
beriberikix opened this issue Sep 29, 2017 · 0 comments
Open

Issues setting up a Rumprun toolchain in macOS #3

beriberikix opened this issue Sep 29, 2017 · 0 comments

Comments

@beriberikix
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant