Bug#1076846: ITP: golang-github-atomicgo-cursor -- Move the terminal cursor in any direction on every operating system.

2024-07-24 Thread Guilherme Puida Moreira
Package: wnpp Severity: wishlist Owner: Guilherme Puida Moreira * Package name: golang-github-atomicgo-cursor Version : 0.2.0-1 Upstream Author : AtomicGo * URL : https://github.com/atomicgo/cursor * License : Expat Programming Lang: Go Description : Mo

Bug#1076848: ITP: golang-github-atomicgo-keyboard -- Read keyboard events in your terminal applications

2024-07-24 Thread Guilherme Puida Moreira
Package: wnpp Severity: wishlist Owner: Guilherme Puida Moreira * Package name: golang-github-atomicgo-keyboard Version : 0.2.9-1 Upstream Author : AtomicGo * URL : https://github.com/atomicgo/keyboard * License : Expat Programming Lang: Go Description

Bug#1076847: transition: libdisplay-info

2024-07-24 Thread duck
Package: release.debian.org Control: affects -1 + src:libdisplay-info X-Debbugs-Cc: libdisplay-i...@packages.debian.org User: release.debian@packages.debian.org Usertags: transition Severity: normal Quack, The auto-generated tracker looks fine to me: https://release.debian.org/transitions/h

Bug#1074729: golang-github-safchain-ethtool: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/safchain/ethtool github.com/safchain/ethtool/example returned ex

2024-07-24 Thread Jochen Sprickerhof
Hi Reinhard, * Santiago Vila [2024-07-23 02:09]: reopen 1074729 thanks Sascha Steinbiss wrote: This should have been taken care of with the latest upload (0.4.1-1). There are still failing tests. See this for example: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golan

Bug#1076660: po4a: Fail to parse .ie in groff man pages

2024-07-24 Thread Martin Quinson
Hello, a first quick check on the provided file raises a proper error: $ PERL5LIB=lib/ ./po4a-normalize -f man /tmp/toggle.9 po4a-normalize is mostly useful to debug po4a itself. Users are advised to use the po4a(1) program instead. /tmp/toggle.9:19: (po4a::man) This page uses con

Bug#1074729: golang-github-safchain-ethtool: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/safchain/ethtool github.com/safchain/ethtool/example returned ex

2024-07-24 Thread Reinhard Tartler
On 2024-07-24 09:11, Jochen Sprickerhof wrote: While you are correct that the buildd did succeed but please note that the bug is not fixed and can still be reproduced with sbduild --chroot-mode=unshare and on the reproducible builds infrastructure, as noted by Santiago above. Please also note

Bug#1076849: No config found for iwlwifi

2024-07-24 Thread Harald Dunkel
Package: linux-image-6.1.0-23-amd64 Version: 6.1.99-1 Sometimes iwlwifi becomes unavailable on our Tuxedo laptops running Debian's kernel 6.1.90, 6.1.94 or 6.1.99. The error message in system log is 2024-07-23T09:14:59.386353+02:00 ppcl013 kernel: [ 18.191543] Intel(R) Wireless WiFi driver fo

Bug#1076850: ITP: qbittorrent-api -- Python client implementation for qBittorrent web api

2024-07-24 Thread Kartik Kulkarni
Package: wnpp Severity: wishlist Owner: Kartik Kulkarni * Package name: qbittorrent-api Version : 2024.7.64-1 Upstream Author : Russell Martin ( https://github.com/rmartin16/qbittorrent-api) * URL : https://github.com/rmartin16/qbittorrent-api * License : MIT

Bug#1051985: [pkg-php-pear] Bug#1051985: php-laravel-framework: Uninstallable with symfony 6: unsatisfiable dependencies

2024-07-24 Thread David Prévot
Hi Robin, On 24/07/2024 23:29, Robin Gustafsson wrote: […] The goal is to upgrade to Laravel 10 in time for trixie. So far its blocked by missing dependencies. New versions: - php-league-flysystem ("league/flysystem": "^3.8.0") I’m currently working on it, that looks like a full rewrite (and

Bug#1076851: ITP: python-vultr -- Vultr.com API Client

2024-07-24 Thread Tianyu Chen
Package: wnpp Severity: wishlist Owner: Tianyu Chen X-Debbugs-Cc: debian-de...@lists.debian.org, Tianyu Chen * Package name: python-vultr Version : 1.0.1 Upstream Contact: Darrel O'Pry * URL : https://github.com/spry-group/python-vultr * License : MIT Prog

Bug#1076660: po4a: Fail to parse .ie in groff man pages

2024-07-24 Thread Petter Reinholdtsen
[Martin Quinson] > Could you please check whether your problem is "fixed" with the 0.73 > version? If not, I'll try to find the time to dig into your > repository properly. I retried the LinuxCNC master branch on trixie with 0.73, and the problem exist there too. Note, the LinuxCNC master reposi

Bug#1076852: ITP: golang-github-pterm-pterm -- modern Go module to easily beautify console output

2024-07-24 Thread Guilherme Puida Moreira
Package: wnpp Severity: wishlist Owner: Guilherme Puida Moreira * Package name: golang-github-pterm-pterm Version : 0.12.79-1 Upstream Author : PTerm * URL : https://github.com/pterm/pterm * License : Expat Programming Lang: Go Description : modern Go m

Bug#1064536: scribus: Please package 1.6.1

2024-07-24 Thread Petter Reinholdtsen
According to the release critical problem #1074220, which keep scribus out of testing, the latest release is working with the python version in the Debian archive. Anything I can do to help with the update? -- Happy hacking Petter Reinholdtsen

Bug#1076853: ITP: golang-github-atomicgo-schedule -- Easily schedule non-blocking tasks in Go

2024-07-24 Thread Guilherme Puida Moreira
Package: wnpp Severity: wishlist Owner: Guilherme Puida Moreira * Package name: golang-github-atomicgo-schedule Version : 0.1.0-1 Upstream Author : AtomicGo * URL : https://github.com/atomicgo/schedule * License : Expat Programming Lang: Go Description

Bug#1075083: ident2: ftbfs with GCC-14

2024-07-24 Thread Petter Reinholdtsen
Control: tags -1 + patch I tested, and the problem is that gcc-14 how report an error when 'int' is used instead of the proper 'socklen_t' type, at least on architectures where socklen_t is not int but unsigned int. :) The following patch should solve the issue: --- ident2-1.07.orig/common.c +++

Bug#1076854: ITP: python-juliandate -- Simple conversions between Julian Dates and Julian/Gregorian calendar dates, supporting ancient dates (BCE)

2024-07-24 Thread Enkelena
Package: wnpp Severity: wishlist Owner: EnkelenaH X-Debbugs-Cc: debian-de...@lists.debian.org * Package name    : python-juliandate   Version         : 1.0.4   Upstream Contact: Sean Redmond * URL             : https://github.com/seanredmond/juliandate/ * License         : GPL-3.0   Programming

Bug#1076855: ITP: mopeka-iot-ble -- Python library for parsing Mopeka IoT BLE sensor data

2024-07-24 Thread Edward Betts
Package: wnpp Severity: wishlist Owner: Edward Betts X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org * Package name: mopeka-iot-ble Version : 0.7.0 Upstream Author : J. Nick Koston * URL : https://github.com/bluetooth-devices/mopeka-iot-ble

Bug#1076819:

2024-07-24 Thread attilio giuseppe carolillo
Hi, from dmesg, an interesting string is: [ 251.417089] sddm-greeter[1483]: segfault at 7fbef34714c0 ip 7fbef34714c0 sp 7ffd33364098 error 15 in libnvidia-tls.so.555.42.06[7fbef3471000+1000] likely on CPU 11 (core 5, socket 0) Yesterday and important package updated was libc6, i remeb

Bug#1074729: golang-github-safchain-ethtool: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/safchain/ethtool github.com/safchain/ethtool/example returned ex

2024-07-24 Thread Jochen Sprickerhof
* Reinhard Tartler [2024-07-24 09:36]: Looking closer at the tests, it appears that they are iterating over all installed network interfaces, and try to query them for statistics. In that 'unshare -nr' context, they still find a loopback interface, but commands to query fail with "operation no

Bug#1076856: ITP: freenub -- Open-source fork of PubNub with an MIT license for real-time messaging

2024-07-24 Thread Edward Betts
Package: wnpp Severity: wishlist Owner: Edward Betts X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org * Package name: freenub Version : 0.1.0 Upstream Author : J. Nick Koston * URL : https://github.com/bdraco/freenub * License : MIT

Bug#1076857: ITP: notifications-android-tv -- Python API to send notifications to Android TV and Fire TV devices

2024-07-24 Thread Edward Betts
Package: wnpp Severity: wishlist Owner: Edward Betts X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org * Package name: notifications-android-tv Version : 1.2.2 Upstream Author : Rami Mosleh * URL : https://github.com/engrbm87/notifications_an

Bug#1076309: [s390x] lots of "User process fault: interruption code XXXX"

2024-07-24 Thread Bastian Blank
Hi On Sun, Jul 14, 2024 at 09:22:32AM +0200, Paul Gevers wrote: > Today I restarted the s390x host of ci.d.n because I lost access. I > inspected the journal and noticed there were a lot kernel messages (several > tens to hundreds per day) like "User process fault: interruption code 003b > ilc:3 i

Bug#1076309: [s390x] lots of "User process fault: interruption code XXXX"

2024-07-24 Thread Bastian Blank
On Thu, Jul 18, 2024 at 08:06:46AM +0200, Paul Gevers wrote: > However, that doesn't seem to work on our s390x host as it seems to freeze > instead. Is this something known? Something I'm doing wrong (E.g. these > options behaving differently on s390x)? Is this a s390x kernel bug? This now points

Bug#1076582: initramfs-tools-core: mkinitramfs failure zstd -q -9 -T0 70 (No space left on device)

2024-07-24 Thread Diederik de Haas
On Sunday, 21 July 2024 13:13:23 CEST Simon John wrote: > Realistically we need a fix for whatever happened here and it can't be > any of: > > * remove plymouth or firmware (not practical for desktop) Plymouth is not the problem. It turns out it's installed on my laptop and I don't have this p

Bug#1076819: xwayland: After daily update blackscreen with only mouse usable and no login screen

2024-07-24 Thread David Martin
Hi, Please check bug #1076729, it's likely the same issue. Regards On Tue, 23 Jul 2024 18:34:12 +0200 attila wrote: > Package: xwayland > Version: 2:24.1.0-1 > Severity: critical > Justification: breaks the whole system > X-Debbugs-Cc: ing.attilio.caroli...@live.com > > Dear Maintainer, > today

Bug#1076858: ITP: komac -- The Community Manifest Creator for WinGet

2024-07-24 Thread solomoncyj
Package: wnpp Severity: wishlist Owner: solomoncyj X-Debbugs-Cc: debian-de...@lists.debian.org, solomon...@gmail.com * Package name: komac Version : 2.3.0 Upstream Contact: Russell Banks * URL : https://github.com/russellbanks/Komac * License : GPL-3.0 Progr

Bug#1076859: ITP: vesktop -- Vesktop is a custom Discord App aiming to give you better performance and improve linux support

2024-07-24 Thread solomoncyj
Package: wnpp Severity: wishlist Owner: solomoncyj X-Debbugs-Cc: debian-de...@lists.debian.org, solomon...@gmail.com * Package name: vesktop Version : 1.5.3 Upstream Contact: Vee * URL : https://github.com/Vencord/Vesktop * License : GPL-3.0 Programming Lang

Bug#1076860: ITP: powershell -- PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework

2024-07-24 Thread solomoncyj
Package: wnpp Severity: wishlist Owner: solomoncyj X-Debbugs-Cc: debian-de...@lists.debian.org, solomon...@gmail.com * Package name: powershell Version : 7.4.4 * URL : https://microsoft.com/PowerShell , https://github.com/powershell/powershell * License : MIT

Bug#1076439: pcscd: Add Appstream metainfo announcing HW support

2024-07-24 Thread Ludovic Rousseau
Le 23/07/2024 à 13:04, Petter Reinholdtsen a écrit : [Ludovic Rousseau] Is there a way to debug my .metainfo.xml *without* uploading a new package in the archive? I tend to use this approach: appstreamcli validate-tree debian/pcscd --explain The issue should be fixed with the upstream

Bug#1076861: Please Unit.ConditionUser=!root wireplumber.service, to match pipewire.service

2024-07-24 Thread Trent W. Buck
Package: wireplumber Version: 0.4.13-1 Severity: minor File: /usr/lib/systemd/user/wireplumber.service Tags: upstream patch Please add this to wireplumber.service: [Unit] ConditionUser=!root This is consistent with existing rules (though all should use "ConditionUser=!@system"): /l

Bug#1071027: hdrmerge: FTBFS with exiv2 0.28

2024-07-24 Thread Alex Myczko
Hi Pino Thank you, please do not be blocked and go ahead with the update. Do not worry of hdrmerge, I will update it asap… Thanks, Alex while(!asleep()) sheep++ Tel. 076 436 72 00 > On 23 Jul 2024, at 08:00, Pino Toscano wrote: > > Source: hdrmerge > Followup-For: Bug #1071027 > X-Debbugs

Bug#1069425: [Pkg-sssd-devel] Bug#1069425: uid-wrapper: FTBFS on armhf: 15: [ LINE ] --- ./tests/test_syscall.c:53: error: Failure!

2024-07-24 Thread Simon Josefsson
Ingo writes: > On Sun, 21 Jul 2024 23:00:48 +0200 Drew Parsons wrote: >> Just to be clear, I'm not supporting dropping armv7 support. >> It's only one test that's failing. Skipping the one test (on 32-bit >> arm) is all that's needed. It's passing the other tests. > > Yes, that's what I mean.

Bug#1076862: net-tools: Add Appstream metainfo announcing HW support

2024-07-24 Thread Petter Reinholdtsen
Package: net-tools Version: 2.10-0.1 Tags: patch User: p...@hungry.com Usertags: appstream-modalias Here is a patch to add Appstream metainfo XML announcing the hardware handled by this package. Including this information in the package will ensure programs mapping hardware to packages using Ap

Bug#1076439: pcscd: Add Appstream metainfo announcing HW support

2024-07-24 Thread Petter Reinholdtsen
[Ludovic Rousseau] > I will close this bug on the next upstream pcscd package upload. Thank you very much! :) -- Happy hacking Petter Reinholdtsen

Bug#1076863: dpkg-deb: Weird errors from dpkg-deb while building some packages

2024-07-24 Thread Santiago Vila
Package: dpkg Version: 1.22.8 Hello Guillem et al. While building some packages I get weird errors like this: dpkg-deb: building package 'aspell-nl' in '../aspell-nl_2.20.19-2_all.deb'. dpkg-deb: building package 'idutch' in '../idutch_2.20.19-2_all.deb'. dpkg-deb: error: parsing file 'debian/h

Bug#600761: madwimax: correct udev.rules attached

2024-07-24 Thread Petter Reinholdtsen
Control: tags -1 + patch If I understand the messages and attached files correctly, this is the proposed patch: diff --git a/scripts/udev/z60_madwimax.rules.in b/scripts/udev/z60_madwimax.rules.in index 98a77b4..761548c 100644 --- a/scripts/udev/z60_madwimax.rules.in +++ b/scripts/udev/z60_madw

Bug#1058687: gnome-shell: ftbfs on riscv64 due to tests failed

2024-07-24 Thread Bo YU
Control: tags -1 fixed 46.3.1-2 Hi, On Fri, Dec 15, 2023 at 07:05:22PM +, Simon McVittie wrote: (cc -= release team, += Mesa) On Fri, 15 Dec 2023 at 18:52:58 +0100, Aurelien Jarno wrote: On 2023-12-15 11:11, Simon McVittie wrote: > On Thu, 14 Dec 2023 at 21:59:19 +0800, Bo YU wrote: ...

