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#832473: synaptic: Cannot change mark from "complete removal" to "removal"

2024-04-17 Thread Philip Chung
On Mon, 25 Jul 2016 13:56:58 -0700 Kyanos wrote: Package: synaptic Version: 0.83+b1 Severity: minor Dear Maintainer, If I mark a package for complete removal, I cannot change the mark directly to simple removal. Steps to reproduce: 1. Select a package. 2. Mark the package for complete remov

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#1063938: tmux: Does not automatically set mode-keys to vi based on VISUAL or EDITOR environment

2024-02-14 Thread Philip Chung
5 (current version in testing). According to the man page, tmux automatically sets the mode-keys option to vi when the user's preferred editor is vi: > mode-keys [vi | emacs] > Use vi or emacs-style key bindings in copy mode. The default is emacs, unless VISUAL or EDITOR contains

Bug#1006911: thunar: Cannot use IPv6 addresses in remote URLs

2023-11-09 Thread Philip Chung
Control: tags -1 fixed-upstream On Thu Aug 18 2022 11:11:25 GMT-0700 (Pacific Daylight Time), Philip Chung wrote:> Control: forwarded -1 https://gitlab.xfce.org/xfce/thunar/-/issues/864 > [...] I have reported this issue upstream because I am fairly confident that this

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#884268: Fixed?

2018-02-18 Thread Philip Chung
> The bad news? > > I tested debian's version 17.12.1-1 and it was > still broken. > I tested the new version 17.12.2-1, and it appears to be fixed there. 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

Bug#836432: muse: Type problem with previously submitted patch

2016-09-02 Thread Philip Chung
double". I don't think this is a major problem, but I think it should be fixed. I will send an updated version of the patch that references this bug report. Philip Chung

Bug#811743: sndobj: FTBFS with GCC 6: narrowing conversion

2016-08-31 Thread Philip Chung
has not been released > yet, but it's expected that GCC 6 will become the default compiler for > stretch. Attached is a patch to fix the error. The package now builds on my amd64 system. Philip Chung Description: Change GUID definition to prevent FTBFS with GCC 6 Author: Philip Chung Bug