Bug#1059291: bookworm-pu: package spip/4.1.9+dfsg-1+deb12u4

2024-01-12 Thread David Prévot
Control: retitle -1 bookworm-pu: package spip/4.1.9+dfsg-1+deb12u4 Le Sat, Dec 30, 2023 at 12:06:56PM +0100, Salvatore Bonaccorso a écrit : > On Fri, Dec 22, 2023 at 01:28:00PM +0100, David Prévot wrote: […] > > This issue is similar to #1059289 for oldstable. > > > > Another upstream release fix

Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-12 Thread Laurent Bigonville
Le 12/01/24 à 12:46, Jörg-Volker Peetz a écrit : Hello Laurent, Hello Jörg, Thanks for your reply [...] Concerning the loopback (127.0.0.1/::1) interface, here is the output of the command 'ip ad': 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000     link/loopback 00:

Bug#1060251: Bug#1059352: src:apt: fails to migrate to testing for too long: autopkgtest regression on armhf

2024-01-12 Thread Julian Andres Klode
On Thu, Jan 11, 2024 at 10:18:58PM +0100, Emanuele Rocca wrote: > Hi Julian, > > On 2024-01-11 05:46, Julian Andres Klode wrote: > > And there aren't any hard errors. We could zero initialize > > those or add supressions to make things look nicer I suppose. > > Mmmh no, they are all actual errors

Bug#1060669: libnats-dev contains information about static compiled library which is non-existent

2024-01-12 Thread Mariusz Dullak
Package: libnats-dev Version: 3.4.1-1+b1 and 3.7.0-1+b1 I am attempting to compile code that is using libnats. apparently both files /usr/lib/x86_64-linux-gnu/cmake/cnats/: cnats-config-none.cmake cnats-config.cmake are mentioning "/usr/lib/x86_64-linux-gnu/libnats_static.a" which is not exist

Bug#1060323: libosp-dev: missing dependency on libosp5

2024-01-12 Thread gregor herrmann
On Fri, 12 Jan 2024 07:21:14 -0500, Neil Roeth wrote: > I took the second approach suggested by Gregor, of changing the install > order.  Massive rewrite of d/rules to happen at a later date.  :-) Thanks for the quick upload! Cheers, gregor -- .''`. https://info.comodo.priv.at -- Debian Dev

Bug#1060323: libosp-dev: missing dependency on libosp5

2024-01-12 Thread Neil Roeth
I took the second approach suggested by Gregor, of changing the install order.  Massive rewrite of d/rules to happen at a later date.  :-) -- Neil Roeth

Bug#1060668: bookworm-pu: package calibre/6.13.0+repack-2+deb12u3

2024-01-12 Thread YOKOTA Hiroshi
Package: release.debian.org Severity: normal Tags: bookworm User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: cali...@packages.debian.org, yokota.h...@gmail.com, secur...@debian.org Control: affects -1 + src:calibre [ Reason ] Fix CVE-2023-46303. https://security-tracker.de

Bug#1031037: lintian: executables in /usr/libexec reports a no-manual-page warning

2024-01-12 Thread Simon McVittie
Control: tags -1 + patch pending Control: forwarded -1 https://salsa.debian.org/lintian/lintian/-/merge_requests/454 On Fri, 10 Feb 2023 at 16:59:35 +, David mohammed wrote: > W: budgie-control-center: no-manual-page > [usr/libexec/budgie-cc-remote-login-helper] > W: budgie-control-center: n

Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-12 Thread Jörg-Volker Peetz
Hello Laurent, thanks for taking care. Concerning the configuration files in /etc/nut/, I only changed nut.conf and ups.conf. I described the change in ups.conf in my previous e-mail. In nut.conf I changed only the line MODE=none to MODE=standalone Concerning the loopback (127.0.0.1/::1) int

Bug#1059995: pdns: flaky autopkgtest (host dependent): pdns.service: Failed to set up IPC namespacing: Resource temporarily unavailable

2024-01-12 Thread Chris Hofstaedtler
Hi, can you confirm two additional things please: 1) this happens only on the large host? 2) this does not or does happen with other packages also requesting the same settings from systemd, e.g. dnsdist or pdns-recursor? Chris

Bug#1060667: radicale: Radicale is not logging to a log file under /var/log/radicale as per systemd unit "LogsDirectory"

2024-01-12 Thread Alastair Sherringham
Package: radicale Version: 3.1.8-2 Severity: normal Dear Maintainer, I have installed Radicale Card/CalDAV server on Debian Bookworm (12.4). apt install radicale Install adds "radicale" user and group OK. Config file in /etc/radicale/config I did not change the config file (initially). Enable

Bug#1004844: games-finest: Consider adding endless-sky

2024-01-12 Thread Markus Koschany
Am Freitag, dem 12.01.2024 um 03:25 -0500 schrieb Dave Vasilevsky: > Hi again. It looks like endless-sky 0.10.2 has been in testing for awhile, > with no reported bugs. This version is quite new, updated in 2023. What do > you think about adding it to games-finest now? Hi, It's still on my todo l

Bug#1060266: [Pkg-auth-maintainers] Some help for coordinated uploads needed

2024-01-12 Thread Florian Schlichting
Hi Philip, On Sun, Dec 24, 2023 at 10:25:21PM +0100, Philip Rinn wrote: > things changed a bit - Arch Linux picked up my patch and I think with > testing in two distributions, we will have enough momentum to get possible > bugs ironed out. > > I'll prepare an upload of solo1-cli with my patch tar

Bug#1060659: pgmodeler FTCBFS: hard codes the build architecture qmake6

2024-01-12 Thread Christoph Berg
Re: Helmut Grohne > pgmodeler fails to cross build from source, because debian/rules hard > codes the build architecture qmake6. We recently extended debhelper with > a qmake6 buildsystem that will handle cross building correctly. I'm > attaching a patch for your convenience. Hi Helmut, thanks fo

Bug#1056423: [Help] Started to replace future but failed

2024-01-12 Thread Alexandre Detiste
Ok I'll pick it up this evening ! -class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)): +class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True): Just simply +class ExtensionNode(metaclass=ExtensionNodeMetaclass): , but I can't test here: Greetings Le ven. 12 janv. 2

Bug#1060666: podman-compose: Version is too old and fails to work

2024-01-12 Thread Stefan Weil
Package: podman-compose Version: 1.0.3-3 Severity: important X-Debbugs-Cc: s...@weilnetz.de Dear Maintainer, I tried to use the Debian package podman-compose with this code: https://github.com/UB-Mannheim/quiver-benchmarks/tree/fixes podman-compose was able to build a container, but each time w

Bug#1057764: RFP: golang-github-go-webauthn-webauthn -- Webauthn/FIDO2 library in golang

2024-01-12 Thread Maytham Alsudany
Control: retitle -1 ITP: golang-github-go-webauthn-webauthn -- Webauthn/FIDO2 library in golang Control: owner -1 ! With a bit of DH_GOLANG_EXCLUDES magic, I've been able to exclude github.com/google/go-tpm-tools completely (as it was only needed for some of the tests, simulated a TPM device), wh

Bug#1060665: orphan-sysvinit-scripts: needs to ship /etc/init.d/

2024-01-12 Thread Andreas Beckmann
Package: orphan-sysvinit-scripts Version: 0.15 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package failed to install. As per definition of the release team this makes the package too buggy for a release, thus the severity.

Bug#1060664: gpg: Option --keyserver-options=auto-key-retrieve does not work

2024-01-12 Thread Vincent Lefevre
Package: gpg Version: 2.2.40-1.1+b1 Severity: normal Affects: libmodule-signature-perl The --keyserver-options=auto-key-retrieve option does not work. It is described as an obsolete alias for the option auto-key-retrieve, but it is still documented, so that it is still expected to be supported. No

Bug#1060663: ITP: golang-github-go-webauthn-x -- low level packages for golang-github-go-webauthn-webauthn

2024-01-12 Thread Maytham Alsudany
Package: wnpp Severity: wishlist Owner: Maytham Alsudany X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org Control: block 1057764 by -1 * Package name: golang-github-go-webauthn-x Version : 0.1.6-1 Upstream Contact: https://github.com/go-webauthn/x/issues * U

Bug#1056423: [Help] Started to replace future but failed

2024-01-12 Thread Andreas Tille
Control: tags -1 help Hi Alexandre, I started to follow your hint to replace future inside the code but I'm obviously struck as you can see in Salsa-CI[1]. Any help would be welcome (please also review my patch since I'm not sure about all changes). Kind regards Andreas. [1] https://salsa.d

Bug#1014519: RFA: python-canmatrix -- Handle CAN (Controller Area Network) database formats

2024-01-12 Thread Alexandre Detiste
I'm interested. At work I usually process CAN messages stuffed into UDP by this transceiver: http://www.digigroup.com/flyers/FMS2IP%20ENG%2020130916.pdf but I'm interested to do more work on the field with the PEAK-CAN

Bug#1060662: Package: rxvt-unicode accents

2024-01-12 Thread jean pierre pinson
Package: rxvt-unicode accents Hello, I've lost the accents in urxvt, the é no longer works. I'm running debian sid. Jean-Pierre Pinson

Bug#1060429: solo1-cli has an undeclared file conflict on /usr/lib/python3/dist-packages/solo/__init__.py

2024-01-12 Thread Jérémy Lal
I've reassigned it to solo1-cli, because I thought it wasn't a library (and the start of the docs lead me to it), but actually it is a library. My mistake, re-reassigning to django_solo, the newcomer has to go elsewhere.

Bug#1060285: mptcpd: FTBFS with a segmentation fault in the testsuite when SCTP disabled and no /etc/protocols

2024-01-12 Thread Matthieu Baerts
Hi Aurélien, On 10/01/2024 19:13, Matthieu Baerts wrote: > On 08/01/2024 21:18, Aurelien Jarno wrote: (...) >> In the latest rebuild of mptpcd, the conditions where met only on the >> riscv64 buildd, and riscv64 is not a release architecture. That said a >> few mips64el buildds also met the 3 co

Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-12 Thread Laurent Bigonville
severity  1059922 important thanks > Dear Laurent Bigonville, Hello Jörg, > with version 2.8.0-7 an EATON UPS connected to a debian computer via > USB was working in standalone mode as expected. The only change in the > config files was in /etc/nut/ups.conf where I added the following lines: >

Bug#1030223: gobject-introspection: make cross-compilation possible

2024-01-12 Thread Helmut Grohne
Hi Simon, On Thu, Jan 11, 2024 at 12:08:53PM +, Simon McVittie wrote: > On Thu, 04 Jan 2024 at 09:54:52 +0100, on #1059929, Helmut Grohne wrote: > > On Wed, Jan 03, 2024 at 07:22:26PM +, Simon McVittie wrote: > > > Or do I need to [...] > > > replace the gobject-introspection-bin | qemu-us

Bug#1060429: solo1-cli has an undeclared file conflict on /usr/lib/python3/dist-packages/solo/__init__.py

2024-01-12 Thread Helmut Grohne
Control: found -1 python3-django-solo/2.1.0-1 Control: affects -1 = solo1-cli Philip Rinn wrote: > thanks for the bug report, but I guess you missed that solo1-cli.ships this > file for years (in stable, testing, unstable) while python-django-solo was > just uploaded yesterday. So I think the b

Bug#1060661: netplan-generator: ineffective Replaces for /usr/lib/systemd/system-generators/netplan due to /usr-move

2024-01-12 Thread Helmut Grohne
Package: netplan-generator Version: 0.107.1-1 Severity: serious Justification: file loss in package upgrade User: helm...@debian.org Usertags: dep17p1 Control: affects -1 + netplan.io Hi Lukas, netplan was on my radar for /usr-merge for a while, but unfortunately I didn't get down to it before ba

Bug#1060660: newt: does not trap errors from python extension build (policy 4.6)

2024-01-12 Thread Helmut Grohne
Source: newt Version: 0.52.24-1 Severity: serious Justification: policy 4.6 Debian policy requires that failing a build step makes the package build fail. When the Python extension build fails, the upstream Makefile continues in violation of this policy and may result in a seemingly successful bui

Bug#1060659: pgmodeler FTCBFS: hard codes the build architecture qmake6

2024-01-12 Thread Helmut Grohne
Source: pgmodeler Version: 1.1.0~beta-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs pgmodeler fails to cross build from source, because debian/rules hard codes the build architecture qmake6. We recently extended debhelper with a qmake6 buildsystem that will handle cross buildi

Bug#965837: tart: Change of debhelper compat

2024-01-12 Thread i
On Fri, 12 Jan 2024 17:12:36 +0800 i...@0w.al wrote: > Hi. > > I have changed the compat version from 5 to 13 to fix the build error, and > fixed some lintian warnings > > Clansty > Hi. I forgot to close the bug-id. Here’s the update of the patch. Clansty tart_3.10-1.1.debdiff Description:

Bug#1060658: megapixels don't start could not find any config file

2024-01-12 Thread Pirate Praveen
Package: megapixels Version: 1.7.0-1 Severity: grave Running megapixels from commandline on mobian trixie fails with this error /usr/share/megapixels/config/purism,librem5r4.ini not found.

Bug#1059869: autopkgtest fails

2024-01-12 Thread Johannes Schauer Marin Rodrigues
On 2024-01-11 23:40, Bastian Germann wrote: Ping. It is now 1 week until this will auto-remove several packages. Please consider releasing and packaging the new release. Whoops, sorry!! And thank you for the ping. This has now been taken care of. The version I just uploaded has the autopkgtes

Bug#965837: tart: Change of debhelper compat

2024-01-12 Thread i
Hi. I have changed the compat version from 5 to 13 to fix the build error, and fixed some lintian warnings Clansty tart_3.10-1.1.debdiff Description: Binary data

Bug#1060657: ITP: golang-github-google-go-tpm -- communicate directly with a TPM device

2024-01-12 Thread Maytham Alsudany
Package: wnpp Severity: wishlist Owner: Maytham Alsudany X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org Control: block 1057764 by -1 * Package name: golang-github-google-go-tpm Version : 0.9.0-1 Upstream Contact: https://github.com/google/go-tpm/issues * U

Bug#1004844: games-finest: Consider adding endless-sky

2024-01-12 Thread Dave Vasilevsky
Hi again. It looks like endless-sky 0.10.2 has been in testing for awhile, with no reported bugs. This version is quite new, updated in 2023. What do you think about adding it to games-finest now? Cheers, vasi On Fri, Aug 11, 2023 at 5:54 PM Dave Vasilevsky wrote: > Looks like #944757 is resolv

Bug#1055718: python-openstep-plist ftbfs with Python 3.12

2024-01-12 Thread s3v
Dear Maintainer, I was able to build successfully python-openstep-plist/0.3.1-1~exp1 in a sid chroot environment for amd64 architecture. 0.3.1-1~exp1 landed in experimental for a while, Is there some concern that prevents upload to unstable? Please note that this issue affects (at least) fontmak

Bug#1060656: haskell-charsetdetect-ae: Please add support for loongarch

2024-01-12 Thread yalingfang
Source: haskell-charsetdetect-ae Version: 1.1.0.4-5 Severity: wishlist Tags: patch User: debian-loonga...@lists.debian.org Usertags: loong64 Dear Maintainer,     Unsupportted arch error happend when compiling fhaskell-charsetdetect-ae in Loongarch env. The error message is following: libcha

Bug#1058321: python-loompy: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-01-12 Thread s3v
Dear Maintainer, > > E   If you are not working on Numba development, the original error was: > > 'cannot import name '_typeconv' from 'numba.core.typeconv' > > (/usr/lib/python3/dist-packages/numba/core/typeconv/__init__.py)'. > > E   For help, please visit: > > E    > > E   > > https://numba.

Bug#1060655: Tests are flaky on slow machines

2024-01-12 Thread Christian Ehrhardt
Package: nut Version: 2.8.1-3 Hi, the sync in Ubuntu of the latest nut version failed to test correctly [1][2]. I looked around and found that it is just a race when run on slow machines as it also happened on an intentionally slowed down x86 machine. Then I found that this is a problem of Debian

Bug#1060654: AttributeError: 'dict' object has no attribute 'openai_api_key'

2024-01-12 Thread Stéphane Glondu
Package: debgpt Version: 0.4.93 Severity: important Dear Maintainer, Running `debgpt` with OPENAI_API_KEY set results in: > Traceback (most recent call last): > File "/usr/bin/debgpt", line 8, in > sys.exit(main()) > ^^ > File "/usr/lib/python3/dist-packages/debgpt/cli.p

Bug#1060146: libnews-article-nocem-perl: Signature hash hardcoded to SHA1

2024-01-12 Thread Christoph Biedl
This topic is getting a bit bigger, perhaps let me sort first what issues we're talking about here. So to summarize the longer text that follows: 1. News::Article::NoCeM may embed an invalid hash algorithm declaration, depending on the gpg program used by PGP::Sign, and possibly other reason

Bug#1052849: [Help] Re: python-pkginfo: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-01-12 Thread Andreas Tille
Hi Stefano, Am Thu, Jan 11, 2024 at 08:25:46PM + schrieb Stefano Rivera: > > The test is expecting the module to be installed in the test > environment. Either we could try harder to emulate that, or skip the > tests. I admit I tried to copy around the module before running the test with no

<    1   2