-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Describe the bug
During the installation of "debuggingbook" package with gcc 14 installed created issues with "datrie" package (currently a known issue)
To Reproduce
Steps to reproduce the behavior:
- With GCC 14 installed on the system, issue the
pip install debuggingbookcommand.
We see that the build process of "datrie" fails.
Expected behavior
This should work without any issues. Also, I would suggest to migrate to a more updated package, as it seems that this package is not receiving much attention.
Desktop (please complete the following information):
- OS: openSUSE Tumbleweed 20241226
- GCC version 14.2.1
- Python version 3.11.11
Additional context
Current work around:
export CFLAGS="-Wno-error=incompatible-pointer-types" ; export CXXFLAGS="-Wno-error=incompatible-pointer-types" ; pip install datrieThis solves the problem during installation of "debuggingbook" as suggested here
Metadata
Metadata
Assignees
Labels
No labels