-
Notifications
You must be signed in to change notification settings - Fork 79
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
gvm-libs fails to build on 32 bit architectures #846
Comments
I think the buflen arg in The arg is passed to g_malloc which uses gsize which is always the same a |
Can do this next week, if anyone has time before, go wild. |
@sbrun I tried with the |
I confirm it fails on the 3 architectures (https://buildd.debian.org/status/package.php?p=gvm-libs) The repository of the Debian package is here: https://salsa.debian.org/pkg-security-team/gvm-libs |
Thanks @sbrun. Finally reproduced it. |
Also happens on Debian 12 with gcc-12 though. |
Expected behavior
The build should be successful.
Actual behavior
When I tried to update the Debian package, the build fails on 32 bit architectures (i386, armel and armhf) with:
GVM versions
gvm-libs: 22.14.0.
I didn't reproduce the issue with version 22.12.0 (the failing code was introduced in version 22.13.0)
Environment
Build on Debian Unstable
It may be related the GCC-14:
https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types
The text was updated successfully, but these errors were encountered: