-
Notifications
You must be signed in to change notification settings - Fork 20
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
net-im/element-desktop: not py3.12 compatible, doesn't respect PYTHON_TARGETS #247
Comments
Please provide full build log as is requested by issue template. |
Apologies, this is the full build log with the failure displayed (when py3.12 is installed): http://sprunge.us/7LsHl3 It happens with the stable versioned builds too, not just the -9999 one. |
Please don't use external services for file attachments. (It is also stated in issue template!) |
hopefully it fits....
|
It is a node-gyp issue. I think, I'll limit python to 3.11 until it is fixed. |
Build fails with python3.12 due to distutils being removed. Opening the issue because even though everything on my system is built with py3.11 and I have:
PYTHON_TARGETS="python3_11" PYTHON_SINGLE_TARGET="python3_11"
in my make.conf. The build system uses 3.12 if it's installed on my system. I've masked py3.12 and the build completes successfully with 3.11, but not sure whether this is an ebuilld, eclass, python wrapper, or portage issue....
The text was updated successfully, but these errors were encountered: