-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Won't build on gcc 14.1 #766
Comments
gcc14 is too new, updating the zip submodules will solve this since the upstream repo build fine from the last commit |
Is there a commit we can cherry pick into the release to get the release version to build, or is that going to screw something else up? Or can we get a patch release with just that fix alone even if nothing much else is different? |
On master is broken too
No idea and I don't know how to patch git submodules (unless doing dirty tricks in the pkgbuild which would avoid) |
Is this fixed now? |
I cherry picked the patch into the stable tag and it does seem to build now. The test suite still fails to me, but given the reports of other issues with the tests that is probably unrelated. |
Thanks for testing. |
Trying to build (to update AUR packaging and my hosted repos for it), but running ino this:
Is
gcc
too new and throwing new warnings? How do we either patch these up or disable warnings-as-errors so it will build anyway?The text was updated successfully, but these errors were encountered: