John Paul Adrian Glaubitz

Results 110 issues of John Paul Adrian Glaubitz

I am trying to generate the Rust bindings for `sparc64-linux-gnu` which fails with: ``` (sid_sparc64-dchroot)glaubitz@stadler:~/rust-lv2$ cargo run -p systool -- --lv2 /usr/include/lv2 --out sys/src/linux/sparc64.rs -- --target=sparc64-linux-gnu Finished dev [unoptimized +...

Trying to build `python-crfsuite` with GCC 14 fails because of the enforced `-Wimplicit-function-declaration`: ``` [ 42s] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g...

The testsuite for `sedlex` fails on 64-bit PowerPC (big-endian) as following: ``` dune runtest -j 16 -p sedlex (cd _build/default/examples && ./subtraction.exe) a Whitespace abc Whitespace abc Whitespace d Whitespace...

Trying to build `py-radix` with GCC 14 fails due to `-Wincompatible-pointer-types`: ``` [ 13s] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g -DOPENSSL_LOAD_CONF -fwrapv...

Fixes the following error: src/dmidecodemodule.c: In function ‘__dmidecode_xml_getsection’: src/dmidecodemodule.c:482:90: error: passing argument 3 of ‘_pyReturnError’ makes integer from pointer without a cast [-Wint-conversion] 482 | _pyReturnError(PyExc_RuntimeError, "Invalid type id '%s'...

Trying to build python-dmidecode with GCC 14 fails with: ``` [ 18s] src/dmidecodemodule.c: In function ‘__dmidecode_xml_getsection’: [ 18s] src/dmidecodemodule.c:482:90: error: passing argument 3 of ‘_pyReturnError’ makes integer from pointer without...

After updating JWT to 2.9.0, the test `test_rsa_bad_keys` fails with the following error: ``` [ 15s] ====================================================================== [ 15s] ERROR: test_rsa_bad_keys (tests.oauth1.rfc5849.test_signatures.SignatureTests) [ 15s] Testing RSA sign and verify with...

While updating individual component packages of the Python Azure SDK on openSUSE Tumbleweed today, I noticed that the package naming scheme has changed to use underscores instead of hyphens (`s/-/_/g`):...

question
EngSys
customer-reported
needs-team-attention

The commit 650ff11a37993a9e5670744130335ac7925e5e06 broke building Toybox for J2 the Turtleboard: ``` glaubitz@node54:/data/home/glaubitz/toybox> make root CROSS_COMPILE=sh2eb-linux-muslfdpic- LINUX=/data/home/glaubitz/linux mkroot/mkroot.sh -- LINUX=/data/home/glaubitz/linux CROSS_COMPILE=sh2eb-linux-muslfdpic- === airlock cleaned cc -o kconfig/conf kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \...

The testsuite crashes on sparc64 with a "Bus error" which is usually an indicator for unaligned access: ``` diamond v2.1.9.163 (C) Max Planck Society for the Advancement of Science, Benjamin...