Bug#877740: gedit-latex-plugin: Depends: gvfs-bin, which contains only deprecated tools

2020-09-17 Thread Olivier Tilloy
The following merge request applies the relevant upstream commit as a patch to relax the dependency on gvfs-bin: https://salsa.debian.org/debian/gedit-latex-plugin/-/merge_requests/1

Bug#963771: nodejs breaks node-immutable-tuple autopkgtest: can handle a lot of strings: AssertionError

2020-07-14 Thread Olivier Tilloy
An upstream change in Node.js is causing this test failure: https://github.com/nodejs/node/commit/a0f338ecc1 The solution is to remove the offending test: https://salsa.debian.org/js-team/node-immutable-tuple/-/merge_requests/1

Bug#963061: nodejs breaks node-grunt-contrib-nodeunit autopkgtest: 1/24 assertions failed

2020-07-14 Thread Olivier Tilloy
This failure is caused by an unidentified change in upstream Node.js which results in a test's output not being wrapped as expected. Simply modifying that test to add some more data so that its output is wrapped does the trick: https://salsa.debian.org/js-team/node-grunt-contrib-nodeunit/-/merge_r

Bug#963063: nodejs breaks node-diff autopkgtest: Failed test: 41

2020-07-10 Thread Olivier Tilloy
The failure is caused by this change in v8, which was imported in the new Node.js: https://chromium-review.googlesource.com/c/v8/v8/+/1433776 The message of the error that is thrown when attempting to convert a structure with circular references to JSON has been enhanced to include the constructo

Bug#956190: dh-python's autopkg tests fail with python3.8 as the only supported python3 version

2020-06-19 Thread Olivier Tilloy
This is fixed with https://salsa.debian.org/python-team/tools/dh-python/-/commit/e289c25c861ae65ae9e7b52ebc09cf1f56061fa7, but that version hasn't been released yet.

Bug#961841: fontforge FTBFS on 64bit big endian: test failures

2020-06-05 Thread Olivier Tilloy
It appears that upstream commit was already cherry-picked in https://salsa.debian.org/fonts-team/fontforge/-/commit/ad2b5f648241de5920a6f7f738dea091290a0af0, so all it needs is a release (and ideally a mention to this bug in the changelog next to the "add patches cherry-picked upstream to fix a ran

Bug#961841: fontforge FTBFS on 64bit big endian: test failures

2020-06-04 Thread Olivier Tilloy
This upstream commit fixes the test failures on s390x: https://github.com/oSoMoN/fontforge/commit/fde85b13382595cb3ab889e38570b4944edad808 . I cherry-picked it and applied it to 1:20190801~dfsg-5 (only the last hunk doesn't apply cleanly, it can be removed), and the build succeeded on amd64, arm64

Bug#961602: castle-game-engine-doc: Depends on removed ttf-dejavu packages

2020-06-04 Thread Olivier Tilloy
Submitted patch in the VCS: https://salsa.debian.org/pascal-team/castle-game-engine/-/merge_requests/1

Bug#961863: zatacka: Depends/Build-Depends on cruft package ttf-dejavu-core

2020-06-04 Thread Olivier Tilloy
Patch submitted to the VCS: https://github.com/alexdantas/zatacka.debian/pull/3

Bug#942022: librsvg: FTBFS on ppc64el: assertion failed: bounds.x1 >= bounds.x0

2019-11-28 Thread Olivier Tilloy
Philip Chimento started preparing the 2.46 update and I continued the work, this is now ready for review and sponsoring: https://salsa.debian.org/gnome-team/librsvg/merge_requests/5

Bug#942022: librsvg: FTBFS on ppc64el: assertion failed: bounds.x1 >= bounds.x0

2019-11-22 Thread Olivier Tilloy
Note that ubuntu focal (current development version) has rustc 1.38, and librsvg 2.44.15 fails to build from source with it. The upstream project committed a fix to the 2.44 branch (https://gitlab.gnome.org/GNOME/librsvg/commit/de26c4d8), but they advise packaging 2.46 instead as 2.44 is EOL.

Bug#865303: upstream bug report

2017-07-05 Thread Olivier Tilloy
Upstream bug report: https://bugs.documentfoundation.org/show_bug.cgi?id=108619

Bug#865303: also crashing on ubuntu 32 bits with latest kernel

2017-07-04 Thread Olivier Tilloy
In ubuntu we are seeing the x86 build of libreoffice fail (crash) on a couple of unit tests. The latest ubuntu kernel update (4.4.0-83.106 on 16.04) fixed the crash for x86-64 builds, but x86 builds are still affected.