Bug#1069988: onboard: Onboard/Appearance.py: SyntaxWarning: invalid escape sequence '\w'

2024-04-27 Thread Paul Wise
Package: onboard Version: 1.4.1-6 Severity: normal File: /usr/lib/python3/dist-packages/Onboard/Appearance.py Usertags: warnings User: debian-pyt...@lists.debian.org Usertags: python3.12 The recent upgrade of onboard triggers Python 3.12 syntax warnings, the correct fix is to use Python's "raw"

Bug#1069987: mpv: Man page should note that --ontop functionality doesn't work on Wayland

2024-04-27 Thread Russell Coker
Package: mpv Version: 0.37.0-1+b2 Severity: normal Currently forcing a window to be on top on a Wayland environment is not a problem that has a good solution. The man page for mpv should note that on Linux the --ontop option only works with X11 not with Wayland. Currently people are misled to

Bug#1069986: dublin-traceroute: Manual build-depends on NBS package libtins4.0

2024-04-27 Thread Scott Kitterman
Source: dublin-traceroute Version: 0.4.2-2 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) The package has a manual build-depends on libtins4.0, which is NBS. It has been renamed libtins4.5. Once it is decrufted, this package will

Bug#1069985: python-cobra: Manual build-depends on NBS package libsbml5

2024-04-27 Thread Scott Kitterman
Source: python-cobra Version: 0.26.2-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) The package build-depends on the NBS package libsbml5. It has been renamed libsbml5t64. Once the package is decrufted, this one will FTBFS. Please

Bug#1069984: alire: Build-depends on NBS package libgnatcoll21-dev

2024-04-27 Thread Scott Kitterman
Source: alire Version: 1.2.1-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) The package libgnatcoll21-dev has been renamed to libgnatcoll-dev. Once libgnatcoll21-dev is decfufted, it will FTBFS. Please update your build depends.

Bug#1069983: dwarf-fortress: Manual build-depends on NBS package libgtk2.0-0

2024-04-27 Thread Scott Kitterman
Source: dwarf-fortress Version: 0.47.04+dfsg1-1 Severity: serious Tags: ftbfs Justification: fails to build from source The package has a manual build-depends on libgtk2.0-0, which has been replaced by libgtk2.0-0t64. Once it has been decrufted, the package will no longer build. Scott K

Bug#1069982: theli: Manual build-depends on NBS package libcurl4

2024-04-27 Thread Scott Kitterman
Source: theli Version: 3.1.4-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Once libcurl4 is decrufted, the package will no longer build. The libcurl4 package has been replaced by libcurl4t64. Scott K

Bug#1069952: upgrade from 2.78.4-1 to 2.78.4-7 breaks over 200 packages in testing distribution

2024-04-27 Thread Shmerl
On Sat, 27 Apr 2024 10:08:34 -0400 =?UTF-8?Q?Jeremy_B=C3=ADcha?= < jeremy.bi...@canonical.com> wrote: > On Sat, Apr 27, 2024 at 9:33 AM js wrote: > >Wanted to see the effect of upgrading libglib2.0-dev by a minor > >version number, 2.78.4-1 to 2.78.4-7 and that would have caused over > >

Bug#1066743: backblaze-b2: FTBFS: dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.12 3.11" returned exit code 13

2024-04-27 Thread Alexandre Detiste
update is blocked by this https://github.com/TvoroG/pytest-lazy-fixture/issues/65 many duplicates: https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=yes=python-pytest-lazy-fixture

Bug#1069981: python-gitlab: please remove obsolete python3-mock dependency

2024-04-27 Thread Alexandre Detiste
Source: python-gitlab Version: 1:4.3.0-1 Severity: normal Dear Maintainer, python3-mock is an obsolete library that is slowly being removed from Debian. This project has switched to the newer unittest.mock from the standard library and does not requires it anymore. Greetings,

Bug#1069980: haskell-futhark FTBFS: Missing build dependency on alex

2024-04-27 Thread Adrian Bunk
Source: haskell-futhark Version: 0.25.15-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=haskell-futhark=0.25.15-1 ... CallStack (from HasCallStack): withMetadata, called at libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in

Bug#1069979: pbuilder: please make APTGETOPT available to hook scripts

2024-04-27 Thread Georgios Zarkadas
Package: pbuilder Version: 0.231 Severity: wishlist Control: tags patch Dear Maintainer, There are eight hookscripts in the examples/ directory that use ${APTGETOPT[@]} in their code. APTGETOPT is a bash array and while it works fine inside pbuilder code where all library modules are sourced, it

Bug#1069978: bash: incorrect value of $BASH for login shells

2024-04-27 Thread Gioele Barabucci
Package: bash Version: 5.2.21-2 X-Debbugs-CC: bug-b...@gnu.org Hi, bash 5.0 and 5.2 do not set $BASH to the right value when bash is used as the login shell: $ apt install bash-static $ getent passwd $USER | cut -d: -f 7 /bin/bash $ su $USER -s /bin/bash-static -c 'echo

Bug#1069977: python-xvfbwrapper: plase drop the extraneous dependency on python3-mock

2024-04-27 Thread Alexandre Detiste
Source: python-xvfbwrapper Version: 0.2.9-5 Severity: normal Dear Maintainer, This project will prefer unittest.mock from the standard library when available. Greetings tchet@quieter:/tmp/python-xvfbwrapper$ grep mock -r -C 2 debian/control: python3-mock, -- setup.py-try: setup.py:from

Bug#1069976: networking-sfc: please drop the python3-mock dependency

2024-04-27 Thread Alexandre Detiste
Source: networking-sfc Version: 18.0.0-1 Severity: normal Dear Maintainer, This project had already switched to unittest.mock from the standard library. tchet@quieter:/tmp/networking-sfc$ grep mock -r | grep -e debian -e import grep:

Bug#1069975: networking-baremetal: please drop the dependency on python3-mock

2024-04-27 Thread Alexandre Detiste
Source: networking-baremetal Version: 6.3.0-2 Severity: normal Dear Maintainer, This project has switched to unittest.mock. Greetings tchet@quieter:/tmp/networking-baremetal$ grep mock -r | grep -e debian -e import debian/control: python3-mock,

Bug#1069974: squeak-vm: displays empty "several squeak images" list instead of starting

2024-04-27 Thread Tom Goulet
Package: squeak-vm Version: 1:4.10.2.2614+20120917~dfsg-1+b1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I was testing out Debian Junior programming applications. * What exactly did

Bug#1069973: mailman-hyperkitty: please drop extraneous python3-mock dependency

2024-04-27 Thread Alexandre Detiste
Source: mailman-hyperkitty Version: 1.2.1-2 Severity: normal Dear Maintainer, This package relies on the newer unittest.mock from the standard library instead. Greeting tchet@quieter:/tmp/mailman-hyperkitty$ grep mock -r debian/control: python3-mock, debian/tests/control:

Bug#935905: bash: ":?xxx" filename broken on autocomplete

2024-04-27 Thread Andreas Schwab
On Apr 27 2024, Kerin Millar wrote: > In the course of trying this in bash-5.3-alpha, I noticed something else. If > ':?aa' is not the only entry in the current working directory, readline > behaves as if : is an ambiguous completion. That is: > > # mkdir ':?aa' > # touch 'something-else' > #

Bug#1060772: python3-jupyterlab: Using node-corepack downloads yarnpkg from Internet

2024-04-27 Thread Aurelien Jarno
control: severity -1 serious On 2024-01-14 08:20, Yadd wrote: > Package: python3-jupyterlab > Version: 4.0.9+ds1-1 > Severity: important > X-Debbugs-Cc: y...@debian.org > > Hi, > > the patch 0003-Use-system-provided-yarn.js.patch replaces missing > yarn.js by node-corepack. Please keep in mind

Bug#1036369: ruby-rest-client: network-dependent tests fail

2024-04-27 Thread Aurelien Jarno
control: severity -1 serious On 2023-05-20 10:46, Vignesh Raman wrote: > Package: ruby-rest-client > Version: 2.1.0-3 > Severity: normal > Tags: patch > X-Debbugs-Cc: vignesh.ra...@collabora.com > > Dear Maintainer, > > ruby-rest-client is failing to build because its test suite > depends on

Bug#987017: release-notes: Giving many ways to do something *is* useful

2024-04-27 Thread Manny
Package: release-notes Followup-For: Bug #987017 X-Debbugs-Cc: debbug.release-no...@sideload.33mail.com @ Antoine Beaupre > Is there any reason why we have all that diversity? > … > I'm not arguing for deprecating aptitude altogether, but it would seem > to me that using less tools in the

Bug#935905: bash: ":?xxx" filename broken on autocomplete

2024-04-27 Thread Kerin Millar
On Sat, 27 Apr 2024 23:28:49 +0200 Gioele Barabucci wrote: > Control: found -1 5.2.21-2 > > On Tue, 27 Aug 2019 16:36:03 +0200 Philipp Marek > wrote: > > the autocompletion is broken on filenames or directories with ":?" at the > > beginning. > > > > # mkdir ':?aa' > > # rmdir : > >

Bug#690608: logcheck-database: consider to add ignore.d.server/rrdcached

2024-04-27 Thread Richard Lewis
On Tue, 16 Oct 2012 03:14:20 +0200 Sebastian Steinhuber wrote: > Dear Maintainer, > to drop (slightly boring) messages from the package rrdcached of the > form: > Oct 15 22:59:29 dds rrdcached[12045]: flushing old values > > I added a file named ignore.d.server/rrdcached, containing the line: >

Bug#588935: bash-static: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8)

2024-04-27 Thread Gioele Barabucci
Version: 5.0-6 On Tue, 13 Jul 2010 17:10:39 +0200 "Raoul Bhatia [IPAX]" wrote: using bash-static as a login shell on debian squeeze. i want to "scp" a file cleanup.sh from this very machine to another one: > # scp cle resulting in: > # scp cle-bash-static: warning: setlocale: LC_CTYPE:

Bug#935905: bash: ":?xxx" filename broken on autocomplete

2024-04-27 Thread Gioele Barabucci
Control: found -1 5.2.21-2 On Tue, 27 Aug 2019 16:36:03 +0200 Philipp Marek wrote: the autocompletion is broken on filenames or directories with ":?" at the beginning. # mkdir ':?aa' # rmdir : gives me # rmdir :\:\? which doesn't match the filename; I can finish completion by

Bug#442244: [Logcheck-devel] Bug#442244: logcheck-database: should include the filters from cyrus-imapd-2.2

2024-04-27 Thread Richard Lewis
On Fri, 14 Sep 2007 14:06:58 +0200 martin f krafft wrote: > also sprach Alex Prinsier [2007.09.14.1344 > +0200]: > > Please copy over the filters from cyrus-imapd-2.2. I'm running > > logcheck on a loghost, which doesn't run cyrus itself. There might > > be a better alternative to copying the

Bug#1069972: Backport cmake 3.29 compatibility fix

2024-04-27 Thread textshell
Package: extra-cmake-modules Tags: patch, fixed-upstream Severity: important X-Debbugs-CC: c...@istoph.de Please backport https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/431 Since cmake 3.29 entered sid, the files created by ECMAddQch.cmake and shipped in -dev packages

Bug#1069971: git-buildpackage: import-dsc/import-dscs fail with TypeError: Parser must be a string or character stream, not NoneType

2024-04-27 Thread Petter Reinholdtsen
Package: git-buildpackage Version: 0.9.30 When trying to bootstrap a git repository with the snapshotted uploads of nitpick using 'gbp import-dscs', this fail with the following error: File Imakefile is read-only; trying to patch anyway File XPICsim is read-only; trying to patch anyway File

Bug#1066875: devscripts: debsign tries to parse gpg version from human-readable output, should use machine-readable output

2024-04-27 Thread Guillem Jover
Hi! On Thu, 2024-03-14 at 14:55:36 -0400, Daniel Kahn Gillmor wrote: > Package: devscripts > Version: 2.23.7 > Tags: patch > debsign currently tries to determine the version of gpg by parsing the > human-readable output of `gpg --version`. […] > The attached patch converts debsign to use the

Bug#789401: Proposed patch to solve the issue.

