Skip to content

Umm build failing #7

Description

@paulofelipefeitosa

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions