Bug#1010329: libwebkit2gtk-4.0-37: DSA-5115-1 for i386
Alberto Garcia
berto at igalia.com
Fri Apr 29 15:29:49 BST 2022
On Fri, Apr 29, 2022 at 03:06:49PM +1000, Paul Szabo wrote:
> I have some 32- and 64-bit machines, so with i386 and amd64
> architectures, all at bullseye. I notice that updated webkit2gtk
> packages were released for amd64 with version 2.36.0-3~deb11u1,
> but that i386 is still "stuck" at 2.34.6-1~deb11u1.
> Does this indicate some problem?
Thanks for the report,
there is indeed a problem, a bug in the version of clang available in
bullseye is causing build failures in i386 and mipsel:
int main(int argc, char *argv[])
{
long long result;
return __builtin_smulll_overflow(argc, 5, &result);
}
This fails to build with:
/usr/bin/ld: /tmp/test-7a89b4.o: in function `main':
test.c:(.text+0x47): undefined reference to `__mulodi4'
It will be worked around in the next upload.
Berto
More information about the Pkg-webkit-maintainers
mailing list