-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?
danielfireman
Metadata
Metadata
Assignees
Labels
No labels