You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Describe the bug
Kraft can't configure the app-helloworld-cpp.
To Reproduce
Steps to reproduce the behavior:
Create folder structure
Clone app-helloworld-cpp
Clone all the libraries needed
Run kraft configure -p kvm -m x86_64
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):
Describe the bug
Kraft can't configure the app-helloworld-cpp.
To Reproduce
Steps to reproduce the behavior:
kraft configure -p kvm -m x86_64
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 theapp-helloworld-cpp
.Desktop (please complete the following information):
/etc/os-release
:NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo
The text was updated successfully, but these errors were encountered: