Bug#1102376: Acknowledgement (jq: fix patch to call python3)

2025-04-08 Thread Andreas Hasenack
Quick PR at https://salsa.debian.org/debian/jq/-/merge_requests/3 On Tue, Apr 8, 2025 at 9:39 AM Debian Bug Tracking System wrote: > > Thank you for filing a new Bug report with Debian. > > You can follow progress on this Bug here: 1102376: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=110

Bug#1102376: jq: fix patch to call python3

2025-04-08 Thread Andreas Hasenack
Package: jq Version: 1.7.1-3 Severity: normal Dear Maintainer, Patch 0006-Do-not-use-pipenv-to-build-docs.patch replaces $(PIPENV) with python, but the python interpreter nowadays is called python3. This wasn't seen before because that code in the Makefile is only invoked if the manual.yml file i

Bug#1101206: unixodbc: missing odbc_config tool

2025-04-03 Thread Andreas Hasenack
Hello Hugh, thank you very much for your response. On Thu, Apr 3, 2025 at 4:59 AM Hugh McMaster wrote: > > Control: -1 wontfix > > Hi Andreas, > > Sorry for the delayed reply. I've just returned from a 2-week vacation. > > On 25/03/2025 8:52 am, Andreas Hasenack

Bug#1101206: unixodbc: missing odbc_config tool

2025-03-24 Thread Andreas Hasenack
Package: unixodbc Version: 2.3.12-2 Severity: normal Dear maintainer, I got a bug filed[1] in Ubuntu saying that the odbc_config tool is missing from the packaging. It seems that's on purpose, because since 2.3.9-1 this tool is even listed in d/not-installed. I checked a bit more history but coul

Bug#1099755: [Pkg-samba-maint] Bug#1099755:

2025-03-11 Thread Andreas Hasenack
Hi, On Sun, Mar 9, 2025 at 4:36 AM Michael Tokarev wrote: > > 08.03.2025 20:15, Andreas Hasenack wrote: > > What's the scenario where an AD DC server will not have the > > samba-ad-dc package installed? That package exists since stable. > > No. In stable, samba-

Bug#1099755:

2025-03-08 Thread Andreas Hasenack
What's the scenario where an AD DC server will not have the samba-ad-dc package installed? That package exists since stable.

Bug#1099755: samba: samba recommends samba-ad-dc, why?

2025-03-07 Thread Andreas Hasenack
Package: samba Version: 2:4.22.0+dfsg-1 Severity: normal Dear Maintainer, we noticed that a simple "apt install samba" now also installs samba-ad-dc which pulls in all sorts of other dependencies like winbind, libpam-winbind, libnss-winbind, and others, which weren't there "before", and are not n

Bug#1098670: samba: missing new ceph_new vfs module

2025-02-22 Thread Andreas Hasenack
Package: samba Version: 2:4.21.4+dfsg-1 Severity: normal Dear Maintainer, while rebasing the Ubuntu changes on the latest debian upload, and checking the release notes[1] for samba 4.21.0, I noticed that the ceph_new VFS module is missing. Here is a quick patch (just build tested): --- a/debian

Bug#1094571:

2025-01-30 Thread Andreas Hasenack
How about this trivial pr https://salsa.debian.org/postfix-team/postfix-dev/-/merge_requests/46 : --- a/debian/configure-instance.in +++ b/debian/configure-instance.in @@ -167,6 +167,8 @@ done mkdir -p usr/lib/sasl2 # https://bugs.debian.org/426338 +mkdir dev # https://bugs.debian.org/1094571 +

Bug#1094571:

2025-01-29 Thread Andreas Hasenack
I think as long as the chroot structure is still being created in /var/spool/postfix, it makes sense to re-create the dev subdirectory.

Bug#1094571:

2025-01-28 Thread Andreas Hasenack
I did a kind of bisect, because just looking at diffs I couldn't spot when the /var/spool/postfix/dev directory stopped being created. What I found is: 3.9.1-4: creates /var/spool/postfix/dev 3.9.1-5: does NOT create /var/spool/postfix/dev, leading to the rsyslogd error about not being able to cre

Bug#1094571: postfix: installs rsyslogd snippet that points to a directory that does not exist

2025-01-28 Thread Andreas Hasenack
Package: postfix Version: 3.9.1-10+b1 Severity: normal Dear Maintainer, I noticed that when you have rsyslogd installed and then install postfix, the postfix package includes this file: $ cat /etc/rsyslog.d/postfix.conf # Create an additional socket in postfix's chroot in order not to break # ma

Bug#1091303:

2025-01-10 Thread Andreas Hasenack
There is this upstream bug where some discussion is happening, and there are concerns about the changes in existing data structures. https://gitlab.com/NTPsec/ntpsec/-/issues/832

Bug#1091415: frr: stateoverride not removed on purge

2024-12-25 Thread Andreas Hasenack
Package: frr Version: 10.2.1-1 Severity: normal Dear maintainer, the stateoverride added in postinst is not removed when the package is removed/purged. This can cause an error upon reinstallation if the user frr has been removed after the package was purged. a) install frr b) purge frr c) userd

Bug#1081027:

2024-12-18 Thread Andreas Hasenack
This one I actually prefer: https://salsa.debian.org/sssd-team/sssd/-/merge_requests/36 We will "never" know why the login test was flaky, but this should work always... (tests are running)

Bug#1081027:

2024-12-17 Thread Andreas Hasenack
How about this? https://salsa.debian.org/sssd-team/sssd/-/merge_requests/33/diffs Tests still running... On Tue, Dec 17, 2024 at 5:28 AM Michael Prokop wrote: > > Hi, > > * Chris Hofstaedtler [Wed Dec 11, 2024 at 11:50:21AM +0100]: > > On Tue, Dec 03, 2024 at 05:02:30PM -0300

Bug#1084258:

2024-12-14 Thread Andreas Hasenack
I'm proposing this patch for ubuntu: Description: Replace deprecated GIT_OBJ_XXX references Author: Andreas Hasenack Origin: vendor Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084258 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/git-ubuntu/+bug/2091778 Last-Update:

Bug#1075590:

2024-12-10 Thread Andreas Hasenack
Hello, this is what I used to fix the FTBFS in ubuntu (just uploaded). I also took the opportunity to rebuild with imagemagick 7: --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Debian Junior Maintainers Build-Depends: debhelper-compat (= 13), gettext,

Bug#1089666: therion: please rebuild with imagemagick 7

2024-12-10 Thread Andreas Hasenack
Package: therion Version: 6.3.1-1 Priority: Normal Dear maintainer, please rebuild therion with imagemagick 7, as that will reduce the number of reverse dependencies we have in imagemagick 6, thus allowing it to be removed. Thanks!

Bug#1089665: lilypond: please rebuild with imagemagick 7

2024-12-10 Thread Andreas Hasenack
Package: lilypond Version: 2.24.4-2 Priority: normal Dear maintainer, please rebuild lilypond with imagemagick 7, as that will reduce the number of reverse dependencies we have in imagemagick 6, thus allowing it to be removed. Thanks!

Bug#1089661: node-browserify-zlib: please rebuild with imagemagick 7

2024-12-10 Thread Andreas Hasenack
Package: node-browserify-zlib Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-9 Priority: normal Dear Maintainer, please rebuild node-browserify-zlib with imagemagick 7, so that one less reverse dependency holds imagemagick 6 in the archive. Thanks!

Bug#1089659: castle-game-engine: please rebuild with imagemagick 7

2024-12-10 Thread Andreas Hasenack
Package: castle-game-engine Version: 7.0~alpha.3+dfsg1-2 Priority: normal Dear maintainer, src:castle-game-engine has a build dependency on imagemagick-6.q16. Current version is imagemagick-7.q16. Please rebuild with version 7, as that would help to get rid of imagemagick version 6.

Bug#1085289:

2024-12-09 Thread Andreas Hasenack
Hi, > The attached patch resolves the issue in (at least) the lxc autopkgtest > environment. I would suggest a lower range, as the gid mapping inside containers (at least lxd in ubuntu) doesn't allow such a large range by default. Since the ping command is executed by the "backuppc" user, which i

Bug#1075720:

2024-12-06 Thread Andreas Hasenack
Here are some build changes, on amd64. Linking (the symbolic-functions one is an ubuntu delta in system-wide build flags): -cc -g authbind.o -o authbind +cc -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro authbind.o -o authbind -cc -g helper.o -o helper +cc -Wl,-Bsymbo

Bug#1075720:

2024-12-06 Thread Andreas Hasenack
Hello, I tried this form on top of the new debian upload. I'm not sure what is preferred, since this is a debian native package. I thought about only changing d/rules, but then I would break CPPFLAGS because the one provided by dpkg-buildflags would not have the MAJOR_VER and MINOR_VER defines. I

Bug#1081027:

2024-12-03 Thread Andreas Hasenack
Sergio[1] got access to the actual container that failed to run this test, and we tried to troubleshoot it a bit. We were pressed for time, and didn't get very far. What we did/tried: - reproduced the problem at will, in every single test run, interactively - verified that the ldap setup was sound

Bug#1081027: src:sssd: flaky autopkgtest: spawn id exp3 not open

2024-12-02 Thread Andreas Hasenack
Hi, On Mon, Dec 2, 2024 at 5:06 AM Michael Prokop wrote: > So it sadly still doesn't seem to work on amd64. :( > Quoting from > https://ci.debian.net/packages/s/sssd/testing/amd64/54970410/: > > | test ldap-user-group-ldap-auth: test run > | [...] > | 86s + [ testuser1 ldapusers != testuser1 l

Bug#1081027: src:sssd: flaky autopkgtest: spawn id exp3 not open

2024-11-07 Thread Andreas Hasenack
Is d/t/ldap-user-group-krb5-auth also flaky? Because it uses the same expect script: d/t/ldap-user-group-krb5-auth: ... # tests begin here run_common_tests # login works with the kerberos password echo "The Kerberos principal can login on a terminal" kdestroy > /dev/null 2>&1 || /bin/true /usr/bi

Bug#1081027: src:sssd: flaky autopkgtest: spawn id exp3 not open

2024-11-05 Thread Andreas Hasenack
f it could interfere sometimes. 1. https://salsa.debian.org/ahasenack/sssd/-/jobs/6539986/viewer#L801 On Tue, Nov 5, 2024 at 2:38 PM Andreas Hasenack wrote: > > I wrote that test initially, and it has been passing in Ubuntu. Sounds > like it's some difference in the infrastructure. &

Bug#1081027: src:sssd: flaky autopkgtest: spawn id exp3 not open

2024-11-05 Thread Andreas Hasenack
I wrote that test initially, and it has been passing in Ubuntu. Sounds like it's some difference in the infrastructure. I tried locally in a debian LXD container, and it passed just fine. Is it also failing in salsa pipeline runners, or just in the migration by britney? The error seems to indicat

Bug#1082752: libapache2-mod-perl2: upcoming (if not there already) armhf FTBFS

2024-09-25 Thread Andreas Hasenack
Oh, thanks! I'll sync the package as soon as launchpad has ingested it, so probably tomorrow. On Wed, Sep 25, 2024 at 4:24 PM gregor herrmann wrote: > > Version: 2.0.13-2 > > On Wed, 25 Sep 2024 15:13:30 -0300, Andreas Hasenack wrote: > > > Upstream committed a fix

Bug#1082752: libapache2-mod-perl2: upcoming (if not there already) armhf FTBFS

2024-09-25 Thread Andreas Hasenack
Package: libapache2-mod-perl2 Version: 2.0.13-2 Severity: normal Dear maintainer, This package, which is a sync in ubuntu, failed to build recently on armhf: arm-linux-gnueabihf-gcc -I/<>/src/modules/perl -I/<>/xs -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -I/usr/include/apache

Bug#1082038:

2024-09-17 Thread Andreas Hasenack
This should fix it: diff --git a/debian/rules b/debian/rules index b7441bc..11cddbf 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ configure-stamp: touch configure-stamp +build-arch: build build: build-stamp build-stamp: configure dh_testdir

Bug#1082038: quota: FTBFS with dpkg >= 1.22.7

2024-09-17 Thread Andreas Hasenack
Package: quota Severity: normal Version: 4.06-1.1 Dear Maintainer, quota fails to build with dpkg 1.22.7 or higher due to this change: dpkg (1.22.7) unstable; urgency=medium [ Guillem Jover ] * dpkg-buildpackage: Remove fallback handling for missing required targets. Previous dpkg-buildpac

Bug#1078408:

2024-08-19 Thread Andreas Hasenack
This patch from upstream fixes the build. autofs-5.1.9 - Fix incompatible function pointer types in cyrus-sasl module From: Florian Weimer Add casts to SASL callbacks to avoid incompatible-pointer-types errors. Avoids a build failure with stricter compilers. Signed-off-by: Florian Weimer Sign

Bug#1078713: jupyter-client: add net-tools dependency to autopkgtest

2024-08-15 Thread Andreas Hasenack
Hi, On Thu, Aug 15, 2024 at 12:16 PM Julian Gilbey wrote: > > On Thu, Aug 15, 2024 at 11:25:46AM -0300, Andreas Hasenack wrote: > > Hello, > > [...] > > > Thanks for raising this! What a surprise - I hadn't realised this > > > problem. But I'm not

Bug#1078713: jupyter-client: add net-tools dependency to autopkgtest

2024-08-15 Thread Andreas Hasenack
Hello, On Thu, Aug 15, 2024 at 11:05 AM Julian Gilbey wrote: > > Hi Andreas, > > On Wed, Aug 14, 2024 at 02:39:24PM -0300, Andreas Hasenack wrote: > > Package: jupyter-client > > Version: 8.6.2-2 > > Priority: normal > > > > Dear Maintainer, > &

Bug#1078713: jupyter-client: add net-tools dependency to autopkgtest

2024-08-14 Thread Andreas Hasenack
Package: jupyter-client Version: 8.6.2-2 Priority: normal Dear Maintainer, jupyter-client's dep8 tests invoke /sbin/ifconfig. This binary comes from the bin:net-tools package, which in ubuntu is priority optional, and in debian is priority important. In ubuntu, the dep8 test fails[1] because net

Bug#1078494: heimdal: upcoming FTBFS with autoconf 2.72

2024-08-11 Thread Andreas Hasenack
Package: heimdal Version: 7.8.git20221117.28daf24+dfsg-7 Severity: Normal Dear Maintainer, autoconf 2.72 currently in debian experimental will trigger an FTBFS in heimdal. We experienced that in ubuntu[1]: configure:19563: gcc -c -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile

Bug#1077671:

2024-08-02 Thread Andreas Hasenack
Attached is the patch I'm proposing for ubuntu. Let me know if you would like a Salsa PR as well. From d454f62c73e069199e4a706dcd50be580f06e5c7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 5 Nov 2023 22:17:02 + Subject: [PATCH] libpkgconf: fix -Walloc-size GCC 14 introduces a new -Wall

Bug#1077671: pkgconf: armhf DEP8 failure due to gcc warning

2024-07-31 Thread Andreas Hasenack
Package: pkgconf Version: 1.8.1-3 Severity: normal Dear Maintainer, pkgcong's autopkgtests are currently failing[1] on armhf: 222s testsuiteFAIL stderr: libpkgconf/client.c: In function 'pkgconf_client_new': 1830 That warning is issued at: 96s libpkgconf/client.c: In function 'pkg

Bug#1077626: glusterfs: brick segfaults

2024-07-30 Thread Andreas Hasenack
Package: glusterfs Version: 11.1-4 Severity: normal Dear Maintainer, in Ubuntu we got a bug report[1] on glusterfs 11.1-4 (which was in sync with debian), that it would segfault under certain conditions on a user's system. The reporter tracked the problem down to an upstream PR that introduced i

Bug#1077512:

2024-07-29 Thread Andreas Hasenack
Did you paste the correct logs? Because they show you were using ubuntu packages, not debian ones.

Bug#1076458:

2024-07-17 Thread Andreas Hasenack
I updated the patch[1] in salsa with the latest changes from upstream[2]. 1. https://salsa.debian.org/debian/freeradius/-/merge_requests/11 2. https://github.com/FreeRADIUS/freeradius-server/pull/5375

Bug#858970:

2024-07-17 Thread Andreas Hasenack
Hello, >> readdir ordering is probably bad. I think that's essentially random on a >> lot of file systems, and I'm not sure it's even guaranteed to be stable. >> Is there any chance we could get that fixed in Heimdal before we start to >> rely on it? > > I filed https://github.com/heimdal/heimdal

Bug#1076458: freeradius: replace radsecret script with bash

2024-07-17 Thread Andreas Hasenack
Hi Bernhard, On Tue, Jul 16, 2024 at 7:05 PM Bernhard Schmidt wrote: > > Hi Andreas, > > > Upstream also suggested[2] that we could just remove the radsecret > > script, since it's not used by anything else, but I rather not deviate > > from upstream that much if we can. > > Same here. Have you c

Bug#1076458:

2024-07-16 Thread Andreas Hasenack
I updated the bash script with a count of 13 bytes instead of 12, due to the analysis done on [1]. Here is the new version: #!/bin/bash data=$(dd if=/dev/urandom bs=1 count=13 2>/dev/null| base32 | tr 'A-Z' 'a-z') echo ${data:0:4}-${data:4:4}-${data:8:4}-${data:12:4}-${data:16:4} I'm about to su

Bug#1076458: freeradius: replace radsecret script with bash

2024-07-16 Thread Andreas Hasenack
Package: freeradius Version: 3.2.5+dfsg-2 Priority: normal Dear Maintainer, freeradius is now shipping a perl script called radsecret, which adds two new perl dependencies to the package: libconvert-base32-perl and libcrypt-urandom-perl[1] In Ubuntu, those two packages are in Universe, and since

Bug#858970:

2024-07-09 Thread Andreas Hasenack
Hi, On Tue, Jul 9, 2024 at 3:35 PM Russ Allbery wrote: > > Andreas Hasenack writes: > > > Heimdal's ktb5.conf manpage (with the patches applied): > > >Files and directories may be included by absolute path. > > Including a directory causes all fi

Bug#858970:

2024-07-09 Thread Andreas Hasenack
Hi, On Tue, Jul 9, 2024 at 2:23 PM Russ Allbery wrote: > > Andreas Hasenack writes: > > > If I include it via this krb5.conf: > > [libdefaults] > > includedir /etc/krb5.conf.d > > default_realm = LOWTECH > > > default realm is LXD. > &g

Bug#858970:

2024-07-09 Thread Andreas Hasenack
> And, to reply to another question from before, if I put the includedir > directive inside a section, for example, inside [libdefaults], that's > invalid because it expects all entries in sections to be key=pair > values: > root@o-heimdal:~# head /etc/krb5.conf -n 4 > > [libdefaults] > includedir

Bug#858970:

2024-07-09 Thread Andreas Hasenack
At the moment, heimdal's verify_krb5_conf is already not happy with krb5.conf shipped by bin:krb5-config: # verify_krb5_conf verify_krb5_conf: krb5_config_parse_file: open /root/.krb5/config: No such file or directory verify_krb5_conf: /libdefaults/ccache_type: unknown entry verify_krb5_conf: /lib

Bug#858970: please add /etc/krb5.conf.d

2024-07-09 Thread Andreas Hasenack
Hi, On Tue, Jul 9, 2024 at 11:55 AM Russ Allbery wrote: > > Andreas Hasenack writes: > > > I opened #1074775[1] to backport the heimdal patches that add include (...) > The change is not entirely trivial, however. Here are some things that > come to mind that we probably n

Bug#858970:

2024-07-09 Thread Andreas Hasenack
I opened #1074775[1] to backport the heimdal patches that add include and includedir support, filed a couple of salsa PRs[2][3] with tests, and they were merged. Once there is a new upload of heimdal, we can consider making this change in kerberos-configs then. What do you think? 1. https://bugs.

Bug#1074775:

2024-07-05 Thread Andreas Hasenack
Salsa PR at https://salsa.debian.org/debian/heimdal/-/merge_requests/3 for consideration. It also adds an autopkgtest.

Bug#1074775:

2024-07-04 Thread Andreas Hasenack
I have a salsa branch, including a DEP8 test to exercise the new includedir functionality. I'll propose it soon, I think there is one or two extra commits from upstream we would want.

Bug#1074775: heimdal: please add support for include directives

2024-07-02 Thread Andreas Hasenack
Package: heimdal Version: 7.8.git20221117.28daf24+dfsg-5 Severity: normal Dear Maintaner, please add support for include and includedir directives in krb5.conf to heimdal. This has been committed upstream already[1], and is supported by MIT Kerberos. Missing this feature is preventing closing a

Bug#1073050:

2024-06-26 Thread Andreas Hasenack
I believe this is because the hns provider is not built on architectures which have no "COHERENT_DMA": -- Performing Test HAVE_COHERENT_DMA -- Performing Test HAVE_COHERENT_DMA - Failed (...) -- Missing Optional Items: -- Architecture NOT able to do coherent DMA (check util/udma_barrier.h) some p

Bug#858970:

2024-06-20 Thread Andreas Hasenack
I'm also starting to feel the need to add this includedir directive to /etc/krb5.conf by default. sssd is expecting this to work[1], as it places a config snippet in /etc/krb5.conf.d. I looked at the heimdal packages (which are in sync between ubuntu and debian) and the includedir support is not t

Bug#1066438:

