Bug#1043311: [Pkg-rust-maintainers] Bug#1043311: rustc: please enable profiler builtin

2024-01-12 Thread Andres Salomon
On Fri, 08 Sep 2023 13:35:44 -0400 Andres Salomon wrote: > > > On Fri, Sep 8 2023 at 10:36:48 AM +02:00:00, Fabian Grünbichler > wrote: > >> On Tue, Aug 8 2023 at 06:22:28 PM -04:00:00, Andres Salomon > >> > [...] > >> > >> This patch adds > >>

Bug#1060416: mmdebstrap-autopkgtest-build-qemu fails on mkfs.ext4; does it require a 25 GiB TMPDIR?

2024-01-12 Thread Helmut Grohne
Hi Francesco, On Fri, Jan 12, 2024 at 08:05:02PM +0100, Francesco Poli wrote: > Indeed, the error does not seem to have anything to do with a "No space > left on device" failure: > > [...] > mke2fs 1.47.0 (5-Feb-2023) > mkfs.ext4: Permission denied while trying to determine filesystem size >

Bug#1060700: Requesting advice regarding the impact of problems caused by aliasing on declared Conflicts

2024-01-12 Thread Helmut Grohne
Package: tech-ctte Given our discussion at the last CTTE meeting, I am turning my request for advice into a formal one. Most of the /usr-move that is happening via DEP17 seems to be working out, but the effects of Conflicts raise the question of what kinds of interactions with a package manager

Bug#1060699: qt6-base-dev: Qt6ExampleIconsPrivateConfig.cmake relies on files missing from package

2024-01-12 Thread Stuart Prescott
Package: qt6-base-dev Version: 6.6.1+dfsg-5 Severity: normal X-Debbugs-Cc: stu...@debian.org Dear Maintainer, The two cmake files: /usr/lib/x86_64-linux-gnu/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfig.cmake

Bug#1060189: [Pkg-pascal-devel] Bug#1060189: Bug#1060189: lazarus-src-3.0: diversion handling seems wrong (it works, but after an error)

2024-01-12 Thread Paul Gevers
Hi Abou, On 12-01-2024 22:44, Abou Al Montacir wrote: Well, maybe I just didn't spot this issue before. But because of the /usr-merged work of helmut, I'm much more aware of diversions so they'd trigger me much more then they used to. Makes sense, but I'm not sure I understand why diverted

Bug#1058122: python-griddataformats: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2024-01-12 Thread Yogeswaran Umasankar
Hi, I created a patch for fixing AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. I've attached the debdiff for you to check out. Cheers! diff -Nru python-griddataformats-1.0.1/debian/changelog python-griddataformats-1.0.1/debian/changelog ---

Bug#1058027: pybj: FTBFS with Python 3.12

2024-01-12 Thread s3v
Dear Maintainer, Python 3.12 changed recursion mechanism [1]  sys.setrecursionlimit() and sys.getrecursionlimit(). The recursion limit  now applies only to Python code. Builtin functions do not use the recursion  limit, but are protected by a different mechanism that prevents recursion  from

Bug#1060698: yubioath-desktop: Doesn't see yubikeys anymore.

2024-01-12 Thread Freagarach
Package: yubioath-desktop Version: 5.1.0-2 Severity: grave Justification: renders package unusable X-Debbugs-Cc: freagar...@tuta.io Dear Maintainer, since yesterday the problem holding back python3-ykman (and related packages) was resolved, I upgraded my system today. When trying to use the GUI

Bug#1056476: python-importlib-metadata's autopkg tests fail with Python 3.12

2024-01-12 Thread s3v
Dear Maintainer, > 450s   File > "/tmp/autopkgtest.5EvlHX/autopkgtest_tmp/tests/test_main.py", line 8, in > > 450s import pyfakefs.fake_filesystem_unittest as ffs > 450s   File > "/usr/lib/python3/dist-packages/pyfakefs/fake_filesystem_unittest.py", > line 72, in > 450s from pyfakefs

Bug#1015848: workaround to achieve XHTML-compatible output

2024-01-12 Thread Thorsten Glaser
Hi everyone, perhaps the other heavy xmlstarlet users are also interested in this, so I decided to share. I wrote an LD_PRELOADable library (sorry, Macintosh users) that can be used to make xmlstarlet fo/sel output a space before the “/>” as is needed for XHTML.

Bug#1060651: mc: doesn't fully resize itself if reading directory while terminal's resized

2024-01-12 Thread Michael Gold
On Fri, Jan 12, 2024 at 03:07:04 +, Michael Gold wrote: > I sometimes notice this if I navigate into a large directory, and resize > the window while the "spinner" is animating at the top-right corner. It > can be difficult to reproduce once Linux has the data cached. It looks like the

Bug#1035725: rdiff-backup bug

2024-01-12 Thread Otto Kekäläinen
On Sat, 20 May 2023 at 12:24, Henrik Riomar wrote: > > Reproduction of the bug is simple with safekeep from a system running Debian > 11 trying to backup a system running Debian 12. > > The backup can not even start, just get "Exception ''restrict_path'' raised > of class ''" from rdiff-backup

