Bug#1043395: roundcube-core: Cron job triggers gc.sh 60 times

2023-08-09 Thread Antti Kultanen
Package: roundcube Version: 1.6.2+dfsg-1 Severity: minor Hi all, in the crontab file /etc/cron.d/roundcube-core file the garbage collector is set run 60 times, or every minute from 5:00 to 5:59. -8<- # Purge expired sessions, caches and tempfiles * 5 * * * www-data test -d /run/systemd/system

Bug#1042902: system-packages-el and #1042902

2023-08-09 Thread Lev Lamberov
Hi, As reported in #1042902 system-packages-el in some configurations sets its system-packages-package-manager variable to a wrong value. The upstream documentation says that The package attempts to guess which package manager you use. If it guesses wrong (or you'd like to set it manually),

Bug#907490: gnome-session-binary[…]: Unrecoverable failure in required component org.gnome.Shell.desktop

2023-08-09 Thread Alma Madeleine
tags 907490 - unreproducible - moreinfo affects 907490 gnome-session-bin gnome-settings-daemon gjs thanks In my journal, the error “Unrecoverable failure in required component org.gnome.Shell.desktop” occurs in red during boot. Shortly before this error message, lots of other warnings,

Bug#1041332: mrtg: modifies conffiles (policy 10.7.3): /etc/mrtg/mrtg.cfg

2023-08-09 Thread Eriberto Mota
> during a test with piuparts I noticed your package modifies conffiles. > This is forbidden by the policy, see > https://www.debian.org/doc/debian-policy/ch-files.html#configuration-files Hi Andreas, Thanks for your time and help. I decided to change the current action from the debconf by a

Bug#1043394: perl: Please add cross config.sh files for hurd-amd64

2023-08-09 Thread Samuel Thibault
Package: perl Version: 5.36.0-7 Severity: important Tags: patch Hello, We are bootstrapping hurd-amd64 :) I could run config.debian natively on the arch, here is the result, could you add them to debian/cross/hurd-amd64/, so that we can easily cross-build the package? Thanks, Samuel -- System

Bug#1043393: strace: enable testsuite non fatal on riscv64

2023-08-09 Thread Bo YU
Package: strace Version: 6.1-0.1 Severity: normal Tags: ftbfs User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear Maintainer, The strace package has FTBFS issue due to test failed from known kernel issue:

Bug#1041836: root unable to write un-owned

2023-08-09 Thread Paul Szabo
Bummer. This last "echo x > /tmp/x" issue is probably the result of protected_regular being set in kernel configs, see https://docs.kernel.org/admin-guide/sysctl/fs.html#id12 Sorry about the noise. (Hangs head in shame.) Cheers, Paul

Bug#1041836: root unable to write un-owned

2023-08-09 Thread Paul Szabo
Another oddity that should never happen: root cannot write file that he does not own. Demonstration (root running bash): root# touch /tmp/x root# ls -l /tmp/x -rw-r--r-- 1 root root 0 Aug 10 09:39 /tmp/x root# echo a > /tmp/x root# chown 2:2 /tmp/x root# ls -l /tmp/x -rw-r--r-- 1

Bug#1043392: fanwor: Depends on SDL 1.2

2023-08-09 Thread Simon McVittie
Source: fanwor Tags: trixie sid User: pkg-sdl-maintain...@lists.alioth.debian.org Usertags: libsdl1.2 Control: block 1038037 by -1 This package seems to be new to the archive, but using the legacy SDL 1.2 API/ABI, which since trixie is provided by a compatibility layer implemented in terms of SDL

Bug#1043201: slirp: immediate exit at startup

2023-08-09 Thread Ferenc Wágner
Roberto Lumbreras writes: > timeout is defined as "struct timeval": > >struct timeval { >time_t tv_sec; /* Seconds */ >suseconds_t tv_usec; /* Microseconds */ >}; > > timeout.tv_used is suseconds_t == time_t == int, so I can't understand > why

Bug#1041836: libc6 2.36-9+deb12u1 double free abort

2023-08-09 Thread Paul Szabo
Dear Aurelien, I used LD_PRELOAD=libc_malloc_debug.so for MALLOC_CHECK_. With those extra checks (tried all values of MALLOC_CHECK_ from 0 to 20), glibc did not show any errors, suggesting that the bug is not in inetd. The original poster said his issue shows on some hardware only. I observed my

Bug#1043391: debianize crash

2023-08-09 Thread Jelmer Vernooij
Package: lintian-brush On Sun, Jun 25, 2023 at 05:42:11PM +0200, Alexandre Detiste wrote: > I know it's experimental :-) > > url = g...@github.com:dcarp/cmake-d.git > > > > debianize > debianize is experimental and often generates packaging that is incomplete > or does not build as-is.

Bug#1042830: Issue in Breezy

2023-08-09 Thread Jelmer Vernooij
This is an issue in breezy; see #968111

Bug#1041118: ska FTBFS with googletest 1.13.0

2023-08-09 Thread Bastian Germann
I am uploading a NMU to fix this. The debdiff is attached.diff -Nru ska-1.0+dfsg/debian/changelog ska-1.0+dfsg/debian/changelog --- ska-1.0+dfsg/debian/changelog 2022-10-03 07:39:45.0 +0200 +++ ska-1.0+dfsg/debian/changelog 2023-08-10 00:11:51.0 +0200 @@ -1,3 +1,11 @@

Bug#1042530: [request-tracker-maintainers] Bug#1042530

2023-08-09 Thread Ángel
Control: tags -1 +upstream Control: severity -1 normal Resetting severity to normal, as it was a result of the FTBFS. There's an old ckeditor version bundled by upstream. It's not confirmed if the CVE can be exploited in RT. Should be fixed, but not a release-critical issue. >

Bug#1042527: [request-tracker-maintainers] Bug#1042527: request-tracker5: Include ckeditor minimified

2023-08-09 Thread Ángel
Control: tags +upstream Control: severity normal Resetting severity to normal, as it was a result of the FTBFS. There's an old ckeditor version bundled by upstream. It's not confirmed if the CVE can be exploited in RT. Should be fixed, but not a release-critical issue.

Bug#1024693:

2023-08-09 Thread kevinibmer
I am also facing the same problem on Firefox ESR. I tried all the about:config suggestions you find online and nothing seem to work. Please issue some fixes.

Bug#1041836: libc6 2.36-9+deb12u1 double free abort

2023-08-09 Thread Aurelien Jarno
Hi, What you reported seems unrelated to the original issue. It's better to open a new bug if you believe there is in issue in glibc. On 2023-08-09 10:46, Paul Szabo wrote: > Maybe related: seems that the default for "mcheck" or MALLOC_CHECK_ has > changed. > > I observe an oddity. I only

Bug#1043390: yapra: please consider upgrading to 3.0 source format

2023-08-09 Thread Bastian Germann
Source: yapra Version: 0.1.2-7.2 Severity: wishlist This package is among the few that still use source format 1.0. Please upgrade it to source format 3.0: https://wiki.debian.org/Projects/DebSrc3.0

Bug#1043389: O: sjeng -- chess program that plays many variants

2023-08-09 Thread Bastian Germann
Package: wnpp sjeng is obviously not maintained anymore. Please only consider adopting it if you have the time and skills to maintain it. Description: chess program that plays many variants Sjeng is a chess program that plays normal chess and many variants like crazyhouse, bughouse, suicide

Bug#1043388: RM: pixfrogger -- ROM (team); low popcon; dead upstream; not available for 64 bit

2023-08-09 Thread Bastian Germann
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove Control: affects -1 + src:pixfrogger In light of #1039902 and #456037, please remove pixfrogger. The package has a low popcon. It is dead upstream.

Bug#1043387: RM: pixbros -- ROM (team); low popcon; dead upstream; not available for 64 bit

2023-08-09 Thread Bastian Germann
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove Control: affects -1 + src:pixbros In light of #1039902 and #456037, please remove pixbros. The package has a low popcon. It is dead upstream.

Bug#1043386: src:rust-log: fails to migrate to testing for too long: unresolved RC issue

2023-08-09 Thread Paul Gevers
Source: rust-log Version: 0.4.17-3 Severity: serious Control: close -1 0.4.19-2 Tags: sid trixie User: release.debian@packages.debian.org Usertags: out-of-sync Control: block -1 by 1040835 Dear maintainer(s), The Release Team considers packages that are out-of-sync between testing and

Bug#1043281: Aborts with "illegal hardware instruction" on i586 AMD Geode

2023-08-09 Thread martin f krafft
Regarding the following, written by "Marc Haber" on 2023-08-08 at 14:57 Uhr +0200: Is this probably a duplicate of #1004894? If so, this probably boils down on a GCC bug, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104713 Thanks and sorry for the duplicate. Not sure it is. I did a

Bug#1036751: RFS: mini-httpd/1.30-4 [ITA] -- Small HTTP server

2023-08-09 Thread Alexandru Mihail
Hello Nicholas, >Remember my Wed, 21 Jun 2023 email (as well as the one with the >diagram)? I remembered this also: >"...then if httpd 1.15 is older then mini-httpd 1.30, you must choose >1.15. Meanwhile, Robert McCool's copyright still exists in 1.15 even >if he hasn't made a contribution since

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,

Bug#1043384: O: pal -- command-line calendar program that can keep track of events

2023-08-09 Thread Bastian Germann
Package: wnpp The last maintainer upload was in 2011, so I am orphaning libranlip now. Please only consider adopting the package if you have the time and skills to maintain it. Description: command-line calendar program that can keep track of events pal is a command-line calendar program for

Bug#1043383: python-pcre: depends on obsolete pcre3 library

2023-08-09 Thread Bastian Germann
Source: python-pcre Severity: serious Version: 0.7-1 User: matthew-pcre...@debian.org Usertags: obsolete-pcre3 Dear maintainer, When the pcre3 -> pcre2 mass bug was filed, python-pcre had not yet been in the archive. I am filing this (edited copy) after the fact: Your package still depends

Bug#1043382: RM: doscan -- RoQA; low popcon; unmaintained; RC-buggy (depends on pcre3)

2023-08-09 Thread Bastian Germann
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove Control: affects -1 + src:doscan Please remove doscan. The package has a low popcon. It is unmaintained upstream and the last maintainer upload was in 2014. The RC bug is not expected to be

Bug#1041488: Please review patches for initial upload

2023-08-09 Thread tony mancill
Hello Elias, On Mon, Jul 24, 2023 at 10:41:02PM +0200, Elias Oltmanns wrote: > Am 21. Juli 2023 um 08:08 schrieb tony mancill: > [...] > > Contacting archive.org and asking for license clarification might be an > option. I am not sure whether I would hold my breath, but it seems to me > that

Bug#1041966: conky-all: unkown variable '$journal'

2023-08-09 Thread Vincent Cheng
Control: tag -1 + confirmed help On Tue, Jul 25, 2023 at 4:18 AM Marco Herrn wrote: > > Package: conky-all > Version: 1.18.3-1 > Severity: normal > > According to the package description this package provides support for > systemd journal: > > “ > This is a full conky with most compile options

Bug#1034853: ares: Fullscreen not working with XFCE

2023-08-09 Thread jsupertoot
Dear Maintainer, This seems to be resolved with the upgrade to 132-1.

Bug#1042362: RFS: streamlink/6.0.1-1 -- CLI for extracting video streams from various websites to a video player

2023-08-09 Thread Alexis Murzeau
Hi, On 09/08/2023 09:24, Jeroen Ploemen wrote: Hi Alexis, thanks for updating the pkg to the latest release. Only one minor issue came up during review: * copyright: info for src/streamlink/webbrowser/cdp/connection.py is missing; see the notice starting at line 109 of that file. Thanks

Bug#1042025: thrift: FTBFS: dh_auto_test: error: make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 returned exit code 2

2023-08-09 Thread GCS
Control: forwarded -1 https://issues.apache.org/jira/browse/THRIFT-5680 Hi Christoph, On Wed, Aug 9, 2023 at 8:27 PM Christoph Berg wrote: > > > (./testapplicationexception:892843): GLib-CRITICAL **: 07:16:59.134: Did > > > not see expected message GLib-GObject-WARNING **: value*out of

Bug#1041439: zchunk: backport to bookworm

2023-08-09 Thread Bastian Germann
Hi Peter, On Tue, 18 Jul 2023 23:34:28 +0200 Bastian Germann wrote: Am 18.07.23 um 23:24 schrieb Peter Pentchev: > However, would you be terribly upset if I did the backport myself? I would actually prefer that. Thanks! Any chance of backporting soon? Thanks, Bastian

Bug#1043381: amd64-microcode: Followups for 4th Gen AMD EPYC processors for CVE-2023-20569 / AMD Inception

2023-08-09 Thread Salvatore Bonaccorso
Source: amd64-microcode Version: 3.20230719.1 Severity: grave Tags: security upstream X-Debbugs-Cc: car...@debian.org, Debian Security Team Control: found -1 3.20230414.1 Control: found -1 3.20230719.1~deb12u1 Control: found -1 3.20191218.1 Control: found -1 3.20230719.1~deb11u1 Hi Henrique,

Bug#1043380: RM: f-irc -- RoQA; RC-buggy; dead upstream; unmaintained; low popcon

2023-08-09 Thread Bastian Germann
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove Control: affects -1 + src:f-irc Please remove f-irc. It is trivially RC-buggy for a long time and thus did not make it to bookworm. It is dead upstream and I cannot even find mirrors other than

Bug#1042025: thrift: FTBFS: dh_auto_test: error: make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 returned exit code 2

2023-08-09 Thread Christoph Berg
Re: Lucas Nussbaum > Version: 0.17.0-2 > > (./testapplicationexception:892843): GLib-CRITICAL **: 07:16:59.134: Did > > not see expected message GLib-GObject-WARNING **: value*out of range*type* > > not ok /testapplicationexception/Properties/test - > > GLib-GObject-FATAL-CRITICAL: value "-1"

Bug#1043378: bookworm-pu: package icingaweb2/2.11.4-2+deb12u1

2023-08-09 Thread Bas Couwenberg
Package: release.debian.org Severity: normal Tags: bookworm User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: icingaw...@packages.debian.org Control: affects -1 + src:icingaweb2 [ Reason ] The php8.2.patch in icingaweb2 (2.11.4-2) does not cover all the code paths. The web

Bug#1043379: O: libranlip -- generates random variates with multivariate Lipschitz density

2023-08-09 Thread Bastian Germann
Package: wnpp The last maintainer upload was in 2006, so I am orphaning libranlip now. Please only consider adopting the package if you have the time and skills to maintain it. RanLip generates random variates with an arbitrary multivariate Lipschitz density.

Bug#1037925: [Pkg-nagios-devel] Bug#1037925: deprication warnings

2023-08-09 Thread Sebastiaan Couwenberg
Control: tags -1 pending On 8/9/23 19:15, Olaf Stenzel wrote: the reported deprecation warnings are enabled by the application bootstrap and overrides the php.ini defaults. The attached patch solves this problem. While I'm not in favor of suppressing the Deprecated notices, I also cannot

Bug#1043377: sopt: FTBFS during tests on mips64el -- communicator (SEGFAULT)

2023-08-09 Thread Bastian Germann
Source: sopt Version: 3.0.1+dfsg-2 Severity: serious On mips64el, a test fails due to a segfault: test 19 Start 19: communicator 19: Test command: /usr/bin/mpiexec "-n" "1" "/<>/obj-mips64el-linux-gnuabi64/cpp/tests/test_communicator" 19: Working Directory:

Bug#1043360: ITP: python-poetry-dynamic-versioning -- dynamic versioning plugin for Poetry

2023-08-09 Thread Victor Westerhuis
"Jakub Ružička" schreef op 9 augustus 2023 17:11:15 CEST: >On 23-08-09 15:08, Colin Watson wrote: >> How will this sort of thing work when a git tree isn't necessarily >> available at binary package build time, since buildds build binary >> packages from a source package rather than directly from

Bug#1043376: O: libjama -- C++ Linear Algebra Package

2023-08-09 Thread Bastian Germann
Package: wnpp Am 09.08.23 um 18:44 schrieb Vagrant Cascadian: Given the last maintainer upload was in 2006 ... seems like this package should maybe be orphaned? I am orphaning libjama as suggested by Vagrant. Please only adopt the package if you can afford the time and have the skills to

Bug#1043375: Subject: ITP: shards -- dependency manager for the Crystal language

2023-08-09 Thread David Suarez
Package: wnpp Owner: David Suárez Severity: wishlist * Package name: shards Version : 0.17.3 Upstream Author : Julien Portalier * URL : http://crystal-lang.org/ * License : Apache-2.0 Programming Lang: Crystal Description : dependency manager for the

Bug#1037925: deprication warnings

2023-08-09 Thread Olaf Stenzel
Hello, the reported deprecation warnings are enabled by the application bootstrap and overrides the php.ini defaults. The attached patch solves this problem. cheers Olaf--- /usr/share/php/Icinga/Application/ApplicationBootstrap.php.orig 2023-01-26 12:54:15.0 +0100 +++

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#1043373: RM: rust-vhost-user-backend [armel armhf i386 mipsel powerpc sh4 m68k] -- ANAIS; upstream does not support 32bit architectures

2023-08-09 Thread Michael Tokarev
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: rust-vhost-user-back...@packages.debian.org, pkg-qemu-de...@lists.alioth.debian.org Control: affects -1 + src:rust-vhost-user-backend Upstream does not want to support 32bit

Bug#1043372: RM: rust-virtiofsd [armel armhf i386 mipsel powerpc sh4 m68k] -- ANAIS; upstream does not support 32bit architectures

2023-08-09 Thread Michael Tokarev
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: rust-virtio...@packages.debian.org, pkg-qemu-de...@lists.alioth.debian.org Control: affects -1 + src:rust-virtiofsd Upstream does not support 32bit architectures, since other rust

Bug#1043200: libjama: please consider upgrading to 3.0 source format

2023-08-09 Thread Vagrant Cascadian
On 2023-08-07, Bastian Germann wrote: > Source: libjama > Version: 1.2.4-2.3 > Severity: wishlist > > This package is among the few that still use source format 1.0. > Please upgrade it to source format 3.0: > https://wiki.debian.org/Projects/DebSrc3.0 Given the last maintainer upload was in 2006

Bug#1035314: cron:i386 : PreDepends: cron-daemon-common:i386 but it is not installable

2023-08-09 Thread Alexandre Detiste
Hi, Maybe should package "cron-daemon-common" also be marked "Multi-Arch: foreign" ? Greetings

Bug#1036004:

2023-08-09 Thread Nathan Schulte
Control: fixed 6.5~rc4-1~exp1

Bug#1043371: RM: golang-github-elisescu-pty -- RoQA; unnecessary fork, changes have been merged back

2023-08-09 Thread Shengjing Zhu
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: golang-github-elisescu-...@packages.debian.org, z...@debian.org Control: affects -1 + src:golang-github-elisescu-pty No reverse dependency. Changes have been merged in

Bug#1043370: RFS: odr-dabmod/2.6.0-2 -- DAB modulator compliant to ETSI EN 300 401

2023-08-09 Thread Robin Alexander
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "odr-dabmod" (dab/dab+ modulator) which belongs to the Opendigitalradio DAB/DAB+ broadcasting chain:  * Package name : odr-dabmod    Version  : 2.6.0-2    Upstream contact :

Bug#1043233: exim4-base: On-connect auto-generated self-signed certificates have expired end date

2023-08-09 Thread Andreas Metzler
Control: tags -1 confirmed Control: found -1 4.95~RC0-1 Control: forwarded -1 https://bugs.exim.org/show_bug.cgi?id=3014 Control: tags -1 patch On 2023-08-07 Björn Wiberg wrote: > Package: exim4-base > Version: 4.96-15+deb12u1 > Severity: normal > Hello, > When using built-in on-connect

Bug#1043314: libnftnl: please disable documentation build when not building -doc package

2023-08-09 Thread Jeremy Sowden
Control: tags -1 + pending On 2023-08-09, at 14:00:40 +0100, Jeremy Sowden wrote: > On 2023-08-09, at 00:12:00 +0100, Simon McVittie wrote: > > Source: libnftnl > > Version: 1.2.6-1 > > Severity: wishlist > > Tags: patch > > > > Similar to libnetfilter-conntrack, libnftnl only needs graphviz

Bug#1043299: xterm: build with ReGIS support

2023-08-09 Thread Sven Joachim
On 2023-08-08 14:33 -0400, Benjamin Barenblat wrote: > Package: xterm > Version: 384-1 > Severity: wishlist > > Xterm supports ReGIS (DEC vector graphics) emulation, but it’s not > compiled in by default. Would you be willing to add > `--enable-regis-graphics` to the `configure` invocation in

Bug#1043368: kokkos FTBFS with gcc 13

2023-08-09 Thread Adrian Bunk
Source: kokkos Version: 3.7.01-2 Severity: serious Tags: ftbfs https://buildd.debian.org/status/fetch.php?pkg=kokkos=riscv64=3.7.01-2=1691576293=0 https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kokkos.html ... /<>/core/src/impl/Kokkos_MemoryPool.cpp:116:48: error: ‘uint32_t’

Bug#1043367: thunderbird 115.1 is unresponsive

2023-08-09 Thread Debian/GNU
Package: thunderbird Version: 1:115.1.0-1 Severity: important Dear Maintainer, after upgrading thunderbird to 1:115.1.0-1, it has become unusable. starting works nicely and i get the password prompt, after which the main screen is shown. however, the window is totally unresponsive, and

Bug#981323: override: usbutils:utils/standard

2023-08-09 Thread t18tt3+eywx8zyq2qrw4
Package: ftp.debian.org Followup-For: Bug #981323 I don't know the history of this, but I can provide a reproducer. If you install debian bookworm using the netinstall cd on a qemu virtual machine that does not have the -usb option, then usbutils is not installed. If you install debian

Bug#1043366: O: libgcr410 -- PC/SC driver for GemPlus GCR410 serial SmartCard interface

2023-08-09 Thread Bastian Germann
Package: wnpp libgcr410 is obviously not maintained anymore. I am hereby orphaning the package. I doubt that it is still of use today but if you have any use for it, please consider adopting. Description: PC/SC driver for GemPlus GCR410 serial SmartCard interface The libgcr410 package

Bug#1043365: sendxmpp: Add support for modern SASL authentication (add libauthen-sasl-scram-perl dependency)

2023-08-09 Thread Erik Hulsmann
Package: sendxmpp Severity: normal Dear Maintainer, Hardly any XMPP server is configured to allow the SASL mechanisms that Authen::SASL comes with out-of-the-box. Servers typically enable SCRAM-SHA-1 and SCRAM-SHA-256. To support these mechanisms, Authen::SASL::SCRAM was developed and recently

Bug#1043360: ITP: python-poetry-dynamic-versioning -- dynamic versioning plugin for Poetry

2023-08-09 Thread Jakub Ružička
On 23-08-09 15:08, Colin Watson wrote: > How will this sort of thing work when a git tree isn't necessarily > available at binary package build time, since buildds build binary > packages from a source package rather than directly from git and the > source package doesn't usually include a git

Bug#1041443: issue at meson-python

2023-08-09 Thread Jerome Kieffer
Hi, Apparently this bug comes from the tool used to build the source package: "meson-python" ... it does not set properly timestamps in the source archive. https://github.com/mesonbuild/meson-python/issues/450 Cheers, Jerome

