This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
List index out of range when building #118
Comments
Here is the full stack trace of the build stage :
|
I found that the problem occurs when parsing the Makefile output, the format is not as expected. This may be due to my Make version (GNU Make 4.3), or to the fact that Make is running in French on my computer.
I guess that in english " stats des tables de hachage de la variable « set » :" is matched by |
The problematic lines are here : https://github.com/unikraft/kraft/blob/6d046f4dd5ecd2075f927ee01df0fa4e842ca60e/kraft/util/make.py#L56 |
Same problem here for the same reason. Could you merge the MathVerg's pull request (the #121 ) to FIX the issue ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When building httpreply with kraft I get a python "list index out of range"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the template to build properly, or at least to get a more descriptive error.
Screenshots
Desktop (please complete the following information):
Additional context
GCC 12.2.0
Python 3.10.7
kraft 0.5.0.dev491
The text was updated successfully, but these errors were encountered: