unikraft / pykraft

Python library for configuring and building unikernels
Other
177 stars 42 forks source link

Kraft can't configure app-helloworld-cpp #120

Open albertoZurini opened 1 year ago

albertoZurini commented 1 year ago

Describe the bug Kraft can't configure the app-helloworld-cpp.

To Reproduce Steps to reproduce the behavior:

  1. Create folder structure
  2. Clone app-helloworld-cpp
  3. Clone all the libraries needed
  4. Run kraft configure -p kvm -m x86_64
  5. Get the error: make: Entering directory '/home/alberto/test/unikraft' Makefile:179: *** Path to external library "../../libs/libunwind" (L) is not absolute. Stop. make: Leaving directory '/home/alberto/test/unikraft' [CRITICAL] Could not configure application

Expected behavior Kraft should configure with no errors. It indeed configure the app-helloworld with no errors, but can't configure the app-helloworld-cpp.

Desktop (please complete the following information):

razvand commented 1 year ago

@albertoZurini , 5 hackathon points awarded.