Bug#1043291: mate-tweak: can't change MATE panel layout by mate-tweak because of missed mate-volume-control-applet executable

2023-08-09 Thread Norbert
Thanks, Mike! The problem here is caused by `mate-volume-control-applet` file location. It came from `mate-media`, you are right about this package Problem persists even with the installed `mate-media` package. In Debian 10 (buster) it was located in PATH - `/usr/bin/mate-volume-control-applet`

Bug#1043360: ITP: python-poetry-dynamic-versioning -- dynamic versioning plugin for Poetry

2023-08-09 Thread Colin Watson
On Wed, Aug 09, 2023 at 04:16:29PM +0200, Jakub Ružička wrote: > * Package name: python-poetry-dynamic-versioning > Version : 0.25.0 > Upstream Contact: Matthew T. Kennerly > * URL : https://github.com/mtkennerly/poetry-dynamic-versioning > * License : Expat >

Bug#1043364: mutt-wizard: missing dependency on procps for /usr/bin/pgrep

2023-08-09 Thread Jonathan Dowland
Package: mutt-wizard Version: 3.3.1-2 Severity: important Tags: patch /usr/bin/mw-mailsync: 15: pgrep: not found pgrep is provided by procps which is not an essential package, so mutt-wizard must depend upon it. Patch at

Bug#1043363: ganglia-webfrontend: not compatible with PHP 8

2023-08-09 Thread Rike-Benjamin Schuppner
Package: ganglia-webfrontend Version: 3.7.5+debian-4 Severity: important Tags: upstream Dear Maintainer, as mentioned in upstream bug reports [1], the ganglia-webfrontend package is currently incompatible with PHP 8. When run on bookworm, Apache logs the error: PHP Fatal error: Uncaught

Bug#1043362: mw-mailsync: guard to check for logged in user is flawed

2023-08-09 Thread Jonathan Dowland
Package: mutt-wizard Version: 3.3.1-2 Severity: important The following guard is used towards the top of mw-mailsync: pgrep -u "${USER:=$LOGNAME}" >/dev/null || { echo "$USER not logged in; sync will not run."; exit ;} This is inadequate, because USER and LOGNAME might not be defined in the

Bug#1043361: ITP: cronie -- Process Scheduling Daemon

2023-08-09 Thread Lin Qigang
Package: wnpp Severity: wishlist * Package name: cronie Version : 1.6.1 Upstream Author : Marcela Mašláňová * URL : https://github.com/cronie-crond/cronie * License : ISC, BSD-2-clause, BSD-3-clause, GPL-2+, GPL-3+ Programming Lang: (C) Description :

Bug#1043320: bash: Background loop with sudo and wait cause terminal problems

2023-08-09 Thread Bruce Momjian
FYI, this problem does not happen with sh/dash. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.

Bug#1043360: ITP: python-poetry-dynamic-versioning -- dynamic versioning plugin for Poetry

2023-08-09 Thread Jakub Ružička
Package: wnpp Severity: wishlist Owner: Jakub Ružička X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: python-poetry-dynamic-versioning Version : 0.25.0 Upstream Contact: Matthew T. Kennerly * URL : https://github.com/mtkennerly/poetry-dynamic-versioning *

Bug#1036644: linux-image-6.1.0-9-amd64: System crashes. Netconsole reports CPUs not responding to MCE broadcast

2023-08-09 Thread Ben Hutchings
On Wed, 2023-08-09 at 13:35 +0200, kolafl...@kolahilft.de wrote: > I was able to resolve the issue with my ASRock J4105-ITX board (Celeron > J4105) on Debian-12. I just had to >apt install intel-microcode > and reboot. After 4 weeks of running the system 23/7 I had no further > crashes. > >

Bug#1041775: iio-sensor-proxy: D-Bus policy is installed in /etc instead of /usr

2023-08-09 Thread Gioele Barabucci
Dear iio-sensor-proxy maintainers, this patch has been accepted upstream and is included in the recently released version 3.5. https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/29c79c9e Regards, -- Gioele Barabucci

Bug#1031413: Slow backward search in long lines