Bug#1076860: duplicate of 834756?

2024-07-24 Thread Paolo Greppi
This ITP looks like a duplicate of the RFP: https://bugs.debian.org/834756 Paolo

Bug#1076864: NFSv2 kernel support removed in debian 11.10

2024-07-24 Thread Joachim Ring
Package: linux-image Version: 5.10.0-31 Hi, yesterday I was patching some box still on bullseye 32 bit which is serving a large NFSv2 share for some very ancient AIX workstations needed to sift though a huge library of old CAD files before deciding which one needs to be converted to sth curren

Bug#1076564: pahole BTF processing seems flaky on powerpc

2024-07-24 Thread Alan Maguire
On 19/07/2024 20:13, Arnaldo Carvalho de Melo wrote: > Adding Alan and Jiri to the CC list. > I'm late chiming in on this one, but judging by the output: BTF .btf.vmlinux.bin.o + LLVM_OBJCOPY=powerpc-linux-gnu-objcopy pahole -J -j --btf_features=encode_force,var,float,enum64,decl_tag,type_t

Bug#1076865: ardour: FTBFS: IndexError: list index out of range

2024-07-24 Thread Santiago Vila
Package: src:ardour Version: 1:8.6.0+ds-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update

Bug#1076866: auto-multiple-choice: FTBFS: LaTeX error (?)

2024-07-24 Thread Santiago Vila
Package: src:auto-multiple-choice Version: 1.6.0-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --w

Bug#1076867: backup-manager: FTBFS: Failed tests: 3

2024-07-24 Thread Santiago Vila
Package: src:backup-manager Version: 0.7.14-1.3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build dh_up

Bug#1076870: cluster3: FTBFS: configure: error: changes in the environment can compromise the build

2024-07-24 Thread Santiago Vila
Package: src:cluster3 Version: 1.59+ds-6 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --buildsystem

Bug#1076868: biosig: FTBFS: ModuleNotFoundError: No module named 'numpy.distutils'

2024-07-24 Thread Santiago Vila
Package: src:biosig Version: 2.6.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with python3,n

Bug#1076869: caml-crush: FTBFS: error: redeclaration of ‘tmp’ with no linkage

2024-07-24 Thread Santiago Vila
Package: src:caml-crush Version: 1.0.12-1.2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with aut

Bug#650139: /lib/udev/rules.d/19-ifrename.rules: udev rule incorrect with at least udev 175

2024-07-24 Thread Colin Watson
Source: wireless-tools Source-Version: 30~pre9-8 On Sat, Nov 26, 2011 at 10:35:58PM +0100, Alban Browaeys wrote: > /lib/udev/rules.d/19-ifrename.rules uses IMPORT without attribute which fails > at least with udev 175. > add {program} as attributes fixes this and prevent random interfaces names a

Bug#1076871: cura: FTBFS: AttributeError: 'called_with' is not a valid assertion. Use a spec for the mock if 'called_with' is meant to be an attribute.

2024-07-24 Thread Santiago Vila
Package: src:cura Version: 5.0.0-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build --buildsystem=cmake -

Bug#1076874: dub: FTBFS: ldc2: Unknown command line argument '-frelease'. Try: '/usr/bin/ldc2 --help'

2024-07-24 Thread Santiago Vila
Package: src:dub Version: 1.36.0-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update_autoto

Bug#1076872: debian-reference: FTBFS: dh_install: warning: Cannot find (any matches for) "build/debian-reference.fr.pdf"

2024-07-24 Thread Santiago Vila
Package: src:debian-reference Version: 2.124 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build dh_updat

Bug#1076875: eclipse-jdt-debug: FTBFS: error: cannot find symbol ID_RES_NAV

2024-07-24 Thread Santiago Vila
Package: src:eclipse-jdt-debug Version: 4.26-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build --buildsy

Bug#1076873: device-tree-compiler: FTBFS: dtc.h:21:10: fatal error: libfdt_env.h: No such file or directory

2024-07-24 Thread Santiago Vila
Package: src:device-tree-compiler Version: 1.7.0-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --w

Bug#1076876: eclipse-jdt-ui: FTBFS: error: cannot find symbol ID_RES_NAV

2024-07-24 Thread Santiago Vila
Package: src:eclipse-jdt-ui Version: 4.26-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build --buildsyste

Bug#1076879: epcr: FTBFS: re-PCR_main.cpp:30:10: fatal error: epcr/defaults.h: No such file or directory

2024-07-24 Thread Santiago Vila
Package: src:epcr Version: 2.3.12-1-9 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --no-parallel

Bug#1076877: eclipse-wtp: FTBFS: error: cannot find symbol ID_RES_NAV

2024-07-24 Thread Santiago Vila
Package: src:eclipse-wtp Version: 3.18-6 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --buildsystem

Bug#1076878: ejabberd: FTBFS: rm: cannot remove '/<>/debian/ejabberd/usr/lib/x86_64-linux-gnu/ejabberd-23.10-1/priv/bin/captcha.sh': No such file or directory

2024-07-24 Thread Santiago Vila
Package: src:ejabberd Version: 23.10-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update_au

Bug#1076881: ffcvt: FTBFS: src/github.com/suntong/ffcvt/config.go:284:16: undefined: strconv

2024-07-24 Thread Santiago Vila
Package: src:ffcvt Version: 1.7.6-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --buildsystem=gola

Bug#1076883: gnuradio: FTBFS: TeX capacity exceeded

2024-07-24 Thread Santiago Vila
Package: src:gnuradio Version: 3.10.10.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with pyth

Bug#1076882: gnupg2: FTBFS: configure error: You need libgcrypt to build this program.

2024-07-24 Thread Santiago Vila
Package: src:gnupg2 Version: 2.2.43-7 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with=autorecon

Bug#1076886: gst-libav1.0: FTBFS: error: ‘FFMPEG_LIBDIR’ undeclared

2024-07-24 Thread Santiago Vila
Package: src:gst-libav1.0 Version: 1.24.5-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_upda

Bug#1076884: golang-github-prometheus-client-golang: FTBFS: FAIL: TestGoCollector_ExposedMetrics

2024-07-24 Thread Santiago Vila
Package: src:golang-github-prometheus-client-golang Version: 1.19.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules b

Bug#1076885: gss: FTBFS: FAIL krb5context (exit status: 1)

2024-07-24 Thread Santiago Vila
Package: src:gss Version: 1.0.4-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --builddirectory=bui

Bug#1076887: gtk-d: FTBFS: ldc2: Unknown command line argument '-Wl,-z,relro'. Try: 'ldc2 --help'

2024-07-24 Thread Santiago Vila
Package: src:gtk-d Version: 3.10.0-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with gnome d

Bug#1076888: hexchat-otr: FTBFS: checking for GCRYPT... configure: error: no

2024-07-24 Thread Santiago Vila
Package: src:hexchat-otr Version: 0.2.2-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update

Bug#1076889: installation-guide: FTBFS: Error: xelatex compilation failed

2024-07-24 Thread Santiago Vila
Package: src:installation-guide Version: 20230623 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build rm -f build-sta

Bug#1076891: libqtdbusmock: FTBFS: dpkg-gensymbols: error: some new symbols appeared in the symbols file

2024-07-24 Thread Santiago Vila
Package: src:libqtdbusmock Version: 0.9.1-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_upda

Bug#1076892: libzen: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file

2024-07-24 Thread Santiago Vila
Package: src:libzen Version: 0.4.41-2.1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build dh_update_aut

