We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
cc5960b
No response
poetry install fails during installing datrie because it has to be rebuild for Python 3.12/3.11 but no longer builds with GCC 14
All dependencies can be installed on a modern system.
Install GCC 14 Try poetry install or for more detailed errors `poetry run pip install datrie`.
Lots of errors like:
src/datrie.c:27876:31: error: assignment to ‘struct AlphaMap *’ from incompatible pointer type ‘AlphaMap *’ {aka ‘struct _AlphaMap *’} [-Wincompatible-pointer-types] 27876 | __pyx_v_clone->_c_alpha_map = alpha_map_clone(__pyx_v_self->_c_alpha_map); | ^ src/datrie.c: In function ‘__pyx_f_6datrie_8AlphaMap__add_range’: src/datrie.c:28567:50: error: passing argument 1 of ‘alpha_map_add_range’ from incompatible pointer type [-Wincompatible-pointer-types] 28567 | __pyx_v_code = alpha_map_add_range(__pyx_v_self->_c_alpha_map, __pyx_v_begin, __pyx_v_end); | ~~~~~~~~~~~~^~~~~~~~~~~~~~ | | | struct AlphaMap * src/../libdatrie/datrie/alpha-map.h:74:45: note: expected ‘AlphaMap *’ {aka ‘struct _AlphaMap *’} but argument is of type ‘struct AlphaMap *’ 74 | int alpha_map_add_range (AlphaMap *alpha_map, | ~~~~~~~~~~~^~~~~~~~~
The text was updated successfully, but these errors were encountered:
@nylocx There's a datrie issue #101 to track this. We can do nothing.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for the same bug?
Branch name
main
Commit ID
cc5960b
Other environment information
No response
Actual behavior
poetry install fails during installing datrie because it has to be rebuild for Python 3.12/3.11 but no longer builds with GCC 14
Expected behavior
All dependencies can be installed on a modern system.
Steps to reproduce
Additional information
Lots of errors like:
The text was updated successfully, but these errors were encountered: