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
We just added v1.12.0 in Gentoo and switched the build to meson but now the packages that depend on it are failing to build: fpylll, primecountpy, cypari, pplpy, etc.
A typical error:
2024-11-22 07:13:20,452 root INFO building 'fpylll.fplll.wrapper' extension
2024-11-22 07:13:20,454 root INFO x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -DNDEBUG -fPIC -Isrc/fpylll/fplll -I/usr/lib/python3.12/site-packages/cysignals -I/usr/include -I/usr/lib/python3.12/site-packages/numpy/_core/include -I/usr/include/python3.12 -c build/src/fpyll
In file included from build/src/fpylll/fplll/lll.cpp:1353:
/usr/lib/python3.12/site-packages/cysignals/macros.h: In function int _sig_on_prejmp(const char*, const char*, int):
/usr/lib/python3.12/site-packages/cysignals/macros.h:117:5: error: cysigs was not declared in this scope
117 | cysigs.s = message;
| ^~~~~~
I tried to debug for a few minutes tonight but it will probably have to wait until next week.
The text was updated successfully, but these errors were encountered:
We just added v1.12.0 in Gentoo and switched the build to meson but now the packages that depend on it are failing to build: fpylll, primecountpy, cypari, pplpy, etc.
A typical error:
I tried to debug for a few minutes tonight but it will probably have to wait until next week.
The text was updated successfully, but these errors were encountered: