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

datrie build error in python nightly (on travis-ci) #46

Open
sarnold opened this issue Jul 6, 2020 · 0 comments
Open

datrie build error in python nightly (on travis-ci) #46

sarnold opened this issue Jul 6, 2020 · 0 comments

Comments

@sarnold
Copy link
Contributor

sarnold commented Jul 6, 2020

check out what the upstream devs did, try the "fix":

  creating build/temp.linux-x86_64-3.10
  creating build/temp.linux-x86_64-3.10/src
  gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -I/usr/include/datrie -I/home/travis/build/freepn/fpnd/.tox/py310/include -I/opt/python/3.10-dev/include/python3.10 -c src/cdatrie.c -o build/temp.linux-x86_64-3.10/src/cdatrie.o
  gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -I/usr/include/datrie -I/home/travis/build/freepn/fpnd/.tox/py310/include -I/opt/python/3.10-dev/include/python3.10 -c src/datrie.c -o build/temp.linux-x86_64-3.10/src/datrie.o
  src/datrie.c: In function ‘__Pyx_PyList_Append’:
  src/datrie.c:1789:23: error: lvalue required as left operand of assignment
           Py_SIZE(list) = len+1;
                         ^
  src/datrie.c: In function ‘__Pyx_ListComp_Append’:
  src/datrie.c:1816:23: error: lvalue required as left operand of assignment
           Py_SIZE(list) = len+1;
                         ^
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