Skip to content
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

Installation issues with GCC 14 due to "datrie" package #76

Open
masquerad3r opened this issue Dec 30, 2024 · 0 comments
Open

Installation issues with GCC 14 due to "datrie" package #76

masquerad3r opened this issue Dec 30, 2024 · 0 comments

Comments

@masquerad3r
Copy link

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:

  1. With GCC 14 installed on the system, issue the pip install debuggingbook command.

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 datrie

This solves the problem during installation of "debuggingbook" as suggested here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant