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

Umm build failing #7

Open
paulofelipefeitosa opened this issue Jan 11, 2021 · 0 comments
Open

Umm build failing #7

paulofelipefeitosa opened this issue Jan 11, 2021 · 0 comments

Comments

@paulofelipefeitosa
Copy link

paulofelipefeitosa commented Jan 11, 2021

Hi, I am trying to use SEUSS which requires the EbbRT and Umm installation as primary dependencies.

I managed to install EbbRT, but I couldn't execute the helloworld application. When trying to build Umm running the command make -C tests/simple_test I received the following error:

make: Entering directory '/home/ebbrtdev/Umm/tests/simple_test'
cd /home/ebbrtdev/Umm/ext/incubator-openwhisk-runtime-nodejs/core && /home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5/bin/x86_64-rumprun-netbsd-cookfs nodejsAction.fs nodejsActionBase
/bin/sh: 1: /home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5/bin/x86_64-rumprun-netbsd-cookfs: not found
../../Makefile.targets:29: recipe for target '/home/ebbrtdev/Umm/ext/incubator-openwhisk-runtime-nodejs/core/nodejsAction.fs' failed
make: *** [/home/ebbrtdev/Umm/ext/incubator-openwhisk-runtime-nodejs/core/nodejsAction.fs] Error 127
make: Leaving directory '/home/ebbrtdev/Umm/tests/simple_test'

Apparently, the directory /home/ebbrtdev/Umm/ext/rumprun/rumprun-solo5 does not exist as a subdirectory of my Umm directory, so the file x86_64-rumprun-netbsd-cookfs couldn't be found. Anyone knows what am I missing here?

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