Bug#1069158: jack-mixer: Missing Depends on python3-gi, gir1.2-gtk-3.0, and python3-cairo

2024-04-17 Thread Philip Chung
alog, OutputChannel File "/usr/lib/python3/dist-packages/jack_mixer/channel.py", line 27, in from . import meter File "/usr/lib/python3/dist-packages/jack_mixer/meter.py", line 20, in import cairo ModuleNotFoundError: No module named 'cairo' (See also bug #995784 about add

Bug#1027690: lmms: Segfault on startup with kwidgetsaddons 5.101.0

2023-01-01 Thread Philip Chung
-data packages works on my system. The fix for this segmentation fault is to remove the workaround [3], as the KXMLGUI bug has been fixed for some time (since version 5.55.0). Philip Chung [1] https://github.com/LMMS/lmms/issues/6587 [2] https://bugs.kde.org/show_bug.cgi?id=337491 [3] See

Bug#897745: etl: ftbfs with GCC-8

2018-07-21 Thread Philip Chung
n i?y:x; } >^ The error has been fixed upstream with this commit: https://github.com/synfig/synfig/commit/cb05b072fe6fffb4433140c631f422bdbc036722 It adds overloads for operator[] for const-correctness. Philip Chung

Bug#853491: libffado: ftbfs with GCC-7

2017-09-04 Thread Philip Chung
de suggests that the intent is to dereference the pointers first. The patch dereferences the pointers using array syntax. The code now compiles, the package still fails to build because of linking problems with libconfig++ [1]. [1] https://bugs.debian.org/871274 Description: Fi

Bug#872674: puredata-import FTBFS with puredata 0.48.0-1

2017-09-04 Thread Philip Chung
mport_free(t_import *x) >^ > Makefile:191: recipe for target 'import.o' failed > make[1]: *** [import.o] Error 1 > > The solution is to simply remove debian/patches/add_required_headers.h The Debian packages for Pure Data now include the required headers, and the local headers added in the patch are now out of sync. Philip Chung

Bug#836537: snd: FTBFS: snd-main.c:2162:24: error: macro "g_abort" passed 1 arguments, but takes just 0

2016-09-04 Thread Philip Chung
...@lists.alioth.debian.org > > Dear Maintainer, > > snd fails to build from source in unstable/amd64: > GLib just introduced its own function/macro called g_abort()... https://bugzilla.gnome.org/show_bug.cgi?id=665446 Philip Chung

Bug#822394: seq24: FTBFS: error: reference to 'mutex' is ambiguous

2016-09-02 Thread Philip Chung
gt; -- > Martin Michlmayr > Linux for HPE Helion, Hewlett Packard Enterprise > > The ambiguity is between Seq24's "mutex" class and the "mutex" class from the standard thread support library, which glibmm uses. While it is possible to use "::mutex" to resolve the ambiguity, I think a cleaner solution is to rename Seq24's mutex to something like "ptmutex" (as it uses pthreads). In any rate, I think this should be sent upstream for review. Philip Chung