2023-08-09 Thread Rene Kita
[Resending my mail from 2023-04-11 as it does not appear in the Debian BTS. With help from #debian-admin I learned the my local part (mail@) in my From: was the problem. My mails went to /dev/null or somewhere. :-( Apologies for any inconveniences.] Hi Robert, Thanks for the detailed bug

Bug#1043359: RM: rinutils -- RoQA; RC-buggy since inception

2023-08-09 Thread Bastian Germann
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove Control: affects -1 + src:rinutils Please remove rinutils. It is RC-buggy since it got into the archive (shame on me for sponsoring it) and was never in a Debian release. The maintainer has never

Bug#1036751: RFS: mini-httpd/1.30-4 [ITA] -- Small HTTP server

2023-08-09 Thread Nicholas D Steeves
Hi Alexandru, Alexandru Mihail writes: > MR filed: > https://salsa.debian.org/debian/mini-httpd/-/merge_requests/2 Thanks. We can rebase and squash at the end, but for now please don't force push. >>Oh man, yeah, hello early days of the internet! All you need now is >>some MIDI files and

Bug#1043358: RM: gkeyfile-sharp -- RoQA; unmaintained upstream

2023-08-09 Thread Bastian Germann
Source: gkeyfile-sharp Severity: wishlist gkeyfile-sharp does not have any reverse dependency anymore. Upstream has not produced a release for a long time. Please consider removing the package.

Bug#765068: w3m: Misleading Option String for Cookies

2023-08-09 Thread Rene Kita
On Fri, 17 Oct 2014 21:49:27 +0200 Markus Hiereth wrote: [...] I had a look at the code with a debugger. The w3m option field 'Domains to avoid [wrong number of dots]' expects a list of domain names, separated by comma or space. The code in question is the following from cookie.c: 322 if

Bug#1043357: golang-github-gotk3-gotk3: Unnecessary build dependency libgio-cil

2023-08-09 Thread Bastian Germann
Please also note the -dev package's dependency on libgio-cil. This is probably unnecessary as well.

Bug#1043314: libnftnl: please disable documentation build when not building -doc package

2023-08-09 Thread Jeremy Sowden
On 2023-08-09, at 00:12:00 +0100, Simon McVittie wrote: > Source: libnftnl > Version: 1.2.6-1 > Severity: wishlist > Tags: patch > > Similar to libnetfilter-conntrack, libnftnl only needs graphviz > (and doxygen) for its API documentation, so an easy way to reduce > dependency chains would be for

Bug#1043357: golang-github-gotk3-gotk3: Unnecessary build dependency libgio-cil

2023-08-09 Thread Bastian Germann
Source: golang-github-gotk3-gotk3 Version: 0.6.2-1 Severity: important golang-github-gotk3-gotk3 build-depends on libgio-cil (C#) which does not make any sense. I have built the package successfully without that build dependency, so please drop it.

Bug#1043356: aegisub: fails to start on aarch64 with "terminate called without an active exception"

2023-08-09 Thread Luis Fors
Package: aegisub Version: 3.2.2+dfsg-7+b3 Severity: normal X-Debbugs-Cc: luis.a.f...@gmail.com Dear Maintainer, Aegisub fails to start: ``` $ aegisub-3.2 terminate called without an active exception Aborted ``` I am using an MNT Reform, which is something of a DIY/hobbyist device, so I am

Bug#1043330: tox: please make the build reproducible

2023-08-09 Thread Faidon Liambotis
Control: tags -1 pending Hi Chris, On Wed, Aug 09, 2023 at 09:16:05AM +0100, Chris Lamb wrote: > This is because: > > a) The documentation embeded the current build date via the copyright > year and a "last updated" timestamp. The attached patch changes this > to use SOURCE_DATE_EPOCH if

Bug#1043355: linux: Select MICROCODE_LATE_LOADING

2023-08-09 Thread Paul Menzel
Package: src:linux Version: 6.5~rc4-1~exp1 Severity: Normal Dear Debian folks, Currently, Debian’s Linux kernel does not allow late loading microcode updates. Although discouraged, there are environments where that is preferred to rebooting/kexec’ing the system. It’d be great, if you could

Bug#1043354: linux-image-6.1.0-10-armmp: please enable analog devices ethernet phy driver "adin"

2023-08-09 Thread Josua Mayer
Package: src:linux Version: 6.1.38-2+sr1 Severity: normal Tags: patch X-Debbugs-Cc: josua.maye...@gmail.com Dear Maintainer, Please enable the "adin" driver for analog devices ADIN1300 ethernet phy. SolidRun i.MX6 SoMs revision 1.9 and later replaced the original Atheros ethernet PHY with

Bug#1043278: libshumate-dev: file conflict in Multi-Arch package

2023-08-09 Thread Matthias Geiger
On 09.08.23 13:05, Simon McVittie wrote: On Wed, 09 Aug 2023 at 11:45:11 +0200, Matthias Geiger wrote: Ok. diff included -getter="get_cache_dir"> +getter="get_cache_dir" +default-value="NULL"> -getter="get_size_limit"> +

Bug#1043353: daemons running by default differ between sysvinit and systemd

2023-08-09 Thread Guido Berhoerster
Package: cfengine3 Version: 3.21.0-2 The default behavior differs depending on whether systemd is installed or not. In case the cfengine sysvinit script is run, none of the daemons are started by default because /etc/default/cfengine3 contains: … # To start these three daemons you need

Bug#1036644: linux-image-6.1.0-9-amd64: System crashes. Netconsole reports CPUs not responding to MCE broadcast

2023-08-09 Thread kolafl...@kolahilft.de
I was able to resolve the issue with my ASRock J4105-ITX board (Celeron J4105) on Debian-12. I just had to apt install intel-microcode and reboot. After 4 weeks of running the system 23/7 I had no further crashes. Without that intel-microcode package

Bug#1043352: node-eventemitter3: drop debian/todo as tests are run

2023-08-09 Thread Andrius Merkys
Source: node-eventemitter3 Severity: wishlist Version: 4.0.7-3 Hello, node-eventemitter3 contains a debian/todo file with the following content: Tests depend on node-assume, which is not yet packaged (#962635): mocha spec --timeout 1 test/test.js node-assume is now packaged and it

Bug#1043351: ebtables: unescaped hyphens in manpage

2023-08-09 Thread Linus Lüssing
Package: ebtables Version: 2.0.11-5 Severity: normal X-Debbugs-Cc: linus.luess...@c0d3.blue Dear Maintainer, I tried running the following ebtables command, but got an error: ``` $ sudo ebtables -I INPUT -i veth1 -j mark ‐‐mark-set 0x42 ebtables v1.8.9 (nf_tables): Bad argument : '‐‐mark-set'

Bug#1043350: cairo-dock-dbus-plug-in-interface-mono: Please drop this unused package

2023-08-09 Thread Bastian Germann
Package: cairo-dock-dbus-plug-in-interface-mono Version: 3.4.1+git20201022.a0d3415c-1 Severity: minor cairo-dock-dbus-plug-in-interface-mono is hindering package removal in the GtkSharp ecosystem. It does not have any reverse dependencies and a low popcon. Please consider removing it.

Bug#1041323: CFEngine agent connection errors

2023-08-09 Thread Guido Berhoerster
On Thu, 20 Jul 2023 11:25:09 +0200 Guido Berhoerster wrote: > Jul 20 10:35:34 tjener.intern cf-agent[4722]: CFEngine(agent) TRUST > FAILED, server presented untrusted key: MD5=42d62c2c4be843a78dafffb40dd40277 > Jul 20 10:35:34 tjener.intern cf-agent[4722]: CFEngine(agent) No >

Bug#1043349: RFA: node-assume -- Expect-like assertions that work in node and the browser

2023-08-09 Thread Andrius Merkys
Package: wnpp Hello, I would like to pass the maintenance of node-assume to someone more motivated. The package is in good shape. I sponsored its initial upload, but in the end I did not use it. Now it seems to be used by a bunch of node-* packages. Package description from debian/control:

Bug#743553: information: rsyslog: build omudpspoof module

2023-08-09 Thread Jens Hektor
This is a longstanding wish (2014!), it would be nice to have this module installable without rebuilding this package on my own. It is the basic connectivity module and as we have all the "advanced" module (eg. elasticsearch) this is the module to build a nice farm of syslog servers running all

Bug#1043348: rrsync: Directory check too strict

2023-08-09 Thread Johannes Schmidt
Package: rsync Version: 3.2.7-1 Severity: normal X-Debbugs-Cc: jsmith6...@gmx.net Dear Maintainer, I found a regression in rrsync, which came with the change from Perl (Bullseye) to Python (Bookworm), and would like to propose a bug fix. * What led up to the situation? I am using

Bug#1043278: libshumate-dev: file conflict in Multi-Arch package

2023-08-09 Thread Simon McVittie
On Wed, 09 Aug 2023 at 11:45:11 +0200, Matthias Geiger wrote: > Ok. diff included > -getter="get_cache_dir"> > +getter="get_cache_dir" > +default-value="NULL"> > -getter="get_size_limit"> > +getter="get_size_limit" >

Bug#1043347: RM: zeitgeist-sharp -- RoQA; unmaintained; low popcon

2023-08-09 Thread Bastian Germann
Source: zeitgeist-sharp Severity: wishlist zeitgeist-sharp does not have any reverse dependency anymore. Upstream has not produced a release for a long time. Please consider removing the package.

Bug#1043242: highlight: new upstream version

2023-08-09 Thread David Bremner
Unit 193 writes: > > Actually at the time of this writing, 4.7 is the current release. I had > gone ahead and jumped to the latest version a while ago, mainly to unify > my system on one Lua version, and I've attached the debdiff (debian/ only) > to this message. > Hi all; I've orphaned the

Bug#1043346: RM: notify-sharp-3.0 -- RoQA; unmaintained; low popcon

2023-08-09 Thread Bastian Germann
Source: notify-sharp-3.0 Severity: wishlist I have just filed RM bug #901994 for the removal of sparkleshare, the only reverse dependency of notify-sharp-3.0. Upstream has not produced a release for a long time. Please consider removing the package as well.

  1   2   >