-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: Commit fa2bfe0cd4eecd1d06d9ca548e4cb852aad67053 kills my build on openSUSE #3154 #3155
Conversation
The bullseye test failed, because the python files are installed to but are expected by Does the test container provide The log says that ubuntu is used: Is Ubuntu 24.04.1 compatible to Debian 11? |
Checked the log of commit 062589e control.c: expand clipping of motion.adaptive-feed to +/-MAX_FEED_OVERRIDE bullseye does not seem to support
|
Consider Debian 11 for SITEPY.
Debian uses dist-packages instead of site-packages.
Looks good to me. No idea what had changed where but our builds now fail without that adaptation. @petterreinholdtsen ? |
I have reverted my original attempt to fix the problems caused by deleting distutils. Maybe somebody else knows how to do it properly? |
Maybe we can have debian/configure remove distutils only for the latest versions of Debian? |
Thank you for useful ideas. I am testing some of these ideas in my draft patch now. |
Make sure sysconfig.get_path("platlib") return correct path on Debian and Ubuntu systems, where /usr/lib/ should be used over /usr/local/lib. Based on e2c10a8 by Andy Pugh and pull request LinuxCNC#3155 by Eckeneckepen. Fixes Debian issue #1080668.
Make sure sysconfig.get_path("platlib") return correct path on Debian and Ubuntu systems, where /usr/lib/ should be used over /usr/local/lib. Based on e2c10a8 by Andy Pugh and pull request LinuxCNC#3155 by Eckeneckepen. Fixes Debian issue #1080668.
Make sure sysconfig.get_path("platlib") return correct path on Debian and Ubuntu systems, where /usr/lib/ should be used over /usr/local/lib. Based on e2c10a8 by Andy Pugh and pull request LinuxCNC#3155 by Eckeneckepen. Fixes Debian issue #1080668.
Make sure sysconfig.get_path("platlib") return correct path on Debian and Ubuntu systems, where /usr/lib/ should be used over /usr/local/lib. Based on e2c10a8 by Andy Pugh and pull request LinuxCNC#3155 by Eckeneckepen. Fixes Debian issue #1080668.
sysconfig.get_path()
depending if schemedeb_system
exists.