Bug#1076893: linuxcnc: FTBFS: Fontconfig error: No writable cache directories

2024-07-24 Thread Santiago Vila
Package: src:linuxcnc Version: 2.9.3-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build dh_update_auto

Bug#1076895: mercurial-evolve: FTBFS: AttributeError: module 'mercurial.scmutil' has no attribute 'filteredhash'

2024-07-24 Thread Santiago Vila
Package: src:mercurial-evolve Version: 11.1.3-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build --with s

Bug#1076896: mir-core: FTBFS: ldc2: Unknown command line argument '-frelease'. Try: 'ldc2 --help'

2024-07-24 Thread Santiago Vila
Package: src:mir-core Version: 1.7.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update_au

Bug#1076894: maint-guide: FTBFS: dh_install: warning: Cannot find (any matches for) "tmp/maint-guide.fr.pdf"

2024-07-24 Thread Santiago Vila
Package: src:maint-guide Version: 1.2.53 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build dh_update_au

Bug#1076897: mpl-sphinx-theme: FTBFS: dh_sphinxdoc: error: debian/python-mpl-sphinx-theme-doc/usr/share/doc/python-mpl-sphinx-theme-doc/html/search.html does not load searchindex.js

2024-07-24 Thread Santiago Vila
Package: src:mpl-sphinx-theme Version: 3.5.0-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build --with py

Bug#1076898: nagios-plugin-check-multi: FTBFS: Failed test 'output correct'

2024-07-24 Thread Santiago Vila
Package: src:nagios-plugin-check-multi Version: 0.26-5 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary

Bug#1076900: onioncircuits: FTBFS: help2man failure

2024-07-24 Thread Santiago Vila
Package: src:onioncircuits Version: 0.8.1-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with pyt

Bug#1076899: numpy: FTBFS: Sphinx error

2024-07-24 Thread Santiago Vila
Package: src:numpy Version: 1:1.26.4+ds-10 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build --buildsystem

Bug#1076902: php-mock-phpunit: FTBFS: PHP Fatal error: Uncaught Error: Class "phpmockAbstractMockTest" not found

2024-07-24 Thread Santiago Vila
Package: src:php-mock-phpunit Version: 2.6.0-4 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with

Bug#1076901: opencv: FTBFS: configure error

2024-07-24 Thread Santiago Vila
Package: src:opencv Version: 4.6.0+dfsg-13.1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_upd

Bug#1076903: pipenv: FTBFS: find: ‘debian/pipenv/usr/lib/python*/dist-packages/build/lib/pipenv*’: No such file or directory

2024-07-24 Thread Santiago Vila
Package: src:pipenv Version: 2024.0.1+ds-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with pyth

Bug#1076905: poldi: FTBFS: configure error

2024-07-24 Thread Santiago Vila
Package: src:poldi Version: 0.4.2+git20161115.553060d-1.4 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh buil

Bug#1076907: pymdown-extensions: FTBFS: AssertionError: False is not true

2024-07-24 Thread Santiago Vila
Package: src:pymdown-extensions Version: 10.8.1-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --bu

Bug#1076904: pkg-js-tools: FTBFS: help2man: can't get `--version' info from ./tools/debcheck-node-repo

2024-07-24 Thread Santiago Vila
Package: src:pkg-js-tools Version: 0.15.21 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_updat

Bug#1076909: python-executing: FTBFS: executing._exceptions.VerifierFailure: ast.Call is not created from GET_ITER

2024-07-24 Thread Santiago Vila
Package: src:python-executing Version: 2.0.1-0.1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --bui

Bug#1076906: process-cpp: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file

2024-07-24 Thread Santiago Vila
Package: src:process-cpp Version: 3.0.1-9 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update

Bug#1076908: pympress: FTBFS: Handler for event 'builder-inited' threw an exception (exception: cannot unpack non-iterable NoneType object)

2024-07-24 Thread Santiago Vila
Package: src:pympress Version: 1.8.5-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with sphinxdo

