-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors during test #610
Comments
Liblktlang is a Langkit sub-project that we are developping to switch from Langkit’s Python DSL to a dedicated syntax. We’ll update the README accordingly, thank you for bringing this to our attention. In the meantime, the procedure is simple:
|
As reported in the closed pull request #614 there are problems for this tests:
those tests run gprbuild without -XLIBRARY_TYPE and so the build could fail if some libraries is built with both static and relocatable |
As discussed in #614, this should not be a problem if the GNATCOLL dependencies are built and installed using the documented procedure: the installed projects should all correctly interpret the |
On that file the gprbuild does not have -XLIBRARY_TYPE declaration, at least I am not seeing them. For the one related to #614, you are right. However I will try to test it again |
To build I did the things that are in the link (I'm trying to provide it) https://github.com/gentoo/gentoo/blob/master/dev-ada/langkit/langkit-22.0.0-r1.ebuild and commenting out the rm part in prepare I am obtaining a lot of :
|
This is still the same issue, but with a different project:
Now you have to check how you install libgpr: |
Hello, Considering that this is most likely a setup issue (i.e. not a Langkit/testsuite bug), I’ll now close this issue. Please let us know if you still need help on this. |
During test phase I got a lot of
ModuleNotFoundError: No module named 'liblktlang'
I cannot find from where this module come
The text was updated successfully, but these errors were encountered: