Sebastian Ramacher

Results 175 issues of Sebastian Ramacher

When trying to create a jessie image bootstrap-vz fails at the end with: ``` [1923699.63694] DEBUG: Executing: umount /opt/bootstrap-vz/88d408db/root/proc [1923702.44503] ERROR: umount: /opt/bootstrap-vz/88d408db/root/proc: target is busy [1923702.60501] ERROR: (In some...

As of mpv 0.34 we are noticing test failures in `python-mpv`'s testsuite on Debian's [autopkgtest](https://ci.debian.net/data/autopkgtest/testing/armhf/p/python-mpv/16918048/log.gz) infrastructure. While debugging the issue I was able to pinpoint the segfault to `test_write`. Writing...

It looks like the canonical interface for accessing the MIT HRTF data is via `include/hrtf/mit_hrtf.h`. So I don't think installing those headers is necessary. Especially when `HAVE_MIT_HRTF` is set to...

Forwarding a [bug report](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972833) from Debian: libva tries to load media-driver on Penryn. Since that platform is not supported by media-driver, it should not be loaded in this case.

Comskip does not build with ffmpeg 5.0: ``` gcc -DPACKAGE_NAME=\"Comskip\" -DPACKAGE_TARNAME=\"comskip\" -DPACKAGE_VERSION=\"0.82.009\" -DPACKAGE_STRING=\"Comskip\ 0.82.009\" -DPACKAGE_BUGREPORT=\"[https://github.com/erikkaashoek/Comskip/issues\](https://github.com/erikkaashoek/Comskip/issues/)" -DPACKAGE_URL=\"\" -DPACKAGE=\"comskip\" -DVERSION=\"0.82.009\" -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -I. -Wall -I/usr/include/x86_64-linux-gnu -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -DPROCESS_CC -DDONATOR -DHAVE_SDL -Wdate-time...

We have seen test failures on Debian's ppc64el architecture. The failing test are all `test_encode_decode`. Detailed output: running 163 tests test api::test::flush_low_latency_scene_change_detection ... ok test api::test::flush_low_latency_no_scene_change ... ok test api::test::flush_unlimited_low_latency_no_scene_change...

bug

From Debian's [#1040998](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040998): ``` In file included from /usr/src/googletest/googletest/include/gtest/gtest-message.h:57, from /usr/src/googletest/googletest/include/gtest/gtest-assertion-result.h:46, from /usr/src/googletest/googletest/include/gtest/gtest.h:64, from /usr/src/googletest/googletest/src/gtest-all.cc:38: /usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. 270 | #error C++...

Hi, with the update to 0.4.1, we see the following test failure in Debian on our armel (armv5te-unknown-linux-gnueabi) architecture: ``` ---- test::test_ldexp stdout ---- thread 'test::test_ldexp' panicked at 'assertion failed:...

From Debian bug 782184: As you might know, FTP is bad at handling of small files. It needs to establish a new TCP connection for the data and always need...

`pylint` no longer depends on `logilab-common`, so let's get rid of the last bits of `logilab-common` in `pylint-celery` as well. The PR also updates the list of tested Python version...