Bug#1076910: python-glanceclient: FTBFS: FAIL: glanceclient.tests.unit.test_shell.ShellTestRequests.test_v1_download_has_no_stray_output_to_stdout

2024-07-24 Thread Santiago Vila
Package: src:python-glanceclient Version: 1:4.5.0-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build make: pyversi

Bug#1076911: python-oslo.config: FTBFS: failing tests

2024-07-24 Thread Santiago Vila
Package: src:python-oslo.config Version: 1:9.4.0-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build make: pyversio

Bug#1076913: python-untokenize: FTBFS: ModuleNotFoundError: No module named 'lib2to3'

2024-07-24 Thread Santiago Vila
Package: src:python-untokenize Version: 0.1.1-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with

Bug#1076914: q2-quality-control: FTBFS: rm: cannot remove '/<>/debian/*/usr/lib/python3*/dist-packages/run_decontam.R': No such file or directory

2024-07-24 Thread Santiago Vila
Package: src:q2-quality-control Version: 2024.5.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --

Bug#1076912: python-seqcluster: FTBFS: AttributeError: module 'scipy.stats' has no attribute 'binom_test'

2024-07-24 Thread Santiago Vila
Package: src:python-seqcluster Version: 1.2.9+ds-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --w

Bug#1076917: r-cran-statcheck: FTBFS: ERROR: dependency ‘stringi’ is not available for package ‘statcheck’

2024-07-24 Thread Santiago Vila
Package: src:r-cran-statcheck Version: 1.5.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --build

Bug#1076916: rally: FTBFS: sqlalchemy.exc.NoInspectionAvailable: No inspection system is available for object of type

2024-07-24 Thread Santiago Vila
Package: src:rally Version: 3.3.0-4 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build make: pyversions: No such fil

Bug#1076915: radicale: FTBFS: help2man error

2024-07-24 Thread Santiago Vila
Package: src:radicale Version: 3.2.2-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh "binary" --buildsystem

Bug#1076919: ruby-influxdb: FTBFS: failing tests

2024-07-24 Thread Santiago Vila
Package: src:ruby-influxdb Version: 0.8.1-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --buildsys

Bug#1076918: refcard: FTBFS: Fontconfig error: No writable cache directories

2024-07-24 Thread Santiago Vila
Package: src:refcard Version: 12.0 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build dh build dh_update_autotool

Bug#1076921: sambamba: FTBFS: ldc2: Unknown command line argument '-frelease'. Try: 'ldc2 --help'

2024-07-24 Thread Santiago Vila
Package: src:sambamba Version: 1.0.1+dfsg-2 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary mkdir -p obj-x86_64-

Bug#1076920: samba: FTBFS: dpkg-gensymbols: error: 2:+samba is not a valid version

2024-07-24 Thread Santiago Vila
Package: src:samba Version: 2:4.20.2+dfsg-7 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary debian/

Bug#1076922: satpy: FTBFS: failing tests

2024-07-24 Thread Santiago Vila
Package: src:satpy Version: 0.49.0-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --buildsystem=pyb

Bug#1076924: sendip: FTBFS: sendip.c:282:46: error: ‘SENDIP_LIBS’ undeclared

2024-07-24 Thread Santiago Vila
Package: src:sendip Version: 2.6-1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary dh_update_autoto

Bug#1076923: scikit-learn: FTBFS: dh_sphinxdoc: error: debian/python-sklearn-doc/usr/share/doc/python-sklearn-doc/html/search.html does not load searchindex.js

2024-07-24 Thread Santiago Vila
Package: src:scikit-learn Version: 1.4.2+dfsg-3 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules binary dh binary --with

Bug#1076926: spherepack: FTBFS: ModuleNotFoundError: No module named 'numpy.distutils'

2024-07-24 Thread Santiago Vila
Package: src:spherepack Version: 3.3~a1-5.1 Severity: serious Tags: ftbfs Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: [...] debian/rules build py3versions: no X-Pyt

  1   2   3   >