2024-04-27 Thread Georgios Zarkadas
Hi Thorsten, Limiting access to the expanded chroot is something that can be done. I currently use a `build' group and have {mode 750, ug root:build} the build directory, were the base tgzs are unpacked as subdirectories, and {mode 2775, ug root:build} the result directory, so that

Bug#588312: [Logcheck-devel] Bug#588312: logcheck-database: updated rules for many packages

2024-04-27 Thread Richard Lewis
Closing this bug from 2010 (14 years ago!) -- the then-maintainer found that most of the suggestions were either already present or should not actually be added, for various reasons. A requested was made to resubmit as more independent bugs - if that was done, we dont need this bug, and if not

Bug#511483: logcheck-database: please add rules for rkhunter

2024-04-27 Thread Richard Lewis
package: logcheck-database # think it's reasonable to add rkhunter rules - although the ones in this bug need updates severity 511483 normal tags 511481 - wontfix

Bug#1069964: debian-installer: Debian LXQt ISO loads all unnecessary proprietary firmware even with firmware=never parameter

2024-04-27 Thread Cyril Brulebois
Hi, Thanks for the report but wow, that's way too many topics. baptx (2024-04-27): > The following issue is based on the discussion I created on > https://forums.debian.net/viewtopic.php?t=159027 where you can find > attached the content of /var/log/installer/syslog which was generated > on a

Bug#1059417: ed: diff for NMU version 1.20.1-1.1

2024-04-27 Thread Chris Hofstaedtler
Lev, * Sven Joachim [240427 19:48]: > On 2024-04-17 14:26 +0200, Chris Hofstaedtler wrote: > > I've prepared an NMU for ed (versioned as 1.20.1-1.1) and > > uploaded it to DELAYED/7. Please feel free to tell me if I > > should delay it longer. > > Seems your NMU was ignored and reverted in the

Bug#1069970: ITP: libeddsa-java -- implementation of EdDSA in Java

2024-04-27 Thread Pierre Gruet
Package: wnpp Severity: wishlist Owner: Debian-Java team X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org * Package name: libeddsa-java Version : 0.3.0 Upstream Contact: str4d * URL : https://github.com/str4d/ed25519-java * License :

Bug#1069968: ruby3.2: CVE-2024-27282

2024-04-27 Thread Salvatore Bonaccorso
Source: ruby3.2 Version: 3.2.3-1 Severity: grave Tags: security upstream Justification: user security hole X-Debbugs-Cc: car...@debian.org, Debian Security Team Control: clone -1 -2 Control: reassign -2 src;ruby3.1 3.1.2-8 Control: retitle -2 ruby3.1: CVE-2024-27282 Control: found -2 3.1.2-7 Hi,

Bug#1069966: ruby3.1: CVE-2024-27280: Buffer overread vulnerability in StringIO

2024-04-27 Thread Salvatore Bonaccorso
Source: ruby3.1 Version: 3.1.2-8 Severity: grave Tags: security upstream Justification: user security hole X-Debbugs-Cc: car...@debian.org, Debian Security Team Control: found -1 3.1.2-7 Hi, The following vulnerability was published for ruby3.1. CVE-2024-27280[0]: | Buffer overread

Bug#1069967: fai-client: install_packages E: Unable to locate package ...

2024-04-27 Thread Markus Rexhepi-Lindberg
Package: fai-client Severity: wishlist Dear Maintainer, When a non-existing package is in the list of packages passed to install_packages apt-get responds with the following error message. E: Unable to locate package ... This in turn fails the installation of all the packages in the list. I

Bug#592365: logcheck: ignore rules for transmission-daemon

2024-04-27 Thread Richard Lewis
On Tue, 10 Aug 2010 10:28:54 +1000 Nemo wrote: > > ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ > > transmission-daemon\[[[:digit:]]+\]: Saved > > "/var/lib/transmission-daemon/info/.*" \(bencode.c:1651\)$ > > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ transmission-daemon\[[0-9]+\]: .* DHT > > announce

Bug#1069965: planner: When managing calendars, it isn't really possible to delete one. Hopeless to set Sunday as workday.

2024-04-27 Thread Tommy Bollman
Package: planner Version: 0.14.91-2 Severity: normal X-Debbugs-Cc: tommy.boll...@gmail.com Dear Maintainer, planner: When managing calendars, it isn't really possible to delete a calendar from the list box. It is also hopeless to set Sunday as workday, when in the "calendar view" I am bummed, I

Bug#1069964: debian-installer: Debian LXQt ISO loads all unnecessary proprietary firmware even with firmware=never parameter

2024-04-27 Thread baptx
Package: debian-installer Severity: important X-Debbugs-Cc: baptx...@gmail.com The following issue is based on the discussion I created on https://forums.debian.net/viewtopic.php?t=159027 where you can find attached the content of /var/log/installer/syslog which was generated on a virtual

Bug#1034993: software-properties-qt: missing Conflicts+Replaces for software-properties-kde when upgrading from bullseye

2024-04-27 Thread Andreas Beckmann
Followup-For: Bug #1034993 Control: tag -1 patch pending I'v just uploaded a NMU with the attached changes to DELAYED/14. My intention is to rebuild this for bookworm-pu to get this fixed in a point release. Please let me know if I should delay it longer. Andreas diff --git a/debian/changelog

Bug#1069405: x11-apps: FTBFS on arm64: configure: error: Package requirements (x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage) were not met

2024-04-27 Thread Andreas Beckmann
Followup-For: Bug #1069405 Control: retitle -1 x11-apps: FTBFS with libxcb 1.17: Package requirements (x11-xcb xcb-present >= 1.9 xcb-xfixes xcb-damage) were not met Control: block -1 with 1069408 This happens on all architectures and is probably caused by the missing libxcb-dri3-dev dependency

Bug#1069963: python-nbxmpp: Build-depends on NBS package libglib2.0-0

2024-04-27 Thread Scott Kitterman
Source: python-nbxmpp Version: 4.5.4-1 Severity: serious Tags: ftbfs Justification: fails to build from source This package has a hard coded build-depends on libglib2.0-0, which is NBS and the package will FTBFS once it is decrufted. It was renamed libglib2.0-0t64 as part of the 64 bit time

Bug#1069962: renpy: Missing dependency on python3-ecdsa

2024-04-27 Thread Antoine Le Gonidec
Package: renpy Version: 8.1.3+dfsg-1 Severity: normal `import ecdsa` is called from /usr/share/games/renpy/renpy/savetoken.py, but the renpy package has no dependency on python3-ecdsa. This leads to a crash when this file is loaded: Traceback (most recent call last): File "/usr/games/renpy",

Bug#1069961: ImportError: cannot import name 'RWops_from_file' from 'pygame_sdl2.rwobject'

2024-04-27 Thread Antoine Le Gonidec
Package: renpy Version: 8.1.3+dfsg-1 Severity: important When trying to run commercial games with Debian-provided renpy (I tried Slay the Princess and Roadwarden), a crash is triggered before the game window would be shown: Traceback (most recent call last): File "/usr/games/renpy", line 252,

Bug#1015201: logcheck: Update patterns, here: rsyslogd

2024-04-27 Thread Richard Lewis
On Sun, 17 Jul 2022 17:28:11 +0100 Richard Lewis wrote: > > The pattern for rsyslogd can be improved. Please add the following > > line: > > > > imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' \(fd 3\) from > > systemd. \[v8.2206.0\] > > > > You might want to generalize the fd (on

Bug#1069883: most: copyright - mark the ftp:// address not available (N/A)

2024-04-27 Thread Benj. Mako Hill
Thanks for catching that. I'll update the URL with the next upload. Regards, Mako > Package: most > Version: 5.2.0-1+b1 > Severity: minor > > https://metadata.ftp-master.debian.org/changelogs//main/m/most/most_5.2.0-1_copyright > > Suggest to add a note[1], that the sources are no longer

Bug#532719: [Logcheck-devel] Bug#532719: additional sample

2024-04-27 Thread Richard Lewis
On Tue, 16 Jun 2009 11:27:57 -0700 Russ Allbery wrote: > chrysn writes: > touch /etc/default/locale will also make these go away with no behavior > changes. In my experience, it happens on systems upgraded from older > versions of Debian but not with new installs. I think this is more a > bug

Bug#510472: logcheck-database: pam_unix messages could be ignored.

2024-04-27 Thread Richard Lewis
On Tue, 18 Aug 2009 20:24:31 -0400 =?iso-8859-1?B?RnLpZOlyaWMgQnJp6HJl?= wrote: > On Fri, Jan 02, 2009 at 10:21:51AM +0100, Jan Evert van Grootheest wrote: > > Package: logcheck-database > > Version: 1.2.68 > > > > It has now started to spam the logs with lots of > > Jan 2 09:22:57 sisko

Bug#1068017: Y2038-safe replacements for utmp/wtmp and lastlog

2024-04-27 Thread Chris Hofstaedtler
On Fri, Apr 26, 2024 at 08:06:15PM +0100, RL wrote: > the chkrootkit package provides several utilities for examining some of > these files: chkutmp chkwtmp and check_wtmpx and chklastlog [a] -- it does > not use pam but reads the files in /var/log > > How would I test these against the new files

Bug#590684: [logcheck-database] rules for rsyslog

2024-04-27 Thread Richard Lewis
On Mon, 02 Aug 2010 10:29:03 +0200 Hannes von Haugwitz wrote: > > ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ rsyslogd: \[origin > > software="rsyslogd" swVersion="3.18.6" x-pid="[[:digit:]]+" > > x-info="http://www.rsyslog.com"\] restart$ > > Daemon restart messages are willingly not included in

Bug#1066721: netcat: FTBFS: netcat.c:1557:9: error: implicit declaration of function ‘helpme’ [-Werror=implicit-function-declaration]

2024-04-27 Thread Andreas Beckmann
Followup-For: Bug #1066721 Control: tag -1 patch I've committed a fix to the git repository. Will followup with a NMU in a few days. I've also enabled the salsa-ci pipeline for the package. Andreas

Bug#1059417: ed: diff for NMU version 1.20.1-1.1

2024-04-27 Thread Sven Joachim
Control: found -1 1.20.2-1 On 2024-04-17 14:26 +0200, Chris Hofstaedtler wrote: > Control: tags 1059417 + patch > Control: tags 1059417 + pending > > > Dear maintainer, > > I've prepared an NMU for ed (versioned as 1.20.1-1.1) and > uploaded it to DELAYED/7. Please feel free to tell me if I >

Bug#1066842: Updating extrepo-offline-data in Debian Stable (debdiff)

2024-04-27 Thread Jonathan Wiltshire
On Tue, Apr 23, 2024 at 09:10:54AM +0200, Thomas Goirand wrote: > diff -Nru extrepo-data-1.0.3/debian/changelog > extrepo-data-1.0.3+deb12u1+1/debian/changelog > --- extrepo-data-1.0.3/debian/changelog 2022-10-13 16:27:28.0 > +0200 > +++

Bug#1068422: possibly caused by python 3.12.3 Re: Bug#1068422: can't import dask.dataframe - TypeError: descriptor '__call__' for 'type' objects doesn't apply to a 'property' object

2024-04-27 Thread Antonio Valentino
On Sun, 21 Apr 2024 13:07:41 +0100 "Rebecca N. Palmer" wrote: This bug is not *obviously* known to dask upstream, but their CI is failing and I haven't checked why. It happens only in Python 3.12, not 3.11: https://ci.debian.net/packages/d/dask/unstable/amd64/45013666/ and still doesn't

Bug#1052772: isoquery: diff for NMU version 3.3.3-1.1

2024-04-27 Thread Dr. Tobias Quathamer
Am 27.04.24 um 14:08 schrieb Sebastian Ramacher: Control: tags 1052772 + patch Dear maintainer, I've prepared an NMU for isoquery (versioned as 3.3.3-1.1). The diff is attached to this message. Regards. Hi Sebastian, thanks a lot for your NMU. Unfortunately, the fix from Steve is not

Bug#1069960: passwordsafe: (regression) pwsafe crashes after supplying master password

2024-04-27 Thread Manny
Package: passwordsafe Version: 1.16.0+dfsg-4 Severity: important Tags: upstream X-Debbugs-Cc: debbug.passwords...@sideload.33mail.com After upgrading from Bullseye to Bookworm, pwsafe crashes after supplying the master password. Terminal output shows:

Bug#1069959: libcbor FTBFS on hppa and mips to due different NaN encoding

2024-04-27 Thread Helge Deller
Source: libcbor Version: 0.10.2-1.2 Tags: ftbfs X-Debbugs-Cc: del...@debian.org libcbor fails to build from source on the hppa and mips architectures. Reason is, that a testcases which checks the binary representation of NaN fails on those architectures, because they use a different binary

Bug#1042865: planner: Help user guide is missing from Debian package

2024-04-27 Thread Tommy Bollman
Package: planner-doc Version: 0.14.91-2 Followup-For: Bug #1042865 X-Debbugs-Cc: tommy.boll...@gmail.com Dear Maintainer, Not only are the files missing, but the doc viewer that runs internally in Gnome Planner arent able to read the Docbook format of the planner.xml that was present from Gnome

Bug#1069958: 503 Server reports unexpected range

2024-04-27 Thread Masked Witch
Package: auto-apt-proxy Version: 14.1 I've been using apt-cacher-ng on a central system on my network along with auto-apt-proxy on all the other systems to help stay under my internet service provider's data cap. It works great with all the repositories I use it with except one. The central

Bug#1069957: postfix: false syslog_name (misinfo) in the logs

2024-04-27 Thread Manny
Package: postfix Version: 3.7.10-0+deb12u1 Severity: normal Tags: upstream X-Debbugs-Cc: debbug.post...@sideload.33mail.com When an smtp command failed to send an outbound message, Postfix neglected to correctly log the syslog_name as specified by this option: -o syslog_name=postfix/smtptor

Bug#1069135: org-bullets: please consider switching to a more up-to-date upstream

2024-04-27 Thread Aymeric Agon-Rambosson
Hi Lev, Hi Nicholas, If you are looking for replacements for org-bullets, there is also org-modern (https://github.com/minad/org-modern), from Daniel Mendler. I've been using it happily for quite some time now. Generally, Daniel Mendler's projects are very well implemented and

Bug#1068598: spice-gtk: diff for NMU version 0.42-2.1

2024-04-27 Thread Sebastian Ramacher
Control: tags 1068598 + patch Dear maintainer, I've prepared an NMU for spice-gtk (versioned as 0.42-2.1). The diff is attached to this message. Regards. -- Sebastian Ramacher diff -Nru spice-gtk-0.42/debian/changelog spice-gtk-0.42/debian/changelog --- spice-gtk-0.42/debian/changelog

Bug#1061435: lintian-brush ftbfs with updated pyo3 version

2024-04-27 Thread Peter Green
relaxing that in Cargo.toml to >= 0.19 lets the build succeed (and build with python3-defaults from experimental). I was doing a test build of lintian brush to test I could build it with the version of rust-distro-info I was preparing (now uploaded) and ran into a couple of other issues.

Bug#1069956: postfix: logs flooded as Postfix rapidly reattempts smtp too frequently (240 times per second)

2024-04-27 Thread Manny
Package: postfix Version: 3.7.10-0+deb12u1 Severity: wishlist Tags: upstream X-Debbugs-Cc: debbug.post...@sideload.33mail.com When an outbound smtp command fails, Postfix retries the command *hundreds* of times per second. This was discovered in the course of troubleshooting bug 1069949:

Bug#1069952: upgrade from 2.78.4-1 to 2.78.4-7 breaks over 200 packages in testing distribution

2024-04-27 Thread Jeremy Bícha
On Sat, Apr 27, 2024 at 9:33 AM js wrote: >Wanted to see the effect of upgrading libglib2.0-dev by a minor >version number, 2.78.4-1 to 2.78.4-7 and that would have caused over >200 packages to break in the **testing** distribution. Try sudo apt dist-upgrade It is not a "minor"

Bug#789401: Proposed patch to solve the issue.

2024-04-27 Thread Thorsten Glaser
Hi Georgios, why not just ensure the parent directory of the chroot is not traversable for just any normal user? That would allow preserving /tmp/buildd as build place as well as retaining stuff under /run which packages create and which is, in practice, often needed for chroots where

Bug#1069955: nautilus: Incomplete Italian translation

2024-04-27 Thread Andrea Bolognani
Package: nautilus Version: 43.2-1 Severity: minor Hi, some fairly prominent actions (e.g. New Folder, Open With) show up in English when running with an Italian locale. I would like to see that addressed in a future bookworm update. Actually translating the labels will be fairly quick, but I'm

Bug#1069954: python-requests-mock: please package version 1.12.1 & remove python3-six dependency

2024-04-27 Thread Alexandre Detiste
Source: python-requests-mock Version: 1.11.0-1 Severity: normal Dear Maintainer, python3-six usage has been removed in last release https://github.com/jamielennox/requests-mock/compare/1.11.0...1.12.1 Greetings

Bug#864522: bmusb: please add Vcs-* headers to debian/control

2024-04-27 Thread Petter Reinholdtsen
[Holger Levsen 2017-06-09] > please add the following headers to the source stanza in debian/control: I agree, it would be great with a pointer to the current git repository. Steinar, something you can have a look at? -- Happy hacking Petter Reinholdtsen

Bug#1069953: libgstreamer-plugins-bad1.0-dev: not installable on i386

2024-04-27 Thread Sebastian Ramacher
Package: libgstreamer-plugins-bad1.0-dev Version: 1.24.2-3 Severity: grave X-Debbugs-Cc: sramac...@debian.org $ apt install --no-install-recommends libgstreamer-plugins-bad1.0-dev Some packages could not be installed. This may mean that you have requested an impossible situation or if you are

Bug#1069952: upgrade from 2.78.4-1 to 2.78.4-7 breaks over 200 packages in testing distribution

2024-04-27 Thread js
Package: libglib2.0-dev Version: 2.78.4-1 Severity: important Dear Maintainer, == * What led up to the situation? Wanted to see the effect of upgrading libglib2.0-dev by a minor

Bug#1069951: ITP: tcl-ooxml -- Read and Write Office Open XML "XLSX" since Excel 2007

2024-04-27 Thread Massimo Manghi
Package: wnpp Severity: wishlist Owner: Massimo Manghi X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: tcl-ooxml Version : 1.8 Upstream Contact: Alexander Schöpe * URL : https://fossil.sowaswie.de/ooxml/ * License : BSD-3 Programming Lang: Tcl

Bug#595696: Bug#594817: console-setup should configure the width of the console

2024-04-27 Thread Samuel Thibault
Samuel Thibault, le mar. 01 sept. 2015 19:40:30 +0200, a ecrit: > Anton Zinoviev, le Tue 01 Sep 2015 20:31:33 +0300, a écrit : > > On Tue, Aug 25, 2015 at 10:20:46PM +0200, Samuel Thibault wrote: > > > Samuel Thibault, le Sun 29 Aug 2010 21:08:05 +0200, a écrit : > > > > We could even imagine to

Bug#1058433: kexec-tools: diff for NMU version 1:2.0.27-1.1

2024-04-27 Thread Sebastian Ramacher
Control: tags 1058433 + patch Dear maintainer, I've prepared an NMU for kexec-tools (versioned as 1:2.0.27-1.1). The diff is attached to this message. Regards. -- Sebastian Ramacher diff -Nru kexec-tools-2.0.27/debian/changelog kexec-tools-2.0.27/debian/changelog ---

Bug#1069950: python-pymemcache: please remove extraneous python3-mock build dependency

2024-04-27 Thread Alexandre Detiste
Source: python-pymemcache Version: 4.0.0-6 Severity: normal Dear Maintainer, Since the times of #795565, upstream has now switched to the newer unittest.mock. Greetings tchet@quieter:/tmp/python-pymemcache$ grep mock -r | grep -e debian -e import debian/changelog: * Added missing

Bug#1069949: (regression) fatal: socket: Function not implemented

2024-04-27 Thread Manny
Package: torsocks Version: 2.4.0-1 Severity: important Tags: upstream X-Debbugs-Cc: debbug.torso...@sideload.33mail.com After upgrading from Bullseye to Bookworm, this is what happens in the logs when sending a Tor-routed message: (/var/log/mail.log) ===8<

Bug#1069948: python3-pydevd: cannot be installed on Debian testing, unsatisfied dependency on gdb

2024-04-27 Thread Amr Ibrahim
Package: python3-pydevd Version: 2.10.0+ds-10 Severity: grave Justification: renders package unusable Dear Maintainer, On an up-to-date Debian testing, python3-pydevd cannot be installed because of an unsatisfied dependency on gdb. Best, Amr -- System Information: Debian Release: trixie/sid

Bug#1032615: please consider pcp over dool as replacement

2024-04-27 Thread equinox
Hi On Mon, 24 Apr 2023 03:01:03 +0200 Marc Lehmann wrote: Please do NOT consider dool as replacement for dstat, but pcp instead. Sorry but calling pcp a better drop-in replacement for dstat is a bit of a stretch. On a fresh minimal installation of debian/testing pcp starts several daemons

Bug#1069947: RM: wesnoth-1.16 -- ROM; superseded by wesnoth-1.18

2024-04-27 Thread Vincent Cheng
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: debian-devel-ga...@lists.debian.org, rho...@debian.org, p...@pehjota.net Control: affects -1 + src:wesnoth-1.16 Please remove wesnoth-1.16 now that wesnoth-1.18 has landed in sid.

Bug#1052772: isoquery: diff for NMU version 3.3.3-1.1

2024-04-27 Thread Sebastian Ramacher
Control: tags 1052772 + patch Dear maintainer, I've prepared an NMU for isoquery (versioned as 3.3.3-1.1). The diff is attached to this message. Regards. -- Sebastian Ramacher diff -Nru isoquery-3.3.3/debian/changelog isoquery-3.3.3/debian/changelog --- isoquery-3.3.3/debian/changelog

Bug#1069946: rust-webpki-roots: hardcoded root certs are unfit for stable Debian

2024-04-27 Thread Jonas Smedegaard
Source: rust-webpki-roots Version: 0.26.1-1 Severity: grave Tags: upstream Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The purpose of WebPKI-Roots is to hardcode a static set of PKI certificates into compiled code. This functionality is unfit for a

Bug#1069878: dm-writeboost-dkms: kernel module fails to build for Linux 6.7.12: error: too few arguments to function ‘dm_io’

2024-04-27 Thread Andreas Beckmann
Followup-For: Bug #1069878 Control: tag -1 + bookworm DKMS make.log for dm-writeboost-2.2.16 for kernel 6.1.0-20-cloud-amd64 (x86_64) Sat Apr 27 11:45:49 UTC 2024 make -C /lib/modules/6.1.0-20-cloud-amd64/build M=/var/lib/dkms/dm-writeboost/2.2.16/build modules make[1]: Entering directory

Bug#1069945: rapiddisk-dkms: module fails to build for Linux 6.7.12, 6.1.85: rapiddisk-cache.c:198:16: error: too few arguments to function 'dm_io'

2024-04-27 Thread Andreas Beckmann
Package: rapiddisk-dkms Version: 9.1.0-2 Severity: serious Control: found -1 9.0.0-1 DKMS make.log for rapiddisk-dkms-9.1.0 for kernel 6.7.12-amd64 (x86_64) Fri Apr 26 21:35:41 UTC 2024 make: Entering directory '/usr/src/linux-headers-6.7.12-amd64' CC [M]

Bug#1069400: dqlite: FTBFS on arm64: dh_auto_test: error: make -j4 check "TESTSUITEFLAGS=-j4 --verbose" VERBOSE=1 returned exit code 2

2024-04-27 Thread Mathias Gibbens
Control: tags -1 + help unreproducible Control: severity -1 important Lowering bug severity to important since I can't reproduce this issue on any of my systems. Additionally, looking at the various reproducible builds shows the most recent arm64 build passed, while the amd64 one failed.

Bug#1069941: colorcet: please drop extraneous obsolete python3-mock dependency

2024-04-27 Thread Alexandre Detiste
Source: colorcet Version: 3.0.1-1 Severity: normal Dear Maintainer, Please drop extraneous obsolete python3-mock dependency, it is not used at all and we are trying to slowly remove this old library from Debian. Greetings tchet@quieter:/tmp/colorcet$ grep mock -r debian/control: python3-mock,

Bug#1069942: RFS: imsprog/1.3.7-1 -- Linux chip programmer for CH341a devices

2024-04-27 Thread Михаил Медведев
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "imsprog": * Package name : imsprog Version : 1.3.7-1 Upstream contact : Mikhail medvedeve-ink-rea...@yandex.ru * URL :https://github.com/bigbigmdm/IMSProg

Bug#1069940: python-blazarclient: please drop the python3-mock dependency

2024-04-27 Thread Alexandre Detiste
Source: python-blazarclient Version: 4.0.1-2 Severity: normal Dear Maintainer, upstream does not use python3-mock anymore Greetings tchet@quieter:/tmp/python-blazarclient$ grep mock -r | grep -e debian -e import blazarclient/tests/test_base.py:from unittest import mock

Bug#1069934: 4.9.2. The dak ls utility should mention rmadison

2024-04-27 Thread Holger Levsen
control: severity -1 wishlist thanks Hi Bill, On Sat, Apr 27, 2024 at 12:11:21PM +0200, Bill Allombert wrote: > 4.9.2. The dak ls utility > could mention rmadison from devscripts > that does not require to log to ftp-master.debian.org. yes. patches, commits & pushes welcome. -- cheers,

Bug#1069939: networkd-dispatcher: please remove dependency on python3-mock

2024-04-27 Thread Alexandre Detiste
Source: networkd-dispatcher Version: 2.2.4-1 Severity: normal Dear Maintainer, python3-mock is not usefull in a Python3-only world. Here's a patch to remove it. I see you are also active in the upstream repository; so it should be trivial. Greetings diff --git a/debian/control

Bug#789401: Proposed patch to solve the issue.

2024-04-27 Thread Georgios Zarkadas
The attached patch removes, during the recreation of base tgz, all files from /tmp and /var/tmp (which is also world-writable). It is made for the git version at salsa.debian.org but can also be applied to the current (0.231) version as-is. I have also modified a comment during the creation of

Bug#1069938: RM: backup2swift

2024-04-27 Thread Alexandre Detiste
Source: backup2swift Version: 0.8-1.1 Severity: normal Dear Maintainer, I see you are both upstream & maintainer for backup2swift. Maybe it would be better to remove such utility from Debian than let them bitrot unattended. Greetings https://tracker.debian.org/pkg/backup2swift

Bug#955260: libkqueue: fails to build on most my boxes

2024-04-27 Thread marillat
On Sat, 27 Apr 2024 12:32:58 +0200 Andreas Beckmann wrote: [...] > This is now happening on the buildds as well and I can also reproduce it > locally on amd64. You must try with the latest source 2.6.1 https://github.com/mheily/libkqueue/releases Christian

Bug#1069937: flent: please drop old extraneous python3-mock build dependency

2024-04-27 Thread Alexandre Detiste
Source: flent Version: 2.1.1-2 Severity: normal Dear Maintainer, python3-mock is an old library that was merged in the Python standard library since Python 3.3. We are slowly removing it from Debian. Please remove the one ref in d/control. Greetings tchet@quieter:/tmp/flent$ grep mock -r

Bug#1069936: svtplay-dl: please update package to allow for python3-mock removal

2024-04-27 Thread Alexandre Detiste
Source: svtplay-dl Version: 3.0-2 Severity: normal Dear Maintainer, I propose to help you geting this back in shape & uploaded; and I'll sponsor the upload too. Greetings

Bug#955260: libkqueue: fails to build on most my boxes

2024-04-27 Thread Andreas Beckmann
Followup-For: Bug #955260 Control: severity -1 serious Control: found -1 2.3.1-1 Control: retitle -1 libkqueue: FTBFS: tests fail with ERROR: Program received signal 6 This is now happening on the buildds as well and I can also reproduce it locally on amd64. Andreas

Bug#1069935: lyskom-elisp-client: missing Build-Depends: emacs

2024-04-27 Thread Andreas Beckmann
Source: lyskom-elisp-client Version: 0.48+git.20231226.364902c3-1 Severity: serious Tags: ftbfs Justification: fails to build from source Hi, lyskom-elisp-client fails to build for arch:all due to missing emacs:

Bug#1069934: 4.9.2. The dak ls utility should mention rmadison

2024-04-27 Thread Bill Allombert
Package: developers-reference Version: 13.6 Severity: normal Hello Holger, 4.9.2. The dak ls utility could mention rmadison from devscripts that does not require to log to ftp-master.debian.org. There is also a be interface: % curl 'https://api.ftp-master.debian.org/madison?package=evince'

  1   2   >