-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support Debian #763
Comments
what's the name of the package corresponding to libwxgtk version 3+ in your distro? I guess since this is bookworm it's libwxgtk3.2-1? |
Because we have (very) limited resources. For example, I already have to keep a mac M1, a Windows 10 machine, a windows 10 Virtual Machine, a windows 11 VM, an Ubuntu 24.04 machine, an Ubuntu 22.04 VM and an Ubuntu 24.04 VM up to date to keep with the system, dependencies and our own code changes so I can build and test installers (on fresh VMs) and ensure our app is still working fine on all systems we support. It's not like I'm dreaming of needing to add another.
In a few minutes, could you grab the 24.04 .deb that will be posted at https://github.com/openstudiocoalition/OpenStudioApplication/actions/runs/11583075938?pr=765 and try again please? |
That's correct.
Many thanks for that. I could install it without any dependency problem. Had to install libxcb-cursor0 but that was trivial. Unfortunately, this package requires glibc 2.38, whereas Debian stable is still at glibc 2.36. This is an entirely different problem. I fully understand that resources are limited, and I thank you again for that effort. When I opened this issue, I suggested that Debian could be supported as well, but I should have said instead. Supporting Debian is usually a more stable baseline, as packages built for Debian are more likely to be compatible with Ubuntu than the reverse. This would mean broader compatibility while still covering Ubuntu’s user base. Just a suggestion. In the meantime, I'll try to spin an Ubuntu container. Thanks. |
@fluxion-t you should probably try the 20.04 or 22.04 deb installer instead. They have an older glibc. I think 20.04 is 2.31 and 22.04 is 2.35 |
Installing .deb for 22.04 worked. Didn't realise you committed those changes to the three versions. Thank you very, very much. |
Fix #763 - Adjust deps for debian bookworm
Cool, glad it worked. Thanks for testing it out @fluxion-t |
Enhancement Request
Ubuntu is a derivative of Debian. Why not supporting both?
Detailed Description
When trying to install the
.deb
package in Debian (12, bookworm, kernel 6.1.0-26-amd64), I get the following message, quite similar to #375 :I know that the openstudiocoalition.org site explicitly says: OpenStudio Application is supported on 64-bit versions of Windows, OS X, and Ubuntu. It would be great if Debian was supported as well. Perhaps it is supposed to work in Debian as well. Is it?
The text was updated successfully, but these errors were encountered: