-
Notifications
You must be signed in to change notification settings - Fork 70
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
Unable to compile for / install on Fedora 41 #446
Comments
hi @mbert , before investing time in research, the most logical thing is to wait for @trunkmaster to decide to change or upload the version of the libdispatch library, since in Fedora 41 there is version 6.0.2 and this would generate confusion with the version of the project. |
Yes, sure. Just wanted to raise awareness. On Fc40 the binary distribution for Fc39 works fine. But on Fc41 there's no way ATM. And I know from experience having to compile the mainstream GNUstep libraries on Fc41 that there's lots of issues with the compilers shipping with it. |
@mbert you don't need to build libdispatch on Fedora - start building from step 1 |
Thank you. However there seem to be other problems on a system where nextspace has never been installed:
|
You can't mix vanilla GS and NextSpace setup - filesystem layout differs.
You need to install nextspace-gnustep first (steps 3-7 in Packaging/Sources). |
I am aware that what I am reporting here is probably only the tip of the iceberg. New compilers and new defaults keep breaking stuff that was buildable before. But here we go.
Since the build already fails at the first step I can't make a statement about subsequent steps. But I'd assume that things will not look any better.
To make things worse: Other than on Fedora 40 I can't even install the binary distribution on Fedora 41, because a number of dependencies are no longer available.
I understand that this is potentially a lot of unpleasant work, and it will keep repeating with each distro upgrade. Any plans to support Fedora 41?
The text was updated successfully, but these errors were encountered: