Bug#1063911: davmail-server.service fails in a LXC container

2024-02-15 Thread Alexandre Rossi
Hi, Relevant lines: > PR_SET_MM_ARG_START failed: Operation not permitted > > run-rd2fa855982314217b00729153ec6dd8b.service: Failed to update dynamic > user credentials: Permission denied > > run-rd2fa855982314217b00729153ec6dd8b.service: Failed at step USER spawning > /usr/bin/true:

Bug#1063881: nvidia-graphics-drivers: provide dependency package to catch all packages of given version

2024-02-15 Thread Andreas Beckmann
On 14/02/2024 00.37, Drew Parsons wrote: It would be much easier to switch between versions in unstable and experimental, or upgrade from experimental, if there were a dummy dependency package that depends on all the manifold nvidia component packages for the given version. It could be called

Bug#1063994: libgdal32: library is not marked for multi-arch

2024-02-15 Thread Sebastiaan Couwenberg
Control: tags -1 pending On 2/15/24 1:05 PM, Yuriy M. Kaminskiy wrote: Trivial patch attached. Like ogdi it does not apply cleanly as it targets the old version in bookworm. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D

Bug#1063997: bindfs: consider providing mount.bindfs

2024-02-15 Thread Martin Pärtel
I don't know whether it's common for other FUSE filesystems to provide these aliases, but there exists a `/usr/sbin/mount.fuse` that gets invoked when `/etc/fstab` mentions a filesystem such as `fuse.bindfs`. On Thu, Feb 15, 2024 at 2:48 PM Helmut Grohne wrote: > Package: bindfs > Version:

Bug#1063996: libogdi4.1: is not multi-arch compatible

2024-02-15 Thread Sebastiaan Couwenberg
Control: tags -1 pending On 2/15/24 1:26 PM, Yuriy M. Kaminskiy wrote: Patch attached. It does not apply cleanly as it targets the old version in bookworm instead of what's in unstable. Further changes to fix the lintian regressions were also committed in git. Kind Regards, Bas -- GPG

Bug#1063911: davmail-server.service fails in a LXC container

2024-02-15 Thread Mark Gardner
Hi Alex, On Thu, Feb 15, 2024 at 4:01 AM Alexandre Rossi wrote: > What is the result of the following line in a LXC container? > > (lxc)$ systemd-run --property=DynamicUser=yes /usr/bin/true > # systemd-run --property=DynamicUser=yes /usr/bin/true Running as unit:

Bug#1063999: libhdf4-0-alt: is not multi-arch compatible

2024-02-15 Thread Yuriy M. Kaminskiy
Package: libhdf4-0-alt Version: 4.2.15-5 Severity: normal Tags: patch X-Debbugs-Cc: yumkam+deb...@gmail.com Dear Maintainer, libhdf4 is dependency of libgdal32 and indirect dependency of opencv. Lack of Multi-Arch compatibility prevents co-installation of libraries on M-A systems. *-dev packages

Bug#1063997: bindfs: consider providing mount.bindfs

2024-02-15 Thread Helmut Grohne
Package: bindfs Version: 1.14.7-1 Severity: wishlist When mounting a filesystem using the standard mount utility (e.g. via /etc/fstab), it tries to perform the mount by calling out to "mount.$FSTYPE" when it does not know how to mount the particular filesystem type already. As it happens, bindfs

Bug#1063998: bart FTCBFS: rebuilds during dh_auto_install

2024-02-15 Thread Helmut Grohne
Source: bart Version: 0.9.00-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs bart fails to cross build from source, because it repeforms some of the compilation and link steps during dh_auto_install where debhelper does not pass cross tools. These steps fail (due to using the

Bug#1063996: libogdi4.1: is not multi-arch compatible

2024-02-15 Thread Yuriy M. Kaminskiy
Package: libogdi4.1 Version: 4.1.0+ds-6 Severity: normal Tags: patch Dear Maintainer, libogdi4 is dependency of libgdal32 and indirect dependency of opencv. Lack of multi-arch markup and compatibility prevents their co-installation on multi-arch systems. .pc moved from /usr/share/pkgconfig to

Bug#1058890: sedutil

2024-02-15 Thread Dr . André Desgualdo Pereira
New try: I recompiled sedutil after booting linux-image-6.1.0-18-amd64 (git clone --branch s3-sleep-support https://github.com/badicsalex/sedutil.git). It made no difference, i.e., I still can't get the machine to fully wake up. (sedutil compiled at linux-image-6.1.0-18-amd64 still works fine

Bug#1000718: Request: Enable cross-build Multi-Arch

2024-02-15 Thread Yuriy M. Kaminskiy
Package: libarmadillo11 Version: 1:11.4.2+dfsg-1 Tags: patch Followup-For: Bug #1000718 Dear Maintainer, libarmadillo11 is dependency of libgdal32 and indirectly dependency of opencv, thus lack of M-A compatibility prevents co-installation. This is not only [cross-]build problem, but affects

Bug#1031743: python3.11-minimal: Python 3.11 should be compiled as a PIE, but it is not

2024-02-15 Thread Philipp Hahn
Package: python3.11 Version: 3.11.2-6 Followup-For: Bug #1031743 Dear Maintainer, PIE was enebaled for Python 3.10 by [Bug #919134](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919134).

Bug#1063995: networkd: route with PreferredSource not created

2024-02-15 Thread Sven Feyerabend
Package: systemd Version: 252.22-1~deb12u1 Severity: normal X-Debbugs-Cc: sven.feyerab...@stuvus.uni-stuttgart.de Dear Maintainer, we've been using a wireguard setup to connect hosts. After upgrading to Debian 12 (systemd 247 to systemd 252) the default route, which has a PreferredSource set is

Bug#1063994: libgdal32: library is not marked for multi-arch

2024-02-15 Thread Yuriy M. Kaminskiy
Package: libgdal32 Version: 3.6.2+dfsg-1 Severity: normal Tags: patch Dear Maintiner, libgdal32 is installed in multi-arch compatible way, but not marked as Multi-Arch. This prevents co-installing dependent libraries (notably, OpenCV). gdal-bin looks provied only CLI, thus should be matched as

Bug#1063993: Cannot "list set" multiple differently-typed sets in one process

2024-02-15 Thread Trent W. Buck
Package: nftables Version: 1.0.6-2+deb12u2 Severity: minor In production I wanted to list two sets and count how many elements are in each: $ sudo nft -json 'list set inet my_filter my_IPS_IPv4_blacklist' | jq '.nftables[1].set.elem | length' 33 When I tried to list both sets at once

Bug#1063991: RFS: pyroute2/0.7.7-2.1 [NMU] -- Python3 Netlink library - full package

2024-02-15 Thread Nicolas Schier
oh, I'm sorry, I forgot to Cc the pyroute2 uploaders in the initial RFS mail. On Thu 15 Feb 2024 11:56:09 GMT, Nicolas Schier wrote: > Package: sponsorship-requests > Severity: normal > > Dear mentors, > > I am looking for a sponsor for my package "pyroute2": > > * Package name :

Bug#1063992: gitlab-cli: manual page for python-gitlab has no descriptive content due to an error

2024-02-15 Thread James Addison
Package: gitlab-cli Version: 1:4.3.0-1 Severity: important X-Debbugs-Cc: j...@jp-hosting.net Dear Maintainer, The manual page for the python-gitlab CLI utility in the gitlab-cli binary package contains a Python stacktrace within the 'description' section, instead of the expected help content:

Bug#1063922: libnfft3-long4 has an undeclared file conflict

2024-02-15 Thread Andreas Beckmann
Followup-For: Bug #1063922 This looks like you want Breaks+Replaces: libnfft3-long2 (>= 3.5) (Yes, really a >= relation, as the older versions are co-installable, only the versions that didn't do the required transition are the problem.) Andreas

Bug#1063991: RFS: pyroute2/0.7.7-2.1 [NMU] -- Python3 Netlink library - full package

2024-02-15 Thread Nicolas Schier
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "pyroute2": * Package name : pyroute2 Version : 0.7.7-2.1 Upstream contact : Peter V. Saveliev * URL : https://github.com/svinota/pyroute2 * License

Bug#1063938: tmux: Does not automatically set mode-keys to vi based on VISUAL or EDITOR environment

2024-02-15 Thread Romain Francoise
Hi, On Thu, Feb 15, 2024 at 8:48 AM Philip Chung wrote: > The mode-keys option is no longer being set to vi based on the EDITOR > environment variable. Seems to work fine for me. How are you exporting the environment variable? % unset EDITOR % tmux -S /tmp/tmux-test -f /dev/null new -d \; show

Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-15 Thread Maxim Dounin
Hello! On Thu, Feb 15, 2024 at 10:18:28AM +0100, Alejandro Colomar wrote: > [CC += Maxim] > > > On Wed, 14 Feb 2024 15:46:28 -0500 Jeffrey Walton wrote: > > Package: wnpp > > Severity: wishlist > > X-Debbugs-CC:

Bug#1060042: qemu-efi-aarch64: Saving OVMF configuration changes fail

2024-02-15 Thread Simon John
I have the same problem when changing settings or even starting an existing aarch64 VM in virt-manager, the error I get is: Error starting domain: operation failed: Unable to find 'efi' firmware that is compatible with the current configuration Downgrading to

Bug#1061341: cyrus-common: identified for time_t transition but no ABI in shlibs

2024-02-15 Thread Yadd
I closed this issue because: - I dropped all bad .h files from install - I added ABI flags to build - cyrus-dev has no reverse dependencies If I'm wrong, please reopen this issue Cheers, Yadd

Bug#1063933: nvidia-graphics-drivers 525.147.05-7~deb12u1 flagged for acceptance

2024-02-15 Thread Jonathan Wiltshire
package release.debian.org tags 1063933 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: nvidia-graphics-drivers

Bug#1063942: nginx: Violation of DFSG article 5

2024-02-15 Thread Anon
Source: nginx Version: 1.24.0-2 Severity: serious Tags: upstream Justification: Policy 2.1.5 Dear Maintainer, The company behind nginx fired half of their most senior programmers two years ago, due to the country in which they reside (Russia). This might be a violation of DFSG 5 (Debian Policy

Bug#1063941: libvte-2.91-common: /etc/profile.d/vte-2.91.sh dereferences undefined PS0

2024-02-15 Thread Marko Mäkelä
Package: libvte-2.91-common Version: 0.75.91-2 Severity: important Tags: patch Dear Maintainer, At the start of my $HOME/.bashrc I have configured "set -u" to catch the use of undefined variables. Whenever I open a new gnome-terminal window using bash as the shell, the script vte-2.91.sh

Bug#1063940: ITP: python-term-image -- Display images in the terminal with Python

2024-02-15 Thread Martin
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org Package Name: python-term-image Version: v0.7.1 Upstream Author: Toluwaleke Ogundipe License: MIT Programming Lang: Python 3 Homepage: https://github.com/AnonymouX47/term-image

Bug#1062567: libpg-query: NMU diff for 64-bit time_t transition

2024-02-15 Thread Christoph Berg
Re: Steve Langasek > postgresql-server-dev-16 also shows up as impacted by LFS but the output is > confusing, mentioning only redefinitions of constants from perl and python > headers, why should those have disappeared based on defining LFS flags? The > changes are suspicious enough that I'm not

Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-15 Thread Alejandro Colomar
[CC += Maxim] On Wed, 14 Feb 2024 15:46:28 -0500 Jeffrey Walton wrote: > Package: wnpp > Severity: wishlist > X-Debbugs-CC: debian-de...@lists.debian.org > > * Package name: freenginx > Version : 1.24.0 > Upstream

Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2024-02-15 Thread Cyril Brulebois
Hi, Cyril Brulebois (2024-01-17): > Santiago Vila (2023-12-05): > > […] > > Thanks for the report. The relevant part didn't appear in the excerpt > so I'm quoting the full build log below: > > > === RUN TestOneShot/permission_denied > > file_test.go:234: > > Error Trace:

Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-15 Thread Adrien CLERC
Le 14/02/2024 à 21:46, Jeffrey Walton a écrit : Package: wnpp Severity: wishlist X-Debbugs-CC:debian-de...@lists.debian.org * Package name: freenginx Version : 1.24.0 Upstream Author : Maxim Dounin and the development community Section: web * URL

Bug#1063911: davmail-server.service fails in a LXC container

2024-02-15 Thread Alexandre Rossi
Hi, > The issue is repeatable with a fresh install of a Debian 12 LXC container: > [...] > The problem goes away if DynamicUser is commented out in service unit: > [...] > I have no idea why it would work in a VM and not in a LXC container. I doubt this is a problem that will need a change in

Bug#1056419: Spinx help needed

2024-02-15 Thread Dmitry Shachnev
Hi Andreas! On Thu, Feb 15, 2024 at 08:37:38AM +0100, Andreas Tille wrote: > Control: tags -1 pending > > Hi, > > I pushed fixes for #1056419 and #1058311 to Git and I think should be > fixed as well. The only remaining build problem is new and caused by > sphinx[1]: > > dh_sphinxdoc -i

Bug#1063599: More info (Was: mathgl: FTBFS on amd64: tests seg fault)

2024-02-15 Thread Sebastian Ramacher
Hi Andreas On 2024-02-15 08:30:37 +0100, Andreas Tille wrote: > Control: tags -1 moreinfo > Control: severity -1 important > > Hi Sebastian, > > the package builds nicely in my local pbuilder, in Salsa CI as well as > in the autobuilders. Thus I'm tagging the bug moreinfo and set severity > to

Bug#1063939: different timezones produce different pdf /ID with equal SOURCE_DATE_EPOCH

2024-02-15 Thread Johannes Schauer Marin Rodrigues
Source: fop Version: 1:2.8-2 Severity: normal Tags: patch X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org User: reproducible-bui...@lists.alioth.debian.org Usertags: timezones Hi, even when keeping SOURCE_DATE_EPOCH equal, varying the timezone via the TZ environment variable produces

<    1   2