2024-04-17 Thread Andreas Hasenack
This fixes the build: --- a/configure.ac +++ b/configure.ac @@ -852,6 +852,7 @@ fi AC_CACHE_CHECK([if gettimeofday takes tz argument],rsync_cv_HAVE_GETTIMEOFDAY_TZ,[ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include +#include #include ]], [[struct timeval tv; exit(gettimeofday(&tv, NULL));]])],[

Bug#1068063:

2024-04-05 Thread Andreas Hasenack
> 1. --- 0x2 != 0x1 >src/tests/cmocka/test_responder_cache_req.c:2505: error: Failure! > >assert_int_equal(test_ctx->result->count, 1); > > apparently there are 2 results returned while expected just one. This is because of time_t now being 64bits and a "%lu" format string is being used

Bug#1064513: kea-dhcp4-server: Apparmor profile does not include /etc/apparmor.d/local/ file

2024-02-23 Thread Andreas Hasenack
PR at https://salsa.debian.org/debian/isc-kea/-/merge_requests/43 On Fri, Feb 23, 2024 at 12:27 PM Théophile Bastian wrote: > > Package: kea-dhcp4-server > Version: 2.2.0-6 > Severity: normal > X-Debbugs-Cc: theophile.bast...@echirolles.fr > > Dear Maintainer, > > The currently packaged apparmor

Bug#1064513:

2024-02-23 Thread Andreas Hasenack
Oh, good one. dh_apparmor takes care of generating the local/* file, but it of course won't change the main profile file to include it...

Bug#1064128:

2024-02-23 Thread Andreas Hasenack
...and 2.2.4 also fails to build: https://github.com/savonet/liquidsoap/issues/3752 $ make : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition : warning: "_FORT

Bug#1064128:

2024-02-23 Thread Andreas Hasenack
Upstream fixed[1] this in 2.2.4. There are big commits that could be used as patches, but it's probably best to just update to 2.2.4. 1. https://github.com/savonet/liquidsoap/issues/3750

Bug#1063473: tgt: DEP8 fails on 32bit architectures

2024-02-08 Thread Andreas Hasenack
Package: tgt Version: 1:1.0.85-1.1 Severity: Normal Dear Maintainer, the DEP8 "storage" test from src:tgt is now failing on 32 bit architectures (like armhf) because tgt-glusterfs is no longer available there. The test hardcodes the storage modules it checks for, and in the case of 32bit arches,

Bug#1063472: tgt: tgt-glusterfs should not be suggested on 32bit architectures

2024-02-08 Thread Andreas Hasenack
Package: tgt Severity: normal Version: 1:1.0.85-1.1 Dear Maintainer, the bin:tgt package should not suggest bin:tgt-glusterfs on 32bit architectures, since bin:tgt-glusterfs is no longer built on those.

Bug#1062980:

2024-02-05 Thread Andreas Hasenack
scription: replace distutils' StrictVersion with packaging's Version Python distutils was removed in python 3.12. The recommendation[1] from PEP-0632 is to replace distutils.version with the packaging package. . 1. https://peps.python.org/pep-0632/#migration-advice Author: Andreas

Bug#1055566:

2023-12-01 Thread Andreas Hasenack
Salsa MP at https://salsa.debian.org/python-team/packages/mod-wsgi/-/merge_requests/1

Bug#1050021:

2023-09-04 Thread Andreas Hasenack
These are currently in review on ubuntu at https://code.launchpad.net/~ahasenack/ubuntu/+source/glusterfs/+git/glusterfs/+merge/450481 From 8c8e652c73958c2c62c3a80d0814a0e04e0d3096 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Fri, 1 Sep 2023 10:19:57 -0300 Subject: [PATCH 2/2] * d/t/control,

Bug#1050021: glusterfs: crash on startup

2023-08-18 Thread Andreas Hasenack
Package: glusterfs Version: 11.0-2 Severity: normal Dear Maintainer, the glusterfs 11.0-2 DEP8 tests are failing in ubuntu[1]. I quickly ran them in a debian sid vm, and the same crash[2] happens there as well: Aug 18 12:38:47 sid-vm glusterd[5871]: Fatal glibc error: malloc.c:2593 (sysmalloc):

Bug#1011089:

2023-08-16 Thread Andreas Hasenack
I think it's ok for the files to remain there, as long as there is a clear indication that they are not used anymore to set command line options, and furthermore, that the systemd units definitely do not use them. I realize such a change will probably generate dpkg conf prompts, though :/

Bug#1043385: haskell-gi-vte: FTBFS in sid

2023-08-09 Thread Andreas Hasenack
Package: haskell-gi-vte Version: 2.91.30-1 Severity: important Dear Maintainer, haskell-gi-vte is failing to build from source in debian sid: Preprocessing library for gi-vte-2.91.30.. Building library for gi-vte-2.91.30.. [ 1 of 19] Compiling GI.Vte.Config( GI/Vte/Config.hs, dist-ghc/build/G

Bug#1043374: rust-bindgen: Please update to avoid future LLVM-16 bug

2023-08-09 Thread Andreas Hasenack
Package: rust-bindgen Version: 0.60.1-2 Severity: normal Dear maintainer, in Ubuntu we are using LLVM-16 already, and I came across an FTBFS[0] in src:rust-nettle-sys[1] that, after some troubleshooting, showed it was only failing to build when built with rust-bindgen 0.60.x. [nettle-sys 2.2.0]

Bug#1043307: mshr: FTBFS in sid

2023-08-08 Thread Andreas Hasenack
Package: mshr Version: 2019.2.0~git20200924.c27eb18+dfsg1-8 Severity: important Dear Maintainer, mshr is failing to build in sid: In file included from /usr/include/boost/mpl/aux_/has_begin.hpp:17, from /usr/include/boost/mpl/aux_/begin_end_impl.hpp:21, from /us

Bug#1043295: rust-tendril: Please consider updating to 0.4.3 to fix upcoming FTBFS

2023-08-08 Thread Andreas Hasenack
Package: rust-tendril Version: 0.4.0-1 Severity: normal Dear Maintainer, please consider updating rust-tendril to 0.4.3. It fixes a build problem in 0.4.0 when built with rustc 1.70.0: error[E0793]: reference to packed field is unaligned --> src/tendril.rs:241:20 | 241 | i

Bug#1043222: rust-pallete: uninstallable in sid, FTBFS in sid

2023-08-07 Thread Andreas Hasenack
Hi Jonas, thanks for the fast reply! On Mon, Aug 7, 2023 at 12:04 PM Jonas Smedegaard wrote: > > Quoting Andreas Hasenack (2023-08-07 16:53:26) > > since rust-phf 0.11.2-1, librust-palette-dev is currently uninstallable in > > sid: > > Hi Andreas, > > Thanks for

Bug#1043222: rust-pallete: uninstallable in sid, FTBFS in sid

2023-08-07 Thread Andreas Hasenack
Package: rust-palette Version: 0.7.2+dfsg-2 Importance: normal Dear Maintainer, since rust-phf 0.11.2-1, librust-palette-dev is currently uninstallable in sid: $ sudo apt install librust-palette-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done

Bug#1037594: Fixes for the gcc-13 ftbfs

2023-08-05 Thread Andreas Hasenack
attached fixes for the gcc-13 FTBFS From e8d1d1486e3d9d8495af4c0903d6eb3e24a92094 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 18 Jan 2023 13:42:55 +0100 Subject: [PATCH] Fix T103960: build issue with GCC 13 in Cycles thread code --- intern/cycles/util/thread.cpp | 2 ++ 1 file ch

Bug#1041222:

2023-07-15 Thread Andreas Hasenack
Salsa PR at https://salsa.debian.org/ruby-team/unicorn/-/merge_requests/1

Bug#1040864:

2023-07-11 Thread Andreas Hasenack
So I took a stab at backporting the upstream patches, and there are many: $ grep ^commit debian/patches/doc-build-with-newer-cairo-*.patch debian/patches/doc-build-with-newer-cairo-1.patch:commit c22ae5ed4ca8d7e5568be7d5a930ee388117703e debian/patches/doc-build-with-newer-cairo-2.patch:commit 9df7

Bug#1040864: doxygen: upcoming FTBFS with cairo >= 1.17.6

2023-07-11 Thread Andreas Hasenack
Package: doxygen Version: 1.9.4-4 Severity: normal Dear maintainer, Cairo 1.17.6 (or close to it) introduced a change[1] in how certain PDF elements are generated which introduces a build failure in the doxygen docs[2], as well as in other packages that use doxygen (like fenics-dolfinx). That ve

Bug#1039967:

2023-07-05 Thread Andreas Hasenack
Hi, On Wed, Jul 5, 2023 at 6:54 AM Mike Gabriel wrote: > > Hi Andreas, > > On Fr 30 Jun 2023 14:12:01 CEST, Andreas Hasenack wrote: > > > We have that patch[1] in Ubuntu, and also DEP8 tests that use autofs > > with kerberos and sasl authentication mechanisms[2] (and

Bug#1039967:

2023-06-30 Thread Andreas Hasenack
We have that patch[1] in Ubuntu, and also DEP8 tests that use autofs with kerberos and sasl authentication mechanisms[2] (and patches for problems in that area: autofs 5.1.8 was a bit disruptive). Note these tests require a VM, like the other existing DEP8 tests, but I can prepare a PR for this new

Bug#1039527: strongswan: outdated d/copyright file

2023-06-26 Thread Andreas Hasenack
Package: strongswan Version: 5.9.11-1 Severity: normal Dear Maintainer, on a recent build of strongswan, lintian is reporting that many source files are not covered by the current d/copyright contents. I'm going to paste it below: W: strongswan source: file-without-copyright-information .tarbal

Bug#1008975:

2023-06-23 Thread Andreas Hasenack
Hi, could this fix please be applied? Or, if something is missing or unclear, please let me know. I can also create a PR for this, but there is no vcs tag in d/control, so I don't know where to create it. Thanks for considering it!

Bug#1034128:

2023-06-11 Thread Andreas Hasenack
Quick MP at https://salsa.debian.org/python-team/packages/cachelib/-/merge_requests/1

Bug#1034128:

2023-06-05 Thread Andreas Hasenack
The problem is that 1.6.19-1 is listening on ipv6 as well, and that makes the test suite fail to start another copy due to "address already in use": @@__xproc_block_delimiter__@@ slab class 1: chunk size 96 perslab 10922 (...) failed to listen on TCP port 11211: Address already in use 1.6.18-1 on

Bug#1036893: cyrus-sasl2. Frequent autopkgtest failures on 'connect() : No such file or directory'

2023-05-29 Thread Andreas Hasenack
Hi, On Sun, May 28, 2023 at 4:12 PM Otto Kekäläinen wrote: > Setting up saslauthd with mecanism sasldb > Authentication of user user2415 with correct password should succeed... FAIL > exit status: 255 > output: > connect() : No such file or directory > 0: > autopkgtest [15:10:15]: test saslauthd:

Bug#1033639:

2023-03-30 Thread Andreas Hasenack
Hi, On Thu, Mar 30, 2023 at 9:50 AM Markus Viitamäki wrote: > > Wait a second.. > > It works for me now also, but the only thing I have changed is the changes > from your apparmor MR in #1033640. > I feel stupid now, but the problem seems to be fixed by the apparmor change.. > > lsof -Pni | grep

Bug#1033639:

2023-03-30 Thread Andreas Hasenack
Hi, On Thu, Mar 30, 2023 at 4:57 AM Markus Viitamäki wrote: > > Hey, > > I have indeed a edited config, which you can find here: > https://pastebin.com/gwPH7dWx > I did get this problem after install, since it seems that the process runs > fine but just doesn't bind any interface/port. > > _kea

Bug#1033639:

2023-03-29 Thread Andreas Hasenack
Thanks for filing this. The inet6 inclusion should be handled by the same fix for #1033640 (the nameservice abstraction). About the other problem you hit, did you make changes to the kea-dhcp6 configuration file, or are you getting these errors right after install? I see you have a valid IPv6 addr

Bug#1033640:

2023-03-29 Thread Andreas Hasenack
I pushed this MR to salsa: https://salsa.debian.org/debian/isc-kea/-/merge_requests/27 It's against experimental for now.

Bug#1033640: kea-lfc missing read access to /etc/resolv.conf

2023-03-29 Thread Andreas Hasenack
Hi, On Wed, Mar 29, 2023 at 5:12 AM Markus Viitamäki wrote: > > Package: kea-common > Version: 2.2.0-5 > > System: > Debian 12 (Bookworm) > Linux dhcp 6.1.0-6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.15-1 (2023-03-05) > x86_64 GNU/Linux > > Error (syslog): > [Wed Mar 29 08:05:59 2023] audit: type

Bug#1033164: krb5-doc: The documented DEFCCNAME is, probably, not the actual credential cache name

2023-03-20 Thread Andreas Hasenack
The extra randomness suffix happens when you login via ssh/gssapi. On Sun, Mar 19, 2023 at 9:09 PM Benjamin Kaduk wrote: > > Hmm, on my local machines (one running Debian, one running Ubuntu) I appear > to be seeing the expected default /tmp/krb5cc_%{uid} behavior. > I couldn't quite follow how y

Bug#1032495: kea-dhcp4-server: apparmor profile prohibit start

2023-03-08 Thread Andreas Hasenack
Hi, what's the actual apparmor DENIED message you get in the logs? Check `dmesg`. I see you are not using the systemd unit, so I suspect you are running kea as root directly, instead of as the unprivileged `_kea` user, and you are probably tripping over the "owner" flag of the apparmor rules. O

Bug#1032495: kea-dhcp4-server: apparmor profile prohibit start

2023-03-08 Thread Andreas Hasenack
Hi, On Wed, Mar 8, 2023 at 1:33 AM Benedikt Spranger wrote: > After adopting /etc/apparmor.d/usr.sbin.kea-dhcp4 by adding > "owner /run/kea/logger_lockfile rwk,": > > This rule exists in the apparmor profile already: https://salsa.debian.org/debian/isc-kea/-/blob/debian/unstable/debian/usr.sbin.

Bug#1030716: openldap: password/sha2 produces incorrect SHA256

2023-02-06 Thread Andreas Hasenack
I wasn't able to determine that. If the module didn't change since ubuntu 22.04, then it's a bug/feature in the compiler, which did change: Last one that worked (of the stable releases of ubuntu): openldap | 2.4.49+dfsg-2ubuntu1.9 | focal-updates | source Here is when it started to fail:

Bug#1030716: openldap: password/sha2 produces incorrect SHA256

2023-02-06 Thread Andreas Hasenack
Package: openldap Version: 2.5.13+dfsg-3 Severity: normal Dear Maintainer, we got a report[1] on Ubuntu that the contrib module password/sha2 was producing an incorrect SHA256 hash. It was confirmed for a number of releases (22.04, 22.10 and the upcoming 23.04). I checked and it also happens on c

Bug#1027021: libp11: please add these DEP8 tests

2022-12-26 Thread Andreas Hasenack
Package: libp11 Version: 0.4.12-0.1 Severity: normal Dear Maintainer, please consider adding these DEP8 tests to the libp11 package. https://salsa.debian.org/opensc-team/libp11/-/merge_requests/4 Thanks

  1   2   3   >