Bug#1060359: psmisc: install fuser into /usr (DEP17)

2024-01-12 Thread Craig Small
On Wed, 10 Jan 2024 at 09:42, Chris Hofstaedtler wrote: > Please find a patch attached to install fuser into /usr, for the > currently ongoing UsrMerge effort [1]. > It has been build-tested and checked by dumat. > Hi Chris, Thanks for the patch. I have reviewed it and uploaded a new version

Bug#964905: RFP: goatcounter -- easy, meaningful privacy-friendly web analytics

2024-01-12 Thread Antoine Beaupré
On 2020-07-17 13:29:56, Antoine Beaupré wrote: [...] > It also happens to provide a nice list of missing packages which, in a > more digestable form, looks like this: > > * code.soquee.net/otp > * github.com/go-chi/chi > * github.com/monoculum/formam > * github.com/teamwork/reload > *

Bug#1021370: pipewire: build with bluez5-codec-aac=enabled

2024-01-12 Thread Max Nikulin
On 13/01/2024 02:17, Jeremy Bícha wrote: On Fri, Jan 12, 2024 at 11:12 AM Max Nikulin wrote: An alternative may be building a separate package for the contrib repository section that contains just the aac codec plugin. I would prefer getting fdk-aac-free into Debian main. It has been in the

Bug#1056474: python-ibm-cloud-sdk-core's autopkg tests fail with Python 3.12

2024-01-12 Thread Yogeswaran Umasankar
Hi, Uploaded a patch in salsa [0] to fix the autopkgtest issue with Py 3.12. Updated the package with new upstream version too. [0] https://salsa.debian.org/python-team/packages/python-ibm-cloud-sdk-core Cheers! signature.asc Description: PGP signature

Bug#1058310: python-ibm-cloud-sdk-core: FTBFS: failed tests

2024-01-12 Thread Yogeswaran Umasankar
Hi, Uploaded a patch in salsa [0] to fix the autopkgtest issue with Py 3.12. Updated the package with new upstream version too. [0] https://salsa.debian.org/python-team/packages/python-ibm-cloud-sdk-core Cheers! signature.asc Description: PGP signature

Bug#1041089: thin-provisioning-tools FTBFS with googletest 1.13.0

2024-01-12 Thread Karsten Kruse
Hello, Is there something else that needs to be done to get the package back into testing? My system prints a "missing binary: /usr/sbin/check_cache" at boot time when assembling my lvmcache(7). Thanks, Karsten

Bug#1038961: AttributeError

2024-01-12 Thread Sudip Mukherjee
I can reproduce the issue. I think it is because it is an X11 app which is being run through Wayland directly. Please try the following command from a terminal: GDK_BACKEND=x11 flowblade -- Regards Sudip

Bug#1054446: bookworm-pu: package wolfssl/5.5.4-2+deb12u1

2024-01-12 Thread Bastian Germann
On Tue, 26 Dec 2023 12:04:50 + "Adam D. Barratt" wrote: Did you want to tell me to proceed with the upload?

Bug#1049972: rdiff-backup: "remove increments older than" exits with error when there are no increments to remove

2024-01-12 Thread Otto Kekäläinen
Control: tag -1 help moreinfo Hi! I don't think the Python packagers in Debian have capacity to debug this issue in upstream code. Could you as the original reporter check if this has already been reported upstream at https://github.com/rdiff-backup/rdiff-backup/issues?

Bug#1034673: rdiff-backup: Compare action reports error if source directory has changed files

2024-01-12 Thread Otto Kekäläinen
Control: tag -1 help moreinfo Hi! I don't think the Python packagers in Debian have capacity to debug this issue in upstream code. Could you as the original reporter check if this has already been reported upstream at https://github.com/rdiff-backup/rdiff-backup/issues?

Bug#1024096: rdiff-backup: please run the upstream testsuite

2024-01-12 Thread Otto Kekäläinen
Control: merge 974526 1024096 This is a confirmed need, but pending for contributors to submit something at https://salsa.debian.org/python-team/packages/rdiff-backup/-/merge_requests

Bug#1060682: u-boot-sifive: Unable to boot from NVME via SPI on Hifive Unmatched Rev B

2024-01-12 Thread Michael Fladischer
Am 12.01.2024 um 22:32 schrieb Vagrant Cascadian: That does not leave much to investigate, so is a bit worrying, but perhaps a binNMU would "fix" it? I'm back on 2023.07+dfsg-1 and boot works again. Just let me know if I can test anything to help track this down. Regards, Michael

Bug#988164: rdiff-backup: obsolete conffile not removed

2024-01-12 Thread Otto Kekäläinen
Hi! Thanks Sebastien for bringing this up. Would you like to file a MR at https://salsa.debian.org/python-team/packages/rdiff-backup/-/merge_requests to get this fixed? On Wed, 8 Feb 2023 at 07:21, Sébastien Villemot wrote: > > Control: tags -1 + patch > > Hi, > > Le vendredi 03 février 2023 à

Bug#1060416: mmdebstrap-autopkgtest-build-qemu fails on mkfs.ext4; does it require a 25 GiB TMPDIR?

2024-01-12 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Francesco Poli (2024-01-12 20:05:02) > On Thu, 11 Jan 2024 21:04:16 +0100 Johannes Schauer Marin Rodrigues wrote: > > Do you see yourself debugging this further by yourself? You probably > > understand that it's hard for me to investigate something that I cannot > > test myself. > >

Bug#1059539: bugs.debian.org: Updating multiple packages made my system really slow with opening GTK applications

2024-01-12 Thread Ziga Lausegger
I found the solution here: https://forum.level1techs.com/t/gtk-applications-are-super-slow-at-startup/166540 All I needed to do was to remove *xdg-desktop-portal* package: *sudo apt purge xdg-desktop-portal sudo apt autoremove* Now GTK apps open up normally again and also Dropbox tray icon

Bug#1059539: Solution found!

2024-01-12 Thread Ziga Lausegger
I read here: https://forum.level1techs.com/t/gtk-applications-are-super-slow-at-startup/166540/4 that uninstalling |*xdg-dbus-proxy*|helped some users on Archlinux distribution. I uninstalled this package with: *sudo apt purge xdg-dbus-proxy sudo apt autoremove * And this solved my problem!

Bug#1060682: u-boot-sifive: Unable to boot from NVME via SPI on Hifive Unmatched Rev B

2024-01-12 Thread Aurelien Jarno
On 2024-01-12 13:32, Vagrant Cascadian wrote: > On 2024-01-12, Vagrant Cascadian wrote: > > On 2024-01-12, Vagrant Cascadian wrote: > >> On 2024-01-12, Michael Fladischer wrote: > >>> I was able to boot my Hifive Unmatched Rev B board via SPI from NVME with > >>> u-boot-sifive-2023.07+dfsg-1.

Bug#1060697: ITP: rust-wayland-protocols-plasma -- Generated API for the Plasma wayland protocol extensions

2024-01-12 Thread James McCoy
Package: wnpp Severity: wishlist Owner: James McCoy X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: rust-wayland-protocols-plasma Version : 0.2.0 Upstream Contact: Elinor Berger * URL : https://github.com/smithay/wayland-rs * License : MIT

Bug#1060696: gpac: CVE-2023-50120

2024-01-12 Thread Moritz Mühlenhoff
Source: gpac X-Debbugs-CC: t...@security.debian.org Severity: normal Tags: security Hi, The following vulnerability was published for gpac. CVE-2023-50120[0]: | MP4Box GPAC version 2.3-DEV-rev636-gfbd7e13aa-master was discovered | to contain an infinite loop in the function av1_uvlc at |

Bug#1060695: qtbase-opensource-src-gles: CVE-2023-51714

2024-01-12 Thread Moritz Mühlenhoff
Source: qtbase-opensource-src-gles X-Debbugs-CC: t...@security.debian.org Severity: important Tags: security Hi, The following vulnerability was published for qtbase-opensource-src-gles. CVE-2023-51714[0]: | An issue was discovered in the HTTP2 implementation in Qt before | 5.15.17, 6.x before

Bug#1060694: qtbase-opensource-src: CVE-2023-51714

2024-01-12 Thread Moritz Mühlenhoff
Source: qtbase-opensource-src X-Debbugs-CC: t...@security.debian.org Severity: important Tags: security Hi, The following vulnerability was published for qtbase-opensource-src. CVE-2023-51714[0]: | An issue was discovered in the HTTP2 implementation in Qt before | 5.15.17, 6.x before 6.2.11,

Bug#1060693: qt6-base: CVE-2023-51714

2024-01-12 Thread Moritz Mühlenhoff
Source: qt6-base X-Debbugs-CC: t...@security.debian.org Severity: important Tags: security Hi, The following vulnerability was published for qt6-base. CVE-2023-51714[0]: | An issue was discovered in the HTTP2 implementation in Qt before | 5.15.17, 6.x before 6.2.11, 6.3.x through 6.5.x before

Bug#1060691: freeimage: CVE-2023-47992 CVE-2023-47993 CVE-2023-47994 CVE-2023-47996 CVE-2023-47997

2024-01-12 Thread Moritz Mühlenhoff
Source: freeimage X-Debbugs-CC: t...@security.debian.org Severity: important Tags: security Hi, The following vulnerabilities were published for freeimage. These don't appear to have been reported upstream, could you check with the upstream developers? CVE-2023-47992[0]: | An integer overflow

Bug#1060692: libuev: CVE-2022-48620

2024-01-12 Thread Moritz Mühlenhoff
Source: libuev X-Debbugs-CC: t...@security.debian.org Severity: important Tags: security Hi, The following vulnerability was published for libuev. CVE-2022-48620[0]: | uev (aka libuev) before 2.4.1 has a buffer overflow in epoll_wait if | maxevents is a large number.

Bug#1060690: ITP: Chatterino Chat client twitch.tv

2024-01-12 Thread matt
Matt Quintanilla he/him https://www.mattquintanilla.xyz/ --- Begin Message --- Package: Chatterino Severity: ITP Owner: "matt" * Package name: Chatterino Version : 2.4.6 Upstream Author : https://github.com/chatterino/chatterino2 * URL : https://chatterino.com/ *

