Bug#1094217: kdenlive: Missing dependency on qml6-module-org-kde-desktop (segfault on startup)

2025-01-26 Thread Philip Chung
Control: severity -1 serious On Sat, 25 Jan 2025 22:26:21 -0800 Philip Chung wrote: > Kdenlive cannot start up. These are the final lines in the console: > > > qrc:/qml/kdenliveclipmonitor.qml: module "org.kde.desktop" is not installed > > Segmentation fault > &g

Bug#1094217: kdenlive: Missing dependency on qml6-module-org-kde-desktop (segfault on startup)

2025-01-25 Thread Philip Chung
to add the qml6-module-org-kde-desktop to the list of dependencies. Philip Chung [1] https://bugs.gentoo.org/931924 -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.12.9-amd64 (SMP w/16 CP

Bug#1074828: atril: ftbfs with GCC-14

2024-08-12 Thread Philip Chung
~~^ This is fixed upstream in version 1.27.1, first in a GitHub pull request [1] and later in a separate commit [2]. (The second instance of the error is fixed using a different approach although I'd argue it makes more sense to use the same approach as for th

Bug#1073205: docker-compose: new python3-requests dependency brokes docker-compose

2024-07-22 Thread Philip Chung
On Mon Jul 22 2024 10:59:51 GMT-0700 (Pacific Daylight Time), Philip Chung wrote: Attached is a patch for compatibility with version 7 of the python-docker/docker-py library. It removes the SSL version handling and --skip-hostname-check option, which are no longer supported in docker-py since

Bug#1073205: docker-compose: new python3-requests dependency brokes docker-compose

2024-07-22 Thread Philip Chung
Control: tags -1 + patch On Wed, 3 Jul 2024 10:16:00 -0300 Ernesto Domato wrote: Yesterday, an update to version 7.1.0-1 of the same library broke again the package that now when you try to run any command, it throws this error: Traceback (most recent call last): File "/usr/bin/docker-compo

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

2024-04-17 Thread Philip Chung
, NewOutputChannelDialog, 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'

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 this

Bug#897745: etl: ftbfs with GCC-8

2018-07-21 Thread Philip Chung
fiers >value_type &operator[](int i)const { return 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
of the code 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].

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

2017-09-04 Thread Philip Chung
parameter 'x' [-Wunused-parameter] > static void import_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
.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
> -- > 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