John Paul Adrian Glaubitz

Results 110 issues of John Paul Adrian Glaubitz

I was wondering whether it would be possible to tag a new release of `darling-dmg` as the current version 1.0.4 does not build anymore on current distributions. The new release...

The `gpt4all` package fails to build from source with GCC 15 as it incorrectly declares the functions `ftell()` and `strtol()` to have no parameters while the former takes one parameter...

The git tag for version 0.22.0 is missing despite the release being available on PyPi.

The latest upstream version of `exrex` is 0.12.0, but the git tag for this version is missing. Could you add the missing git tag?

I have been working on packaging `servo` for testing purposes for openSUSE and managed to get [the package](https://build.opensuse.org/package/show/home:glaubitz:branches:network/servo) to build with the help of upstream. I can install the package...

E-less-complex
A-embedding
A-servoshell

The `unit_tests` binary crashes on sparc64 on Linux due to unaligned access (Bus error): ``` ./unit_tests AffineGapTest: - synthetic: [OK] AffineGapVectorizedTest: - equal strings: [OK] - one deletion: [OK] -...

The testsuite of `mmap_allocator` crashes on sparc64 due to unaligned access (Bus error): ``` g++ test_allocator.o -L. -lmmap_allocator -o test_allocator Running mmap allocator regression test suite. bash -c 'export LD_LIBRARY_PATH=....

On sparc64, the test `TestSystemCPUCountLogical` fails with the following error message: ``` ____________ TestSystemCPUCountLogical.test_against_sysdev_cpu_num _____________ psutil/tests/test_linux.py:664: in test_against_sysdev_cpu_num assert psutil.cpu_count() == count E assert 48 == 64 E + where...

bug
tests

On sparc64 machines running on Linux, the test `PairedDBG_LoadAlgorithm` fails due to unaligned access (Bus Error): ``` make check-TESTS make[3]: Entering directory '/build/reproducible-path/abyss-2.3.10/Unittest' make[4]: Entering directory '/build/reproducible-path/abyss-2.3.10/Unittest' PASS: common_histogram PASS:...