Bug#1060689: bullseye-pu: package libspreadsheet-parsexlsx-perl/0.27-2.1+deb11u1

2024-01-12 Thread gregor herrmann
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: libspreadsheet-parsexlsx-p...@packages.debian.org Control: affects -1 + src:libspreadsheet-parsexlsx-perl -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I've

Bug#1060688: bookworm-pu: package libspreadsheet-parsexlsx-perl/0.27-3+deb12u1

2024-01-12 Thread gregor herrmann
Package: release.debian.org Severity: normal Tags: bookworm User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: libspreadsheet-parsexlsx-p...@packages.debian.org Control: affects -1 + src:libspreadsheet-parsexlsx-perl -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I've

Bug#1060189: [Pkg-pascal-devel] Bug#1060189: Bug#1060189: lazarus-src-3.0: diversion handling seems wrong (it works, but after an error)

2024-01-12 Thread Abou Al Montacir
Hi Paul, On Fri, 2024-01-12 at 20:12 +0100, Paul Gevers wrote: > Hi Abou, > > On 11-01-2024 20:40, Abou Al Montacir wrote: > > But this is the case of all lpk files where the binary package provide a > > Manually compilable package while the source one provides a Compile As  > > > Needed

Bug#1060682: u-boot-sifive: Unable to boot from NVME via SPI on Hifive Unmatched Rev B

2024-01-12 Thread Vagrant Cascadian
On 2024-01-12, Vagrant Cascadian wrote: > On 2024-01-12, Vagrant Cascadian wrote: >> On 2024-01-12, Michael Fladischer wrote: >>> I was able to boot my Hifive Unmatched Rev B board via SPI from NVME with >>> u-boot-sifive-2023.07+dfsg-1. After upgrading to 2024.01+dfsg-1 u-boot is no >>> longer

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

2024-01-12 Thread Aurelien Jarno
Hi Matthieu, On 2024-01-12 11:06, Matthieu Baerts wrote: > 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

Bug#1059040: libxml2: ABI change? (undefined references)

2024-01-12 Thread Rafael Laboissière
* Thorsten Glaser [2024-01-12 17:56]: On Fri, 12 Jan 2024, Rafael Laboissière wrote: experimental, the configure script does detect the absence of the xmlNanoFTPNewCtxt function in the libxml2 library (version 2.12.3+dfsg-0exp1) and disables the call to the xmlNanoFTP* functions.

Bug#1060687: libwacom-dev: Needs Depends: libevdev-dev

2024-01-12 Thread Jeremy Bícha
Source: libwacom Version: 2.9.0-1 Severity: serious libwacom.pc now has this line: Requires.private: gudev-1.0, glib-2.0, libevdev Therefore, please add libevdev-dev to libwacom-dev's Depends. I noticed this issue when building another package that uses libwacom but it was also detected by

Bug#1056764: grub-efi-amd64: can't boot with GRUB 2.12~rc1-12

2024-01-12 Thread debian
Good day, does grub 2.12 (without rc1) help? There are a good pile of fixups between rc1 and release. E.g. https://git.savannah.gnu.org/cgit/grub.git/commit/?h=grub-2.12=1f5b180742ff2706bc3a696d115ddbc677ec75b9 or

Bug#1060682: u-boot-sifive: Unable to boot from NVME via SPI on Hifive Unmatched Rev B

2024-01-12 Thread Vagrant Cascadian
On 2024-01-12, Vagrant Cascadian wrote: > On 2024-01-12, Michael Fladischer wrote: >> I was able to boot my Hifive Unmatched Rev B board via SPI from NVME with >> u-boot-sifive-2023.07+dfsg-1. After upgrading to 2024.01+dfsg-1 u-boot is no >> longer able to see any NVME drives: ... > I am getting

Bug#1060682: u-boot-sifive: Unable to boot from NVME via SPI on Hifive Unmatched Rev B

2024-01-12 Thread Vagrant Cascadian
On 2024-01-12, Michael Fladischer wrote: > I was able to boot my Hifive Unmatched Rev B board via SPI from NVME with > u-boot-sifive-2023.07+dfsg-1. After upgrading to 2024.01+dfsg-1 u-boot is no > longer able to see any NVME drives: ... >U-Boot 2024.01+dfsg-1 (Jan 10 2024 - 21:34:04 +) >

Bug#1060455: awscli: Please drop python-cryptography upper limit or increase it

2024-01-12 Thread Noah Meyerhans
On Thu, Jan 11, 2024 at 02:27:23PM -0500, Jeremy Bícha wrote: > There is a diff at > https://launchpad.net/ubuntu/+source/awscli/2.14.6-1ubuntu1 for this > issue. You can ignore the build failure since that doesn't seem to > currently affect Debian Unstable. Thanks, I've applied that patch and

Bug#1060686: python-httpretty: please remove extraneous dependency on python3-six

2024-01-12 Thread Alexandre Detiste
Source: python-httpretty Severity: normal please remove extraneous dependency on python3-six -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386

Bug#1024149: linux-image-amd64: 32-bit mmap() puts large files at non-random address

2024-01-12 Thread Andres Salomon
On Sat, 14 Jan 2023 16:12:47 +0100 Salvatore Bonaccorso wrote: > Hi Jakub, > > On Thu, Jan 12, 2023 at 01:24:16PM +0100, Jakub Wilk wrote: > > * Salvatore Bonaccorso , 2022-11-19 11:11: > > > Given you were able to tackle the issue further, can you report the > > > issue to upstream > > > >

Bug#1060448: debcheckout: deprecation warnings with perl 5.38

2024-01-12 Thread Sven Joachim
On 2024-01-11 17:59 +0100, Sven Joachim wrote: > Package: devscripts > Version: 2.23.7 > > After upgrading perl from 5.36.0 to 5.38.2, debcheckout displays some > twenty deprecation warnings: > > , > | $ debcheckout etckeeper > | given is deprecated at /usr/bin/debcheckout line 419. > | when

Bug#1058661: [Debian-med-packaging] Bug#1058661: dipy: slow (sometimes timing out) autopkgtest

2024-01-12 Thread Étienne Mollier
Control: severity -1 important Rebecca N. Palmer, on 2023-12-14: > This autopkgtest, and particularly test_reconstruct_rumba, is slow enough > that it sometimes times out and fails. I think this is varying hardware > speed and not a random hang because failure seems to correlate with the >

Bug#1021370: pipewire: build with bluez5-codec-aac=enabled

2024-01-12 Thread Jeremy Bícha
On Fri, Jan 12, 2024 at 11:12 AM Max Nikulin wrote: > On Fri, 07 Oct 2022 00:11:56 +0200 KeyofBlueS wrote: > > > > please build pipewire with aac codec support enabled. > > An alternative may be building a separate package for the contrib > repository section that contains just the aac codec

Bug#1060189: [Pkg-pascal-devel] Bug#1060189: lazarus-src-3.0: diversion handling seems wrong (it works, but after an error)

2024-01-12 Thread Paul Gevers
Hi Abou, On 11-01-2024 20:40, Abou Al Montacir wrote: But this is the case of all lpk files where the binary package provide a Manually compilable package while the source one provides a Compile As > Needed package file. Don't we want them to be the same? Why do we even ship the files twice?

Bug#1060685: jbig2dec: typo in debian/copyright

2024-01-12 Thread Jakub Wilk
Source: jbig2dec Version: 0.19-3 Severity: minor Please do s/pubic/public/ in debian/copyright. -- Jakub Wilk

Bug#1059553: closed by Debian FTP Masters (reply to John Ogness ) (Bug#1059553: fixed in minicoredumper 2.0.7-2)

2024-01-12 Thread Paul Gevers
Hi, On 12-01-2024 08:51, Debian Bug Tracking System wrote: minicoredumper (2.0.7-2) unstable; urgency=medium . * Fix autopackage test due to missing dependency (Closes: #1059553) https://ci.debian.net/data/autopkgtest/testing/amd64/m/minicoredumper/41783082/log.gz 40s Starting

Bug#1060416: mmdebstrap-autopkgtest-build-qemu fails on mkfs.ext4; does it require a 25 GiB TMPDIR?

2024-01-12 Thread Francesco Poli
On Thu, 11 Jan 2024 21:04:16 +0100 Johannes Schauer Marin Rodrigues wrote: [...] > Do you see yourself debugging this further by yourself? You probably > understand > that it's hard for me to investigate something that I cannot test myself. Well, you wrote the script, together with Helmut

Bug#1059525: linux-image-6.1.0-16-amd64: Secure Boot is active but mokutil and dmesg says "Secure boot disabled" but just with an NVME not with an HDD/SSD

2024-01-12 Thread .
In a Debian Testing System one of the packages solved my problem. Secure Boot is now displayed as active. Start-Date: 2024-01-12 18:59:31 Commandline: apt full-upgrade Requested-By: user (1000) Upgrade: orca:amd64 (45.1-2, 45.2-1), dmeventd:amd64 (2:1.02.185-2, 2:1.02.185-3), libldb2:amd64

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

2024-01-12 Thread Paul Gevers
Hi, On 12-01-2024 12:36, Chris Hofstaedtler wrote: can you confirm two additional things please: 1) this happens only on the large host? https://ci.debian.net/packages/p/pdns/testing/s390x/41650331/ Seems it happens on our s390x host too (which has 10 debci workers running in parallel).

Bug#1060684: gnome-shell: still recommends chrome-gnome-shell and why not gnome-browser-connector?

2024-01-12 Thread Patrice Duroux
Package: gnome-shell Version: 45.3-1 Severity: wishlist Dear Maintainer, I think that chrome-gnome-shell is a transitional package, at least already in bookworm. Shouldn't this be replaced by gnome-browser-connector or as an alternative clause? Regards, Patrice -- System Information: Debian

Bug#1060683: RFS: git-credential-oauth/0.11.0-1~bpo12 1 -- Git credential helper for GitHub and other forges using OAuth

2024-01-12 Thread M Hickford
Package: sponsorship-requests Severity: normal X-Debbugs-CC: debian...@lists.debian.org Dear mentors, I am looking for a sponsor for my package "git-credential-oauth": * Package name : git-credential-oauth Version : 0.11.0-1~bpo12+1 Upstream contact : M Hickford * URL

Bug#1041275: sbuild: Using eatmydata with the unshare backend

2024-01-12 Thread Andrea Pappacoda
Hi Jochen, thanks for the reply! On Fri Jan 5, 2024 at 1:17 PM CET, Jochen Sprickerhof wrote: > Given enough RAM you can use a tmpfs like this: > > $unshare_tmpdir_template = '/dev/shm/tmp.sbuild.XX'; That's great, thanks! I also noticed that it is in the sbuild Wiki, but I guess I

Bug#1060651: mc: doesn't fully resize itself if reading directory while terminal's resized

2024-01-12 Thread Michael Gold
On Fri, Jan 12, 2024 at 03:07:04 +, Michael Gold wrote: > I'm experimenting with an automated version of this test, but don't know > how reliable it will be. The attached test case seems able to determine the width of the panels. Without proper xterm-control and UTF-8 parsing, it may be

Bug#1060456: rxvt-unicode: 9.31-1+b1 breaks UTF-8 display

2024-01-12 Thread Niko Tyni
On Fri, Jan 12, 2024 at 04:35:04PM +0100, Sven Joachim wrote: > Speaking of Perl 5.38, this bug is actually a problem in Perl. The > rxvt-unicode patch just works around it. According to the Perl upstream > bug (https://github.com/Perl/perl5/issues/21366), at least one other > application

Bug#1042989: ITP: Incus -- Powerful system container and virtual machine manager

2024-01-12 Thread Mathias Gibbens
Incus 0.4 has been uploaded to NEW. Mathias signature.asc Description: This is a digitally signed message part

Bug#1059222: src:pv: fails to migrate to testing for too long: FTBFS on armhf

2024-01-12 Thread Andrew Wood
> This is a quick word to let you know that I've disabled valgrind tests > on armhf in the Debian package. They were failing since the 1.8.5 upload > [...] Thank you, I agree with this approach. The evidence I have seen so far suggests that the failures are due to issues with the way valgrind

Bug#1040183: [Pkg-zfsonlinux-devel] Bug#1040183: zfs-initramfs: snapshots for rootfs mounted in /root/.zfs/snapshot

2024-01-12 Thread наб
On Fri, Jan 12, 2024 at 07:12:34AM +, 陈 晟祺 wrote: > Seems .zfs/ of you home dataset goes wrongly to /.zfs, which is really weird, > since they are mounted in the different stage of booting sequence. > I don’t think it is the same problem as this report. > You might want to create a new report

Bug#1060457: /usr/sbin/exim4: SIGSEGV when remote smtp reject the message

2024-01-12 Thread Andreas Metzler
On 2024-01-11 Giuseppe Sacco wrote: > Package: exim4-daemon-heavy > Version: 4.96-15+deb12u4 > Severity: normal > File: /usr/sbin/exim4 > Dear Maintainer, > I keep finding many messages like this one in paniclog: > 2024-01-11 09:55:20 1rNqqH-008cnX-0s SIGSEGV (fault address: 0x58) > 2024-01-11

Bug#1060422: partman-crypto: add support for new cryptsetup options for opal/sed

2024-01-12 Thread Holger Levsen
On Thu, Jan 11, 2024 at 07:55:18PM +, Luca Boccassi wrote: > Thank you for the feedback, MR on Salsa is updated as described. <3 -- cheers, Holger ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org ⢿⡄⠘⠷⠚⠋⠀ OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C

Bug#1059040: libxml2: ABI change? (undefined references)

2024-01-12 Thread Thorsten Glaser
On Fri, 12 Jan 2024, Rafael Laboissière wrote: > experimental, the configure script does detect the absence of the > xmlNanoFTPNewCtxt function in the libxml2 library (version > 2.12.3+dfsg-0exp1) and disables the call to the xmlNanoFTP* functions. > However, this rebuilt will not be

Bug#1042590: [Pending] django-session-security: FTBFS with Sphinx 7.1, docutils 0.20: error: invalid command 'build_sphinx'

2024-01-12 Thread Andreas Tille
Control: tags -1 pending Hi, I've fixed this problem in Git[1] but did not uploaded since autopkgtest is failing in Salsa CI[2]. Kind regards Andreas. [1] https://salsa.debian.org/python-team/packages/django-session-security/-/commit/af1ebc734a33cf1b629a2626bad508b833eb2706 [2]

Bug#1060682: u-boot-sifive: Unable to boot from NVME via SPI on Hifive Unmatched Rev B

2024-01-12 Thread Michael Fladischer
Package: u-boot-sifive Version: 2024.01+dfsg-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear Maintainer, I was able to boot my Hifive Unmatched Rev B board via SPI from NVME with u-boot-sifive-2023.07+dfsg-1. After upgrading to 2024.01+dfsg-1 u-boot is no longer able

Bug#1060662: rxvt-unicode

2024-01-12 Thread jean pierre pinson
le bug est corrigé dans la dernière version de rxvt-unicode

Bug#1060672: kodi: High CPU usage even when idle

2024-01-12 Thread Giuseppe Sacco
Hello Vasyl, I am trying kodi on a DELL PowerEdge T20, CPU E3-1225 v3 @3.20GHz, 32Gb of RAM, Debian GNU/Linux 12 (bookworm). Thank you, Giuseppe

Bug#1060681: README.Debian outdated

2024-01-12 Thread Ryan Kavanagh
Package: cups-daemon Version: 2.4.7-1+b1 Severity: minor The file /usr/share/doc/cups-daemon/README.Debian.gz claims that cups can be configured via its web interface and that further documentation can be found through the web interface: > Setting up a local print queue >

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

2024-01-12 Thread Emanuele Rocca
Hi Julian! On 2024-01-12 01:47, Julian Andres Klode wrote: > Either way, these are harmless I'm not saying they're harmful, what I'm saying is: 1) the errors you see on armhf when building apt without stack-clash-protection are the same valgrind reports on amd64 as well. Hence, you could

Bug#1021370: pipewire: build with bluez5-codec-aac=enabled

2024-01-12 Thread Max Nikulin
On Fri, 07 Oct 2022 00:11:56 +0200 KeyofBlueS wrote: please build pipewire with aac codec support enabled. An alternative may be building a separate package for the contrib repository section that contains just the aac codec plugin. I have no experience with meson, so I have no idea if it

Bug#1060680: bluez: 5.71 breaks bluetooth audio

2024-01-12 Thread Sebastian Reichel
Package: bluez Version: 5.71-1 Severity: important Dear Maintainer, Upgrading to bluez 5.71 breaks bluetooth audio. The following is logged to the journal when trying to connect with a BT headset: Jan 12 16:08:01 jupiter bluetoothd[44839]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to

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

2024-01-12 Thread Andreas Tille
Am Fri, Jan 12, 2024 at 11:45:02AM +0100 schrieb Alexandre Detiste: > > -class ExtensionNode(with_metaclass(ExtensionNodeMetaclass, object)): > +class ExtensionNode(metaclass=ExtensionNodeMetaclass, object_=True): > > Just simply > +class ExtensionNode(metaclass=ExtensionNodeMetaclass): > , but

Bug#1060456: rxvt-unicode: 9.31-1+b1 breaks UTF-8 display

2024-01-12 Thread Sven Joachim
Control: clone -1 -2 Control: reassign -2 libperl5.38 Control: found -2 5.38.2-2 Control: retitle -2 When embedding Perl in C, the locale is switched to C/ASCII Control: forwarded -2 https://github.com/Perl/perl5/issues/21366 On 2024-01-11 23:06 +0100, gregor herrmann wrote: > On Thu, 11 Jan

Bug#808940: ITP: opentofu -- tool for managing cloud infrastructure

2024-01-12 Thread Christian Mesh
Hi, We have released the first stable version, 1.6.0. Let me know if there's anything I can do to help with packaging! Christian

Bug#1060678: ITP: hm - reference software for HEVC

2024-01-12 Thread Joachim Bauch
Package: wnpp Severity: wishlist Owner: Joachim Bauch X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: hm Version : 18.0 Upstream Author : Joint Video Experts Team (JVET), ITU/ISO/IEC * URL : https://vcgit.hhi.fraunhofer.de/jvet/HM * License : BSD

Bug#1060439: ITP: network-event-broker -- run scripts on systemd network events

2024-01-12 Thread Susant Sahani
On Thu, 11 Jan 2024 13:55:47 +0100 Tobias Schaffner wrote: > Package: wnpp > Severity: wishlist > Owner: Tobias Schaffner > > * Package name : network-event-broker > Version : 0.3.1+ds-1 > Upstream Author : Susant Sahani > * URL : https://github.com/vmware/network-event-broker > * License :

Bug#1060439: ITP: network-event-broker -- run scripts on systemd network events

2024-01-12 Thread Susant Sahani
On Thu, 11 Jan 2024 14:28:21 +0100 Michael Biebl wrote: > Hi > > Am 11.01.24 um 13:55 schrieb Tobias Schaffner: > > Package: wnpp > > Severity: wishlist > > Owner: Tobias Schaffner > > > > * Package name : network-event-broker > > Version : 0.3.1+ds-1 > > Upstream Author : Susant Sahani > > *

Bug#1060674: mjpegtools-gtk: broken dependencies

2024-01-12 Thread fabian
Hi, the mjpegtools-gtk package has been removed from Debian to get rid of the libgtk2 dependency. - Fabian Am 12.01.2024 15:52, schrieb Vladmimir Stavrinov: Package: mjpegtools-gtk ... Debian Release: trixie/sid

Bug#1060677: Acknowledgement (Rounding error in OFStandard::atof)

2024-01-12 Thread Mathieu Malaterre
forwarded -1 https://support.dcmtk.org/redmine/issues/1100

Bug#1060432: [Python-modules-team] Bug#1060432: rpds-py ftbfs in unstable

2024-01-12 Thread Roland Mas
Le 11/01/2024 à 10:27, Matthias Klose a écrit : Package: src:rpds-py Version: 0.12.0-2 Severity: serious Tags: sid trixie ftbfs rpds-py ftbfs in unstable, because of missing build dependencies: Issues preventing migration: ∙ ∙ rpds-py unsatisfiable Build-Depends(-Arch) on amd64:

Bug#1060677: Rounding error in OFStandard::atof

2024-01-12 Thread Mathieu Malaterre
Source: dcmtk Version: 3.6.7-8+b1 I believe I found an edge case in OFStandard::atof logic. Consider the following ASCII string float > 16 bytes (valid case for input such as XML or JSON). Here is what I see on my side Debian/stable (dcmtk 3.6.7): $ ./fd 0x1.dp+3

Bug#1060676: new upstream?

2024-01-12 Thread Harald Dunkel
Package: python3-gitlab Version: 1:3.12.0-1 Hi Federico, Upstream provides version 4.3.0. Would it be possible to include this version into Sid? Thank you very much in advance Harri

Bug#1060675: python3-pyside2.qtgui: Fails to install with libqt5gui5-gles

2024-01-12 Thread Fuzzey, Martin
Package: python3-pyside2.qtgui Version: 5.15.8-2+b1 Severity: normal X-Debbugs-Cc: martin.fuzzey@flowbird.group Dear Maintainer, When libqt5gui5-gles is installed (required on arm64 platforms without desktop OpenGL) package installation fails with python3-pyside2.qtgui : Depends: libqt5gui5

Bug#1060674: mjpegtools-gtk: broken dependencies

2024-01-12 Thread Vladmimir Stavrinov
Package: mjpegtools-gtk Severity: normal The following packages have unmet dependencies: mjpegtools-gtk : Depends: mjpegtools (= 1:2.1.0+debian-7) but 1:2.1.0+debian-8 is to be installed -- System Information: Debian Release: trixie/sid APT prefers unstable-debug APT policy: (500,

Bug#1060673: nvidia-persistenced: Flushing system-wide workqueues will be prohibited in near future

2024-01-12 Thread Vincent Lefevre
Package: nvidia-persistenced Version: 525.85.05-1+b1 Severity: important With the 6.6.9-amd64 kernel (not before), I get: Jan 12 15:25:54 cventin kernel: WARNING: Flushing system-wide workqueues will be prohibited in near future. Jan 12 15:25:54 cventin kernel: CPU: 8 PID: 794 Comm:

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

2024-01-12 Thread Philip Rinn
Hi Florian, On 12.01.24 at 12:08, Florian Schlichting: I would like to do an upload of yubikey-manager very soon in order to fix #1060266 (serious) in python3-ykman. Can we perhaps do an upload of python-fido2 to unstable in the course of this weekend? Do you want to do that yourself, so you

Bug#1060672: kodi: High CPU usage even when idle

2024-01-12 Thread Vasyl Gello
Hi Giuseppe, Thanks for report! The reportbug contents was probably truncated, as I see no information about hardware, architecture etc. What is your device specs? --  Vasyl Gello == Certified SolidWorks Expert Mob.:+380 (98) 465 66 77 E-Mail: 

Bug#1058995: version 0.9.0

2024-01-12 Thread Alexandre Detiste
Please package version 0.9.0 that fix the RC bug & help forward python3-future removal. Greetings

Bug#1058997: flask-autoindex is incompatible with Py3.12

2024-01-12 Thread Alexandre Detiste
control: -1 tag +patch Please apply this patch and remove "python3-future ," from debian/control. Greetings remove-future Description: Binary data

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

2024-01-12 Thread Vincent Lefevre
Control: retitle -1 gpg auto-key-retrieve does not work I've tried --auto-key-retrieve on a different machine, and this doesn't have any effect either: cventin:~> gpg --verbose --keyserver pgpkeys.eu --auto-key-retrieve --verify /home/vlefevre/.cpan/sources/authors/id/C/CA/CAVAC/CHECKSUMS gpg:

Bug#1060672: kodi: High CPU usage even when idle

2024-01-12 Thread Giuseppe Sacco
Package: kodi Version: 2:20.1+dfsg-1 Severity: normal Dear Maintainer, I intalled kodi a few days back in order to access all my media from a TV. I executed and configured it using its GUI. Then I stopped it and run the standalone version from a systemd unit in order to have it running all time.

Bug#1060671: libdbd-oracle-perl: requires rebuild for perl 5.38

2024-01-12 Thread Sebastian Ramacher
Source: libdbd-oracle-perl Version: 1.83-1 Severity: serious X-Debbugs-Cc: sramac...@debian.org The perl 5.38 has started. Since libdbd-oracle-perl is in contrib and not auto-buildable, it requires a manual rebuild on amd64 and i386. Cheers -- Sebastian Ramacher

Bug#1060670: [INTL:sv] Swedish strings for wireshark debconf

2024-01-12 Thread Martin Bagge / brother
package: wireshark severity: wishlist tags: patch l10n Please consider to add this file to translation of debconf. -- brother# Translation of wireshark debconf template to Swedish # Copyright (C) 2024 Martin Bagge # This file is distributed under the same license as the wireshark package. # #

  1   2   >