Skip to content

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

Open
@masquerad3r

Description

@masquerad3r

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions