-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build failed on 32-bit arches #66
Comments
Ah, yeah. This seems to be some sort of bug in gobject-introspection. I had to disable that to get it to build on flathub. Honestly, i have no idea whats causing it, although 32bit vs __float128 might be a hint? |
Hmm, looking at e.g https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/13 atm. It seems to print similar error messages, but it doesn't actually cause it to crash like this:
Any chance you could try to get a backtrace for this segfault? |
Hmm, I tried to build it in a i386 flatpak runtime and it worked fine... |
It still prints the warning, but no segfault. |
g-ir-scanner doesn't know anything about A trace of the segfault would help. If you can, also running with |
I did some debugging on this on x86-64 (don't have a 32bit fedora install here atm), and while it works here normally if i run the scanner under valgrind it prints a warning and fails like so:
Being an uninitialized memory read this could easily behave like a segv on i386 instead. |
Failed to build on
armv7hl
andi686
archeshttps://koji.fedoraproject.org/koji/taskinfo?taskID=37600791
Full build log.
The text was updated successfully, but these errors were encountered: