Matthias Klose
Matthias Klose
a first step at packaging: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test/+sourcepub/13210136/+listing-archive-extra fails to build on s390x and riscv64 In file included from //third-party/tbb/src/tbb/tools_api/ittnotify_static.c:17, from //third-party/tbb/src/tbb/itt_notify.cpp:43: //third-party/tbb/src/tbb/tools_api/ittnotify_config.h: In function ‘long int __itt_interlocked_increment(volatile long int*)’: //third-party/tbb/src/tbb/tools_api/ittnotify_config.h:348:12: error:...
fails with LLVM 10, works with LLVM 9: $ cat x.cpp #include int main(int argc, char *argv[]) { return 0; } $ clang++ -std=c++11 -I/usr/include/libelfin -c x.cpp In file included...
siphash24 casts a void pointer to an uint64_t pointer, which has more strict alignment requirements on some targets, leading to a bus error. that's not valid code. seen in the...
base/NSString/test08.m: Failed test: test08.m:47 ... 11 is greater than 2 Failed test: test08.m:61 ... numeric sort Testing test08.m... Running base/NSString/test08.m... Passed test: test08.m:27 ... 1 is less than 2 Passed...
gcc-python-plugin doesn't build with GCC 10, first error is to include the params.h file, removed in GCC 10.
the tests fail when running with Python 3.7, Please find a patch at http://launchpadlibrarian.net/380639231/python-line-profiler_2.1-1build1_2.1-1ubuntu1.diff.gz
### How do you use Sentry? Self-hosted/on-premise ### Version 1.39.2 ### Steps to Reproduce trying to build the 1.39.2 for Ubuntu, I see two test failures when testing with 3.12.1,...
see https://bugs.debian.org/1061319 we currently have both 3.11 and 3.12 installed during the build, and cadabra2 picks up 3.11, ignores 3.12. is there a way to use a specific Python version?
seen with Pillow 10.1.0: 27s ====================================================================== 27s FAIL: test_image (tests.test_image.ImageTest.test_image) 27s ---------------------------------------------------------------------- 27s Traceback (most recent call last): 27s File "/tmp/autopkgtest-lxc.0vs2cq8a/downtmp/build.pRi/src/tests/test_image.py", line 130, in test_image 27s self.assertFalse( 27s AssertionError: (10,...
gmpy2 sees test failures with mpfr 4.2.1, independent of the architecture, see for example https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-gmpy2/37232406/log.gz mostly it's a missing "-", however there are a few tests in test_mpc.txt, which look...