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

fix #8 on linux #9

Merged
merged 2 commits into from
Jul 31, 2022
Merged

fix #8 on linux #9

merged 2 commits into from
Jul 31, 2022

Conversation

alex-eri
Copy link
Contributor

@alex-eri alex-eri commented Dec 19, 2018

ncurces fixes
ImportError: /home/pi/pyfestival/_festival.so: undefined symbol: tgetnum
gomp fixes
import _festival ImportError: /lib/x86_64-linux-gnu/libestools.so.2.5: undefined symbol: omp_get_thread_num

@pjrobertson
Copy link
Collaborator

Great detective work @alex-eri and thanks for the patch.

Can you please add a bit more documentation to your 2nd commit. What is gomp used for and what does this commit solve/fix?

@alex-eri
Copy link
Contributor Author

Seems it fix not your pyfestival but libestools linking. gomp not used here, just fix omp_get_thread_num symbol on library loading on debian-based.

@duwudi
Copy link

duwudi commented Aug 11, 2021

This fixes installation and usage on Raspberry Pi OS Buster - can we merge this in?

@m-roberts
Copy link

m-roberts commented Aug 25, 2021

@pjrobertson - would love to see this get merged in and released to PyPI! Are you still maintaining this project?

@pjrobertson
Copy link
Collaborator

Hi @m-roberts , I'm not actively maintaining the project. But I will merge this and see if I can get the pypi package updated.

Thanks!

@pjrobertson pjrobertson merged commit 1a26be0 into techiaith:master Jul 31, 2022
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

Successfully merging this pull request may close these issues.

4 participants