We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I build from clean with ./buildrump.sh -D -V RUMPUSER_THREADS=fiber -V RUMP_CURLWP=hypercall
and I see this error messages
/home/shlomo/sandbox/buildrump.sh/obj/tooldir/bin/x86_64--netbsd-gcc -L/home/shlomo/sandbox/buildrump.sh/obj/dest.stage/usr/lib -Wl,-R/home/shlomo/sandbox/buildrump.sh/rump/lib -Wl,--no-as-needed -o simpleclient simpleclient.o -lrumpclient -Wl,--whole-archive -Wl,--no-whole-archive -ldl -lpthread Remote communication ... rumpclient init failed, error 2
ERROR: simpleclient failed
However the file ./tests/simpleclient was created, but few lines later I saw that "IPv4 networking test ..." was stuck forever.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I build from clean with ./buildrump.sh -D -V RUMPUSER_THREADS=fiber -V RUMP_CURLWP=hypercall
and I see this error messages
link simpleclient/simpleclient
/home/shlomo/sandbox/buildrump.sh/obj/tooldir/bin/x86_64--netbsd-gcc -L/home/shlomo/sandbox/buildrump.sh/obj/dest.stage/usr/lib -Wl,-R/home/shlomo/sandbox/buildrump.sh/rump/lib -Wl,--no-as-needed -o simpleclient simpleclient.o -lrumpclient -Wl,--whole-archive -Wl,--no-whole-archive -ldl -lpthread
Remote communication ... rumpclient init failed, error 2
However the file ./tests/simpleclient was created, but few lines later I saw that "IPv4 networking test ..." was stuck forever.
The text was updated successfully, but these errors were encountered: