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

media-plugins/deteriorate-lv2: Bump PYTHON_COMPAT to py3.11 #533

Open
NexAdn opened this issue Feb 25, 2023 · 5 comments
Open

media-plugins/deteriorate-lv2: Bump PYTHON_COMPAT to py3.11 #533

NexAdn opened this issue Feb 25, 2023 · 5 comments
Assignees

Comments

@NexAdn
Copy link
Member

NexAdn commented Feb 25, 2023

Python 3.11 is becoming the default Python implementation in June 2023. Thus, this package should be tested against Python 3.11 and PYTHON_COMPAT should be bumped if the test was successful.

@audiodef
Copy link
Contributor

audiodef commented May 3, 2023

Gave this a try with a simple bump in python in the ebuild, and it fails with:

'PYTHONHASHSEED=1' 'CCFLAGS=-march=native -O2 -pipe' 'LINKFLAGS=-march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed' 'PKGCONFIG=x86_64-pc-linux-gnu-pkg-config' '/var/tmp/portage/media-plugins/deteriorate-lv2-1.0.7-r2/work/deteriorate-lv2-1.0.7/waf' '--jobs=1' '--prefix=/usr' 'configure'
Waf: The wscript in '/var/tmp/portage/media-plugins/deteriorate-lv2-1.0.7-r2/work/deteriorate-lv2-1.0.7' is unreadable

@NexAdn
Copy link
Member Author

NexAdn commented May 7, 2023

Ths looks like you need to report that issue upstream. I got the same problem with media-plugins/bitrot. Probably something with waf needing an update.

@NexAdn NexAdn self-assigned this May 25, 2023
@NexAdn
Copy link
Member Author

NexAdn commented May 25, 2023

I'll do a py3.10 bump for now. This should resolve the global scope failures and allow the package to be installed at least with py3.10.

NexAdn added a commit to NexAdn/audio-overlay that referenced this issue May 25, 2023
@NexAdn
Copy link
Member Author

NexAdn commented May 25, 2023

Upstream issue to request py3.11 compat: blablack/deteriorate-lv2#13

@NexAdn
Copy link
Member Author

NexAdn commented May 25, 2023

tbh, I've just noticed that upstream hasn't pushed any commit since 2019. This one might become a candidate for last-rite.

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

No branches or pull requests

2 participants