Bug#1067672: openvas-scanner: Use distro-wide _FORTIFY_SOURCE instead of hard-coded from upstream

2024-03-25 Thread Florent 'Skia7; Jacquet
w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=sh: 0: getcwd() failed: No such file or directory UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmo

Bug#1055694: klibc-utils: Patch to fix cp warning

2023-12-13 Thread Florent 'Skia7; Jacquet
Hi, There is a Merge Request on Salsa to fix this here (didn't test it yet): https://salsa.debian.org/kernel-team/klibc/-/merge_requests/12 Also, here is the corresponding Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/2046336 Cheers Skia

Bug#1061794: crmsh fails its autopkg tests with Python 3.12

2024-02-13 Thread Florent 'Skia7; Jacquet
Hi, Those two patches should fix autopkgtest. The importlib one shouldn't be a problem. The looseversion one, otoh, requires a bit more attention. LooseVersion was part of distutils, and got removed with Python 3.12, but there doesn't seem to be any replacement anywhere in the standard librar

Bug#1077824: python3-amqplib: Produced binary package is Python2 only

2024-08-02 Thread Florent 'Skia7; Jacquet
Package: python3-amqplib Version: 1.0.2-4 Severity: serious Justification: 5p X-Debbugs-Cc: florent.jacq...@canonical.com The `python3-amqplib/1.0.2-4` package build is broken: it's missing a magical 2to3 step. Using it leads to that kind of traceback: ``` File "/usr/lib/python3/dist-packages/

Bug#1077824: Ubuntu bug link

2024-08-02 Thread Florent 'Skia7; Jacquet
The issue is tracked in Ubuntu in the following bug: https://bugs.launchpad.net/debian/+source/python-amqplib/+bug/2075183

Bug#1073996: twisted: autopkgtest fails on test_flatten: "builtins.KeyError: 'root'"

2024-06-21 Thread Florent 'Skia7; Jacquet
27;jammy-updates'), (200, 'jammy') Architecture: amd64 (x86_64) Kernel: Linux 6.8.0-31-generic (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set S

Bug#1073996: twisted: autopkgtest fails on test_flatten: "builtins.KeyError: 'root'"

2024-06-21 Thread Florent 'Skia7; Jacquet
@@ +twisted (24.3.0-2) unstable; urgency=medium + + * Patch: fix test_flatten in autopkgtest. (Closes: #1073996) +This patch can probably be dropped after next upstream release. + + -- Florent 'Skia' Jacquet Fri, 21 Jun 2024 11:20:23 +0200 + twisted (24.3.0-1) unstable; urgency=medium

Bug#1073996: Info received (Bug#1073996: twisted: autopkgtest fails on test_flatten: "builtins.KeyError: 'root'")

2024-06-21 Thread Florent 'Skia7; Jacquet
@@ +twisted (24.3.0-2) unstable; urgency=medium + + * Patch: fix test_flatten in autopkgtest. (Closes: #1073996) +This patch can probably be dropped after next upstream release. + + -- Florent 'Skia' Jacquet Fri, 21 Jun 2024 11:20:23 +0200 + twisted (24.3.0-1) unstable; urgency=medium

Bug#1077824: 2to3 patch

2024-08-16 Thread Florent 'Skia7; Jacquet
:07.0 +0200 @@ -1,3 +1,10 @@ +python-amqplib (1.0.2-5) unstable; urgency=medium + + * Do the 2to3 step manually in a patch, since the automatic `build_py_2to3` +is deprecated. (Closes: #1077824, LP: #2075183) + + -- Florent 'Skia' Jacquet Fri, 16 Aug 2024 13:39:07 +0200 + pyth

Bug#1077824: dropping the package

2024-08-21 Thread Florent 'Skia7; Jacquet
tags 1077824 +wontfix After further discussion on IRC, it's more likely that python-amqplib will end up being dropped: * It's been unmaintained for many years. * There is python-amqp, which is an almost drop-in replacement. No more work will be put into fixing this issue from me.