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
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
~~^
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
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
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
,
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'
-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
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
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].
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
.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
> --
> 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
12 matches
Mail list logo