Bug#1057424: libmodule-build-perl: Multi-Arch: foreign makes other packages FTBFS

2023-12-05 Thread Niko Tyni
(dropped d-cross@)

On Mon, Dec 04, 2023 at 10:04:42PM +0100, gregor herrmann wrote:
> On Mon, 04 Dec 2023 21:59:12 +0200, Niko Tyni wrote:

> > Filing against libmodule-build-perl for now to prevent it from entering
> > trixie before the other two are changed. Feel free to reassign or clone
> > or whatever if you like.
> 
> Both fixed (by removing the :native) and uploaded.

Thanks!

> I guess we could upload libmodule-build-perl with versioned Breaks on
> the 2 packages (and close this bug with the upload) to get the
> migration/upgrade order right?

Breaks seems a bit much given it's not runtime breakage. And it doesn't
actually prevent trying to build with a broken combination of the
packages.

And Build-Conflicts works in the other direction, no help there AFAICS
(and I don't think britney even looks at build dependencies for testing
migration.)

Maybe just wait a couple of days and close this when the two packages
have migrated?
-- 
Niko



Bug#1057629: adcli: wrong path for ldap.conf listed in adcli(8) manpage

2023-12-05 Thread Steve Langasek
Package: adcli
Version: 0.9.2-1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch

Hi Laurent,

In Ubuntu, we are carrying a patch for a while that corrects a wrong path
for ldap.conf in the adcli manpage, fixing it from /etc/openldap/ldap.conf
to /etc/ldap/ldap.conf.

The latter is the default value in Debian as well as Ubuntu, so I think
Debian should also carry this delta to upstream.

Thanks for considering,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru adcli-0.9.2/debian/patches/fix-ldap-conf-path.patch 
adcli-0.9.2/debian/patches/fix-ldap-conf-path.patch
--- adcli-0.9.2/debian/patches/fix-ldap-conf-path.patch 1969-12-31 
16:00:00.0 -0800
+++ adcli-0.9.2/debian/patches/fix-ldap-conf-path.patch 2023-12-05 
23:33:36.0 -0800
@@ -0,0 +1,17 @@
+Author: Athos Ribeiro 
+Description: Update docs ldap.conf path to match path provided by 
libldap-common
+Forwarded: not-needed
+Last-Update: 2021-08-17
+Index: adcli/doc/adcli.xml
+===
+--- adcli.orig/doc/adcli.xml
 adcli/doc/adcli.xml
+@@ -149,7 +149,7 @@
+Please note that the place where CA certificates
+   can be found to validate the AD DC certificates
+   must be configured in the OpenLDAP configuration
+-  file, e.g. /etc/openldap/ldap.conf.
++  file, e.g. /etc/ldap/ldap.conf.
+   As an alternative it can be specified with the help of
+   an environment variable, e.g.
+ 
diff -Nru adcli-0.9.2/debian/patches/series adcli-0.9.2/debian/patches/series
--- adcli-0.9.2/debian/patches/series   1969-12-31 16:00:00.0 -0800
+++ adcli-0.9.2/debian/patches/series   2023-12-05 23:33:36.0 -0800
@@ -0,0 +1 @@
+fix-ldap-conf-path.patch


Bug#1057301: ITP: swayosd -- osd window for volume and brightness

2023-12-05 Thread Maytham Alsudany
Hi Matthias,

I've got the swayosd package ready at https://salsa.debian.org/Maytha8/swayosd
if you want to have a look. It can be uploaded as soon as the PR is merged.

Kind regards,
Maytham


signature.asc
Description: This is a digitally signed message part


Bug#735909:

2023-12-05 Thread Adam Ggod

Bug#1057470: Outdated rkhunter since 2018-02

2023-12-05 Thread Francois Marier
On 2023-12-05 at 20:28:44, Jörg Frings-Fürst (debian@jff.email) wrote:
> I did not search for Vulnerabilities. However, I am of the opinion that using
> rkhunter in its current form is equivalent to using a 6 year old virus scanner
> and therefore involves an increased security risk.

Ideally I agree that it would be great if more signatures could be added so
that new threats could be detected. I don't see any indication that of
vulnerabilities in this software however. Lack of new upstream development
is not necessarily an indication that the software is unsafe.

Francois

-- 
https://fmarier.org/



Bug#1057628: im-config: support zsh as login shell and wayland env

2023-12-05 Thread YunQiang Su

Package: src:im-config
Version: 0.57-2
Control: block -1 by 1057627

1. For wayland, gnome-session use $SHELL to restart.
https://salsa.debian.org/gnome-team/gnome-session/-/commit/5fee64f74925291f211f289dcfb3f1cf522c1546
2. im-config contains a file: /etc/profile.d/im-config_wayland.sh
to start input method in wayland env.
3. If zsh is set to login shell, the input method won't start,
since zsh doesn't use /etc/profile.


Please put a symlink of /etc/profile.d/im-config_wayland.sh
to /etc/zsh/zlogin.d/im-config_wayland.sh



Bug#1057627: zsh: add /etc/zsh/zlogin.d directory

2023-12-05 Thread YunQiang Su

Package: src:zsh
Version: 5.9-5

Please add an /etc/zsh/zlogin.d directory and add something like

if [ -d /etc/zsh/zlogin.d ]; then
  for i in /etc/zsh/zlogin.d/*.sh; do
if [ -r $i ]; then
  . $i
fi
  done
  unset i
fi

Bash does this in /etc/profile, so that other packages can put
some init scripts here.

Background:
1. For wayland, gnome-session use $SHELL to restart.
https://salsa.debian.org/gnome-team/gnome-session/-/commit/5fee64f74925291f211f289dcfb3f1cf522c1546
2. im-config contains a file: /etc/profile.d/im-config_wayland.sh
to start input method in wayland env.
3. If zsh is set to login shell, the input method won't start,
since zsh doesn't use /etc/profile.



Bug#1057470: Outdated rkhunter since 2018-02

2023-12-05 Thread Jörg Frings-Fürst
Hello Francois,

I did not search for Vulnerabilities. However, I am of the opinion that using
rkhunter in its current form is equivalent to using a 6 year old virus scanner
and therefore involves an increased security risk.




Am Dienstag, dem 05.12.2023 um 12:39 -0800 schrieb Francois Marier:
> On 2023-12-05 at 07:07:23, Jörg Frings-Fürst (debian@jff.email) wrote:
> > I noticed that the program and the data available on the internet are from
> > 2018-02. 
> > So almost 6 years old data suggests a non-existent security.
> 
> Hi Jörg, are you aware of security vulnerabilities in rkhunter or you are
> simply guessing that it might contain security vulnerabilities?
> 
> As far as I am aware, rkhunter is not under active development anymore, but
> it also doesn't have any known vulnerabilities.
> 
> Francois
> 

CU
Jörg

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56


Jörg Frings-Fürst
D-54470 Lieser


git:  https://git.jff.email/cgit/

Skype:jff-skype@jff.email
Jami: joergfringsfuerst
Telegram: @joergfringsfuerst
Matrix:   @joergff:matrix.snct-gmbh.de

My wish list: 
 - Please send me a picture from the nature at your home.






signature.asc
Description: This is a digitally signed message part


Bug#1057484: pelican: "ModuleNotFoundError: No module named 'watchfiles"

2023-12-05 Thread Louis-Philippe Véronneau
Had a quick look at the Debian package and it seems that all tests are 
disabled.


In my opinion, this is a very good example of why tests at build (and in 
autopkgtests) are important. How do you know the package you're shipping 
isn't broken without tests? (you don't know, that's why there are tests :D).


I would thus strongly suggest you to run tests, or at least part of the 
testsuite if some locale-specific tests are unhelpful.


Cheers,

--
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄


OpenPGP_0xE1E5457C8BAD4113.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1057626: pbcopper: add build support for loongarch64

2023-12-05 Thread zhangdandan

Source: pbcopper
Version: 2.2.0+dfsg-1
Severity: wishlist
Tags: patch
User: debian-loonga...@lists.debian.org
Usertags: loong64

Dear maintainers,

The pbcopper source package lacks LoongArch architecture support.
We need to add build support for loongarch64 in d/control.


Please consider the patch I have attached.
And the pbcopper source package was compiled successfully on my local 
loong64 rootfs environment.
Would it be possible to include the support for LoongArch in the next 
upload?


thanks,
Dandan Zhang

diff -Nru pbcopper-2.2.0+dfsg/debian/control pbcopper-2.2.0+dfsg/debian/control
--- pbcopper-2.2.0+dfsg/debian/control  2023-08-09 13:48:38.0 +
+++ pbcopper-2.2.0+dfsg/debian/control  2023-08-09 13:48:38.0 +
@@ -19,7 +19,7 @@
 Rules-Requires-Root: no
 
 Package: libpbcopper2.2.0
-Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 
sparc64 alpha
+Architecture: any-amd64 arm64 loong64 mips64el ppc64el s390x ia64 ppc64 
riscv64 sparc64 alpha
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
@@ -32,7 +32,7 @@
  This package contains the dynamic library
 
 Package: libpbcopper-dev
-Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 
sparc64 alpha
+Architecture: any-amd64 arm64 loong64 mips64el ppc64el s390x ia64 ppc64 
riscv64 sparc64 alpha
 Multi-Arch: same
 Section: libdevel
 Depends: libpbcopper2.2.0 (= ${binary:Version}),


Bug#1057625: openni-sensor-primesense: add support for loongarch64

2023-12-05 Thread zhangdandan

Source: openni-sensor-primesense
Version: 5.1.0.41-13
Severity: wishlist
Tags: patch
User: debian-loonga...@lists.debian.org
Usertags: loong64

Dear maintainers,

Compiling the openni-sensor-primesense failed for loong64 in the Debian 
Package Auto-Building environment.
The full compilation log can be found at 
https://buildd.debian.org/status/logs.php?pkg=openni-sensor-primesense=5.1.0.41-13=loong64



Please consider the patch I have attached.
And the openni-sensor-primesense source package was compiled 
successfully on my local loong64 rootfs environment.

If you have any questions, you can contact me at any time.

thanks,
Dandan Zhang

Description: Add support for loongarch64 
Last-Update: 2023-12-06

--- openni-sensor-primesense-5.1.0.41.orig/Platform/Linux/Build/Common/CommonDefs.mak
+++ openni-sensor-primesense-5.1.0.41/Platform/Linux/Build/Common/CommonDefs.mak
@@ -23,6 +23,8 @@ else ifneq (,$(findstring mips,$(MACHINE
   	HOST_PLATFORM = Mips
 else ifneq (,$(findstring riscv64,$(MACHINE)))
 	HOST_PLATFORM = Riscv64
+else ifneq (,$(findstring loongarch64,$(MACHINE)))
+	HOST_PLATFORM = Loongarch64
 else
 	DUMMY:=$(error Can't determine host platform)
 endif
--- /dev/null
+++ openni-sensor-primesense-5.1.0.41/Platform/Linux/Build/Common/Platform.Loongarch64
@@ -0,0 +1,11 @@
+export GLUT_SUPPORTED=1
+
+ifeq "$(CFG)" "Release"
+
+# Optimization level, minus currently buggy optimizing methods (which break bit-exact)
+CFLAGS += -O3 -fno-tree-pre -fno-strict-aliasing
+
+# More optimization flags
+CFLAGS += -ftree-vectorize -ffast-math -funsafe-math-optimizations -fsingle-precision-constant
+
+endif
--- openni-sensor-primesense-5.1.0.41.orig/Platform/Linux/CreateRedist/RedistMaker
+++ openni-sensor-primesense-5.1.0.41/Platform/Linux/CreateRedist/RedistMaker
@@ -39,6 +39,8 @@ else
 		PLATFORM="Mips" ;;
 	riscv*)
 		PLATFORM="Riscv64" ;;
+	loongarch64)
+		PLATFORM="Loongarch64" ;;
 	*)
 		echo "Unknown machine type: $MACHINE_TYPE"
 		exit 1
--- openni-sensor-primesense-5.1.0.41.orig/Source/Utils/XnSensorServer/SensorServer.cpp
+++ openni-sensor-primesense-5.1.0.41/Source/Utils/XnSensorServer/SensorServer.cpp
@@ -56,7 +56,7 @@ int main(int argc, char* argv[])
 	nRetVal = XnSensorServerGetGlobalConfigFile(strConfigDir, strConfigFile, XN_FILE_MAX_PATH);
 	XN_CHECK_RC(nRetVal, "Resolving global config file");
 
-#if (XN_PLATFORM == XN_PLATFORM_LINUX_X86 || XN_PLATFORM == XN_PLATFORM_LINUX_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_AARCH64 || XN_PLATFORM == XN_PLATFORM_LINUX_POWERPC || XN_PLATFORM == XN_PLATFORM_MACOSX || XN_PLATFORM == XN_PLATFORM_LINUX_MIPS || XN_PLATFORM == XN_PLATFORM_LINUX_RISCV64)
+#if (XN_PLATFORM == XN_PLATFORM_LINUX_X86 || XN_PLATFORM == XN_PLATFORM_LINUX_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_AARCH64 || XN_PLATFORM == XN_PLATFORM_LINUX_POWERPC || XN_PLATFORM == XN_PLATFORM_MACOSX || XN_PLATFORM == XN_PLATFORM_LINUX_MIPS || XN_PLATFORM == XN_PLATFORM_LINUX_RISCV64 || XN_PLATFORM == XN_PLATFORM_LINUX_LOONGARCH64)
 	xnLogSetOutputFolder("/var/log/primesense/XnSensorServer/");
 #endif
 
--- openni-sensor-primesense-5.1.0.41.orig/Source/XnDeviceSensorV2/XnDeviceSensorInit.h
+++ openni-sensor-primesense-5.1.0.41/Source/XnDeviceSensorV2/XnDeviceSensorInit.h
@@ -57,7 +57,7 @@
 
 	#define XN_SENSOR_USB_MISC_BUFFER_SIZE	0x1000
 	#define XN_SENSOR_USB_MISC_BUFFERS		1
-#elif (XN_PLATFORM == XN_PLATFORM_LINUX_X86 || XN_PLATFORM == XN_PLATFORM_LINUX_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_AARCH64 || XN_PLATFORM == XN_PLATFORM_LINUX_POWERPC || XN_PLATFORM == XN_PLATFORM_MACOSX || XN_PLATFORM == XN_PLATFORM_ANDROID_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_MIPS || XN_PLATFORM == XN_PLATFORM_LINUX_RISCV64)
+#elif (XN_PLATFORM == XN_PLATFORM_LINUX_X86 || XN_PLATFORM == XN_PLATFORM_LINUX_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_AARCH64 || XN_PLATFORM == XN_PLATFORM_LINUX_POWERPC || XN_PLATFORM == XN_PLATFORM_MACOSX || XN_PLATFORM == XN_PLATFORM_ANDROID_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_MIPS || XN_PLATFORM == XN_PLATFORM_LINUX_RISCV64 || XN_PLATFORM == XN_PLATFORM_LINUX_LOONGARCH64)
 	#define XN_SENSOR_USB_IMAGE_BUFFER_SIZE_MULTIPLIER_ISO32
 	#define XN_SENSOR_USB_IMAGE_BUFFER_SIZE_MULTIPLIER_BULK40
 	#define XN_SENSOR_USB_IMAGE_BUFFER_SIZE_MULTIPLIER_LOWBAND_ISO		16
--- openni-sensor-primesense-5.1.0.41.orig/Source/XnDeviceSensorV2/XnSensorClient.cpp
+++ openni-sensor-primesense-5.1.0.41/Source/XnDeviceSensorV2/XnSensorClient.cpp
@@ -882,7 +882,7 @@ XnStatus XnSensorClient::StartServerProc
 	
 #if (XN_PLATFORM == XN_PLATFORM_WIN32)
 	nRetVal = GetModuleDir(strServerDir);
-#elif (XN_PLATFORM == XN_PLATFORM_LINUX_X86 || XN_PLATFORM == XN_PLATFORM_LINUX_ARM || XN_PLATFORM == XN_PLATFORM_LINUX_AARCH64 || XN_PLATFORM == XN_PLATFORM_LINUX_POWERPC || XN_PLATFORM == XN_PLATFORM_MACOSX || XN_PLATFORM == XN_PLATFORM_LINUX_MIPS || XN_PLATFORM == XN_PLATFORM_LINUX_RISCV64)
+#elif (XN_PLATFORM == XN_PLATFORM_LINUX_X86 || XN_PLATFORM == XN_PLATFORM_LINUX_ARM || XN_PLATFORM == 

Bug#1057624: ausweisapp2: new upstream version (and name)

2023-12-05 Thread Christoph Anton Mitterer
Package: ausweisapp2
Version: 1.26.7-2
Severity: wishlist


Hey.

A new upstream major version (2.x) is out, and they've apparently also
rebranded it back to just "AusweisApp" (i.e. no longer a 2 in the name).


Cheers,
Chris.



Bug#1056643: RFS: gtklock/2.1.0-1 [ITP] -- GTK-based lockscreen for wayland

2023-12-05 Thread Maytham Alsudany
Hi werdahias,

Letting you know that I've made a new upload of gtklock to mentors fixing the
problems you identified.

Kind regards,
Maytham


signature.asc
Description: This is a digitally signed message part


Bug#1057623: Unnecessary debugging statements

2023-12-05 Thread Bruce Duncan

Package: python3-apt
Version: 2.7.0

Hi,

We are using python3-apt in a configuration management system, LCFG. 
Because there are some debugging messages in the code, every machine 
sends us these messages when they do updates:


Stdout:
got fd: 5


Stderr:
custom fork found
got pid: 1054321
got pid: 0

These messages are leftover debugging messages that don't add value any 
more. They should be removed. (I could filter them, but the correct 
approach seems to be to remove them.)


I created a pull request on Salsa which fixes this, but I never got a 
reply. I sent a bump message after a reasonable length of time, and 
still didn't get a reply, so I'm trying here instead. If this is the 
wrong place to address this problem, or I have done something else 
wrongly, please tell me.


https://salsa.debian.org/apt-team/python-apt/-/merge_requests/84

Thanks,
Bruce



OpenPGP_0x3D3BB36EBFD0445D.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1057550: cvs: FTBFS: FAIL: test-getdate.sh

2023-12-05 Thread Thorsten Glaser
tags 1057550 + pending
thanks

Santiago Vila dixit:

> Hi. I think we can skip the ssh thing, as this one is easy
> to diagnose: Missing Build-Depends on tzdata.
>
> Please use debootstrap from trixie/sid to reproduce. Details here:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837060

Oh, indeed. TIL. A quick check on sid/main shows:

grep-dctrl -FPriority required -a --not -FEssential yes -sPackage <…
Package: apt
Package: debconf
Package: e2fsprogs
Package: libpam-modules
Package: libpam-modules-bin
Package: libpam-runtime
Package: mawk
Package: mount
Package: passwd
Package: tzdata

Out of these, apt, debconf, libpam* and (as in the bugreport) mawk
are present but e2fsprogs, mount, passwd and tzdata are absent idd.

I’ll upload. Thanks,
//mirabilos
-- 
13:22⎜«neurodamage» mira, what's up man? I have a CVS question for you in #cvs
16:06⎜ Thank god I found you =)   20:03│«bioe007:#cvs» mira2k: ty
18:36⎜«ThunderChicken:#cvs» mirabilos FTW!  23:03⎜«mithraic:#cvs» aaah. thanks
18:50⎜«grndlvl:#cvs» thankyou18:50⎜«grndlvl:#cvs» worked perfectly



Bug#1057440: closed by Andreas Tille (Re: Bug#1057440: libvcflib: 1)

2023-12-05 Thread zhangjialing

Hi,

I found this failed to build for less loong64 in package libvcflib-tools.

Package: libvcflib-tools
Architecture: any-amd64 arm64 loong64 mips64el ppc64el s390x ia64 ppc64 
riscv64 sparc64 alpha


[1] 
https://buildd.debian.org/status/fetch.php?pkg=libvcflib=loong64=1.0.9%2Bdfsg1-3=1701616030=0


在 2023/12/5 下午9:24, Debian Bug Tracking System 写道:

This is an automatic notification regarding your Bug report
which was filed against the src:libvcflib package:

#1057440: libvcflib: 1

It has been closed by Andreas Tille .

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Andreas Tille 
 by
replying to this email.






Bug#1057586: nvda2speechd: FTBFS: error: failed to run custom build command for `speech-dispatcher-sys v0.7.0`

2023-12-05 Thread Samuel Thibault
Control: reassign -1 libclang1-16

Sorry, I meant to reassign to libclang1-16 of course.



Bug#1057622: plasma-desktop: Desktop icons disappear on wake-up from sleep

2023-12-05 Thread Mihailo Jokic
Package: plasma-desktop
Version: 4:5.27.5-2
Severity: important
X-Debbugs-Cc: mih...@gmail.com

Dear Maintainer,

I have two folders on my desktop. After saving a few files in Desktop and 
leaving my screen to first lock and then to go to sleep, those files disappear 
from the desktop on wake-up.
Log out or restart returns these files back to desktop.

I found that this irritating bug is fixed in Plasma 5.27.10 with 
https://invent.kde.org/plasma/plasma-desktop/-/commit/a6bc63103ed128ffe0fd843eb3c4416ede835fde
Is it possible to backport it to Debian Stable?

Kind regards,
Mihailo Jokic

-- System Information:
Debian Release: 12.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-13-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages plasma-desktop depends on:
ii  accountsservice  22.08.8-6
ii  breeze   4:5.27.5-2
ii  kactivitymanagerd5.27.5-2
ii  kde-cli-tools4:5.27.5.1-2
ii  kded55.103.0-1
ii  kio  5.103.0-1
ii  kpackagetool55.103.0-1
ii  layer-shell-qt   5.27.5-2
ii  libaccounts-qt5-11.16-2
ii  libc62.36-9+deb12u3
ii  libglib2.0-0 2.74.6-2
ii  libibus-1.0-51.5.27-5
ii  libkaccounts24:22.12.3-1
ii  libkf5activities55.103.0-1
ii  libkf5activitiesstats1   5.103.0-1
ii  libkf5authcore5  5.103.0-1
ii  libkf5baloo5 5.103.0-2
ii  libkf5bookmarks5 5.103.0-1
ii  libkf5codecs55.103.0-1
ii  libkf5completion55.103.0-1
ii  libkf5configcore55.103.0-2
ii  libkf5configgui5 5.103.0-2
ii  libkf5configwidgets5 5.103.0-1
ii  libkf5coreaddons55.103.0-1
ii  libkf5crash5 5.103.0-1
ii  libkf5dbusaddons55.103.0-1
ii  libkf5globalaccel-bin5.103.0-1
ii  libkf5globalaccel5   5.103.0-1
ii  libkf5guiaddons5 5.103.0-1
ii  libkf5i18n5  5.103.0-1
ii  libkf5iconthemes55.103.0-1
ii  libkf5itemviews5 5.103.0-1
ii  libkf5jobwidgets55.103.0-1
ii  libkf5kcmutils5  5.103.0-3
ii  libkf5kcmutilscore5  5.103.0-3
ii  libkf5kdelibs4support5   5.103.0-1
ii  libkf5kiocore5   5.103.0-1
ii  libkf5kiofilewidgets55.103.0-1
ii  libkf5kiogui55.103.0-1
ii  libkf5kiowidgets55.103.0-1
ii  libkf5newstuffcore5  5.103.0-1
ii  libkf5notifications5 5.103.0-1
ii  libkf5notifyconfig5  5.103.0-1
ii  libkf5package5   5.103.0-1
ii  libkf5plasma55.103.0-1+deb12u1
ii  libkf5plasmaquick5   5.103.0-1+deb12u1
ii  libkf5quickaddons5   5.103.0-1
ii  libkf5runner55.103.0-1
ii  libkf5service-bin5.103.0-1
ii  libkf5service5   5.103.0-1
ii  libkf5solid5 5.103.0-1
ii  libkf5sonnetcore55.103.0-1
ii  libkf5sonnetui5  5.103.0-1
ii  libkf5widgetsaddons5 5.103.0-1
ii  libkf5windowsystem5  5.103.0-1
ii  libkf5xmlgui55.103.0-1
ii  libkworkspace5-5 4:5.27.5-2+deb12u1
ii  libnotificationmanager1  4:5.27.5-2+deb12u1
ii  libpackagekitqt5-1   1.1.1-1
ii  libphonon4qt5-4  4:4.11.1-4
ii  libprocesscore9  4:5.27.5-2
ii  libqt5concurrent55.15.8+dfsg-11
ii  libqt5core5a 5.15.8+dfsg-11
ii  libqt5dbus5  5.15.8+dfsg-11
ii  libqt5gui5   5.15.8+dfsg-11
ii  libqt5network5   5.15.8+dfsg-11
ii  libqt5qml5   5.15.8+dfsg-3
ii  libqt5quick5 5.15.8+dfsg-3
ii  libqt5quickwidgets5  5.15.8+dfsg-3
ii  libqt5sql5   

Bug#1052309: NMU fixing FTBFS, cross-building and reproducible builds bugs

2023-12-05 Thread Vagrant Cascadian
I've uploaded an NMU fixing several cross building and reproducible
builds bugs and an RC bug to DELAYED/10. The changes should also be
available via dgit.

debdiff follows:

diff -Nru lirc-0.10.1/debian/changelog lirc-0.10.1/debian/changelog
--- lirc-0.10.1/debian/changelog2022-12-28 03:25:42.0 -0800
+++ lirc-0.10.1/debian/changelog2023-12-05 15:52:45.0 -0800
@@ -1,3 +1,28 @@
+lirc (0.10.1-7.3) unstable; urgency=medium
+
+  [ Vagrant Cascadian ]
+  * Non-maintainer upload.
+  * tools: Do not embed build date and kernel version in various files.
+(Closes: #979019)
+  * debian/rules: Run build in the C.UTF-8 locale. (Closes: #979023)
+
+  [ Helmut Grohne ]
+  * Build verbosely by default. (Closes: #988907)
+
+  [ Vagrant Cascadian ]
+  * debian/rules: Normalize shipped tarball of python source code.
+(Closes: #979024)
+
+  [ Helmut Grohne ]
+  * Fix FTBFS when systemdsystemunitdir changes in systemd.pc.
+(Closes: #1052309)
+  * Fix build vs host confusion. (Closes: #1052309)
+  * Check for /dev/input using AC_CHECK_FILE. (Closes: #989304)
+  * Multiarchify python Build-Depends. (Closes: #989304)
+  * Export _PYTHON_SYSCONFIGDATA_NAME for setup.py. (Closes: #989304)
+
+ -- Vagrant Cascadian   Tue, 05 Dec 2023 
15:52:45 -0800
+
 lirc (0.10.1-7.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru lirc-0.10.1/debian/control lirc-0.10.1/debian/control
--- lirc-0.10.1/debian/control  2022-12-28 03:25:42.0 -0800
+++ lirc-0.10.1/debian/control  2023-12-05 15:52:45.0 -0800
@@ -18,6 +18,7 @@
  kmod [linux-any],
  libasound2-dev [linux-any kfreebsd-any],
  libftdi1-dev,
+ libpython3-dev (>= 3.5),
  libsystemd-dev [linux-any],
  libudev-dev [linux-any],
  libusb-1.0-0-dev [!kfreebsd-any],
@@ -26,9 +27,9 @@
  man2html-base,
  pkg-config,
  portaudio19-dev,
- python3-dev (>= 3.5),
+ python3-dev:any (>= 3.5),
  python3-setuptools,
- python3-yaml,
+ python3-yaml:native,
  socat [!hurd-any],
  systemd [linux-any],
  xsltproc
diff -Nru lirc-0.10.1/debian/install lirc-0.10.1/debian/install
--- lirc-0.10.1/debian/install  2022-12-28 03:25:42.0 -0800
+++ lirc-0.10.1/debian/install  2023-12-05 15:52:45.0 -0800
@@ -1,7 +1,7 @@
 #! /usr/bin/dh-exec
 
 etc/lirc
-[linux-any] lib/systemd/*
+[linux-any] ${systemdsystemunitdir}
 [linux-any] usr/lib/tmpfiles.d/*
 [linux-any] usr/bin/lirc-make-devinput
 [linux-any] usr/bin/irpipe
diff -Nru 
lirc-0.10.1/debian/patches/check-for-devinput-using-ac_check_file.patch 
lirc-0.10.1/debian/patches/check-for-devinput-using-ac_check_file.patch
--- lirc-0.10.1/debian/patches/check-for-devinput-using-ac_check_file.patch 
1969-12-31 16:00:00.0 -0800
+++ lirc-0.10.1/debian/patches/check-for-devinput-using-ac_check_file.patch 
2023-12-05 15:52:45.0 -0800
@@ -0,0 +1,44 @@
+From: Helmut Grohne 
+Date: Mon, 31 May 2021 13:09:56 +0200
+X-Dgit-Generated: 0.10.1-7.3 54cb42673c340f60f85764753d13da093aad4baf
+Subject: Check for /dev/input using AC_CHECK_FILE.
+
+(Closes: #989304)
+
+---
+
+diff --git a/configure.ac b/configure.ac
+index 1d910b0..66f96aa 100644
+--- a/configure.ac
 b/configure.ac
+@@ -289,29 +289,12 @@ else
+ fi
+ 
+ AC_MSG_CHECKING(for devinput)
+-AC_RUN_IFELSE([AC_LANG_PROGRAM([[
+-  #include 
+-]],[[
+-  return access("/dev/input", R_OK) == 0 ? 0 : 1;
+-]])],[
++AC_CHECK_FILE([/dev/input],[
+   have_devinput="yes"
+   AC_MSG_RESULT(yes)
+ ],[
+   AC_MSG_RESULT(no)
+   have_devinput="no"
+-],[
+-  AS_IF([test x$DEVINPUT_HEADER = x -a x$enable_devinput = xyes], [
+-AC_MSG_ERROR([
+-  cannot cross-compile with devinput without DEVINPUT_HEADER
+-  defined, giving up
+-])
+-  ])
+-  if test -n "$DEVINPUT_HEADER" ; then
+-have_devinput="yes"
+-  else
+-have_devinput="no"
+-  fi
+-  AC_MSG_RESULT(yes)
+ ])
+ 
+ 
diff -Nru lirc-0.10.1/debian/patches/series lirc-0.10.1/debian/patches/series
--- lirc-0.10.1/debian/patches/series   2022-12-28 03:25:42.0 -0800
+++ lirc-0.10.1/debian/patches/series   2023-12-05 15:52:45.0 -0800
@@ -9,3 +9,5 @@
 0009-Replace-the-obsolete-get_event_loop-with-get_running.patch
 0010-Patch-configure.ac-to-support-passing-MODINFO.patch
 0011-yaml.load.diff
+tools-do-not-embed-build-date-and-kernel.patch
+check-for-devinput-using-ac_check_file.patch
diff -Nru 
lirc-0.10.1/debian/patches/tools-do-not-embed-build-date-and-kernel.patch 
lirc-0.10.1/debian/patches/tools-do-not-embed-build-date-and-kernel.patch
--- lirc-0.10.1/debian/patches/tools-do-not-embed-build-date-and-kernel.patch   
1969-12-31 16:00:00.0 -0800
+++ lirc-0.10.1/debian/patches/tools-do-not-embed-build-date-and-kernel.patch   
2023-12-05 15:52:45.0 -0800
@@ -0,0 +1,59 @@
+From: Vagrant Cascadian 
+Date: Sat, 2 Jan 2021 00:01:20 +
+X-Dgit-Generated: 0.10.1-7.3 1f430917c5ab786478d575d9714dd4e19defd8e1
+Subject: tools: Do not embed build date and kernel version in various files.
+
+(Closes: #979019)
+

Bug#1057586: nvda2speechd: FTBFS: error: failed to run custom build command for `speech-dispatcher-sys v0.7.0`

2023-12-05 Thread Samuel Thibault
Control: reassign -1 clang-15
Control: affects -1 src:nvda2speechd

Hello,

Santiago Vila, le mar. 05 déc. 2023 23:08:27 +0100, a ecrit:
> During a rebuild of all packages in unstable, your package failed to build:
> 
[...]
>  Running 
> `/<>/src/server/target/release/build/speech-dispatcher-sys-0141496207297e1b/build-script-build`
> error: failed to run custom build command for `speech-dispatcher-sys v0.7.0`
> 
> Caused by:
>   process didn't exit successfully: 
> `/<>/src/server/target/release/build/speech-dispatcher-sys-0141496207297e1b/build-script-build`
>  (exit status: 101)
>   --- stdout
>   cargo:rustc-link-lib=speechd
> 
>   --- stderr
>   thread 'main' panicked at 
> '"__mbstate_t_union_(unnamed_at_/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t_h_16_3)"
>  is not a valid Ident', 
> /<>/tmp/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.39/src/fallback.rs:700:9

This doesn't happen in bookworm.

I don't know where this "(unnamed_at_...)" part comes from exactly,
possibly from

./llvm/lib/IR/Mangler.cpp:getNameWithPrefixImpl(OS, "__unnamed_" + 
Twine(ID), DL, PrefixTy);
./llvm/lib/Passes/StandardInstrumentations.cpp:  out << "unnamed_" << 
FuncOrderBlockNum << "<" << BB << ">";

but what is sure is that when, starting from a bookworm chroot, I
merely install libclang1-16 from trixie, I get the issue (installing
libclang1-15 doesn't trigger it).

Samuel



Bug#1057621: valgrind should not drop valgrind-dbg

2023-12-05 Thread Adrian Bunk
Package: valgrind
Version: 1:3.20.0-1
Severity: serious
X-Debbugs-Cc: Adam Borowski 

-dbgsym packages are not part of the normal archive,
and they can therefore not be expected to be pulled in
by normal dependencies.

For the usual case where debug symbols are only used
when debugging in a debugger this is no problem,
but valgrind-dbg is (like libc6-dbg) an exception:

Package: valgrind
Recommends: valgrind-dbg, gdb

https://sources.debian.org/src/valgrind/1%3A3.20.0-2/debian/README.Debian/#L11-L16

  Debian's valgrind package comes stripped of any debug symbols, which are
  provided by the valgrind-dbg package. Note that it's recommended to install
  such package because without those symbols valgrind may generate less
  helpful error messages in certain situations, or not work at all.

 -- Alessandro Ghedini   Sun, 09 Mar 2014 00:00:00 +0100



Bug#977177: mm-common: reproducible builds: Generated tarball includes user, group and file mode

2023-12-05 Thread Vagrant Cascadian
On 2023-11-29, Vagrant Cascadian wrote:
> On 2020-12-12, Simon McVittie wrote:
>> On Fri, 11 Dec 2020 at 20:45:09 -0800, Vagrant Cascadian wrote:
> With the patch, I managed to produce a bit-for-bit identical
> skeletonmm.tar.xz with the patch applied, both in a test environment
> where the umask was varied, and with a fairly "normal" umask which was
> bit-for-bit identical to the skeletonmm.tar.xz in the mm-common package
> in the Debian archive. So it should not cause regressions!
>
> With this patch applied, mm-common should become reproducible on
> tests.reproducible-builds.org infrastructure!
>
> Would an upload including this patch be considered soon, or would the
> maintainers be open to an NMU in the near future?

Uploaded to DELAYED/10 using dgit, debdiff follows:

diff -Nru mm-common-1.0.5/debian/changelog mm-common-1.0.5/debian/changelog
--- mm-common-1.0.5/debian/changelog2022-12-15 12:25:29.0 -0800
+++ mm-common-1.0.5/debian/changelog2023-12-05 15:03:37.0 -0800
@@ -1,3 +1,14 @@
+mm-common (1.0.5-1.1) unstable; urgency=medium
+
+  [ Vagrant Cascadian ]
+  * Non-maintainer upload.
+
+  [ Simon McVittie ]
+  * util/meson_aux/skeletonmm-tarball.py: Use consistent mode on files in
+the generated tarball. (Closes: #977177)
+
+ -- Vagrant Cascadian   Tue, 05 Dec 2023 15:03:37 -0800
+
 mm-common (1.0.5-1) unstable; urgency=medium
 
   [ Jeremy Bicha ]
diff -Nru mm-common-1.0.5/debian/patches/series 
mm-common-1.0.5/debian/patches/series
--- mm-common-1.0.5/debian/patches/series   2022-12-15 12:25:29.0 
-0800
+++ mm-common-1.0.5/debian/patches/series   2023-12-05 15:03:37.0 
-0800
@@ -0,0 +1 @@
+utilmeson_auxskeletonmm-tarball.py-use-c.patch
diff -Nru 
mm-common-1.0.5/debian/patches/utilmeson_auxskeletonmm-tarball.py-use-c.patch 
mm-common-1.0.5/debian/patches/utilmeson_auxskeletonmm-tarball.py-use-c.patch
--- 
mm-common-1.0.5/debian/patches/utilmeson_auxskeletonmm-tarball.py-use-c.patch   
1969-12-31 16:00:00.0 -0800
+++ 
mm-common-1.0.5/debian/patches/utilmeson_auxskeletonmm-tarball.py-use-c.patch   
2023-12-05 15:03:37.0 -0800
@@ -0,0 +1,34 @@
+From: Simon McVittie 
+Date: Tue, 28 Nov 2023 16:57:13 -0800
+X-Dgit-Generated: 1.0.5-1.1 77d8a907867d87eb56f57cfd5d3226aba19355d8
+Subject: util/meson_aux/skeletonmm-tarball.py: Use consistent mode on files in
+
+the generated tarball. (Closes: #977177)
+
+Signed-off-by: Vagrant Cascadian 
+
+---
+
+diff --git a/util/meson_aux/skeletonmm-tarball.py 
b/util/meson_aux/skeletonmm-tarball.py
+index 138184c..a87590e 100755
+--- a/util/meson_aux/skeletonmm-tarball.py
 b/util/meson_aux/skeletonmm-tarball.py
+@@ -10,6 +10,7 @@ import os
+ import sys
+ import shutil
+ import tarfile
++import stat
+ 
+ if sys.argv[1] == 'check':
+   # Called from run_command() during setup or configuration.
+@@ -42,6 +43,10 @@ else:
+ def reset(tarinfo):
+ tarinfo.uid = tarinfo.gid = 0
+ tarinfo.uname = tarinfo.gname = "root"
++if tarinfo.isdir() or (tarinfo.mode & 0o111) != 0:
++tarinfo.mode = stat.S_IFMT(tarinfo.mode) | 0o755
++else:
++tarinfo.mode = stat.S_IFMT(tarinfo.mode) | 0o644
+ return tarinfo
+ 
+ 


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#1057620: doomsday: Crashes on startup

2023-12-05 Thread Witold Baryluk
Package: doomsday
Version: 2.3.1+ds1-1+b2
Severity: normal
X-Debbugs-Cc: witold.bary...@gmail.com

$ doomsday
QSocketNotifier: Can only be used with threads started with QThread
Segmentation fault (core dumped)
$


Running under gdb

(gdb) r
Starting program: /usr/games/doomsday 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7048b6c0 (LWP 1971100)]
QSocketNotifier: Can only be used with threads started with QThread
[New Thread 0x7fffeeafb6c0 (LWP 197)]
[New Thread 0x7fffee2fa6c0 (LWP 1971112)]
[New Thread 0x7fffedaf96c0 (LWP 1971113)]
[New Thread 0x7fffed2766c0 (LWP 1971114)]
[New Thread 0x7fffeca756c0 (LWP 1971115)]
[New Thread 0x7fffd7f7e6c0 (LWP 1971116)]
[New Thread 0x7fffd777d6c0 (LWP 1971117)]
[New Thread 0x7fffd6f7c6c0 (LWP 1971118)]
[New Thread 0x7fffbb3236c0 (LWP 1971137)]
[New Thread 0x7fffba9e16c0 (LWP 1971138)]
[New Thread 0x7fffba1e06c0 (LWP 1971139)]
[New Thread 0x7fffb99df6c0 (LWP 1971140)]

Thread 1 "doomsday" received signal SIGSEGV, Segmentation fault.
0x75419e83 in _XFlush () from /lib/x86_64-linux-gnu/libX11.so.6
(gdb) bt
#0  0x75419e83 in _XFlush () at /lib/x86_64-linux-gnu/libX11.so.6
#1  0x7541cb3d in _XGetRequest () at /lib/x86_64-linux-gnu/libX11.so.6
#2  0x7540fa57 in XQueryExtension () at 
/lib/x86_64-linux-gnu/libX11.so.6
#3  0x75402b16 in XInitExtension () at /lib/x86_64-linux-gnu/libX11.so.6
#4  0x753cdc9b in XextAddDisplay () at 
/lib/x86_64-linux-gnu/libXext.so.6
#5  0x7538a860 in  () at /lib/x86_64-linux-gnu/libXrandr.so.2
#6  0x7538afc0 in XRRQueryExtension () at 
/lib/x86_64-linux-gnu/libXrandr.so.2
#7  0x7798bae4 in de::internal::RRInfo::RRInfo() () at 
/lib/x86_64-linux-gnu/libdeng_gui.so.2.3
#8  0x7798b02d in DisplayMode_Native_Init () at 
/lib/x86_64-linux-gnu/libdeng_gui.so.2.3
#9  0x7791fd11 in DisplayMode_Init () at 
/lib/x86_64-linux-gnu/libdeng_gui.so.2.3
#10 0x5573eb1d in ClientApp::initialize() ()
#11 0x5572175d in main ()
(gdb) 


Running under gnome shell.

xwayland 2:23.2.2-1



Bug#1057619: linux-image-6.6-amd64-unsigned: Enable VDUSE (vdpa-user) modules (vdpa, virtio-vdpa, vduse)

2023-12-05 Thread Vitaliy Filippov
Package: linux-image-6.6-amd64-unsigned
Version: 6.6.4-1~exp1
Severity: wishlist

Dear Maintainer,

Linux 5.15+ has a cool new userspace block device interface: VDUSE.

https://docs.kernel.org/userspace-api/vduse.html

https://www.phoronix.com/news/Linux-5.15-VDUSE-vDPA

My testing shows that it's a real breakthrough in the userspace block device 
area:

https://git.yourcmc.ru/vitalif/vitastor/src/branch/master/docs/usage/qemu.en.md#vduse

But all current Debian Linux kernels have CONFIG_VDPA, CONFIG_VDPA_USER, 
CONFIG_VIRTIO_VDPA disabled.

Ubuntu, Proxmox, Fedora, kernel-mainline for RHEL all have it enabled.

Please enable them in Debian too!

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'oldstable-debug'), (500, 'oldoldstable-debug'), (500, 'oldoldstable'), (500, 
'unstable'), (500, 'testing'), (500, 'oldstable'), (1, 'experimental')
merged-usr: no
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.34-060134-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_USER, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-6.6-amd64-unsigned depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.142
ii  kmod30+20221128-1
ii  linux-base  4.9

Versions of packages linux-image-6.6-amd64-unsigned recommends:
pn  apparmor 
ii  firmware-linux-free  20200122-1

Versions of packages linux-image-6.6-amd64-unsigned suggests:
pn  debian-kernel-handbook  
ii  grub-efi-amd64  2.06-7
pn  linux-doc-6.6   



Bug#1057119:

2023-12-05 Thread Zenaan Harkness
See also
https://github.com/mpv-player/mpv/issues/11342



Bug#860470: libccrtp: please make the build reproducible

2023-12-05 Thread Vagrant Cascadian
On 2023-11-28, Vagrant Cascadian wrote:
> On 2017-04-17, Chris Lamb wrote:
>> This is due to it capturing the buildpath in some automatically
>> generated documentation. It appears safe to simply delete the manpages
>> in question as they are a) private APIs and b) kinda terse/useless
>> anyway.
> ...
>> --- a/debian/rules   2017-04-17 13:16:14.337050334 +0100
>> --- b/debian/rules   2017-04-17 13:38:53.662578698 +0100
>> @@ -15,3 +15,7 @@
>>  override_dh_clean:
>>  rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
>>  dh_clean
>> +
>> +override_dh_installman:
>> +dh_installman
>> +rm -rf debian/libccrtp-doc/usr/share/man/man2
>
> It seems exactly which directory these files are placed in is
> non-deterministic; updated patch attached.
>
> For example, libccrtp-doc_2.0.9-2.3_all.deb currently in the archive
> contains these files:
>
>   
> usr/share/man/man9/_build_libccrtp-eppWJD_libccrtp-2.0.9_src_ccrtp_.9_src_ccrtp_.3.gz
>   usr/share/man/man9/_build_libccrtp-eppWJD_libccrtp-2.0.9_src_.9_src_.3.gz
>
> I intend to NMU this package in the near future to fix this issue if I
> do not hear otherwise.

I have uploaded an NMU to DELAYED/10, using dgit so you can get the diff
from there, or the following debdiff:

diff -Nru libccrtp-2.0.9/debian/changelog libccrtp-2.0.9/debian/changelog
--- libccrtp-2.0.9/debian/changelog 2018-10-27 02:46:51.0 -0700
+++ libccrtp-2.0.9/debian/changelog 2023-12-05 14:11:43.0 -0800
@@ -1,3 +1,11 @@
+libccrtp (2.0.9-2.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Remove low-content manpages with filenames based on
+build path. (Closes: #860470)
+
+ -- Vagrant Cascadian   Tue, 05 Dec 2023 
14:11:43 -0800
+
 libccrtp (2.0.9-2.3) unstable; urgency=low

   * Non-maintainer upload.
diff -Nru libccrtp-2.0.9/debian/rules libccrtp-2.0.9/debian/rules
--- libccrtp-2.0.9/debian/rules 2015-08-31 06:53:06.0 -0700
+++ libccrtp-2.0.9/debian/rules 2023-12-05 14:11:43.0 -0800
@@ -15,3 +15,9 @@
 override_dh_clean:
rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
dh_clean
+
+override_dh_installman:
+   dh_installman
+   # Remove files with low content and filenames based on the build path.
+   # https://bugs.debian.org/860470
+   rm -vf debian/libccrtp-doc/usr/share/man/man*/_*

live well,
  vagrant


signature.asc
Description: PGP signature


Bug#1057618: Fwd: [containers/podman] Release v4.8.1 - v4.8.1

2023-12-05 Thread Reinhard Tartler
Package: libpod

-- Forwarded message -
From: Lokesh Mandvekar 
Date: Tue, Dec 5, 2023 at 6:49 AM
Subject: [containers/podman] Release v4.8.1 - v4.8.1
To: containers/podman 
Cc: Subscribed 


v4.8.1 

Repository: containers/podman  · Tag:
v4.8.1  · Commit: ef6e5ac

· Released by: lsm5 
Bugfixes

   - Fixed a bug on Windows (WSL) where wsl.conf/resolv.conf was not
   restored when user-mode networking was disabled after being enabled (
   #20625 ).
   - Fixed a bug where currently if user specifies podman kube play
   --replace, the pod is removed on the client side, not the server side (
   #20705 ).
   - Fixed a bug where podman machine rm -f would cause a deadlock when
   running with WSL.
   - Fixed database is locked errors with the new sqlite database backend (
   #20809 ).
   - Fixed a bug where podman-remote exec would fail if the server API
   version is older than 4.8.0 (#20821
   ).
   - Fixed a bug where Podman would not run any command on systems with a
   symlinked $HOME (#20872
   ).

—

This release has 8 assets:

   - podman-remote-release-darwin_amd64.zip
   - podman-remote-release-darwin_arm64.zip
   - podman-remote-release-windows_amd64.zip
   - podman-remote-static-linux_amd64.tar.gz
   - podman-remote-static-linux_arm64.tar.gz
   - shasums
   - Source code (zip)
   - Source code (tar.gz)

Visit the release page
 to download them.

—
You are receiving this because you are watching this repository.
View it on GitHub 
or unsubscribe

from all notifications for this repository.


-- 
regards,
Reinhard


Bug#1057617: tracker-miners: FTBFS: tests failed

2023-12-05 Thread Chris Hofstaedtler
Source: tracker-miners
Version: 3.4.6-1
Severity: serious
Tags: ftbfs

Dear Maintainer,

your package FTBFS in unstable, in my own test rebuild as well as on the Debian 
buildds.

Build log snippet, hopefully relevant:
   Traceback (most recent call last):
   File "/<>/tests/functional-tests/extractor-generic.py", line 
99, in generic_test_extraction
  jsonld = fixtures.get_tracker_extract_output(extra_env,
   ^^
   File "/<>/tests/functional-tests/fixtures.py", line 385, in 
get_tracker_extract_output
  raise RuntimeError(
   RuntimeError: tracker-extract returned non-zero exit code: -31
   Error output:
   Warning: using insecure memory!
   Disallowed syscall "getsockopt" caught in sandbox
...
dh_auto_test: error: cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
LC_ALL=C.UTF-8 MESON_TESTTHREADS=1 meson test --no-rebuild --verbose --no-suite 
functional returned exit code 32
make[1]: *** [debian/rules:54: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:40: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

Full build log attached.
Example buildd log:
   
https://buildd.debian.org/status/fetch.php?pkg=tracker-miners=amd64=3.4.6-2=1701438455=0

Best,
Chris




tracker-miners_3.4.6-1.gz
Description: application/gzip


Bug#1055065: doesnt find useradd

2023-12-05 Thread Harlan Lieberman-Berg
On Mon, 30 Oct 2023 17:14:57 +0100 Marc Haber
 wrote:
> debspawn create sid errors out because the tool cannot find useradd. I
> have added adduser manually to "include_pkgs" in osbase.py and this
> allows debspawn create sid to finish.

I've done a bit of digging, and I traced this problem back to a change
in the way debootstrap works when installing the buildd variant, which
is what debspawn uses.  In bug 837060, debootstrap stopped installing
packages which were Priority: Required but not essential.
Specifically, the passwd package is the cause here; failure to install
passwd means that the `useradd` command is not available.  The reason
that installing the adduser package fixed this is that adduser depends
on passwd, so it was indirectly pulled in.

It's certainly easy enough for us to fix on the debspawn side -- we
can just unilaterally add the passwd package -- but it is a bit...
strange for us to have to fix.  It seems, to me, like this is
something we should be able to rely on debootstrap for.  I've copied
the relevant bug; hopefully we can get some input from the bootstrap
folx.  (Maybe we should be using the minbase variant instead? Except
we're always building packages... should we be using a specific user?
I'm not sure!)

Sincerely,

-- 
Harlan Lieberman-Berg
~hlieberman



Bug#1032658: sponsorship

2023-12-05 Thread Serafeim Zanikolas
I'd be happy to sponsor the uploads for this package (and its
dependencies that are not already in the archive).



Bug#1057615: python-oslo.policy: FTBFS: InputError: [Errno 2] No such file or directory: 'ChangeLog'.

2023-12-05 Thread Santiago Vila

Package: src:python-oslo.policy
Version: 4.2.1-2
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 file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh build --buildsystem=python_distutils --with python3,sphinxdoc
   dh_update_autotools_config -O--buildsystem=python_distutils
   dh_autoreconf -O--buildsystem=python_distutils
   dh_auto_configure -O--buildsystem=python_distutils
dh_auto_configure: warning: Please use the third-party "pybuild" build system 
instead of python-distutils
dh_auto_configure: warning: This feature will be removed in compat 12.
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."

[... snipped ...]

 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
oslo_policy.tests.test_policy.EnforcerTest.test_load_multiple_directories_opts_registered
oslo_policy.tests.test_policy.EnforcerTest.test_load_multiple_directories_opts_registered
 ... ok
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 
https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.
oslo_policy.tests.test_policy.EnforcerTest.test_load_non_existed_directory
oslo_policy.tests.test_policy.EnforcerTest.test_load_non_existed_directory ... 
ok
 WARNING [oslo_policy.policy] JSON formatted policy_file support is deprecated 
since Victoria release. You need to use YAML format which will be default in 
future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert 
existing JSON-formatted policy file to YAML-formatted in backward compatible 
way: 

Bug#1057616: ITP: golang-github-jupp0r-go-priority-queue -- A priority queue implementation on top of container/heap

2023-12-05 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: Jérémy Lal 

* Package name: golang-github-jupp0r-go-priority-queue
  Version : 0.0~git20160601.ab10738-1
  Upstream Author : Jupp Mueller
* URL : https://github.com/jupp0r/go-priority-queue
* License : Expat
  Programming Lang: Go
  Description :  A priority queue on top of container/heap for Go
 Besides regular operations, it allows updating items priority,
 allowing the queue to be used in graph search algorithms like
 Dijkstra's algorithm.

This package is a dependency of receptor, which is a go binary needed by awx.


Bug#1057614: python-kaptan: FTBFS: chmod: cannot access '/<>/kaptan.egg-info/*': No such file or directory

2023-12-05 Thread Santiago Vila

Package: src:python-kaptan
Version: 0.5.12-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 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
Warning: 'classifiers' should be a list, got type 'tuple'
running config
I: pybuild base:310: python3.11 setup.py config
Warning: 'classifiers' should be a list, got type 'tuple'
running config
   debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<>'
chmod -x /<>/kaptan.egg-info/*
chmod: cannot access '/<>/kaptan.egg-info/*': No such file or 
directory
make[1]: *** [debian/rules:9: execute_before_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057611: raku-meta6: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:raku-meta6
Version: 0.0.29-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_autotools_config
   dh_autoreconf
   dh_raku_build
Pre-compiling raku-meta6
HOME=/<>/debian/tmp/home/ RAKUDO_LOG_PRECOMP=1 RAKUDO_MODULE_DEBUG=1 
RAKUDO_RERESOLVE_DEPENDENCIES=0 RAKULIB=inst\#/<>/debian/tmp/pre-compiled/ raku 
/usr/share/perl6/tools/install-dist.raku --for=vendor --from=. 
--to=/<>/debian/tmp/pre-compiled/
 1 RMD: Requested for settings CORE.d
 1 RMD: Loading settings CORE.d
 1 RMD: Loading bytecode from CORE.d.setting.moarvm
 1 RMD: Loading bootstrap Perl6::BOOTSTRAP::v6d
 1 RMD: Requested for settings CORE.c
 1 RMD: Loading settings CORE.c
 1 RMD: Loading bytecode from CORE.c.setting.moarvm
 1 RMD: Loading bootstrap Perl6::BOOTSTRAP::v6c
 2 RMD: Requested for settings CORE.d
 2 RMD: Loading settings CORE.d
 2 RMD: Loading bytecode from CORE.d.setting.moarvm
 2 RMD: Loading bootstrap Perl6::BOOTSTRAP::v6d
 2 RMD: Requested for settings CORE.c
 2 RMD: Loading settings CORE.c
 2 RMD: Loading bytecode from CORE.c.setting.moarvm
 2 RMD: Loading bootstrap Perl6::BOOTSTRAP::v6c
 3 RMD: Requested for settings CORE.d
 3 RMD: Loading settings CORE.d
 3 RMD: Loading bytecode from CORE.d.setting.moarvm
 3 RMD: Loading bootstrap Perl6::BOOTSTRAP::v6d
 3 RMD: Requested for settings CORE.c
 3 RMD: Loading settings CORE.c
 3 RMD: Loading bytecode from CORE.c.setting.moarvm
 3 RMD: Loading bootstrap Perl6::BOOTSTRAP::v6c
 3 RMD: Settings CORE.c loaded
 3 RMD: Settings CORE.d loaded
 3 RMD: Settings CORE.d already loaded
 3 RMD: Attempting to load 'JSON::Unmarshal'
 3 RMD:   Late loading 'JSON::Unmarshal'
 3 RMD: try-load source at 
/usr/lib/perl6/core/sources/B2976BD56E2DB034D70D1D8BF3CE2452B13BF9A2
 3 RMD: Trying to load B2976BD56E2DB034D70D1D8BF3CE2452B13BF9A2
 3 RMD:   Loaded from /usr/lib/perl6/core/precomp
 3 RMD: Trying to load B2976BD56E2DB034D70D1D8BF3CE2452B13BF9A2.repo-id
 3 RMD:   Loaded from /usr/lib/perl6/core/precomp
 3 RMD: Repo changed:
  9D51C957DA0D10134F5CEEB1B244661E03797A3F
  32FFD294A354F79B6B1034C8037AF9BA68B3EE75
Need to re-check dependencies.
 3 RMD: Loading precompiled

/usr/lib/perl6/core/precomp/AF50A328AB74BE48ACBF2B65E07E64E53E5A7E10/B2/B2976BD56E2DB034D70D1D8BF3CE2452B13BF9A2
 3 RMD: Settings CORE.d already loaded
 3 RMD: try-load source at 
/usr/lib/perl6/vendor/sources/DB27F6C72B99F9CA8D6FFB31E38E767B7EB124A5
 3 RMD: Trying to load DB27F6C72B99F9CA8D6FFB31E38E767B7EB124A5
 3 RMD:   Loaded from /usr/lib/perl6/vendor/precomp
 3 RMD: Trying to load DB27F6C72B99F9CA8D6FFB31E38E767B7EB124A5.repo-id
 3 RMD:   Loaded from /usr/lib/perl6/vendor/precomp
 3 RMD: Repo changed:
  F5B59079542A594B29A5321FA790C06E5ABC98B8
  EF446A65CF2083587DD6E06698E154BC4C02C911
Need to re-check dependencies.
 3 RMD: Repo chain changed:
  EF446A65CF2083587DD6E06698E154BC4C02C911
  32FFD294A354F79B6B1034C8037AF9BA68B3EE75
Need to re-check dependencies.
 3 RMD: dependency: E67352E3EDC071D0A513EBEDBB138B0269C325D7 
/usr/lib/perl6/vendor/sources/E67352E3EDC071D0A513EBEDBB138B0269C325D7 
41CCE2976094B1512CAD126DD4561FEDC27A28C4 
CompUnit::DependencySpecification.new(:short-name)
 3 RMD: dependency checksum 41CCE2976094B1512CAD126DD4561FEDC27A28C4 
unit: 41CCE2976094B1512CAD126DD4561FEDC27A28C4
 3 RMD: dependency: E3066C4D42F07870D9E2CE772E07B4D9E37CC014 
/usr/lib/perl6/vendor/sources/E3066C4D42F07870D9E2CE772E07B4D9E37CC014 
D43EF2F10FE5DFA772A8232B005123AD8F3BC270 
CompUnit::DependencySpecification.new(:short-name,:version-matcher<0.0.6+>)
 3 RMD: dependency checksum D43EF2F10FE5DFA772A8232B005123AD8F3BC270 
unit: D43EF2F10FE5DFA772A8232B005123AD8F3BC270
 3 RMD: dependency: F13CDD097310A0775131666979B65ADF692574DD 
/usr/lib/perl6/vendor/sources/F13CDD097310A0775131666979B65ADF692574DD 
712C3F7D36D558B84B2C1C861055D4700F9BE020 
CompUnit::DependencySpecification.new(:short-name)
 3 RMD: dependency checksum 712C3F7D36D558B84B2C1C861055D4700F9BE020 
unit: 712C3F7D36D558B84B2C1C861055D4700F9BE020
 3 RMD: Loading precompiled

/usr/lib/perl6/vendor/precomp/AF50A328AB74BE48ACBF2B65E07E64E53E5A7E10/E6/E67352E3EDC071D0A513EBEDBB138B0269C325D7
 3 RMD: Settings CORE.d already loaded
 3 RMD: Loading precompiled


Bug#1057612: python-scrapy: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:python-scrapy
Version: 2.11.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=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
running config
I: pybuild base:310: python3.11 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py build
running build
running build_py
creating /<>/.pybuild/cpython3_3.12_scrapy/build/scrapy

[... snipped ...]


- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

If you don't want 'scrapy.templates.project' to be distributed and are
already explicitly excluding 'scrapy.templates.project' via
`find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
you can try to use `exclude_package_data`, or 
`include-package-data=False` in
combination with a more fine grained `package-data` configuration.

You can read more about "package data files" on setuptools 
documentation page:

- https://setuptools.pypa.io/en/latest/userguide/datafiles.html


[^1]: For Python, any directory (with suitable naming) can be imported,
  even if it does not contain any `.py` files.
  On the other hand, currently there is no concept of package data
  directory, all directories are treated like packages.



!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
Package 'scrapy.templates.project.module' is absent from the `packages` 
configuration.
!!




# Package would be ignored #

Python recognizes 'scrapy.templates.project.module' as an importable 
package[^1],
but it is absent from setuptools' `packages` configuration.

This leads to an ambiguous overall configuration. If you want to 
distribute this
package, please make sure that 'scrapy.templates.project.module' is 
explicitly added
to the `packages` configuration field.

Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" on setuptools documentation 
page:

- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

If you don't want 'scrapy.templates.project.module' to be distributed 
and are
already explicitly excluding 'scrapy.templates.project.module' via
`find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
you can try to use `exclude_package_data`, or 
`include-package-data=False` in
combination with a more fine grained `package-data` configuration.

You can read more about "package data files" on setuptools 
documentation page:

- https://setuptools.pypa.io/en/latest/userguide/datafiles.html


[^1]: For Python, any directory (with suitable naming) can be imported,
  even if it does not contain any `.py` files.
  On the other hand, currently there is no concept of package data
  directory, all directories are treated like packages.



!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
Package 'scrapy.templates.project.module.spiders' is absent from the `packages` 
configuration.
!!




# Package would be ignored #

Python recognizes 'scrapy.templates.project.module.spiders' as an 
importable package[^1],
but it is absent from setuptools' `packages` configuration.

This leads to an ambiguous overall configuration. If you want to 
distribute this
package, please make sure that 
'scrapy.templates.project.module.spiders' is explicitly added
to the `packages` configuration field.

Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" on setuptools 

Bug#1057613: shed: FTBFS: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’}

2023-12-05 Thread Santiago Vila

Package: src:shed
Version: 1.15-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
   dh_update_autotools_config
   dh_autoreconf
autoreconf: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:429: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level
configure.in:48: warning: AC_OUTPUT should be used without arguments.
configure.in:48: You should run autoupdate.
automake: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
deprecated.  For more info, see:
configure.in:2: 
https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:3: installing './compile'
automake: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
   dh_auto_configure
./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
large file support: yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for ncurses.h... yes
checking for getopt.h... yes
checking for initscr in -lncurses... yes
checking for pow in -lm... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
   dh_auto_build
make -j2
make[1]: Entering directory '/<>'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"shed\" -DVERSION=\"1.15\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBNCURSES=1 -DHAVE_LIBM=1 -I.   -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -DSHED_LFS=1 -D_FILE_OFFSET_BITS=64 -DSHED_CYGFIX=0 -DSHED_NOFOLLOW=0 -c -o util.o util.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"shed\" -DVERSION=\"1.15\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBNCURSES=1 -DHAVE_LIBM=1 -I.   -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wall -DSHED_LFS=1 -D_FILE_OFFSET_BITS=64 -DSHED_CYGFIX=0 -DSHED_NOFOLLOW=0 -c -o shed.o shed.c
In file included from shed.c:35:
shed.c: In function ‘mainloop’:
shed.c:410:29: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct 
_win_st’}
  410 |   mvaddch(stdscr->_cury,stdscr->_curx-1,' ');
  | ^~
shed.c:410:43: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct 
_win_st’}
  410 |   mvaddch(stdscr->_cury,stdscr->_curx-1,' ');
  | 

Bug#1057610: zsh: FTBFS: texi2any: error parsing ./texi2html.conf: Undefined subroutine ::Config::set_from_init_file called at ./texi2html.conf line 1.

2023-12-05 Thread Santiago Vila

Package: src:zsh
Version: 5.9-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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
chmod 755 configure
mkdir -p obj/testhome obj-static/testhome
dh_auto_configure -B obj -- --prefix=/usr --mandir=/usr/share/man --bindir=/bin LDFLAGS="-g 
-Wl,-z,relro -Wl,-z,now" --infodir=/usr/share/info --enable-maildir-support 
--enable-max-jobtable-size=256 --enable-etcdir=/etc/zsh --enable-function-subdirs 
--enable-site-fndir=/usr/local/share/zsh/site-functions --enable-fndir=/usr/share/zsh/functions 
--enable-runhelpdir=/usr/share/zsh/help --with-tcsetpgrp --enable-gdbm 
--with-term-lib="ncursesw tinfo" --enable-cap --enable-pcre --enable-readnullcmd=pager 
--enable-custom-patchlevel=debian/5.9-5 
--enable-additional-fpath=/usr/share/zsh/vendor-functions,/usr/share/zsh/vendor-completions 
--disable-ansi2knr
cd obj && ../configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
--sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode 
--disable-dependency-tracking --prefix=/usr --mandir=/usr/share/man --bindir=/bin "LDFLAGS=-g 
-Wl,-z,relro -Wl,-z,now" --infodir=/usr/share/info --enable-maildir-support 
--enable-max-jobtable-size=256 --enable-etcdir=/etc/zsh --enable-function-subdirs 
--enable-site-fndir=/usr/local/share/zsh/site-functions --enable-fndir=/usr/share/zsh/functions 
--enable-runhelpdir=/usr/share/zsh/help --with-tcsetpgrp --enable-gdbm "--with-term-lib=ncursesw 
tinfo" --enable-cap --enable-pcre --enable-readnullcmd=pager --enable-custom-patchlevel=debian/5.9-5 
--enable-additional-fpath=/usr/share/zsh/vendor-functions,/usr/share/zsh/vendor-completions 
--disable-ansi2knr
configuring for zsh 5.9
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for pcre2-config... pcre2-config

[... snipped ...]

../../Test/V08zpty.ztst: skipped (the zsh/zpty module is not available)
../../Test/V09datetime.ztst: starting.
Running test: basic format specifiers
Test successful.
Running test: zsh extensions
Test successful.
Running test: alternate format extensions
Test case skipped: Japanese UTF-8 locale not supported
Running test: various extensions
Test successful.
Running test: Embedded nulls
Test successful.
Running test: bad format specifier
Test successful.
Running test: epochtime optional
Test successful.
Running test: optional nanoseconds
Test successful.
Running test: empty epochtime not allowed
Test successful.
Running test: empty nanoseconds not allowed
Test successful.
Running test: too-large nanoseconds not allowed
Test successful.
Running test: overflowed nanoseconds not allowed
Test successful.
Running test: negative nanoseconds not allowed
Test successful.
Running test: -r timestring not optional
Test successful.
Running test: %. truncation
Test successful.
Running test: -n option
Test successful.
../../Test/V09datetime.ztst: all tests successful.
../../Test/V10private.ztst: starting.
../../Test/V10private.ztst: skipped (can't load the zsh/param/private module 
for testing)
../../Test/V11db_gdbm.ztst: starting.
../../Test/V11db_gdbm.ztst: skipped (can't load zsh/db/gdbm module for testing)
../../Test/V12zparseopts.ztst: starting.
Running test: zparseopts -a
Test successful.
Running test: zparseopts -A
Test successful.
Running test: zparseopts -D
Test successful.
Running test: zparseopts -E
Test successful.
Running test: zparseopts -D -E
Test successful.
Running test: zparseopts -F
Test successful.
Running test: zparseopts -K -a
Test successful.
Running test: zparseopts -K -A
Test successful.
Running test: zparseopts -M
Test successful.
Running test: multiple arrays
Test successful.
Running test: -/-- handling
Test successful.
Running test: special characters in option names
Test successful.
Running test: overlapping option specs (scan order)
Test successful.
Running test: missing optarg
Test successful.
../../Test/V12zparseopts.ztst: all tests successful.
../../Test/V13zformat.ztst: starting.
Running test: basic zformat test
Test successful.
Running test: basic conditionals test
Test successful.
Running test: nested conditionals test
Test successful.
Running test: conditionals with empty and missing values
Test successful.
Running test: minimum and maximum widths
Test successful.
Running test: basic -a test
Test successful.
../../Test/V13zformat.ztst: all tests successful.
../../Test/V14system.ztst: starting.
../../Test/V14system.ztst: skipped (the zsh/system and zsh/zselect modules are 
not available)

Bug#1057609: tpm2-pytss: FTBFS: Handler for event 'build-finished' threw an exception (exception: str expected, not _StrPath)

2023-12-05 Thread Santiago Vila

Package: src:tpm2-pytss
Version: 2.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 --buildsystem=pybuild --with python3,sphinxdoc
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
module
I: pybuild base:310: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.12_tpm2_pytss
* Building wheel...
/<>/scripts/prepare_headers.py:27: SyntaxWarning: invalid escape 
sequence '\('
  s = re.sub("#define TSS2_RC_LAYER\(level\).*", "", s)
/<>/scripts/prepare_headers.py:28: SyntaxWarning: invalid escape 
sequence '\('
  s = re.sub("(#define.*)TSS2_RC_LAYER\(0xff\)", "\g<1>0xff", s)
/<>/scripts/prepare_headers.py:28: SyntaxWarning: invalid escape 
sequence '\g'
  s = re.sub("(#define.*)TSS2_RC_LAYER\(0xff\)", "\g<1>0xff", s)
/<>/scripts/prepare_headers.py:31: SyntaxWarning: invalid escape 
sequence '\*'
  s = re.sub("/\*.*?\*/", "", s, flags=re.MULTILINE)
/<>/scripts/prepare_headers.py:34: SyntaxWarning: invalid escape 
sequence '\('
  s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\) \(.*?\)\)", "\g<1>...", s)
/<>/scripts/prepare_headers.py:34: SyntaxWarning: invalid escape 
sequence '\g'
  s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\) \(.*?\)\)", "\g<1>...", s)
/<>/scripts/prepare_headers.py:35: SyntaxWarning: invalid escape 
sequence '\('
  s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\).*?\) ", "\g<1>...", s)
/<>/scripts/prepare_headers.py:35: SyntaxWarning: invalid escape 
sequence '\g'
  s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\).*?\) ", "\g<1>...", s)
/<>/scripts/prepare_headers.py:37: SyntaxWarning: invalid escape 
sequence '\)'
  "(#define [A-Za-z0-9_]+) .*\n.*?.*\)\)", "\g<1>...", s, flags=re.MULTILINE
/<>/scripts/prepare_headers.py:37: SyntaxWarning: invalid escape 
sequence '\g'
  "(#define [A-Za-z0-9_]+) .*\n.*?.*\)\)", "\g<1>...", s, flags=re.MULTILINE
/<>/scripts/prepare_headers.py:39: SyntaxWarning: invalid escape 
sequence '\g'
  s = re.sub("(#define [A-Za-z0-9_]+) .*", "\g<1>...", s)
/<>/scripts/prepare_headers.py:42: SyntaxWarning: invalid escape 
sequence '\['
  s = re.sub("\[.+?\]", "[...]", s)
/<>/scripts/prepare_headers.py:77: SyntaxWarning: invalid escape 
sequence '\)'
  "#define TPM2_MAX_TAGGED_POLICIES.*\n.*TPMS_TAGGED_POLICY\)\)",
/<>/scripts/prepare_headers.py:262: SyntaxWarning: invalid escape 
sequence '\s'
  "TSS2_RC\s+Tss2_MU_BYTE_Marshal\(.+?\);", s, re.DOTALL | re.MULTILINE
/<>/scripts/prepare_headers.py:266: SyntaxWarning: invalid escape 
sequence '\s'
  "TSS2_RC\s+Tss2_MU_BYTE_Marshal\(.+?\);", "", s, 1, re.DOTALL | re.MULTILINE
/<>/scripts/prepare_headers.py:270: SyntaxWarning: invalid escape 
sequence '\s'
  "TSS2_RC\s+Tss2_MU_BYTE_Unmarshal\(.+?\);", s, re.DOTALL | re.MULTILINE
/<>/scripts/prepare_headers.py:274: SyntaxWarning: invalid escape 
sequence '\s'
  "TSS2_RC\s+Tss2_MU_BYTE_Unmarshal\(.+?\);",
adding path: /<>/scripts
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-312
creating build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/utils.py -> build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/TCTISPIHelper.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/__init__.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/TCTI.py -> build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/TCTILdr.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/policy.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/FAPI.py -> build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/constants.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/fapi_info.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/types.py -> build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/TSS2_Exception.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/encoding.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/ESAPI.py -> build/lib.linux-x86_64-cpython-312/tpm2_pytss
copying src/tpm2_pytss/tsskey.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss
creating build/lib.linux-x86_64-cpython-312/tpm2_pytss/internal
copying src/tpm2_pytss/internal/utils.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss/internal
copying src/tpm2_pytss/internal/__init__.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss/internal
copying src/tpm2_pytss/internal/templates.py -> 
build/lib.linux-x86_64-cpython-312/tpm2_pytss/internal
copying 

Bug#1057608: python-discord: FTBFS: Could not import extension builder (exception: cannot import name 'ltz' from 'sphinx.builders.gettext' (/usr/lib/python3/dist-packages/sphinx/builders/gettext.py))

2023-12-05 Thread Santiago Vila

Package: src:python-discord
Version: 2.3.2+dfsg-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 python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.11 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3 setup.py build
running build
running build_py
creating /<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/scheduled_event.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/utils.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/role.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/appinfo.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/team.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/__init__.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/stage_instance.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/guild.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/player.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/_types.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/automod.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/emoji.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/member.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/colour.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/gateway.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/audit_logs.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/state.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/__main__.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/activity.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/backoff.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/client.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/errors.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/mixins.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/message.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/shard.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/welcome_screen.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/context_managers.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/reaction.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/interactions.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/widget.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/abc.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/flags.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/invite.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/template.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/integrations.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/opus.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/object.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/raw_models.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/components.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/sticker.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/user.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/permissions.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/file.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/asset.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/embeds.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/mentions.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/oggparse.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/http.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/threads.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/partial_emoji.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/enums.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/voice_client.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord
copying discord/channel.py -> 
/<>/.pybuild/cpython3_3.11_discord/build/discord

Bug#1057607: sphinx-design: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:sphinx-design
Version: 0.5.0-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 python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
module
I: pybuild base:310: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.12_sphinx-design
* Building wheel...
Successfully built sphinx_design-0.5.0-py3-none-any.whl
I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
"installer" module
I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
module
I: pybuild base:310: python3.11 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.11_sphinx-design
* Building wheel...
Successfully built sphinx_design-0.5.0-py3-none-any.whl
I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:310: cd 
/<>/.pybuild/cpython3_3.12_sphinx-design/build; python3.12 -m 
pytest tests
= test session starts ==
platform linux -- Python 3.12.0, pytest-7.4.3, pluggy-1.3.0
rootdir: /<>/.pybuild/cpython3_3.12_sphinx-design/build
plugins: cov-4.1.0, datadir-1.4.1+ds, regressions-2.4.1+ds
collected 6 items

tests/test_snippets.py FF[100%]

=== FAILURES ===
 test_sd_hide_title_rst 

sphinx_builder = ._create_project at 
0x7ff8dd512de0>
file_regression = 

def test_sd_hide_title_rst(
sphinx_builder: Callable[..., SphinxBuilder], file_regression
):
"""Test that the root title is hidden."""

  builder = sphinx_builder()


tests/test_snippets.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/conftest.py:78: in _create_project
app = make_app(
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:183: in make
app_: Any = SphinxTestApp(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <[AttributeError("'SphinxTestApp' object has no attribute 'builder'") 
raised in repr()] SphinxTestApp object at 0x7ff8dd527ef0>
buildername = 'html'
srcdir = path('/tmp/pytest-of-buildd/pytest-0/test_sd_hide_title_rst0/srcdir')
builddir = 
path('/tmp/pytest-of-buildd/pytest-0/test_sd_hide_title_rst0/srcdir/_build')
freshenv = False, confoverrides = None
status = <_io.StringIO object at 0x7ff8dd51b7c0>
warning = <_io.StringIO object at 0x7ff8dd51aec0>, tags = None
docutilsconf = None, parallel = 0

def __init__(
self,
buildername: str = 'html',
srcdir: Path | None = None,
builddir: Path | None = None,
freshenv: bool = False,
confoverrides: dict | None = None,
status: IO | None = None,
warning: IO | None = None,
tags: list[str] | None = None,
docutilsconf: str | None = None,
parallel: int = 0,
) -> None:
assert srcdir is not None

self.docutils_conf_path = srcdir / 'docutils.conf'

if docutilsconf is not None:
self.docutils_conf_path.write_text(docutilsconf, encoding='utf8')

if builddir is None:

builddir = srcdir / '_build'

confdir = srcdir

outdir = builddir.joinpath(buildername)

  outdir.mkdir(parents=True, exist_ok=True)

E   AttributeError: 'path' object has no attribute 'mkdir'. Did you mean: 
'isdir'?

/usr/lib/python3/dist-packages/sphinx/testing/util.py:105: AttributeError
___ test_sd_hide_title_myst 

sphinx_builder = ._create_project at 
0x7ff8dd54d1c0>
file_regression = 

def test_sd_hide_title_myst(
sphinx_builder: Callable[..., SphinxBuilder], file_regression
):
"""Test that the root title is hidden."""

  builder = sphinx_builder()


tests/test_snippets.py:140:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/conftest.py:78: in _create_project
app = make_app(
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:183: in make
app_: Any = SphinxTestApp(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <[AttributeError("'SphinxTestApp' object has no attribute 'builder'") 
raised in repr()] SphinxTestApp object at 0x7ff8dd552930>
buildername = 'html'
srcdir = 

Bug#1057606: shim: FTBFS: ./debian/generate_dbx_list: 23: efisiglist: not found

2023-12-05 Thread Santiago Vila

Package: src:shim
Version: 15.7-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_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
./debian/generate_dbx_list x64 debian/debian-dbx.hashes dbx.esl
  Adding 000f1547bb113601d65df9cb74ac62dd6d2ca85a0c2bb375c2f0ecedb59c84a4 to 
dbx list
./debian/generate_dbx_list: 23: efisiglist: not found
make[1]: *** [debian/rules:52: dbx.esl] Error 127
make[1]: Leaving directory '/<>'
make: *** [debian/rules:64: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057605: python-oslo.versionedobjects: FTBFS: ModuleNotFoundError: No module named 'greenlet._greenlet'

2023-12-05 Thread Santiago Vila

Package: src:python-oslo.versionedobjects
Version: 3.2.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: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh build --buildsystem=python_distutils --with python3,sphinxdoc
   dh_update_autotools_config -O--buildsystem=python_distutils
   dh_autoreconf -O--buildsystem=python_distutils
   dh_auto_configure -O--buildsystem=python_distutils
dh_auto_configure: warning: Please use the third-party "pybuild" build system 
instead of python-distutils
dh_auto_configure: warning: This feature will be removed in compat 12.
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
pkgos-dh_auto_test --no-py2
+ PKGOS_TEST_PARALLEL=yes
+ PKGOS_TEST_SERIAL=no
+ PYTHONS=disabled
+ PYTHON3S=disabled
+ TEST_PARALLEL_OPT=--parallel
+ TEST_SERIAL_OPT=
+ echo WARNING: --no-py2 is deprecated, and always on.
WARNING: --no-py2 is deprecated, and always on.
+ shift
+ py3versions -vr
+ PYTHON3S=3.12 3.11
+ [ yes = no ]
+ [ no = yes ]
+ [ 3.12 = disabled ]
+ echo 3.12
+ cut -d. -f1
+ PYMAJOR=3
+ echo ===> Testing with python (python3)
===> Testing with python (python3)
+ pwd
+ [ -d /<>/debian/tmp/usr/lib/python3/dist-packages ]
+ [ -e .stestr.conf ]
+ [ -x /usr/bin/python3-stestr ]
+ STESTR=stestr
+ rm -rf .stestr
+ PYTHON=python3.12 stestr run --parallel --subunit
+ subunit2pyunit

=
Failures during discovery
=
--- import errors ---
Failed to import test module: oslo_versionedobjects.tests.test_exception
Traceback (most recent call last):
  File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
module = self._get_module_from_name(name)
 
  File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
_get_module_from_name
__import__(name)
  File "/<>/oslo_versionedobjects/tests/test_exception.py", line 17, in 

from oslo_versionedobjects import test
  File "/<>/oslo_versionedobjects/test.py", line 23, in 
import eventlet  # noqa
^^^
  File "/usr/lib/python3/dist-packages/eventlet/__init__.py", line 17, in 

from eventlet import convenience
  File "/usr/lib/python3/dist-packages/eventlet/convenience.py", line 4, in 

from eventlet import greenpool
  File "/usr/lib/python3/dist-packages/eventlet/greenpool.py", line 4, in 

from eventlet import queue
  File "/usr/lib/python3/dist-packages/eventlet/queue.py", line 49, in 
from eventlet.event import Event
  File "/usr/lib/python3/dist-packages/eventlet/event.py", line 3, in 
from eventlet import hubs
  File "/usr/lib/python3/dist-packages/eventlet/hubs/__init__.py", line 7, in 

from eventlet.support import greenlets as greenlet
  File "/usr/lib/python3/dist-packages/eventlet/support/__init__.py", line 6, in 

from eventlet.support import greenlets
  File "/usr/lib/python3/dist-packages/eventlet/support/greenlets.py", line 3, in 

import greenlet
  File "/usr/lib/python3/dist-packages/greenlet/__init__.py", line 29, in 

from ._greenlet import _C_API # pylint:disable=no-name-in-module
^
ModuleNotFoundError: No module named 'greenlet._greenlet'

Failed to import test module: oslo_versionedobjects.tests.test_fields
Traceback (most recent call last):
  File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
module = self._get_module_from_name(name)
 
  File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
_get_module_from_name
__import__(name)
  File "/<>/oslo_versionedobjects/tests/test_fields.py", line 25, in 

from oslo_versionedobjects import base as obj_base
  File "/<>/oslo_versionedobjects/base.py", line 25, in 
import oslo_messaging as messaging
  File "/usr/lib/python3/dist-packages/oslo_messaging/__init__.py", line 17, in 

from .notify import *
  File "/usr/lib/python3/dist-packages/oslo_messaging/notify/__init__.py", line 28, 
in 
from .listener import *
  File "/usr/lib/python3/dist-packages/oslo_messaging/notify/listener.py", line 140, 
in 
from oslo_messaging import server as msg_server
  File "/usr/lib/python3/dist-packages/oslo_messaging/server.py", line 27, in 

from oslo_service import service
  File "/usr/lib/python3/dist-packages/oslo_service/service.py", line 35, in 

Bug#1057604: texext: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2023-12-05 Thread Santiago Vila

Package: src:texext
Version: 0.6.7-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py clean
/<>/versioneer.py:418: SyntaxWarning: invalid escape sequence '\s'
  LONG_VERSION_PY['git'] = '''
Traceback (most recent call last):
  File "/<>/setup.py", line 20, in 
version=versioneer.get_version(),

  File "/<>/versioneer.py", line 1476, in get_version
return get_versions()["version"]
   ^^
  File "/<>/versioneer.py", line 1408, in get_versions
cfg = get_config_from_root(root)
  ^^
  File "/<>/versioneer.py", line 342, in get_config_from_root
parser = configparser.SafeConfigParser()
 ^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did 
you mean: 'RawConfigParser'?
E: pybuild pybuild:395: clean: plugin distutils failed with: exit code=1: 
python3.12 setup.py clean
dh_auto_clean: error: pybuild --clean -i python{version} -p "3.12 3.11" 
returned exit code 13
make: *** [debian/rules:5: clean] Error 25
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit 
status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057602: scm: FTBFS: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’}

2023-12-05 Thread Santiago Vila

Package: src:scm
Version: 5f3-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
   debian/rules override_dh_testdir
make[1]: Entering directory '/<>'
dh_testdir
test -e /usr/share/slib || \
(echo "Must have slib installed for compile" && exit 1)
make[1]: Leaving directory '/<>'
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
./configure
#! /bin/cat

[... snipped ...]

 from scm.c:26:
scm.c: In function ‘scm_init_extensions’:
scmflags.h:3:116: warning: implicit declaration of function ‘init_unix’; did 
you mean ‘init_unif’? [-Wimplicit-function-declaration]
3 | #define COMPILED_INITS 
init_ramap();init_record();init_gsubr();init_edline();init_rgx();init_socket();init_posix();init_unix();init_crs();init_x();init_differ();
  | 
   ^
scm.c:110:3: note: in expansion of macro ‘COMPILED_INITS’
  110 |   COMPILED_INITS;   /* initialize statically linked add-ons 
*/
  |   ^~
scmflags.h:3:128: warning: implicit declaration of function ‘init_crs’; did you 
mean ‘init_subrs’? [-Wimplicit-function-declaration]
3 | #define COMPILED_INITS 
init_ramap();init_record();init_gsubr();init_edline();init_rgx();init_socket();init_posix();init_unix();init_crs();init_x();init_differ();
  | 
   ^~~~
scm.c:110:3: note: in expansion of macro ‘COMPILED_INITS’
  110 |   COMPILED_INITS;   /* initialize statically linked add-ons 
*/
  |   ^~
scmflags.h:3:139: warning: implicit declaration of function ‘init_x’; did you 
mean ‘init_rgx’? [-Wimplicit-function-declaration]
3 | #define COMPILED_INITS 
init_ramap();init_record();init_gsubr();init_edline();init_rgx();init_socket();init_posix();init_unix();init_crs();init_x();init_differ();
  | 
  ^~
scm.c:110:3: note: in expansion of macro ‘COMPILED_INITS’
  110 |   COMPILED_INITS;   /* initialize statically linked add-ons 
*/
  |   ^~
scmflags.h:3:148: warning: implicit declaration of function ‘init_differ’ 
[-Wimplicit-function-declaration]
3 | #define COMPILED_INITS 
init_ramap();init_record();init_gsubr();init_edline();init_rgx();init_socket();init_posix();init_unix();init_crs();init_x();init_differ();
  | 
   
^~~
scm.c:110:3: note: in expansion of macro ‘COMPILED_INITS’
  110 |   COMPILED_INITS;   /* initialize statically linked add-ons 
*/
  |   ^~
scm.c: In function ‘process_signals’:
scm.c:176:24: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  176 | wta(UNDEFINED, (char *)i, "");
  |^
scm.c: In function ‘scmable_signal’:
scm.c:290:22: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  290 |   wta(UNDEFINED, (char *)i, "");
  |  ^
scmmain.c: In function ‘main’:
scmmain.c:109:32: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  109 |   if (0==argc) {argc = 1; argv = generic_name;} /* for macintosh */
  |^
scmmain.c:119:16: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  119 | script_arg = argv[2];   /* Save for scm_find_execpath() call */
  |^
scmmain.c:120:31: warning: passing argument 1 of ‘script_count_argv’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  120 | nargc = script_count_argv(nargv);
  |   ^
  |   |
  |   char **
In file included from scmmain.c:30:
scm.h:1081:51: note: expected ‘const char **’ but argument is of type ‘char **’
 1081 | SCM_EXPORT int  script_count_argv P((const char **argv));
  |  ~^~~~
scm.h:80:15: note: in definition of macro ‘P’
   80 | # define P(s) s
  |   ^
scmmain.c:122:15: warning: assignment to ‘char **’ from incompatible pointer 
type ‘const char **’ [-Wincompatible-pointer-types]
  122 |   else {nargv = argv; nargc = argc;}
  |   ^
scmmain.c:124:39: warning: passing argument 2 of 

Bug#1057601: python-pytest-trio: FTBFS: Reason: UndefinedError("'logo' is undefined")

2023-12-05 Thread Santiago Vila

Package: src:python-pytest-trio
Version: 0.8.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 --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
module
I: pybuild base:310: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.12_pytest-trio
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/pytest_trio
copying pytest_trio/__init__.py -> build/lib/pytest_trio
copying pytest_trio/enable_trio_mode.py -> build/lib/pytest_trio
copying pytest_trio/_version.py -> build/lib/pytest_trio
copying pytest_trio/plugin.py -> build/lib/pytest_trio
creating build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_async_yield_fixture.py -> 
build/lib/pytest_trio/_tests
copying pytest_trio/_tests/__init__.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_async_fixture.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_hypothesis_interaction.py -> 
build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_fixture_mistakes.py -> 
build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_fixture_names.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_fixture_ordering.py -> 
build/lib/pytest_trio/_tests
copying pytest_trio/_tests/helpers.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_sync_fixture.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/conftest.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_clock_fixture.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_basic.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_contextvars.py -> build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_fixture_nursery.py -> 
build/lib/pytest_trio/_tests
copying pytest_trio/_tests/test_trio_mode.py -> build/lib/pytest_trio/_tests
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pytest_trio
copying build/lib/pytest_trio/__init__.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio
copying build/lib/pytest_trio/enable_trio_mode.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio
copying build/lib/pytest_trio/_version.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio
copying build/lib/pytest_trio/plugin.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio
creating build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_async_yield_fixture.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_async_fixture.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_hypothesis_interaction.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_fixture_mistakes.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_fixture_names.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_fixture_ordering.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/helpers.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_sync_fixture.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/conftest.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_clock_fixture.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_basic.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_contextvars.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_fixture_nursery.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
copying build/lib/pytest_trio/_tests/test_trio_mode.py -> 
build/bdist.linux-x86_64/wheel/pytest_trio/_tests
running install_egg_info
running egg_info
creating pytest_trio.egg-info
writing pytest_trio.egg-info/PKG-INFO
writing dependency_links to pytest_trio.egg-info/dependency_links.txt
writing entry points to pytest_trio.egg-info/entry_points.txt
writing requirements to pytest_trio.egg-info/requires.txt
writing top-level names to 

Bug#1057600: python-sphinxcontrib.apidoc: FTBFS: AttributeError: 'path' object has no attribute 'mkdir'. Did you mean: 'isdir'?

2023-12-05 Thread Santiago Vila

Package: src:python-sphinxcontrib.apidoc
Version: 0.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 file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh build --buildsystem=python_distutils --with python3
   dh_update_autotools_config -O--buildsystem=python_distutils
   dh_autoreconf -O--buildsystem=python_distutils
   dh_auto_configure -O--buildsystem=python_distutils
dh_auto_configure: warning: Please use the third-party "pybuild" build system 
instead of python-distutils
dh_auto_configure: warning: This feature will be removed in compat 12.
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Nothing here..."
Nothing here...
make[1]: Leaving directory '/<>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
set -e ; for pyvers in 3.12 3.11; do \
PYTHONPATH=. PYTHON=python$pyvers python$pyvers -m pytest tests ; \
done
= test session starts ==
platform linux -- Python 3.12.0, pytest-7.4.3, pluggy-1.3.0
rootdir: /<>
collected 5 items

tests/test_ext.py E  [100%]

 ERRORS 
 ERROR at setup of test_basics _

test_params = {'shared_result': None}
app_params = _app_params(args=['html'], kwargs={'srcdir': 
path('/tmp/apidoc-pbn2n7hv/basics')})
make_app = .make at 0x7f088caf36a0>
shared_result = 

@pytest.fixture()
def app(test_params: dict, app_params: tuple[dict, dict], make_app: 
Callable,
shared_result: SharedResult) -> Generator[SphinxTestApp, None, 
None]:
"""
Provides the 'sphinx.application.Sphinx' object
"""
args, kwargs = app_params

  app_ = make_app(*args, **kwargs)


/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:139:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:183: in make
app_: Any = SphinxTestApp(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <[AttributeError("'SphinxTestApp' object has no attribute 'builder'") 
raised in repr()] SphinxTestApp object at 0x7f088cabffb0>
buildername = 'html', srcdir = path('/tmp/apidoc-pbn2n7hv/basics')
builddir = path('/tmp/apidoc-pbn2n7hv/basics/_build'), freshenv = False
confoverrides = None, status = <_io.StringIO object at 0x7f088cbc5b40>
warning = <_io.StringIO object at 0x7f088cbc5c00>, tags = None
docutilsconf = None, parallel = 0

def __init__(
self,
buildername: str = 'html',
srcdir: Path | None = None,
builddir: Path | None = None,
freshenv: bool = False,
confoverrides: dict | None = None,
status: IO | None = None,
warning: IO | None = None,
tags: list[str] | None = None,
docutilsconf: str | None = None,
parallel: int = 0,
) -> None:
assert srcdir is not None

self.docutils_conf_path = srcdir / 'docutils.conf'

if docutilsconf is not None:
self.docutils_conf_path.write_text(docutilsconf, encoding='utf8')

if builddir is None:

builddir = srcdir / '_build'

confdir = srcdir

outdir = builddir.joinpath(buildername)

  outdir.mkdir(parents=True, exist_ok=True)

E   AttributeError: 'path' object has no attribute 'mkdir'. Did you mean: 
'isdir'?

/usr/lib/python3/dist-packages/sphinx/testing/util.py:105: AttributeError
___ ERROR at setup of test_advanced 

test_params = {'shared_result': None}
app_params = _app_params(args=['html'], kwargs={'srcdir': 
path('/tmp/apidoc-pbn2n7hv/advanced')})
make_app = .make at 0x7f088caf3920>
shared_result = 

@pytest.fixture()
def app(test_params: dict, app_params: tuple[dict, dict], make_app: 
Callable,
shared_result: SharedResult) -> Generator[SphinxTestApp, None, 
None]:
"""
Provides the 'sphinx.application.Sphinx' object
"""
args, kwargs = app_params

  app_ = make_app(*args, **kwargs)


/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:139:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:183: in make
app_: Any = SphinxTestApp(*args, **kwargs)

Bug#1057599: python-repoze.sphinx.autointerface: FTBFS: ERROR: test_all_members

2023-12-05 Thread Santiago Vila

Package: src:python-repoze.sphinx.autointerface
Version: 1.0.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 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:946: 
SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!



Please replace its usage with implicit namespaces (PEP 420).

See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
 for details.



!!
  ep.load()(self, ep.name, value)
running config
I: pybuild base:310: python3.11 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:946: 
SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!



Please replace its usage with implicit namespaces (PEP 420).

See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
 for details.



!!
  ep.load()(self, ep.name, value)
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:946: 
SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!



Please replace its usage with implicit namespaces (PEP 420).

See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
 for details.



!!
  ep.load()(self, ep.name, value)
running build
running build_py
creating 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze
copying repoze/__init__.py -> 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze
creating 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx
copying repoze/sphinx/__init__.py -> 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx
copying repoze/sphinx/autointerface.py -> 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx
creating 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx/tests
copying repoze/sphinx/tests/__init__.py -> 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx/tests
copying repoze/sphinx/tests/test_autointerface.py -> 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx/tests
copying repoze/sphinx/tests/util.py -> 
/<>/.pybuild/cpython3_3.12_repoze.sphinx.autointerface/build/repoze/sphinx/tests
running egg_info
creating repoze.sphinx.autointerface.egg-info
writing repoze.sphinx.autointerface.egg-info/PKG-INFO
writing dependency_links to 
repoze.sphinx.autointerface.egg-info/dependency_links.txt
writing namespace_packages to 
repoze.sphinx.autointerface.egg-info/namespace_packages.txt
writing requirements to repoze.sphinx.autointerface.egg-info/requires.txt
writing top-level names to repoze.sphinx.autointerface.egg-info/top_level.txt
writing manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt'
reading manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.travis.yml'
warning: no directories found matching '.github'
warning: no previously-included files matching '__pycache__' found anywhere in 
distribution
warning: no previously-included files matching '*.py[cod]' found anywhere in 
distribution
warning: no previously-included files matching '.DS_Store' found anywhere in 
distribution
adding license file 'LICENSE.txt'
writing manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
Package 'repoze.sphinx.tests.root' is absent from the `packages` configuration.
!!




# Package would be ignored #

Python recognizes 'repoze.sphinx.tests.root' as an importable 
package[^1],
but it is absent from setuptools' `packages` configuration.

This leads to an ambiguous 

Bug#1057598: python-pynndescent: FTBFS: ImportError: Numba could not be imported.

2023-12-05 Thread Santiago Vila

Package: src:python-pynndescent
Version: 0.5.8-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 python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
running config
I: pybuild base:310: python3.11 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py build
running build
running build_py
creating /<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/utils.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/__init__.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/sparse.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/sparse_nndescent.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/graph_utils.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/rp_trees.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/threaded_rp_trees.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/pynndescent_.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/distances.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
copying pynndescent/optimal_transport.py -> 
/<>/.pybuild/cpython3_3.12_pynndescent/build/pynndescent
I: pybuild base:310: /usr/bin/python3 setup.py build
running build
running build_py
creating /<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/utils.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/__init__.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/sparse.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/sparse_nndescent.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/graph_utils.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/rp_trees.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/threaded_rp_trees.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/pynndescent_.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/distances.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
copying pynndescent/optimal_transport.py -> 
/<>/.pybuild/cpython3_3.11_pynndescent/build/pynndescent
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<>'
dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest -v 
/<>/pynndescent/tests"
I: pybuild base:310: PYTHONPATH=/<>/.pybuild/cpython3_3.12_pynndescent/build 
python3.12 -m pytest -v /<>/pynndescent/tests
ImportError while loading conftest 
'/<>/pynndescent/tests/conftest.py'.
pynndescent/__init__.py:3: in 
import numba
/usr/lib/python3/dist-packages/numba/__init__.py:73: in 
from numba.misc.special import (
/usr/lib/python3/dist-packages/numba/misc/special.py:3: in 
from numba.core.typing.typeof import typeof
/usr/lib/python3/dist-packages/numba/core/typing/__init__.py:1: in 
from .context import BaseContext, Context
/usr/lib/python3/dist-packages/numba/core/typing/context.py:11: in 
from numba.core.typeconv import Conversion, rules
/usr/lib/python3/dist-packages/numba/core/typeconv/rules.py:2: in 
from .typeconv import TypeManager, TypeCastingRules
/usr/lib/python3/dist-packages/numba/core/typeconv/typeconv.py:16: in 
raise ImportError(msg)
E   ImportError: Numba could not be imported.
E   

E   If you are seeing this message and are undertaking Numba development work, 
you may need to rebuild Numba.
E   Please see the development set up guide:
E
E   https://numba.readthedocs.io/en/stable/developer/contributing.html.
E
E   

E   If you are not working on Numba development, the original error was: 
'cannot import name '_typeconv' from 'numba.core.typeconv' 
(/usr/lib/python3/dist-packages/numba/core/typeconv/__init__.py)'.
E   For help, please visit:
E
E   
https://numba.readthedocs.io/en/stable/user/faq.html#numba-could-not-be-imported
E: pybuild pybuild:395: test: plugin custom failed with: exit code=4: 
PYTHONPATH=/<>/.pybuild/cpython3_3.12_pynndescent/build python3.12 -m pytest 
-v /<>/pynndescent/tests
I: pybuild base:310: PYTHONPATH=/<>/.pybuild/cpython3_3.11_pynndescent/build 
python3.11 -m pytest -v 

Bug#1057596: xonsh: FTBFS: TypeError: object of type 'LazyObject' has no len()

2023-12-05 Thread Santiago Vila

Package: src:xonsh
Version: 0.14.1+dfsg-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,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
module
I: pybuild base:310: python3.11 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.11
* Building wheel...
   ╓██▄
  ╙██▀██╕
 ▐██4Φ█▀█▌
   ²██▄███▀██^██
 -███╩▀ " ╒▄█▀█
  ║██▀▀W╤▄▀ ▐║█╘ ╝█
 ▄m▀%Φ▀▀  ╝*",α█▓▄,▄▀Γ"▀╕
 "▀██¼" ▄═╦█╟║█▀ ╓ `^`   ,▄ ╢╕
  ,▀╫M█▐j╓╟▀ ╔▓▄█▀  '║ ╔╣║▌  ▀▄
   ▄m▀▀███╬█╝▀  █▀^  "ÜM  j▐╟╫╨▒   ╙▀≡═╤═m▀╗
   █æsæ╓  ╕, ,▄Ä   ▐'╕H   LU  ║║╠╫Å^2=⌐ █
▄æ%Å███╠█ª╙▄█▀  $1╙   ║║╟╫╩*T▄   ▌
   ╙╗%▄,╦██▌█▌█╢M ╕  M█═⌐ⁿ"^ ╫
 ╙╣▀@█░█▌╕╕   `  ▌║▐▐║█D═≈⌐¬ⁿ  s ║⌐
   ╙╬███▓║█` ▌╚ ╕   ╕▌║▐▐╣▌⌐*▒▒Dù`   ▐▌
╙╬██╨U█  ╟  $ ▌ ▌▌▐▐▐M█▄═≤⌐%   ╓⌐ ▌
 ║║█▄▌║ ╟ ▌ ▌M▐▐▐M█▀▒▒▒22,   ▐▌
  ███╙^▌║ ▌ ⌐M▐▐▐M█≤⌐⌐¬──▐M
  ║██ ▌╙   ╓   H║ ▌╒ M║▐▐M█"^"ⁿ  ║
   ██╕╙@▓   ╕  ▌║ H'  ║▐▐▐█══=.,,,   █
   ╙█▓╔╚╚█ ╠   ▌└╒ ▌▐ ╚║║║▀ⁿ -  ╓▌
╙█▌¼V╚▌   ▌  ╕ ▌ ║╒ ║ ▌▒╠█▀≤⌐   █
 ╙█▌╔█╚▌ ┘ M ▌║ ╫ UUM██J^^"▐▌
  ╙██╙█╙▌  ╕$j  ▐⌐▌ ▌║╝╟█Å%%%≈═█
   ╙╣█╣█^▌ ╠║▐  ║ ▌▐.DU██^[""ⁿ   -╒▌
 ▀█▄█`▌ ░M▀ ▌▐ Å£╝╝█╜%≈═╓""w   ⁿ⌐ █
  `▀▄▀`▌ ▌█▐⌐║▐UW╖██%≤═░*─=z ▄Γ
╙██╙▄▌█  ▌Å╛╣██╨%╤ƒⁿ=-` ▄┘
  █▌╢▓▌▌ W £6█╤,"ⁿ `   ▄≡▀▀▀
   █"█▌▌╟Å╓█╓█▀%`▄▀
   ╙▌██`▒U▓U█%╗* █
▌╫║ ▌ÅÅ║▀╛¬`  `"█
▌╫  ╫╟ █▄ ~╦%▒╥4^
▌▌  "M█ `▀╕ X╕"╗▄▀^
█▌   ╓M   ╙▀e▀▀^
╙██▄▄▀
  ^^

running bdist_wheel
running build
running build_py
Building lexer and parser tables.
WARNING: /<>/xonsh/parsers/v38.py:523: No documentation string 
specified in function 'p_yield_arg_testlist' (ignored)
WARNING: /<>/xonsh/parsers/base.py:534: Rule 'testlist_opt' 
defined, but not used
WARNING: There is 1 unused rule
WARNING: Symbol 'testlist_opt' is unreachable
Generating LALR tables
WARNING: 872 shift/reduce conflicts
WARNING: 351 reduce/reduce conflicts
WARNING: reduce/reduce conflict in state 21 resolved using rule (test_or_star_expr 
-> test)
WARNING: rejected rule (testlist -> test) in state 21
WARNING: reduce/reduce conflict in state 366 resolved using rule 
(test_or_star_expr -> test)
WARNING: rejected rule (testlist -> test) in state 366
WARNING: reduce/reduce conflict in state 394 resolved using rule (string_literal 
-> string_tok)
WARNING: rejected rule (subproc_arg_part -> string_tok) in state 394
WARNING: reduce/reduce conflict in state 820 resolved using rule (atom -> 
SEARCHPATH)
WARNING: rejected rule (subproc_atom -> SEARCHPATH) in state 820
WARNING: reduce/reduce conflict in state 821 resolved using rule 
(string_literal_list -> string_literal)
WARNING: rejected rule (subproc_atom -> string_literal) in state 821
WARNING: reduce/reduce conflict in state 822 resolved using rule (empty -> 
)
WARNING: rejected rule (subproc_arg_part -> lambda_tok) in state 822
WARNING: reduce/reduce conflict in state 824 resolved using rule (name -> 
case_tok)
WARNING: rejected rule (subproc_arg_part -> case_tok) in state 824
WARNING: reduce/reduce conflict in state 825 resolved using rule (atom -> 
ellipsis_tok)
WARNING: rejected rule (subproc_arg_part -> ellipsis_tok) in state 825
WARNING: reduce/reduce conflict in state 826 resolved using rule (atom -> 
false_tok)
WARNING: rejected rule (subproc_arg_part -> false_tok) in state 826
WARNING: reduce/reduce conflict in state 827 resolved using rule (name -> 
match_tok)
WARNING: rejected rule (subproc_arg_part -> match_tok) in state 827
WARNING: reduce/reduce conflict in state 829 resolved using rule (name -> 
name_tok)
WARNING: rejected rule (subproc_arg_part -> name_tok) in state 829
WARNING: reduce/reduce conflict in state 830 resolved using rule (atom -> 
none_tok)

Bug#1057595: publican: FTBFS: Failed 2/10 test programs

2023-12-05 Thread Santiago Vila

Package: src:publican
Version: 4.3.2-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 --with linktree
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure
/usr/bin/perl Build.PL --installdirs vendor --config "optimize=-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" --config "ld=x86_64-linux-gnu-gcc -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wl,-z,relro"
WARNING: the following files are missing in your kit:
datadir/Common_Content/common-db5/en-US/scripts/highlight.js/LICENSE
po/de-CH.po
Please inform the author.

Created MYMETA.yml and MYMETA.json

[... snipped ...]

--common_content=sOverride path to Common_Content directory
--nocolours   Disable ANSI colourisation of logging.
--quiet   Disable all logging.
--brand_dir=s Directory to source brand files from.


zt_push
Push translations to Zanata.

Options:
--helpDisplay help message
--config=sUse a nonstandard config file
--common_config=s Override path to Common_Config directory
--common_content=sOverride path to Common_Content directory
--nocolours   Disable ANSI colourisation of logging.
--quiet   Disable all logging.
--brand_dir=s Directory to source brand files from.




=head1 CONFIGURATION AND ENVIRONMENT

Publican requires access to wkhtmltopdf or Apache FOP for creating PDF files.

=head1 DEPENDENCIES

Archive::Tar
Archive::Zip
Carp
Config::Simple
Cwd
DBI
DateTime
DateTime::Format::DateParse
Devel::Cover
Encode
File::Basename
File::Copy::Recursive
File::Find
File::Find::Rule
File::HomeDir
File::Inplace
File::Path
File::Spec
File::Which
File::pushd
Getopt::Long
HTML::FormatText
HTML::FormatText::WithLinks
HTML::FormatText::WithLinks::AndTables
HTML::TreeBuilder
I18N::LangTags::List
IO::String
Lingua::EN::Fathom
List::MoreUtils
List::Util
Locale::Language
Locale::Maketext::Gettext
Locale::Maketext::Lexicon
Locale::Msgfmt
Locale::PO
Module::Build
Pod::Usage
Sort::Versions
String::Similarity
Syntax::Highlight::Engine::Kate
Template
Template::Constants
Term::ANSIColor
Test::More
Test::Pod
Test::Pod::Coverage
Text::CSV_XS
Text::Wrap
Time::localtime
XML::LibXML
XML::LibXSLT
XML::Simple
XML::TreeBuilder
version

=head1 INCOMPATIBILITIES

None reported.

=head1 BUGS AND LIMITATIONS

Bug list at 
L.

Please report any bugs or feature requests to
C, or through the web interface at
L.

=head1 AUTHOR

Jeff Fearn  C<<  >>
=cut
ok 19 - test man output
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/19 subtests
# Testing bin/publican on the Users_Guide
Use of uninitialized value in concatenation (.) or string at 
/<>/blib/script/publican line 1003,  line 14.
Use of uninitialized value in concatenation (.) or string at 
/<>/blib/script/publican line 1003,  line 14.
Use of uninitialized value in concatenation (.) or string at 
/<>/blib/script/publican line 1003,  line 14.
Making portrait pages on USletter paper (8.5inx11in)
[warning] /usr/bin/fop: JVM flavor 'sun' not understood
[warning] /usr/bin/fop: Unable to locate serializer in /usr/share/java
[warning] /usr/bin/fop: Unable to locate xalan2 in /usr/share/java
[warning] /usr/bin/fop: Unable to locate xercesImpl in /usr/share/java
[INFO] FopConfParser - Default page-height set to: 240mm
[INFO] FopConfParser - Default page-width set to: 120mm
[ERROR] FOUserAgent - Image not found. URI: images/logos/engops.png. (See 
position 2:89360)
[ERROR] FOUserAgent - Image not found. URI: images/logos/engops.png. (See 
position 3:882)
[WARN] FOUserAgent - Font "Symbol,normal,700" not found. Substituting with 
"Symbol,normal,400".
[WARN] FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with 
"ZapfDingbats,normal,400".
[INFO] FOUserAgent - Rendered page #1.
[INFO] FOUserAgent - Rendered page #2.
[WARN] FOUserAgent - The contents of fo:block line 1 exceed the available area 
in the inline-progression direction by 12000 millipoints. (See position 64:67)
[WARN] FOUserAgent - The contents of fo:block line 1 exceed the available area 
in the inline-progression direction by 6000 millipoints. (See position 68:36)
[INFO] FOUserAgent - Rendered page #3.
[INFO] FOUserAgent - Rendered page #4.
[INFO] 

Bug#1057597: qflipper: FTBFS: messages/flipper.pb.h:6:10: fatal error: pb.h: No such file or directory

2023-12-05 Thread Santiago Vila

Package: src:qflipper
Version: 1.3.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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- DEFINES+=DISABLE_APPLICATION_UPDATES
qmake -makefile "QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_RELEASE=-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" 
"QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now" "QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now" QMAKE_STRIP=: PREFIX=/usr 
DEFINES\+=DISABLE_APPLICATION_UPDATES
Info: creating stash file /<>/.qmake.stash
make[1]: Leaving directory '/<>'
   dh_auto_build
make -j2
make[1]: Entering directory '/<>'
cd dfu/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<>/dfu/dfu.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr DEFINES+=DISABLE_APPLICATION_UPDATES ) && make -f Makefile
cd plugins/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<>/plugins/plugins.pro 'QMAKE_CFLAGS_RELEASE=-g 
-O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 
'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr DEFINES+=DISABLE_APPLICATION_UPDATES ) && make -f Makefile
fatal: not a git repository (or any of the parent directories): .git
make[2]: Entering directory '/<>/plugins'
cd flipperproto0/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<>/plugins/flipperproto0/flipperproto0.pro 
'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 
'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2' 
'QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr DEFINES+=DISABLE_APPLICATION_UPDATES 
) && make -f Makefile
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git

Bug#1057594: tetradraw: FTBFS: interface.c:1069:36: error: invalid use of incomplete typedef ‘ITEM’ {aka ‘struct tagITEM’}

2023-12-05 Thread Santiago Vila

Package: src:tetradraw
Version: 2.0.3-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 --with autoreconf
   dh_update_autotools_config
   dh_autoreconf
autoreconf: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:5: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:5: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9833: AM_CONFIG_HEADER is expanded from...
configure.in:5: the top level
configure.in:7: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.
configure.in:7: You should run autoupdate.
./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
configure.in:7: the top level
configure.in:9: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9517: AM_INIT_AUTOMAKE is expanded from...
configure.in:9: the top level
configure.in:13: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.in:13: You should run autoupdate.
aclocal.m4:123: AM_PROG_LIBTOOL is expanded from...
configure.in:13: the top level
configure.in:18: warning: AC_OUTPUT should be used without arguments.
configure.in:18: You should run autoupdate.
autoheader: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:9: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
deprecated.  For more info, see:
configure.in:9: 
https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:11: installing './compile'
configure.in:9: installing './missing'
src/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 
'*_CPPFLAGS')
src/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
src/Makefile.am:8: warning: 'CFLAGS' is a user variable, you should not 
override it;
src/Makefile.am:8: use 'AM_CFLAGS' instead
src/Makefile.am:6: warning: 'LDFLAGS' is a user variable, you should not 
override it;
src/Makefile.am:6: use 'AM_LDFLAGS' instead
   dh_auto_configure
./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file 

Bug#1057593: python-escript: FTBFS: RuntimeError: Unknown key (ASFLAGS_FOR_BUILD) in dpkg-buildflags

2023-12-05 Thread Santiago Vila

Package: src:python-escript
Version: 5.6-5
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
 debian/rules build
dh build  -v
   dh_update_autotools_config -O-v
   dh_autoreconf -O-v
   dh_auto_configure -O-v
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
# Build steps for py3
mkdir -p /<>/debian/stage3
scons  -j2   cc_optim=' -O3  '  build_dir=/<>/debian/tmp3 verbose=on 
prefix=/<>/debian/stage3 options_file=debian/sid_options.py docs
scons: Reading SConscript files ...
3.11.6 (main, Oct  8 2023, 05:06:43) [GCC 13.2.0]
RuntimeError: Unknown key (ASFLAGS_FOR_BUILD) in dpkg-buildflags:
  File "/<>/SConstruct", line 172:
env = Environment(tools = ['default'], options = vars,
  File "/usr/lib/python3/dist-packages/SCons/Environment.py", line 1231:
variables.Update(self)
  File "/usr/lib/python3/dist-packages/SCons/Variables/__init__.py", line 187:
exec(contents, {}, values)
  File "", line 84:

  File "/<>/site_scons/extractdebbuild.py", line 52:

raise RuntimeError("Unknown key ("+key+") in dpkg-buildflags")
make[1]: *** [debian/rules:65: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:38: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057541: [ncurses-base] nload and possibly more, broken when launched over ssh (old issue reappears)

2023-12-05 Thread Roman Mamedov
Hello,

Downgrading to ncurses-base 6.2 (along with libncurses6 and libtinfo6) from
bullseye, solves it.

-- 
With respect,
Roman



Bug#829122: dkms: dh_dkms should enable executable debian/dkms (for use with e.g. dh-exec)

2023-12-05 Thread Andreas Beckmann

Control: tag -1 moreinfo

On Thu, 30 Jun 2016 13:50:55 -0400 Daniel Kahn Gillmor 
 wrote:

Package: dkms
Version: 2.2.0.3-4
Severity: wishlist

other debhelper config files (e.g. debian/install) are potentially
executable, in which case debhelper executes them and treats the
output of the command as the contents of the file.

a simple and common use of this is dh-exec, which can be used to
substitute simple patterns and common variables in the config file.

however, if i make debian/dkms executable and give it the appropriate
shebang line, dh_dkms does not execute the file, it just reads it
directly.

it would be nice to have dh_dkms use the same convention as the rest
of debhelper here.


How would you want to use that?
Do you have an example that illustrates how this would simplify your work?

Note that .dkms is a shell script, not a list of files like e.g. 
.install or .links that are frequently customized with dh-exec.



Andreas



Bug#1057555: Acknowledgement (system-wide neomuttrc causes warning at startup)

2023-12-05 Thread Ryan Kavanagh
Control: tags -1 + patch

Please see attached for a patch.

-- 
|)|/  Ryan Kavanagh  | 4E46 9519 ED67 7734 268F
|\|\  https://rak.ac | BD95 8F7B F8FC 4A11 C97A
From 4a44678b55064ef93383a72b7f78fa2ef9748fba Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh 
Date: Tue, 5 Dec 2023 17:08:37 -0500
Subject: [PATCH] System-wide configuration should use 'use_threads=threads'
 instead of 'sort=threads' (Closes: #1057555)

---
 debian/patches/debian-specific/neomuttrc.patch | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/patches/debian-specific/neomuttrc.patch b/debian/patches/debian-specific/neomuttrc.patch
index 4f452b4..422fbc1 100644
--- a/debian/patches/debian-specific/neomuttrc.patch
+++ b/debian/patches/debian-specific/neomuttrc.patch
@@ -1,7 +1,9 @@
 Some changes to the official documentation for neomutt.rc.
 
 a/docs/neomuttrc.head
-+++ b/docs/neomuttrc.head
+Index: neomutt/docs/neomuttrc.head
+===
+--- neomutt.orig/docs/neomuttrc.head	2023-12-05 16:56:09.045866610 -0500
 neomutt/docs/neomuttrc.head	2023-12-05 16:56:46.946375350 -0500
 @@ -12,6 +12,34 @@
  # Display the fields in this order
  hdr_order date from to cc subject
@@ -18,8 +20,8 @@ Some changes to the official documentation for neomutt.rc.
 +#bind pager  previous-line
 +#bind pager  next-line
 +
-+# Specifies how to sort messages in the index menu.
-+set sort=threads
++# Sort the index menu by threads, ordered by date
++set use_threads=threads
 +
 +# The behavior of this option on the Debian mutt package is
 +# not the original one because exim4, the default SMTP on Debian
@@ -69,8 +71,10 @@ Some changes to the official documentation for neomutt.rc.
  ##
  ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
  ##
 a/docs/neomuttrc.man.head
-+++ b/docs/neomuttrc.man.head
+Index: neomutt/docs/neomuttrc.man.head
+===
+--- neomutt.orig/docs/neomuttrc.man.head	2023-12-05 16:56:09.045866610 -0500
 neomutt/docs/neomuttrc.man.head	2023-12-05 16:56:09.037866503 -0500
 @@ -1326,8 +1326,8 @@
  .\".
  .TS
-- 
2.43.0



signature.asc
Description: PGP signature


Bug#1035707: command to (re)sign currently installed modules

2023-12-05 Thread Andreas Beckmann

On Mon, 08 May 2023 10:41:20 +0900 Simon Richter  wrote:

it would be cool to have a command to run all installed modules through
the signing process again, for example after changes to the MOK, or
simply because the signing key was unavailable during installation of a
module.


Would it be sufficient if
  dpkg-reconfigure linux-headers-6.5.0-5-amd64
would rebuild, resign and reinstall all dkms modules currently installed 
for linux-image-6.5.0-5-amd64?


(That doesn't work right now, but I'll change this soon.)


Andreas



Bug#1057592: pinto: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:pinto
Version: 0.14000-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
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Pinto
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
make -j2
make[1]: Entering directory '/<>'

[... snipped ...]

# Pod::Simple::HTMLLegacy5.01  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::JustPod  0  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::LinkSection   3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::Methody   3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::Progress  3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::PullParser3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::PullParserEndToken3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::PullParserStartToken  3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::PullParserTextToken   3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::PullParserToken   3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::RTF   3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::Search3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::SimpleTree3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::Text  3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::TextContent   3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::TiedOutFH 3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::Transcode 3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::TranscodeDumb 3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::TranscodeSmart3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::XHTML 3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Simple::XMLOutStream  3.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Text  4.14  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Text::Color   4.14  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Text::Overstrike  4.14  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Text::Termcap 4.14  F/FA/FAKE/perl-5.36.0.tar.gz
# Pod::Usage 2.01  F/FA/FAKE/perl-5.36.0.tar.gz
# POSIX  2.03  F/FA/FAKE/perl-5.36.0.tar.gz
# re 0.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Safe   2.43  F/FA/FAKE/perl-5.36.0.tar.gz
# Scalar::Util   1.62  F/FA/FAKE/perl-5.36.0.tar.gz
# SDBM_File  1.15  F/FA/FAKE/perl-5.36.0.tar.gz
# Search::Dict   1.07  F/FA/FAKE/perl-5.36.0.tar.gz
# SelectSaver1.02  F/FA/FAKE/perl-5.36.0.tar.gz
# SelfLoader 1.26  F/FA/FAKE/perl-5.36.0.tar.gz
# sigtrap1.10  F/FA/FAKE/perl-5.36.0.tar.gz
# Socket2.033  F/FA/FAKE/perl-5.36.0.tar.gz
# sort   2.05  F/FA/FAKE/perl-5.36.0.tar.gz
# Storable   3.26  F/FA/FAKE/perl-5.36.0.tar.gz
# strict 1.12  F/FA/FAKE/perl-5.36.0.tar.gz
# Sub::Util  1.62  F/FA/FAKE/perl-5.36.0.tar.gz
# subs   1.04  F/FA/FAKE/perl-5.36.0.tar.gz
# Symbol 1.09  F/FA/FAKE/perl-5.36.0.tar.gz
# Sys::Hostname  1.24  F/FA/FAKE/perl-5.36.0.tar.gz
# Sys::Syslog0.36  F/FA/FAKE/perl-5.36.0.tar.gz
# Sys::Syslog::Win320  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Base  3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::Base   3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::Color  3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::Console3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::Console::ParallelSession 3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::Console::Session   3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::File   3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::File::Session  3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Formatter::Session3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Harness   3.44  F/FA/FAKE/perl-5.36.0.tar.gz
# TAP::Harness::Env  3.44  

Bug#1057590: octave-netcdf: FTBFS: fatal: caught signal Segmentation fault -- stopping myself...

2023-12-05 Thread Santiago Vila

Package: src:octave-netcdf
Version: 1.0.17-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=octave
   dh_update_autotools_config -O--buildsystem=octave
   dh_autoreconf -O--buildsystem=octave
   dh_octave_version -O--buildsystem=octave
Checking the Octave version... ok
   dh_auto_configure -O--buildsystem=octave
   debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<>'
( cd doc ;  \
  makeinfo --no-split octave-netcdf.texi ; \
  makeinfo --html --no-split  octave-netcdf.texi ; \
  texi2pdf octave-netcdf.texi || true )
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) 
(preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./octave-netcdf.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2023-09-19.19]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting, microtype,
and turning on texinfo input format.)
(/<>/doc/version.texi)
(/<>/doc/macros.texi) [1{/var/lib/
texmf/fonts/map/pdftex/updmap/pdftex.map}] [2]
Cross reference values unknown; you must run TeX again. [3] [-1] Chapter 1
Writing index file octave-netcdf.cp
Chapter 2 [1] Chapter 3 [2]
(/<>/doc/functions.texi
Writing index file octave-netcdf.fn

Overfull \hbox (47.78485pt too wide) in paragraph at lines 38--38
 [] @texttt nccreate("test.nc","temp","Dimensions",{"lon",10,"lat",20},"Format"
,"classic");[]

Underfull \hbox (badness 1) in paragraph at lines 70--72
 []@textsl Format[]@textrm : one of the strings @texttt "@textrm CLAS-SIC@textt
t "@textrm , @texttt "@textrm 64BIT@texttt "@textrm , @texttt "@textrm NETCDF4@
texttt " @textrm or

pdfTeX warning (ext4): destination with the same identifier (name{3}) has been
already used, duplicate ignored

   @unvbox
@onepageout ...name{@the @pageno } xyz@fi @unvbox
  @headlinebox @pagebody {#1...
 ...ark @onepageout {@pagecontents @PAGE }
  }

   @vskip
@dobreak ... <#1@removelastskip @penalty #2@vskip
  #1@fi
@sectionheading ...sname #2headingbreak@endcsname
  @global @let @prevsectiond...
...
l.77 @subsubheading Groups
   [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]
Warning: unbalanced parentheses in @def... [14] [15] [16] [17] [18] [19]
[20] Warning: unbalanced parentheses in @def... [21])
(/<>/doc/gpl.texi Appendix A
[22] [23] [24] [25] [26] [27] [28] [29] [30] [31]) (Index) [32]
No file octave-netcdf.cps.
[33] )
(see the transcript file for additional information)
Output written on octave-netcdf.pdf (37 pages, 226722 bytes).
Transcript written on octave-netcdf.log.
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) 
(preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./octave-netcdf.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2023-09-19.19]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting, microtype,
and turning on texinfo input format.)
(/<>/doc/version.texi)
(/<>/doc/macros.texi) [1{/var/lib/
texmf/fonts/map/pdftex/updmap/pdftex.map}] [2]
(/<>/doc/octave-netcdf.aux)
[3] (/<>/doc/octave-netcdf.toc)
(/<>/doc/octave-netcdf.toc
[-1] [-2]) [-3]
(/<>/doc/octave-netcdf.toc)
(/<>/doc/octave-netcdf.toc)
Chapter 1
Writing index file octave-netcdf.cp
Chapter 2 [1] Chapter 3 [2]
(/<>/doc/functions.texi
Writing index file octave-netcdf.fn

Overfull \hbox (47.78485pt too wide) in paragraph at lines 38--38
 [] @texttt nccreate("test.nc","temp","Dimensions",{"lon",10,"lat",20},"Format"
,"classic");[]

Underfull \hbox (badness 1) in paragraph at lines 70--72
 []@textsl Format[]@textrm : one of the strings @texttt "@textrm CLAS-SIC@textt
t "@textrm , @texttt "@textrm 64BIT@texttt "@textrm , @texttt "@textrm NETCDF4@
texttt " @textrm or

pdfTeX warning (ext4): destination with the same identifier (name{3}) has been
already used, duplicate ignored

   @unvbox
@onepageout ...name{@the @pageno } xyz@fi @unvbox
  @headlinebox @pagebody {#1...
 ...ark @onepageout {@pagecontents @PAGE }
  }

   @vskip
@dobreak ... <#1@removelastskip @penalty #2@vskip
  #1@fi
@sectionheading ...sname #2headingbreak@endcsname

Bug#1057591: octave-vibes: FTBFS: fatal: caught signal Segmentation fault -- stopping myself...

2023-12-05 Thread Santiago Vila

Package: src:octave-vibes
Version: 0.2.0-8
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=octave
   dh_update_autotools_config -O--buildsystem=octave
   dh_autoreconf -O--buildsystem=octave
   dh_octave_version -O--buildsystem=octave
Checking the Octave version... ok
   dh_auto_configure -O--buildsystem=octave
   dh_auto_build -O--buildsystem=octave
   dh_auto_test -O--buildsystem=octave
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=octave
   dh_prep -O--buildsystem=octave
   dh_auto_install --destdir=debian/octave-vibes/ -O--buildsystem=octave
octave --no-gui --no-history --silent --no-init-file --no-window-system 
/usr/share/dh-octave/install-pkg.m 
/<>/debian/octave-vibes/usr/share/octave/packages 
/<>/debian/octave-vibes/usr/lib/x86_64-linux-gnu/octave/packages
make[1]: Entering directory '/<>/src'
/usr/bin/mkoctfile --verbose -o "__vibes__.oct" "__vibes__.cpp"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-8.4.0/octave/.. 
-I/usr/include/octave-8.4.0/octave  -pthread -fopenmp -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection__vibes__.cpp 
-o /tmp/oct-yXW8qv.o
g++ -I/usr/include/octave-8.4.0/octave/.. -I/usr/include/octave-8.4.0/octave  -pthread 
-fopenmp -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o __vibes__.oct 
 /tmp/oct-yXW8qv.o   -shared -Wl,-Bsymbolic -Wl,-z,relro  -L/usr/lib/x86_64-linux-gnu 
-shared -Wl,-Bsymbolic  -flto=auto -ffat-lto-objects -Wl,-z,relro
make[1]: Leaving directory '/<>/src'
copyfile /<>/./src/__vibes__.oct 
/<>/./inst/x86_64-pc-linux-gnu-api-v58
warning: addpath: package directories should not be added to path: 
/<>/debian/octave-vibes/usr/share/octave/packages/vibes-0.2.0/+vibes
For information about changes from previous versions of the vibes package, run 
'news vibes'.
   dh_octave_check -O--buildsystem=octave
Checking package...
Checking m files ...
warning: addpath: package directories should not be added to path: 
/<>/debian/octave-vibes/usr/share/octave/packages/vibes-0.2.0/+vibes
[inst/+vibes/beginDrawing.m]

/<>/inst/+vibes/beginDrawing.m

* test
 vibes.beginDrawing
 vibes.endDrawing
fatal: caught signal Segmentation fault -- stopping myself...
Segmentation fault
make: *** [debian/rules:5: binary] Error 139
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057588: octave-nan: FTBFS: error: 'fid' undefined near line 333, column 14

2023-12-05 Thread Santiago Vila

Package: src:octave-nan
Version: 3.7.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 --buildsystem=octave
   dh_update_autotools_config -O--buildsystem=octave
   dh_autoreconf -O--buildsystem=octave
   dh_octave_version -O--buildsystem=octave
Checking the Octave version... ok
   dh_auto_configure -O--buildsystem=octave
   dh_auto_build -O--buildsystem=octave
   dh_auto_test -O--buildsystem=octave
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=octave
   dh_prep -O--buildsystem=octave
   dh_auto_install --destdir=debian/octave-nan/ -O--buildsystem=octave
octave --no-gui --no-history --silent --no-init-file --no-window-system 
/usr/share/dh-octave/install-pkg.m 
/<>/debian/octave-nan/usr/share/octave/packages 
/<>/debian/octave-nan/usr/lib/x86_64-linux-gnu/octave/packages

[... snipped ...]

train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 column 1
/tmp/tmp.M6KGbXlxaZ at line 330 column 5

warning: sparse LDA is sensitive to linear transformations
warning: called from
train_sc at line 517 column 17
xval at line 170 column 6
test_xval at line 46 column 16
check at line 20 

Bug#1057589: octave-ncarray: FTBFS: fatal: caught signal Segmentation fault -- stopping myself...

2023-12-05 Thread Santiago Vila

Package: src:octave-ncarray
Version: 1.0.5-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 --buildsystem=octave
   dh_update_autotools_config -O--buildsystem=octave
   dh_autoreconf -O--buildsystem=octave
   dh_octave_version -O--buildsystem=octave
Checking the Octave version... ok
   dh_auto_configure -O--buildsystem=octave
   dh_auto_build -O--buildsystem=octave
   dh_auto_test -O--buildsystem=octave
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=octave
   dh_prep -O--buildsystem=octave
   dh_auto_install --destdir=debian/octave-ncarray/ -O--buildsystem=octave
octave --no-gui --no-history --silent --no-init-file --no-window-system 
/usr/share/dh-octave/install-pkg.m 
/<>/debian/octave-ncarray/usr/share/octave/packages 
/<>/debian/octave-ncarray/usr/lib/x86_64-linux-gnu/octave/packages
For information about changes from previous versions of the ncarray package, 
run 'news ncarray'.
   dh_octave_check -O--buildsystem=octave
Checking package...
Checking m files ...
warning: function /usr/share/octave/packages/statistics-1.6.0/shadow9/std.m 
shadows a core library function
warning: called from
/usr/share/octave/packages/statistics-1.6.0/PKG_ADD at line 13 column 3
load_packages_and_dependencies at line 56 column 5
load_packages at line 53 column 3
pkg at line 639 column 7
/tmp/tmp.DHPTjFH6go at line 9 column 9

warning: function /usr/share/octave/packages/statistics-1.6.0/shadow9/var.m 
shadows a core library function
warning: called from
/usr/share/octave/packages/statistics-1.6.0/PKG_ADD at line 13 column 3
load_packages_and_dependencies at line 56 column 5
load_packages at line 53 column 3
pkg at line 639 column 7
/tmp/tmp.DHPTjFH6go at line 9 column 9

warning: function /usr/share/octave/packages/statistics-1.6.0/shadow9/mean.m 
shadows a core library function
warning: called from
/usr/share/octave/packages/statistics-1.6.0/PKG_ADD at line 13 column 3
load_packages_and_dependencies at line 56 column 5
load_packages at line 53 column 3
pkg at line 639 column 7
/tmp/tmp.DHPTjFH6go at line 9 column 9

warning: function /usr/share/octave/packages/statistics-1.6.0/shadow9/median.m 
shadows a core library function
warning: called from
/usr/share/octave/packages/statistics-1.6.0/PKG_ADD at line 13 column 3
load_packages_and_dependencies at line 56 column 5
load_packages at line 53 column 3
pkg at line 639 column 7
/tmp/tmp.DHPTjFH6go at line 9 column 9

warning: function /usr/share/octave/packages/statistics-1.6.0/shadow9/mad.m 
shadows a core library function
warning: called from
/usr/share/octave/packages/statistics-1.6.0/PKG_ADD at line 13 column 3
load_packages_and_dependencies at line 56 column 5
load_packages at line 53 column 3
pkg at line 639 column 7
/tmp/tmp.DHPTjFH6go at line 9 column 9

[inst/test_ncarray_nan.m]

/<>/inst/test_ncarray_nan.m

* test
 test_ncarray_nan ()
warning: test: file /<>/inst/test_ncarray_nan.m leaked global 
variables: CACHED_DECOMPRESS_DIR CACHED_DECOMPRESS_LOG_FID CACHED_DECOMPRESS_MAX_SIZE
1 test, 1 passed, 0 known failure, 0 skipped
[inst/test_ncarray.m]

/<>/inst/test_ncarray.m

* test
 test_ncarray()
creating directory /tmp/oct-n6O7Cg for temporary files.

All tests passed.
1 test, 1 passed, 0 known failure, 0 skipped
Checking C++ files ...
fatal: caught signal Segmentation fault -- stopping myself...
Segmentation fault
make: *** [debian/rules:5: binary] Error 139
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057585: node-strip-bom-stream: FTBFS: not ok 2 TypeError: getStream is not a function

2023-12-05 Thread Santiago Vila

Package: src:node-strip-bom-stream
Version: 4.0.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
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link node_modules/is-utf8 -> ../is-utf8
Link node_modules/strip-bom-buf -> ../strip-bom-buf
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
   dh_auto_test --buildsystem=nodejs
ln -s ../. node_modules/strip-bom-stream
/bin/sh -ex debian/tests/pkg-js/test
+ tape test.js
TAP version 13
# main
not ok 1 TypeError: getStream is not a function
  ---
operator: error
stack: |-
  TypeError: getStream is not a function
  at Test. (/<>/test.js:7:23)
  at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
  at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
  at process.processImmediate (node:internal/timers:476:21)
  ...
# low `highWaterMark`
not ok 2 TypeError: getStream is not a function
  ---
operator: error
stack: |-
  TypeError: getStream is not a function
  at Test. (/<>/test.js:13:23)
  at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
  at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
  at process.processImmediate (node:internal/timers:476:21)
  ...

1..2
# tests 2
# pass  0
# fail  2

dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057584: node-qs: FTBFS: Error: module has-proto in /<>/node_modules/get-intrinsic not found

2023-12-05 Thread Santiago Vila

Package: src:node-qs
Version: 6.11.0+ds+~6.9.7-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_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/available-typed-arrays -> 
/usr/share/nodejs/available-typed-arrays
Link ./node_modules/call-bind -> /usr/share/nodejs/call-bind
Link ./node_modules/es-abstract -> /usr/share/nodejs/es-abstract
Link ./node_modules/for-each -> /usr/share/nodejs/for-each
Link ./node_modules/function-bind -> /usr/share/nodejs/function-bind
Link ./node_modules/get-intrinsic -> /usr/share/nodejs/get-intrinsic
Link ./node_modules/gopd -> /usr/share/nodejs/gopd
Link ./node_modules/has-symbols -> /usr/share/nodejs/has-symbols
Link ./node_modules/has -> /usr/share/nodejs/has
Link ./node_modules/has-tostringtag -> /usr/share/nodejs/has-tostringtag
Link ./node_modules/inherits -> /usr/share/nodejs/inherits
Link ./node_modules/is-arguments -> /usr/share/nodejs/is-arguments
Link ./node_modules/is-callable -> /usr/share/nodejs/is-callable
Link ./node_modules/is-generator-function -> 
/usr/share/nodejs/is-generator-function
Link ./node_modules/is-typed-array -> /usr/share/nodejs/is-typed-array
Link ./node_modules/object-inspect -> /usr/share/nodejs/object-inspect
Link ./node_modules/side-channel -> /usr/share/nodejs/side-channel
Link ./node_modules/util -> /usr/share/nodejs/util
Link ./node_modules/which-typed-array -> /usr/share/nodejs/which-typed-array
Link node_modules/@types/qs -> ../../types-qs
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build
mkdir dist
browserify-lite ./lib/index.js --outfile dist/qs.js
/usr/share/nodejs/browserify-lite/cli.js:29
  if (err) throw err;
   ^

Error: module has-proto in /<>/node_modules/get-intrinsic not found
at trySearchPath (/usr/share/nodejs/browserify-lite/index.js:269:32)
at /usr/share/nodejs/browserify-lite/index.js:274:7
at /usr/share/nodejs/browserify-lite/index.js:294:21
at FSReqCallback.oncomplete (node:fs:202:21)

Node.js v18.19.0
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057580: nfstrace: FTBFS: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’}

2023-12-05 Thread Santiago Vila

Package: src:nfstrace
Version: 0.4.3.2+git20200805+b220d04-2.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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- -DGMOCK_SOURCE_DIR=/usr/src/gmock
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DGMOCK_SOURCE_DIR=/usr/src/gmock ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument  value or use a ... suffix to tell
  CMake that the project does not need compatibility with older versions.

[... snipped ...]

Patching output file 2295/2575
Patching output file 2296/2575
Patching output file 2297/2575
Patching output file 2298/2575
Patching output file 2299/2575
Patching output file 2300/2575
Patching output file 2301/2575
Patching output file 2302/2575
Patching output file 2303/2575
Patching output file 2304/2575
Patching output file 2305/2575
Patching output file 2306/2575
Patching output file 2307/2575
Patching output file 2308/2575
Patching output file 2309/2575
Patching output file 2310/2575
Patching output file 2311/2575
Patching output file 2312/2575
Patching output file 2313/2575
Patching output file 2314/2575
Patching output file 2315/2575
Patching output file 2316/2575
Patching output file 2317/2575
Patching output file 2318/2575
Patching output file 2319/2575
Patching output file 2320/2575
Patching output file 2321/2575
Patching output file 2322/2575
Patching output file 2323/2575
Patching output file 2324/2575
Patching output file 2325/2575
Patching output file 2326/2575
Patching output file 2327/2575
Patching output file 2328/2575
Patching output file 2329/2575
Patching output file 2330/2575
Patching output file 2331/2575
Patching output file 2332/2575
Patching output file 2333/2575
Patching output file 2334/2575
Patching output file 2335/2575
Patching output file 2336/2575
Patching output file 2337/2575
Patching output file 2338/2575
Patching output file 2339/2575
Patching output file 2340/2575
Patching output file 2341/2575
Patching output file 2342/2575
Patching output file 2343/2575
Patching output file 2344/2575
Patching output file 2345/2575
Patching output file 2346/2575
Patching output file 2347/2575
Patching output file 2348/2575
Patching output file 2349/2575
Patching output file 2350/2575
Patching output file 2351/2575
Patching output file 2352/2575
Patching output file 2353/2575
Patching output file 2354/2575
Patching output file 2355/2575
Patching output file 2356/2575
Patching output file 2357/2575
Patching output file 2358/2575
Patching output file 2359/2575
Patching output file 2360/2575
Patching output file 2361/2575
Patching output file 2362/2575
Patching output file 2363/2575
Patching output file 2364/2575
Patching output file 2365/2575
Patching output file 2366/2575
Patching output file 2367/2575
Patching output file 2368/2575
Patching output file 2369/2575
Patching output file 2370/2575
Patching output file 2371/2575
Patching output file 2372/2575
Patching output file 2373/2575
Patching output file 2374/2575
Patching output file 2375/2575
Patching output file 2376/2575
Patching output file 2377/2575
Patching output file 2378/2575
Patching output file 2379/2575
Patching output file 2380/2575
Patching output file 2381/2575
Patching output file 2382/2575
Patching output file 2383/2575
Patching output file 2384/2575
Patching output file 2385/2575
Patching output file 2386/2575
Patching output file 2387/2575
Patching output file 2388/2575
Patching output file 2389/2575
Patching output file 2390/2575
Patching output file 2391/2575
Patching output file 2392/2575
Patching output file 2393/2575
Patching output file 2394/2575
Patching output file 2395/2575
Patching output file 2396/2575
Patching output file 2397/2575
Patching output file 2398/2575
Patching output file 2399/2575
Patching output file 2400/2575
Patching output file 2401/2575
Patching output file 2402/2575
Patching output file 2403/2575
Patching output file 2404/2575
Patching output file 2405/2575
Patching output file 2406/2575
Patching output file 2407/2575
Patching output file 2408/2575
Patching output file 2409/2575
Patching output file 2410/2575
Patching output file 2411/2575
Patching output 

Bug#1057583: node-gulp-changed: FTBFS: not ok 3 TypeError: getStream.array is not a function

2023-12-05 Thread Santiago Vila

Package: src:node-gulp-changed
Version: 4.0.3-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_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
   dh_auto_test --buildsystem=nodejs
mkdir -p node_modules
ln -s ../debian/tests/test_modules/figures node_modules/figures
ln -s ../debian/tests/test_modules/touch node_modules/touch
ln -s ../. node_modules/gulp-changed
/bin/sh -ex debian/tests/pkg-js/test
+ tape test.js
TAP version 13
# compareLastModifiedTime › using relative dest
# compareLastModifiedTime › using relative dest
# compareContents › should not pass any files through in identical directories
not ok 1 TypeError: getStream.array is not a function
  ---
operator: error
stack: |-
  TypeError: getStream.array is not a function
  at Test. (/<>/test.js:94:32)
  at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
  at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
  at process.processImmediate (node:internal/timers:476:21)
  ...
# compareContents › should only pass through changed files using file extension
not ok 2 TypeError: getStream.array is not a function
  ---
operator: error
stack: |-
  TypeError: getStream.array is not a function
  at Test. (/<>/test.js:102:32)
  at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
  at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
  at process.processImmediate (node:internal/timers:476:21)
  ...
# compareContents › should only pass through changed files using transformPath
not ok 3 TypeError: getStream.array is not a function
  ---
operator: error
stack: |-
  TypeError: getStream.array is not a function
  at Test. (/<>/test.js:117:32)
  at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
  at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
  at process.processImmediate (node:internal/timers:476:21)
  ...
# compareContents › should only pass through changed files using extension 
.coffee
not ok 4 TypeError: getStream.array is not a function
  ---
operator: error
stack: |-
  TypeError: getStream.array is not a function
  at Test. (/<>/test.js:129:32)
  at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Test.run (/usr/share/nodejs/tape/lib/test.js:115:28)
  at Test.bound [as run] (/usr/share/nodejs/tape/lib/test.js:95:17)
  at Immediate.next (/usr/share/nodejs/tape/lib/results.js:157:7)
  at process.processImmediate (node:internal/timers:476:21)
  ...

1..4
# tests 4
# pass  0
# fail  4

dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057582: node-decompress-response: FTBFS: not ok 13 TypeError: getStream is not a function

2023-12-05 Thread Santiago Vila

Package: src:node-decompress-response
Version: 6.0.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
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
   dh_auto_test --buildsystem=nodejs
mkdir -p node_modules
ln -s ../. node_modules/decompress-response
/bin/sh -ex debian/tests/pkg-js/test
+ tape test/test.js
TAP version 13
# decompress gzipped content
ok 1 should be truthy
ok 2 should be truthy
ok 3 should be truthy
ok 4 should be truthy
ok 5 should be truthy
ok 6 should be truthy
ok 7 should be truthy
ok 8 should be truthy
ok 9 should be truthy
ok 10 should be truthy
ok 11 should be truthy
ok 12 should be truthy
not ok 13 TypeError: getStream is not a function
  ---
operator: error
stack: |-
  TypeError: getStream is not a function
  at Test. (/<>/test/test.js:72:13)
  at process.processTicksAndRejections 
(node:internal/process/task_queues:95:5)
  ...
# decompress deflated content
node:events:495
  throw er; // Unhandled 'error' event
  ^

Error: listen EADDRINUSE: address already in use :::59060
at Server.setupListenHandle [as _listen2] (node:net:1811:16)
at listenInCluster (node:net:1859:12)
at Server.listen (node:net:1947:7)
at /usr/share/nodejs/pify/index.js:33:11
at new Promise ()
at Server. (/usr/share/nodejs/pify/index.js:6:9)
at Object.apply (/usr/share/nodejs/pify/index.js:85:19)
at before (/<>/test/test.js:46:15)
at Test. (/<>/test/test.js:80:5)
at Test.bound [as _cb] (/usr/share/nodejs/tape/lib/test.js:95:17)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1838:8)
at process.processTicksAndRejections 
(node:internal/process/task_queues:82:21) {
  code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::',
  port: 59060
}

Node.js v18.19.0
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057581: node-clipanion: FTBFS: error TS2307: Cannot find module 'get-stream' or its corresponding type declarations.

2023-12-05 Thread Santiago Vila

Package: src:node-clipanion
Version: 3.2.1+dfsg-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 nodejs
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
/!\ website/package.json not found
Unable to load website
workspaces field found in package.json

Found debian/nodejs/additional_components
Link ./node_modules/tslib -> /usr/share/nodejs/tslib
Link ./node_modules/@types/mocha -> /usr/share/nodejs/@types/mocha
Link ./node_modules/typescript -> /usr/share/nodejs/typescript
Link ./node_modules/@rollup/plugin-typescript -> 
/usr/share/nodejs/@rollup/plugin-typescript
Link ./node_modules/@types/chai -> /usr/share/nodejs/@types/chai
Link ./node_modules/ts-node -> /usr/share/nodejs/ts-node
Link ./node_modules/@types/chai-as-promised -> 
/usr/share/nodejs/@types/chai-as-promised
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/get-stream -> /usr/share/nodejs/get-stream
/!\ website/package.json not found
Unable to load website
Link ./node_modules/typanion -> /usr/share/nodejs/typanion
Found debian/nodejs/additional_components
   dh_auto_build --buildsystem=nodejs
/!\ website/package.json not found
Unable to load website
workspaces field found in package.json

Found debian/nodejs/additional_components
Found debian/nodejs/./build
cd ./. && sh -ex debian/nodejs/./build
+ rollup -c --bundleConfigAsCjs

/<>/sources/advanced/builtins/definitions.ts, /<>/sources/advanced/builtins/help.ts, /<>/sources/advanced/builtins/index.ts, /<>/sources/advanced/builtins/version.ts, /<>/sources/advanced/Cli.ts, 
/<>/sources/advanced/Command.ts, /<>/sources/advanced/HelpCommand.ts, /<>/sources/advanced/index.ts, /<>/sources/advanced/options/Array.ts, /<>/sources/advanced/options/Boolean.ts, 
/<>/sources/advanced/options/Counter.ts, /<>/sources/advanced/options/index.ts, /<>/sources/advanced/options/Proxy.ts, /<>/sources/advanced/options/Rest.ts, /<>/sources/advanced/options/String.ts, 
/<>/sources/advanced/options/utils.ts, /<>/sources/constants.ts, /<>/sources/core.ts, /<>/sources/errors.ts, /<>/sources/format.ts, /<>/sources/platform/browser.ts, 
/<>/sources/platform/node.ts → lib, lib...
(!) The "preserveModules" option is deprecated. Use the 
"output.preserveModules" option instead.
https://rollupjs.org/https://rollupjs.org/configuration-options/#output-preservemodules
created lib, lib in 3.7s
+ cp -a sources/platform/package.json lib/platform/
+ debian/apply-publish-config ./package.json
   dh_auto_test --buildsystem=nodejs
/!\ website/package.json not found
Unable to load website
workspaces field found in package.json

Found debian/nodejs/additional_components
ln -s ../. node_modules/clipanion
/bin/sh -ex debian/tests/pkg-js/test
+ FORCE_COLOR=1 mocha --require ts-node/register --extension ts tests/specs 
--exclude tests/specs/browser.test.ts --exclude tests/specs/treeshake.test.ts

TSError: ⨯ Unable to compile TypeScript:
tests/tools.ts(1,54): error TS2307: Cannot find module 'get-stream' or its 
corresponding type declarations.

at createTSError (/usr/share/nodejs/ts-node/src/index.ts:865:12)
at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:869:19)
at getOutput (/usr/share/nodejs/ts-node/src/index.ts:1083:36)
at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:1439:41)
at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1623:30)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Object.require.extensions. [as .ts] 
(/usr/share/nodejs/ts-node/src/index.ts:1627:12)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Function.Module._load (node:internal/modules/cjs/loader:1013:12)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object. (/<>/tests/specs/advanced.test.ts:6:1)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1624:23)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Object.require.extensions. [as .ts] 
(/usr/share/nodejs/ts-node/src/index.ts:1627:12)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Function.Module._load (node:internal/modules/cjs/loader:1013:12)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object.exports.requireOrImport 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:53:16)
at async Object.exports.loadFilesAsync 
(/usr/share/nodejs/mocha/lib/nodejs/esm-utils.js:100:20)
at async singleRun 

Bug#1057579: mplayer: FTBFS: error: 'INT_MAX' undeclared (first use in this function)

2023-12-05 Thread Santiago Vila

Package: src:mplayer
Version: 2:1.5+svn38423-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_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure-arch
make[1]: Entering directory '/<>'
./configure --prefix=/usr --confdir=/etc/mplayer --enable-debug --enable-xvmc --enable-menu --disable-arts 
--language=all --disable-libmpeg2-internal --disable-ffmpeg_a --disable-esd --extra-cflags="-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" 
--extra-ldflags="-Wl,-z,relro -Wl,-z,now"  --enable-runtime-cpudetection --enable-joystick 
--enable-radio --enable-radio-capture --enable-gui --enable-nls
Checking for ffmpeg/libavcodec/allcodecs.c ... not found
Checking for ffmpeg/libavcodec/hwaccels.h ... not found
Checking for ffmpeg/libavformat/allformats.c ... not found
Checking for ffmpeg/libavcodec/bitsteram_filters.c ... not found
Checking for ffmpeg/libavcodec/cbs_internal.h ... not found
Checking for ffmpeg/libavformat/protocols.c ... not found
Checking for ffmpeg/libavfilter/allfilters.c ... not found

[... snipped ...]

  766 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:845:13: note: in expansion of macro 
'REORDER_SELF_SWAP_5_STEP_1'
  845 | 
REORDER_SELF_SWAP_5_STEP_1(src_32,tmp,samples,8,s0,s1,s2,s3,s4);
  | ^~
libaf/reorder_ch.c:766:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  766 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:848:13: note: in expansion of macro 
'REORDER_SELF_SWAP_5_STEP_1'
  848 | 
REORDER_SELF_SWAP_5_STEP_1(src_32,tmp,samples,5,s0,s1,s2,s3,s4);
  | ^~
libaf/reorder_ch.c:766:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  766 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:857:13: note: in expansion of macro 
'REORDER_SELF_SWAP_5_STEP_1'
  857 | 
REORDER_SELF_SWAP_5_STEP_1(src_64,tmp,samples,6,s0,s1,s2,s3,s4);
  | ^~
libaf/reorder_ch.c:766:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  766 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:860:13: note: in expansion of macro 
'REORDER_SELF_SWAP_5_STEP_1'
  860 | 
REORDER_SELF_SWAP_5_STEP_1(src_64,tmp,samples,8,s0,s1,s2,s3,s4);
  | ^~
libaf/reorder_ch.c:766:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  766 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:863:13: note: in expansion of macro 
'REORDER_SELF_SWAP_5_STEP_1'
  863 | 
REORDER_SELF_SWAP_5_STEP_1(src_64,tmp,samples,5,s0,s1,s2,s3,s4);
  | ^~
libaf/reorder_ch.c: In function 'reorder_self_2_3':
libaf/reorder_ch.c:877:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  877 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:897:9: note: in expansion of macro 'REORDER_SELF_SWAP_2_3'
  897 | REORDER_SELF_SWAP_2_3(src_8,tmp,samples,6,s0,s1,s2,s3,s4);
  | ^
libaf/reorder_ch.c:877:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  877 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:904:9: note: in expansion of macro 'REORDER_SELF_SWAP_2_3'
  904 | REORDER_SELF_SWAP_2_3(src_16,tmp,samples,6,s0,s1,s2,s3,s4);
  | ^
libaf/reorder_ch.c:911:23: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  911 | for (i = 0; i < samples * 3; i += 18) {
  |   ^
libaf/reorder_ch.c:877:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  877 | for (i = 0; i < SAMPLES; i += CHNUM) {\
  |   ^
libaf/reorder_ch.c:940:9: note: in expansion of macro 'REORDER_SELF_SWAP_2_3'
  940 | REORDER_SELF_SWAP_2_3(src_32,tmp,samples,6,s0,s1,s2,s3,s4);
  | ^
libaf/reorder_ch.c:877:15: warning: comparison of integer expressions of 
different signedness: 'int' and 'unsigned int' 

Bug#1057577: mapsforge: FTBFS: Could not resolve :osmosis-core-0.48.3:.

2023-12-05 Thread Santiago Vila

Package: src:mapsforge
Version: 0.17.0+dfsg.1-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 --buildsystem=gradle --with maven_repo_helper
   dh_update_autotools_config -O--buildsystem=gradle
   dh_autoreconf -O--buildsystem=gradle
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
# Set version string correctly
if [ ! -f build.gradle.debsave ]; then \
sed -i.debsave 's/master-SNAPSHOT/0.17.0/' build.gradle ;\
fi
dh_auto_configure
make[1]: Leaving directory '/<>'
   dh_auto_build -O--buildsystem=gradle
mkdir -p .gradle/init.d
cp /usr/share/gradle-debian-helper/init.gradle .gradle/init.d/
gradle --info --console plain --offline --stacktrace --no-daemon 
--refresh-dependencies --gradle-user-home .gradle -Duser.home=. 
-Duser.name=debian -Ddebian.package=mapsforge -Dfile.encoding=UTF-8 --parallel 
--max-workers=2 jar
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment (build 17.0.9+9-Debian-2)
OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-2, mixed mode, sharing)
Initialized native services in: /<>/.gradle/native
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/4.4.1/userguide/gradle_daemon.html.
Starting process 'Gradle build daemon'. Working directory: 
/<>/.gradle/daemon/4.4.1 Command: 
/usr/lib/jvm/java-17-openjdk-amd64/bin/java --add-opens java.base/java.lang=ALL-UNNAMED 
-Xbootclasspath/a:/usr/share/java/gradle-helper-hook.jar:/usr/share/java/maven-repo-helper.jar
 -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp 
/usr/share/gradle/lib/gradle-launcher-4.4.1.jar 
org.gradle.launcher.daemon.bootstrap.GradleDaemon 4.4.1
Successfully started process 'Gradle build daemon'
An attempt to start the daemon took 0.726 secs.
The client will now receive all logging from the daemon (pid: 1250065). The daemon log 
file: /<>/.gradle/daemon/4.4.1/daemon-1250065.out.log
Daemon will be stopped at the end of the build stopping after processing
Closing daemon's stdin at end of input.
The daemon will no longer process any standard input.
Using 2 worker leases.
Creating new cache for fileHashes, path 
/<>/.gradle/caches/4.4.1/fileHashes/fileHashes.bin, access 
org.gradle.cache.internal.DefaultCacheAccess@4921497
Creating new cache for resourceHashesCache, path 
/<>/.gradle/caches/4.4.1/fileHashes/resourceHashesCache.bin, 
access org.gradle.cache.internal.DefaultCacheAccess@4921497
Creating new cache for fileHashes, path 
/<>/.gradle/4.4.1/fileHashes/fileHashes.bin, access 
org.gradle.cache.internal.DefaultCacheAccess@4d4cfb5b
Starting Build
Compiling initialization script '/<>/.gradle/init.d/init.gradle' 
using SubsetScriptTransformer.
Creating new cache for metadata-1.1/results, path 
/<>/.gradle/caches/transforms-1/metadata-1.1/results.bin, access 
org.gradle.cache.internal.DefaultCacheAccess@13ab7d50
Compiling initialization script '/<>/.gradle/init.d/init.gradle' 
using BuildScriptTransformer.
Compiling settings file '/<>/settings.gradle' using 
SubsetScriptTransformer.
Compiling settings file '/<>/settings.gradle' using 
BuildScriptTransformer.
Settings evaluated using settings file '/<>/settings.gradle'.
Settings file found (/<>/settings.gradle), but 
rootProject.name isn't defined
Root project name not defined in settings.gradle, defaulting to 
'mapsforge' instead of the name of the root directory 'mapsforge-0.17.0+dfsg.1'
Projects loaded. Root project using build file '/<>/build.gradle'.
Included projects: [root project 'mapsforge', project ':mapsforge-core', 
project ':mapsforge-map', project ':mapsforge-map-awt', project 
':mapsforge-map-reader', project ':mapsforge-map-writer', project 
':mapsforge-poi', project ':mapsforge-samples-awt', project ':mapsforge-themes']
Keep-alive timer started
Adding Debian repository to project 'mapsforge'
Adding Debian repository to project 'mapsforge-core'
Adding Debian repository to project 'mapsforge-map'
Adding Debian repository to project 'mapsforge-map-awt'
Adding Debian repository to project 'mapsforge-map-reader'
Adding Debian repository to project 'mapsforge-map-writer'
Adding Debian repository to project 'mapsforge-poi'
Adding Debian repository to project 'mapsforge-samples-awt'
Adding Debian repository to project 'mapsforge-themes'
Parallel execution is an incubating feature.
Evaluating root project 'mapsforge' using build file 
'/<>/build.gradle'.
Compiling build file '/<>/build.gradle' using 
SubsetScriptTransformer.
Creating new cache for metadata-2.36/module-metadata, path 
/<>/.gradle/caches/modules-2/metadata-2.36/module-metadata.bin, 
access org.gradle.cache.internal.DefaultCacheAccess@2e58ebd3

Bug#1057576: mako: FTBFS: dh_sphinxdoc: error: debian/python-mako-doc/usr/share/doc/python-mako-doc/html/search.html top-level node does not have data-content_root attribute

2023-12-05 Thread Santiago Vila

Package: src:mako
Version: 1.2.4+ds-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=sphinxdoc,python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
running config
I: pybuild base:310: python3.11 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3.12 setup.py build
running build
running build_py
creating /<>/.pybuild/cpython3_3.12_mako/build/mako

[... snipped ...]

test/test_template.py::ReservedNameTest::test_names_in_template PASSED   [ 85%]
test/test_template.py::ReservedNameTest::test_exclude_loop_context PASSED [ 85%]
test/test_template.py::ReservedNameTest::test_exclude_loop_template PASSED [ 
85%]
test/test_template.py::ControlTest::test_control PASSED  [ 85%]
test/test_template.py::ControlTest::test_blank_control_1 PASSED  [ 86%]
test/test_template.py::ControlTest::test_blank_control_2 PASSED  [ 86%]
test/test_template.py::ControlTest::test_blank_control_3 PASSED  [ 86%]
test/test_template.py::ControlTest::test_blank_control_4 PASSED  [ 86%]
test/test_template.py::ControlTest::test_blank_control_5 PASSED  [ 87%]
test/test_template.py::ControlTest::test_blank_control_6 PASSED  [ 87%]
test/test_template.py::ControlTest::test_blank_control_7 PASSED  [ 87%]
test/test_template.py::ControlTest::test_blank_control_8 PASSED  [ 87%]
test/test_template.py::ControlTest::test_commented_blank_control_1 PASSED [ 87%]
test/test_template.py::ControlTest::test_commented_blank_control_2 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_3 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_4 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_5 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_6 PASSED [ 88%]
test/test_template.py::ControlTest::test_commented_blank_control_7 PASSED [ 89%]
test/test_template.py::ControlTest::test_commented_blank_control_8 PASSED [ 89%]
test/test_template.py::ControlTest::test_multiline_control PASSED[ 89%]
test/test_template.py::GlobalsTest::test_globals PASSED  [ 89%]
test/test_template.py::RichTracebackTest::test_utf8_memory_syntax PASSED [ 89%]
test/test_template.py::RichTracebackTest::test_utf8_memory_runtime PASSED [ 90%]
test/test_template.py::RichTracebackTest::test_utf8_file_syntax PASSED   [ 90%]
test/test_template.py::RichTracebackTest::test_utf8_file_runtime PASSED  [ 90%]
test/test_template.py::RichTracebackTest::test_unicode_memory_syntax PASSED [ 
90%]
test/test_template.py::RichTracebackTest::test_unicode_memory_runtime PASSED [ 
91%]
test/test_template.py::RichTracebackTest::test_unicode_file_syntax PASSED [ 91%]
test/test_template.py::RichTracebackTest::test_unicode_file_runtime PASSED [ 
91%]
test/test_template.py::ModuleDirTest::test_basic PASSED  [ 91%]
test/test_template.py::ModuleDirTest::test_callable PASSED   [ 91%]
test/test_template.py::ModuleDirTest::test_custom_writer PASSED  [ 92%]
test/test_template.py::FilenameToURITest::test_windows_paths PASSED  [ 92%]
test/test_template.py::FilenameToURITest::test_posix_paths PASSED[ 92%]
test/test_template.py::FilenameToURITest::test_dont_accept_relative_outside_of_root
 PASSED [ 92%]
test/test_template.py::ModuleTemplateTest::test_module_roundtrip PASSED  [ 92%]
test/test_template.py::TestTemplateAPI::test_metadata PASSED [ 93%]
test/test_template.py::TestTemplateAPI::test_metadata_two PASSED [ 93%]
test/test_template.py::PreprocessTest::test_old_comments PASSED  [ 93%]
test/test_template.py::LexerTest::test_via_template PASSED   [ 93%]
test/test_template.py::LexerTest::test_via_lookup PASSED [ 93%]
test/test_template.py::FuturesTest::test_future_import PASSED[ 94%]
test/test_tgplugin.py::TestTGPlugin::test_basic PASSED   [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_subdir PASSED  [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_basic_dot PASSED   [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_subdir_dot PASSED  [ 94%]
test/test_tgplugin.py::TestTGPlugin::test_string PASSED  [ 95%]
test/test_tgplugin.py::TestTGPlugin::test_render PASSED  [ 95%]
test/test_util.py::UtilTest::test_fast_buffer_write PASSED   [ 95%]
test/test_util.py::UtilTest::test_fast_buffer_truncate PASSED[ 95%]
test/test_util.py::UtilTest::test_fast_buffer_encoded PASSED [ 

Bug#1057575: mailfromd: FTBFS: makeinfo: error parsing ./webdoc.init: Undefined subroutine ::Config::set_from_init_file called at ./webdoc.init line 3.

2023-12-05 Thread Santiago Vila

Package: src:mailfromd
Version: 8.17.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_update_autotools_config
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<>'
tar cf debian/autoreconf.tar INSTALL Makefile.in aclocal.m4 \
build-aux/compile \
build-aux/depcomp build-aux/install-sh build-aux/mdate-sh \
build-aux/missing build-aux/texinfo.tex \
configure doc/Makefile.in elisp/Makefile.in etc/Makefile.in \
gacopyz/Makefile.in imprimatur/Makefile.in lib/Makefile.in \
mflib/Makefile.in mtasim/Makefile.in pmult/Makefile.in \
src/Makefile.in src/builtin/Makefile.in tests/Makefile.in \
doc/mailfromd.info doc/mailfromd.info-1 doc/mailfromd.info-2 \

[... snipped ...]


Underfull \hbox (badness 1) in paragraph at lines 472--484
@texttt org.  ua/  historic/  6/  html_node/  old_002dstyle-function-declaratio
ns.  html[]@textrm )[][]),

Underfull \hbox (badness 1) in paragraph at lines 472--484
@texttt mailfromd.  man.  gnu.  org.  ua/  historic/  6/  html_node/  implicit-
concatenation.  html[]@textrm )[][]),

Underfull \hbox (badness 1) in paragraph at lines 472--484
@textrm (@texttt http://  mailfromd.  man.  gnu.  org.  ua/  historic/  6/  htm
l_node/  Deprecated-Features.

Underfull \hbox (badness 1) in paragraph at lines 494--495
 @textrm See [][]$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [scope of vi
s-i-bil-ity],
[291]
Overfull \hbox (204.64845pt too wide) in paragraph at lines 550--550
 []@texttt mailfromd: /etc/mailfromd.mf:7: warning: including a module file is
unreliable and may cause subtle errors[] |
[292] [293] [294] [295] [296] [297]) Appendix D [298]
(/<>/doc/fdl.texi [299] [300] [301]
[302] [303] [304]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 421--421
 []  @texttt Texts.  A copy of the license is included in the section entitled
``GNU[] |
) (Concept Index) [305] [306]
No file mailfromd.cps.
[307] )
(see the transcript file for additional information)
Output written on mailfromd.pdf (315 pages, 1076921 bytes).
Transcript written on mailfromd.log.
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) 
(preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(/tmp/6zK6fRcSyc/manual!mailfromd.t2d/pdf/xtr/mailfromd.texi
(/<>/build-aux/texinfo.tex
Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting,
and turning on texinfo input format.)
Writing index file mailfromd.cp
(/<>/doc/version.texi)
(/<>/imprimatur/rendition.texi)
(/<>/doc/macros.texi)
(/<>/global.texi) [1{/var/lib/texmf/fonts/
map/pdftex/updmap/pdftex.map}] [2] [1] [2] (./mailfromd.toc) [-1] [-2]
(./mailfromd.toc [-3] [-4] [-5] [-6] [-7]) [-8] (./mailfromd.toc)
(./mailfromd.toc) (Preface) (./mailfromd.aux) [1] [2] Chapter 1 [3] [4]
[5] [6] [7] Chapter 2 [8] [9] [10] [11] [12] Chapter 3 [13] [14] [15] [16]
[17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31]
[32] [33] [34] [35]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 3001--3001
 []@texttt gltime   num-ber 13  /etc/mailfromd.mfl:37,219,220,2
22,223[] |
[36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48]
Underfull \hbox (badness 1) in paragraph at lines 3964--3967
 @textrm trace0List calls to `@texttt spf_eval_record[]@textrm '[], `@texttt sp
f_test_record[]@textrm '[],
[49] [50] [51] [52] [53] Chapter 4 [54] [55] [56] [57] [58] [59] [60] [61]
[62] [63] [64]
Underfull \hbox (badness 1) in paragraph at lines 5275--5277
 []@textrm The fol-low-ing ex-am-ple uses @texttt __major__[] @textrm con-stant
 to de-ter-mine if some
[65] [66] [67] [68] [69] [70]
Overfull \hbox (6.3953pt too wide) in paragraph at lines 5856--5856
 @textbf Value|
[71] [72] [73] [74]
Underfull \hbox (badness 1) in paragraph at lines 6140--6140
 @textrm Sender email

Underfull \hbox (badness 1) in paragraph at lines 6140--6140
 @textrm Rest of

Underfull \hbox (badness 1) in paragraph at lines 6141--6141
 @textrm Rest of

Underfull \hbox (badness 1) in paragraph at lines 6144--6145
 @textrm Length of

Underfull \hbox (badness 1) in paragraph at lines 6144--6145
 @textrm the seg-ment
[75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87]
Underfull \hbox (badness 1) in paragraph at lines 7210--7212
[]@textrm Both @texttt mx matches[] @textrm and @texttt mx fnmatches[] @textrm
can sig-nal the fol-low-ing ex-cep-tions:
[88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101]
[102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112]
Warning: unbalanced parentheses in @def... [113] 

Bug#1057574: lmfit-py: FTBFS: mportError: The `scipy` install you are using seems to be broken, (extension modules cannot be imported), please try reinstalling.

2023-12-05 Thread Santiago Vila

Package: src:lmfit-py
Version: 1.2.2-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 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
pybuild --configure -i python{version} -p "3.12 3.11"
   dh_auto_build -O--buildsystem=pybuild
pybuild --build -i python{version} -p "3.12 3.11"
I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
module
I: pybuild base:310: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.12_lmfit
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/lmfit
copying lmfit/__init__.py -> build/lib/lmfit
copying lmfit/confidence.py -> build/lib/lmfit
copying lmfit/version.py -> build/lib/lmfit
copying lmfit/models.py -> build/lib/lmfit
copying lmfit/printfuncs.py -> build/lib/lmfit
copying lmfit/_ampgo.py -> build/lib/lmfit
copying lmfit/parameter.py -> build/lib/lmfit
copying lmfit/minimizer.py -> build/lib/lmfit
copying lmfit/jsonutils.py -> build/lib/lmfit
copying lmfit/conf_emcee.py -> build/lib/lmfit
copying lmfit/model.py -> build/lib/lmfit
copying lmfit/lineshapes.py -> build/lib/lmfit
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/__init__.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/confidence.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/version.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/models.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/printfuncs.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/_ampgo.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/parameter.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/minimizer.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/jsonutils.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/conf_emcee.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/model.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/lineshapes.py -> build/bdist.linux-x86_64/wheel/lmfit
running install_egg_info
running egg_info
writing lmfit.egg-info/PKG-INFO
writing dependency_links to lmfit.egg-info/dependency_links.txt
writing requirements to lmfit.egg-info/requires.txt
writing top-level names to lmfit.egg-info/top_level.txt
reading manifest file 'lmfit.egg-info/SOURCES.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS.txt'
writing manifest file 'lmfit.egg-info/SOURCES.txt'
Copying lmfit.egg-info to build/bdist.linux-x86_64/wheel/lmfit-1.2.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/lmfit-1.2.2.dist-info/WHEEL
creating 
'/<>/.pybuild/cpython3_3.12_lmfit/.tmp-8rugln1l/lmfit-1.2.2-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'lmfit/__init__.py'
adding 'lmfit/_ampgo.py'
adding 'lmfit/conf_emcee.py'
adding 'lmfit/confidence.py'
adding 'lmfit/jsonutils.py'
adding 'lmfit/lineshapes.py'
adding 'lmfit/minimizer.py'
adding 'lmfit/model.py'
adding 'lmfit/models.py'
adding 'lmfit/parameter.py'
adding 'lmfit/printfuncs.py'
adding 'lmfit/version.py'
adding 'lmfit-1.2.2.dist-info/AUTHORS.txt'
adding 'lmfit-1.2.2.dist-info/LICENSE'
adding 'lmfit-1.2.2.dist-info/METADATA'
adding 'lmfit-1.2.2.dist-info/WHEEL'
adding 'lmfit-1.2.2.dist-info/top_level.txt'
adding 'lmfit-1.2.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built lmfit-1.2.2-py3-none-any.whl
I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
"installer" module
I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
module
I: pybuild base:310: python3.11 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<>/.pybuild/cpython3_3.11_lmfit
* Building wheel...
running bdist_wheel
running build
running build_py
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/__init__.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/confidence.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/version.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/models.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/printfuncs.py -> build/bdist.linux-x86_64/wheel/lmfit
copying build/lib/lmfit/_ampgo.py -> build/bdist.linux-x86_64/wheel/lmfit

Bug#1057573: linpac: FTBFS: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’}

2023-12-05 Thread Santiago Vila

Package: src:linpac
Version: 0.28-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
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:43: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:43: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:43: the top level
configure.ac:48: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:48: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:48: the top level
configure.ac:54: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:54: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:54: the top level
configure.ac:13: installing 'build-aux/ar-lib'
configure.ac:13: installing 'build-aux/compile'
configure.ac:15: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- --libexecdir=/usr/lib/x86_64-linux-gnu
./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking 
--libexecdir=/usr/lib/x86_64-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker 

Bug#1057572: libsoftware-copyright-perl: FTBFS: Cannot determine local time zone

2023-12-05 Thread Santiago Vila

Package: src:libsoftware-copyright-perl
Version: 0.012-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_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_dzil_build
make[1]: Entering directory '/<>'
perl -p -g -i -E 'say "version = 0.012";' dist.ini
dh_dzil_build
Cannot determine local time zone
[DZ] beginning to build Software-Copyright
dh_dzil_build: error: dzil build --in .build/debian-build returned exit code 2
make[1]: *** [debian/rules:27: override_dh_dzil_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:21: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057571: libical-parser-perl: FTBFS: Failed 5/7 test programs

2023-12-05 Thread Santiago Vila

Package: src:libical-parser-perl
Version: 1.21-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_update_autotools_config
   dh_autoreconf
   dh_auto_configure
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for iCal::Parser
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
make -j2
make[1]: Entering directory '/<>'
cp lib/iCal/Parser.pm blib/lib/iCal/Parser.pm
Manifying 1 pod document
make[1]: Leaving directory '/<>'
   dh_auto_test
make -j2 test TEST_VERBOSE=1
make[1]: Entering directory '/<>'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" 
"undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
Cannot determine local time zone
# Looks like your test exited with 2 just after 1.
t/00load.t 
1..2
ok 1 - use iCal::Parser;
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/2 subtests
t/01args.t 
1..6
ok 1 - start
ok 2 - start as datetime
ok 3 - start and end
ok 4 - start and end as datetimes
ok 5 - span
ok 6 - months
ok
t/02parse.t ...
1..23
ok 1 - no-name-or-id
ok 2 - name-and-id
ok 3 - event-duration
ok 4 - event-end
ok 5 - event-no-end
ok 6 - all-day-event
ok 7 - all-day-no-end
ok 8 - static-alarm
ok 9 - recurrence
ok 10 - recurrence_alarm
ok 11 - recurrence_replace
ok 12 - exdate
ok 13 - exdatelist
ok 14 - multi-day
ok 15 - rrule
ok 16 - mozilla-bad-todo
ok 17 - todo-with-alarm
ok 18 - recurrence-update
ok 19 - complex
ok 20 - multiple calendars (parse)
ok 21 - multiple calendars (parse_files)
ok 22 - multiple calendars (parse_strings)
ok 23 - set timezone
ok
Cannot determine local time zone
# Looks like your test exited with 2 before it could output anything.
t/03-multi-cal.t ..
1..1
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Cannot determine local time zone
# Looks like your test exited with 2 before it could output anything.
t/04-bug115325.t ..
1..3
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Cannot determine local time zone
# Looks like your test exited with 2 before it could output anything.
t/05-strip-some-ws.t ..
1..1
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Cannot determine local time zone
# Looks like your test exited with 2 before it could output anything.
t/06-month-wrap.t .
1..1
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests

Test Summary Report
---
t/00load.t  (Wstat: 512 (exited 2) Tests: 1 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/03-multi-cal.t(Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/04-bug115325.t(Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
t/05-strip-some-ws.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/06-month-wrap.t   (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=7, Tests=30,  2 wallclock secs ( 0.01 usr  0.01 sys +  1.72 cusr  0.17 
csys =  1.91 CPU)
Result: FAIL
Failed 5/7 test programs. 0/30 subtests failed.
make[1]: *** [Makefile:835: test_dynamic] Error 2
make[1]: Leaving directory '/<>'
dh_auto_test: error: make -j2 test TEST_VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS 

Bug#1057570: libgnt: FTBFS: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct panel’}

2023-12-05 Thread Santiago Vila

Package: src:libgnt
Version: 2.14.3-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_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- -Ddoc=true -Dpython2=false
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1 -Ddoc=true 
-Dpython2=false
The Meson build system
Version: 1.3.0
Source dir: /<>
Build dir: /<>/obj-x86_64-linux-gnu
Build type: native build
Project name: libgnt
Project version: 2.14.3
C compiler for the host machine: cc (gcc 13.2.0 "cc (Debian 13.2.0-8) 13.2.0")
C linker for the host machine: cc ld.bfd 2.41.50.20231202
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
Run-time dependency glib-2.0 found: YES 2.78.1
Run-time dependency gobject-2.0 found: YES 2.78.1
Run-time dependency gmodule-2.0 found: YES 2.78.1
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libxml-2.0 found: NO (tried pkgconfig and cmake)
Library ncursesw found: YES
Library panelw found: YES
Library tinfow found: NO
Header "/usr/include/ncursesw/ncurses.h" has symbol "get_wch" : YES
Configuring gntconfig.h using configuration
Dependency glib-2.0 found: YES 2.78.1 (cached)
Program /usr/bin/glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
Configuring version.xml using configuration
Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
Build targets in project: 15

libgnt 2.14.3

  User defined options
buildtype : plain
libdir: lib/x86_64-linux-gnu
localstatedir : /var
prefix: /usr
sysconfdir: /etc
wrap_mode : nodownload
python.bytecompile: -1
doc   : true
python2   : false

Found ninja-1.11.1 at /usr/bin/ninja
make[1]: Leaving directory '/<>'
   dh_auto_build
cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
[1/35] /usr/bin/glib-genmarshal --prefix gnt_closure_marshal --output 
gntmarshal.h --header ../genmarshal --pragma-once
INFO: Reading ../genmarshal...
[2/35] /usr/bin/glib-genmarshal --prefix gnt_closure_marshal --output 
gntmarshal.c --body ../genmarshal --include-header gntmarshal.h
INFO: Reading ../genmarshal...
[3/35] cc -Iwms/irssi.so.p -Iwms -I../wms -I/usr/include/ncursesw -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -MD -MQ wms/irssi.so.p/irssi.c.o -MF wms/irssi.so.p/irssi.c.o.d 
-o wms/irssi.so.p/irssi.c.o -c ../wms/irssi.c
[4/35] cc -Ilibgnt.so.0.14.3.p -I. -I.. -I/usr/include/ncursesw -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
libgnt.so.0.14.3.p/meson-generated_.._gntmarshal.c.o -MF 
libgnt.so.0.14.3.p/meson-generated_.._gntmarshal.c.o.d -o 
libgnt.so.0.14.3.p/meson-generated_.._gntmarshal.c.o -c gntmarshal.c
[5/35] cc -Ilibgnt.so.0.14.3.p -I. -I.. -I/usr/include/ncursesw -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ libgnt.so.0.14.3.p/gntbindable.c.o -MF 
libgnt.so.0.14.3.p/gntbindable.c.o.d -o libgnt.so.0.14.3.p/gntbindable.c.o -c 
../gntbindable.c
[6/35] cc -Ilibgnt.so.0.14.3.p -I. -I.. -I/usr/include/ncursesw -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ libgnt.so.0.14.3.p/gntwidget.c.o -MF 
libgnt.so.0.14.3.p/gntwidget.c.o.d -o libgnt.so.0.14.3.p/gntwidget.c.o -c ../gntwidget.c
[7/35] cc 

Bug#1057569: libconfig-model-systemd-perl: FTBFS: Cannot determine local time zone

2023-12-05 Thread Santiago Vila

Package: src:libconfig-model-systemd-perl
Version: 0.254.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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_dzil_build
make[1]: Entering directory '/<>'
perl -p -g -i -E 'say "version = 0.254.1";' dist.ini
dh_dzil_build
[Run::BeforeBuild] executing: cme gen-class-pod
[Run::BeforeBuild] Use of uninitialized value $home in concatenation (.) or 
string at /usr/share/perl5/App/Cme/Command/run.pm line 39.
[Run::BeforeBuild] Checking doc for model Systemd
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/Systemd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/Install.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/Service.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/ServiceUnit.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/Socket.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/SocketUnit.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/Timer.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Section/TimerUnit.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Service.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Socket.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/Timer.pod
[Run::BeforeBuild] Checking doc for model Systemd::Socket
[Run::BeforeBuild] Checking doc for model Systemd::Timer
[Run::BeforeBuild] Checking doc for model Systemd::Service
[Run::BeforeBuild] Checking doc for model Systemd::StandAlone::Service
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/StandAlone/Service.pod
[Run::BeforeBuild] Checking doc for model Systemd
[Run::BeforeBuild] Checking doc for model Systemd::StandAlone::Timer
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/StandAlone/Timer.pod
[Run::BeforeBuild] Checking doc for model Systemd::StandAlone::Socket
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Systemd/StandAlone/Socket.pod
Cannot determine local time zone
[DZ] beginning to build Config-Model-Systemd
dh_dzil_build: error: dzil build --in .build/debian-build returned exit code 2
make[1]: *** [debian/rules:18: override_dh_dzil_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057568: libconfig-model-openssh-perl: FTBFS: Cannot determine local time zone

2023-12-05 Thread Santiago Vila

Package: src:libconfig-model-openssh-perl
Version: 2.9.4.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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_dzil_build
make[1]: Entering directory '/<>'
perl -p -g -i -E 'say "version = 2.9.4.1";' dist.ini
dh_dzil_build
[Run::BeforeBuild] executing: cme gen-class-pod
[Run::BeforeBuild] Use of uninitialized value $home in concatenation (.) or 
string at /usr/share/perl5/App/Cme/Command/run.pm line 39.
[Run::BeforeBuild] Checking doc for model Ssh
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/Ssh.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Ssh/HostElement.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Ssh/PortForward.pod
[Run::BeforeBuild] Checking doc for model Sshd
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/Sshd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Sshd/MatchBlock.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Sshd/MatchCondition.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/Sshd/MatchElement.pod
[Run::BeforeBuild] Checking doc for model SystemSsh
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/SystemSsh.pod
Cannot determine local time zone
[DZ] beginning to build Config-Model-OpenSsh
dh_dzil_build: error: dzil build --in .build/debian-build returned exit code 2
make[1]: *** [debian/rules:18: override_dh_dzil_build] Error 25
make[1]: Leaving directory '/<>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057567: libconfig-model-lcdproc-perl: FTBFS: Cannot determine local time zone

2023-12-05 Thread Santiago Vila

Package: src:libconfig-model-lcdproc-perl
Version: 2.055-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_autotools_config
   dh_autoreconf
   debian/rules override_dh_dzil_build
make[1]: Entering directory '/<>'
perl -p -g -i -E 'say "version = 2.055";' dist.ini
dh_dzil_build
[Run::BeforeBuild] executing: script/lcdconf2model.pl
[Run::BeforeBuild] Building lcdproc model from upstream LCDd.conf file 
lcdproc/LCDd.conf
[Run::BeforeBuild] note: unhandled legal  spec: '0x200-0x400'. Sending it back 
to doc
[Run::BeforeBuild] note: unhandled legal  spec: '1x1-640x480'. Sending it back 
to doc
[Run::BeforeBuild] note: unhandled legal  spec: '6x7-8x16'. Sending it back to 
doc
[Run::BeforeBuild] note: unhandled legal  spec: '0x200-0x400'. Sending it back 
to doc
[Run::BeforeBuild] Writing all models in file (please wait)
[Run::BeforeBuild] Done
[Run::BeforeBuild] executing: cme gen-class-pod
[Run::BeforeBuild] Use of uninitialized value $home in concatenation (.) or 
string at /usr/share/perl5/App/Cme/Command/run.pm line 39.
[Run::BeforeBuild] Checking doc for model LCDd
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/CFontz.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/CFontzPacket.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/CwLnx.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/EyeboxOne.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/IOWarrior.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/IrMan.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/MD8800.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/MtxOrb.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/NoritakeVFD.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/Olimex_MOD_LCD1x9.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/SureElec.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/bayrad.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/curses.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/ea65.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/futaba.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/g15.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/glcd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/glcdlib.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/glk.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/hd44780.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/icp_a106.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/imon.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/imonlcd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/irtrans.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/joy.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/lb216.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/lcdm001.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/lcterm.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/linux_input.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/lirc.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/lis.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/mdm166a.pod
[Run::BeforeBuild] Wrote documentation in lib/Config/Model/models/LCDd/menu.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/ms6931.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/mtc_s16209x.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/mx5000.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/picolcd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/pyramid.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/rawserial.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/sdeclcd.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/sed1330.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/sed1520.pod
[Run::BeforeBuild] Wrote documentation in 
lib/Config/Model/models/LCDd/serialPOS.pod
[Run::BeforeBuild] Wrote documentation 

Bug#1057565: kalzium: FTBFS: linking error

2023-12-05 Thread Santiago Vila

Package: src:kalzium
Version: 4:22.12.3-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 kf5
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=kf5
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
-- Could not set up the appstream test. appstreamcli is missing.
-- Found Gettext: /usr/bin/msgmerge (found version "0.21")
CMake Warning (dev) at CMakeLists.txt:39 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonInterp: /usr/bin/python3 (found version "3.11.7")
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Found OCaml: /usr/bin/ocamlc
-- Found Libfacile: /usr/lib/ocaml/facile
-- Checking for module 'chemical-mime-data'
--   Found chemical-mime-data, version 0.1.94
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Found KF5Archive: /usr/lib/x86_64-linux-gnu/cmake/KF5Archive/KF5ArchiveConfig.cmake 
(found version "5.107.0")
-- Found KF5Config: /usr/lib/x86_64-linux-gnu/cmake/KF5Config/KF5ConfigConfig.cmake 
(found version "5.107.0")
-- Found KF5CoreAddons: 
/usr/lib/x86_64-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version 
"5.107.0")
-- Found KF5DocTools: /usr/lib/x86_64-linux-gnu/cmake/KF5DocTools/KF5DocToolsConfig.cmake 
(found version "5.107.0")
-- Found KF5I18n: /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18nConfig.cmake (found 
version "5.107.0")
-- Found X11: /usr/include
-- Looking for XOpenDisplay in 
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in 
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found KF5Parts: /usr/lib/x86_64-linux-gnu/cmake/KF5Parts/KF5PartsConfig.cmake (found 
version "5.107.0")
-- Found KF5Plotting: /usr/lib/x86_64-linux-gnu/cmake/KF5Plotting/KF5PlottingConfig.cmake 
(found version "5.107.0")
-- Found KF5UnitConversion: 
/usr/lib/x86_64-linux-gnu/cmake/KF5UnitConversion/KF5UnitConversionConfig.cmake (found 
version "5.107.0")
-- Found KF5WidgetsAddons: 
/usr/lib/x86_64-linux-gnu/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found 
version "5.107.0")
-- Found KF5: success (found suitable version "5.107.0", minimum required is 
"5.90.0") found components: Archive Config CoreAddons DocTools I18n Parts Plotting 
UnitConversion WidgetsAddons
-- Kalzium molecular editor enabled
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- The following OPTIONAL packages have been found:

 * PkgConfig
 * OpenBabel3 (required version >= 3.1)
 * AvogadroLibs
 * Eigen3
 * OCaml
 * Libfacile

-- The following REQUIRED packages have been found:

 * ECM (required version >= 5.90.0)
 * PythonInterp
 * Qt5Svg
 * Qt5Script
 * Qt5 (required version >= 5.15.2)
 * 

Bug#1057564: gnome-bluetooth3: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:gnome-bluetooth3
Version: 42.7-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_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- \
-Dgtk_doc=true \
-Dintrospection=true
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1 
-Dgtk_doc=true -Dintrospection=true
The Meson build system
Version: 1.3.0
Source dir: /<>
Build dir: /<>/obj-x86_64-linux-gnu

[... snipped ...]


OK
==

 4/17 
test: Tests.test_connect
start time:   16:32:54
duration: 30.04s
result:   exit status 0
command:  top_builddir=/<>/obj-x86_64-linux-gnu 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=248 
top_srcdir=/<> LD_LIBRARY_PATH=/<>/obj-x86_64-linux-gnu/lib /usr/bin/python3 
/<>/obj-x86_64-linux-gnu/../tests/integration-test.py Tests.test_connect
--- stdout ---
1701793974.786 AddAdapter "hci0" "my-computer"
1701793974.787 emit / org.freedesktop.DBus.ObjectManager.InterfacesAdded "/org/bluez/hci0" {"org.bluez.Adapter1": {"UUIDs": ["1200--1000-8000-00805f9b34fb", "1800--1000-8000-00805f9b34fb", "1801--1000-8000-00805f9b34fb", 
"110e--1000-8000-00805f9b34fb", "110c--1000-8000-00805f9b34fb"], "Discoverable": False, "Discovering": False, "Pairable": True, "Powered": True, "Address": "00:01:02:03:04:05", "AddressType": "public", 
"Alias": "my-computer", "Modalias": "usb:v1D6Bp0245d050A", "Name": "my-computer", "Class": 268, "DiscoverableTimeout": 180, "PairableTimeout": 0}}
1701793974.787 AddDevice "hci0" "11:22:33:44:55:66" "My Phone"
1701793974.788 emit / org.freedesktop.DBus.ObjectManager.InterfacesAdded "/org/bluez/hci0/dev_11_22_33_44_55_66" {"org.bluez.Device1": {"Address": "11:22:33:44:55:66", "AddressType": "public", "Name": "My Phone", "Icon": "", "Class": 0, "Appearance": 0, "UUIDs": [], 
"Paired": False, "Connected": False, "Trusted": False, "Blocked": False, "WakeAllowed": False, "Alias": "My Phone", "Adapter": "/org/bluez/hci0", "LegacyPairing": False, "Modalias": "", "RSSI": -79, "TxPower": 0, "ManufacturerData": [], 
"ServiceData": [], "ServicesResolved": False, "AdvertisingFlags": [], "AdvertisingData": []}}
1701793974.863 GetAll /org/freedesktop/UPower org.freedesktop.UPower
1701793974.863 GetManagedObjects
1701793974.864 EnumerateDevices
1701793974.864 Connect
1701793974.864 emit /org/bluez/hci0/dev_11_22_33_44_55_66 
org.freedesktop.DBus.Properties.PropertiesChanged "org.bluez.Device1" 
{"Connected": True} []
1701793974.865 Disconnect
1701793974.865 emit /org/bluez/hci0/dev_11_22_33_44_55_66 
org.freedesktop.DBus.Properties.PropertiesChanged "org.bluez.Device1" 
{"Connected": False} []
Running out-of-process test test_connect
--- stderr ---
.
--
Ran 1 test in 0.417s

OK
==

 5/17 
test: Tests.test_connectable_devices
start time:   16:33:24
duration: 30.05s
result:   exit status 0
command:  top_builddir=/<>/obj-x86_64-linux-gnu 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_srcdir=/<> 
LD_LIBRARY_PATH=/<>/obj-x86_64-linux-gnu/lib MALLOC_PERTURB_=175 /usr/bin/python3 
/<>/obj-x86_64-linux-gnu/../tests/integration-test.py Tests.test_connectable_devices
--- stdout ---
1701794004.828 AddAdapter "hci0" "my-computer"
1701794004.829 emit / org.freedesktop.DBus.ObjectManager.InterfacesAdded "/org/bluez/hci0" {"org.bluez.Adapter1": {"UUIDs": ["1200--1000-8000-00805f9b34fb", "1800--1000-8000-00805f9b34fb", "1801--1000-8000-00805f9b34fb", 
"110e--1000-8000-00805f9b34fb", "110c--1000-8000-00805f9b34fb"], "Discoverable": False, "Discovering": False, "Pairable": True, "Powered": True, "Address": "00:01:02:03:04:05", "AddressType": "public", 
"Alias": "my-computer", "Modalias": "usb:v1D6Bp0245d050A", "Name": "my-computer", "Class": 268, "DiscoverableTimeout": 

Bug#1057566: libapi-gitforge-perl: FTBFS: Cannot determine local time zone

2023-12-05 Thread Santiago Vila

Package: src:libapi-gitforge-perl
Version: 0.007-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 dist-zilla
   dh_update_autotools_config
   dh_autoreconf
   dh_dzil_build
Cannot determine local time zone
[DZ] beginning to build API-GitForge
[DZ] guessing dist's main_module is lib/API/GitForge.pm
dh_dzil_build: error: dzil build --in .build/debian-build returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057562: gcr4: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:gcr4
Version: 4.1.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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- \
-Dauto_features=enabled \
-Dgtk_doc=true \
-Dintrospection=true \
-Dssh_agent=false -Dgtk4=false \
-Dsystemd=disabled
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1 
-Dauto_features=enabled -Dgtk_doc=true -Dintrospection=true -Dssh_agent=false 
-Dgtk4=false -Dsystemd=disabled
The Meson build system

[... snipped ...]

# Gcr-DEBUG: calling BeginPrompting method on prompter
# Gcr-DEBUG: received BeginPrompting call from callback 
/org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: preparing a prompt for callback /org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: automatically selecting secret exchange protocol
# Gcr-DEBUG: generating public key
# Gcr-DEBUG: registered prompt :1.11: /org/gnome/keyring/Prompt/p8
# Gcr-DEBUG: beginning the secret exchange: 
[sx-aes-1]\npublic=I5vgW6S2rwRRFsyYj6xl4OGLJ+vwi5NdSE6pNOR9BRAWE4BpiwcfiTHf9dKlSAn8TUZ8sYgQ9ipmMvGEBzI8VlZLae7hjslQVDT11PTGhUPFNEWycpYxTH09US0cOiJKx+Ks/3313pwWYXh1dFanPuXqLVk5lhvYT9TO0FBLXAJRWzSfu7QTnUg8hwbmxePtGqBDocjybr0UYWgn6Ca/0mEk8UnBdjW4M2uaXo0sVBuqUx94SxOHG6HUJplOyFXc\n
# Gcr-DEBUG: calling the PromptReady method on /org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: creating new secret exchange
# Gcr-DEBUG: automatically selecting secret exchange protocol
# Gcr-DEBUG: receiving secret exchange: 
[sx-aes-1]\npublic=I5vgW6S2rwRRFsyYj6xl4OGLJ+vwi5NdSE6pNOR9BRAWE4BpiwcfiTHf9dKlSAn8TUZ8sYgQ9ipmMvGEBzI8VlZLae7hjslQVDT11PTGhUPFNEWycpYxTH09US0cOiJKx+Ks/3313pwWYXh1dFanPuXqLVk5lhvYT9TO0FBLXAJRWzSfu7QTnUg8hwbmxePtGqBDocjybr0UYWgn6Ca/0mEk8UnBdjW4M2uaXo0sVBuqUx94SxOHG6HUJplOyFXc\n
# Gcr-DEBUG: generating public key
# Gcr-DEBUG: returned from the PromptReady method on 
/org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: deriving shared transport key
# Gcr-DEBUG: deriving transport key
# Gcr-DEBUG: prompting for password
# Gcr-DEBUG: sending the secret exchange: 
[sx-aes-1]\npublic=233ug6pl2hz5Qx0iLQjtP7cskjda9453w9q3PeLo4dAH7LT/RpdTYX68g/4/jdM6jEhIFqzuxTzKcNBmpNfOIgG7peVVnt8WfU06uqMDNZeQgi56awwhv8btRZN4J8b0dcKK36ozVZissrgsJd87SOiSqluDpxJ7gdX7gSinh7P6eYVp4TdFWfzl2ccRLj0bbSKNhFEUR0e7fZuWkwFJvneCcAEVCnlrtnNQk7EawaEFcFFD/mQNfU4Cq6eO5vCi\n
# Gcr-DEBUG: received PerformPrompt call from callback 
/org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: receiving secret exchange: 
[sx-aes-1]\npublic=233ug6pl2hz5Qx0iLQjtP7cskjda9453w9q3PeLo4dAH7LT/RpdTYX68g/4/jdM6jEhIFqzuxTzKcNBmpNfOIgG7peVVnt8WfU06uqMDNZeQgi56awwhv8btRZN4J8b0dcKK36ozVZissrgsJd87SOiSqluDpxJ7gdX7gSinh7P6eYVp4TdFWfzl2ccRLj0bbSKNhFEUR0e7fZuWkwFJvneCcAEVCnlrtnNQk7EawaEFcFFD/mQNfU4Cq6eO5vCi\n
# Gcr-DEBUG: deriving shared transport key
# Gcr-DEBUG: deriving transport key
# Gcr-DEBUG: starting confirm prompt for callback 
/org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: completed confirm prompt for callback 
:1.5@/org/gnome/keyring/Prompt/p8
# Gcr-DEBUG: sending the secret exchange: 
[sx-aes-1]\npublic=I5vgW6S2rwRRFsyYj6xl4OGLJ+vwi5NdSE6pNOR9BRAWE4BpiwcfiTHf9dKlSAn8TUZ8sYgQ9ipmMvGEBzI8VlZLae7hjslQVDT11PTGhUPFNEWycpYxTH09US0cOiJKx+Ks/3313pwWYXh1dFanPuXqLVk5lhvYT9TO0FBLXAJRWzSfu7QTnUg8hwbmxePtGqBDocjybr0UYWgn6Ca/0mEk8UnBdjW4M2uaXo0sVBuqUx94SxOHG6HUJplOyFXc\n
# Gcr-DEBUG: calling the PromptReady method on /org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: receiving secret exchange: 
[sx-aes-1]\npublic=I5vgW6S2rwRRFsyYj6xl4OGLJ+vwi5NdSE6pNOR9BRAWE4BpiwcfiTHf9dKlSAn8TUZ8sYgQ9ipmMvGEBzI8VlZLae7hjslQVDT11PTGhUPFNEWycpYxTH09US0cOiJKx+Ks/3313pwWYXh1dFanPuXqLVk5lhvYT9TO0FBLXAJRWzSfu7QTnUg8hwbmxePtGqBDocjybr0UYWgn6Ca/0mEk8UnBdjW4M2uaXo0sVBuqUx94SxOHG6HUJplOyFXc\n
# Gcr-DEBUG: closing prompt
# Gcr-DEBUG: Calling the prompter StopPrompting method
# Gcr-DEBUG: returned from the PromptReady method on 
/org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: unregistering prompter
# Gcr-DEBUG: stopping prompting for operation /org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: closing the prompt
# Gcr-DEBUG: stopping prompting for operation /org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: couldn't find the callback for prompting operation 
/org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: calling the PromptDone method on 
/org/gnome/keyring/Prompt/p8@:1.5, and waiting for reply
# Gcr-DEBUG: returned from PromptDone on /org/gnome/keyring/Prompt/p8@:1.5
# Gcr-DEBUG: disposing prompter
# Gcr-DEBUG: finalizing prompter
ok 9 /gcr/system-prompt/confirm-async
# Gcr-DEBUG: registering prompter
# Gcr-DEBUG: opening prompt for prompter: 

Bug#1057561: gccintro: FTBFS: dh_installdocs: error: Cannot find (any matches for) "gccintro" (tried in ., debian/tmp)

2023-12-05 Thread Santiago Vila

Package: src:gccintro
Version: 1.0-4
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_autotools_config
   dh_autoreconf
configure.ac:4: warning: AC_OUTPUT should be used without arguments.
configure.ac:4: You should run autoupdate.
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am: Consider adding the COPYING file to the version control system
Makefile.am: for your code, to avoid questions about which license your 
project uses
   dh_auto_configure
./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
makeinfo gccintro.texi
makeinfo --html gccintro.texi
# next always return with ERROR, ths needs to use -
texi2pdf -b gccintro.texi
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) 
(preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./gccintro.texi (/<>/texinfo.tex
Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions, localization, formatting,
and turning on texinfo input format.) [1{/var/lib/texmf/fonts/map/pdftex/updmap
/pdftex.map}] [2] [-1] (/<>/rms.texi
(Foreword)) Chapter 1 [1]
Cross reference values unknown; you must run TeX again.
Writing index file gccintro.cp
[2] [3] Chapter 2 [4] (/<>/hello.c) [5]
(/<>/bad.c) [6]
(/<>/main.c)
(/<>/hello1.h)
(/<>/hello_fn.c) [7] [8]
(/<>/main2.c) [9]
(/<>/c1makefile2) [10] [11]
(/<>/calc.c) [12]
(/<>/badpow.c [13]) Chapter 3 [14]
(/<>/dbmain.c [15]) [16] [17] [18] [19]
[20] (/<>/ansi.c)
(/<>/pi.c) [21]
(/<>/gnuarray.c) [22] [23]
(/<>/main4.c) [24]
(/<>/w.c)
(/<>/wabs.c [25])
(/<>/shadow.c) [26]
(/<>/shadow2.c)
(/<>/castqual.c) [27] Chapter 4 [28]
(/<>/dtest.c) [29]
(/<>/dtestval.c)
(/<>/dtestval2.c [30])
(/<>/dtestval3.c)
(/<>/test.c [31])
(/<>/hello.c) [32] Chapter 5 [33]
(/<>/null.c) [34] [35] [36] [37] Chapter 6
[38] [39] [40] [41] [42] (/<>/optim.c [43])
[44] [45] (/<>/uninit.c) Chapter 7 [46]
(/<>/hello.cc) [47] [48]
(/<>/hellostr.cc)
(/<>/string.cc [49])
(/<>/buffer.h [50])
(/<>/tprog.cc [51])
(/<>/templates.cc) [52]
(/<>/templates2.cc) Chapter 8 [53]
(/<>/format.c) [54]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 3944--3944
 []@texttt format.c:9:7: warning: format not a string literal and no format arg
uments[]
(/<>/bof.c
Overfull \hbox (26.43913pt too wide) in paragraph at lines 18--18
 [][]
) [55] [56] Chapter 9 [57] [58] (/<>/alpha.c
[59]) [60] [61] (/<>/setfpu.c)
(/<>/fptest2.c [62]) [63]
(/<>/signed.c)
(/<>/testgetc.c [64])
(/<>/testgetc2.c) Chapter 10 [65] [66]
(/<>/loop.c [67]) [68] Chapter 11 [69]
(/<>/hello_fn.c)
(/<>/bye_fn.c)
(/<>/hello.h) [70]
(/<>/main3.c) [71]
(/<>/collatz.c [72]) [73]
(/<>/cov.c) [74]
(/<>/cov_c_gcov) Chapter 12 [75]
(/<>/hello.c) [76] [77] Chapter 13 [78]
[79] [80] Chapter 14 [81] (/<>/msg-file.c)
(/<>/msg-nest1.h)
(/<>/msg-nest2.h)
(/<>/msg-invalidpp.c [82])
(/<>/msg-cppheader.c)
(/<>/msg-undeclared.c [83])
(/<>/msg-parse.c)
(/<>/msg-eoi.c)
(/<>/msg-implicitdecl.c [84])
(/<>/msg-unterm.c)
(/<>/msg-string2.c)
(/<>/msg-string2.cc) [85]
(/<>/msg-char.c)
(/<>/msg-null.c) [86]
(/<>/msg-derefincomplete.c)
(/<>/msg-unknownesc.c)
(/<>/msg-assign.c [87])
(/<>/msg-control.c)
(/<>/msg-unused.c [88])
(/<>/msg-const.c)
(/<>/msg-init.c [89])
(/<>/msg-ext)
(/<>/msg-undef.c) [90] Chapter 15 [91]
(Further reading) [92] [93] (Acknowledgements) [94] [95]
(Other books from the publisher)
(/<>/books.texi) (Free software organizations)
[96] (/<>/associations.texi)
(GNU Free Documentation License) [97]
(/<>/fdl.texi [98] [99] [100]) (Index) [101]
No file gccintro.cps.
[102] )
(see the transcript file for additional information)

hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb><
/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
Output written on gccintro.pdf (105 pages, 545982 bytes).
Transcript written on 

Bug#1057560: gcc-11-doc: FTBFS: extend.texi:2490: @itemx should not begin @table

2023-12-05 Thread Santiago Vila

Package: src:gcc-11-doc
Version: 11.3.0-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_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
/usr/bin/make -f debian/Makefile
make[2]: Entering directory '/<>'
(echo @set version-GCC 11.3.0; \
 echo @clear DEVELOPMENT; \
 echo @set srcdir `pwd`/gcc ) > gcc/doc/gcc-vers.texi
makeinfo -D "fncpp cpp-11" -D "fncppint cppinternals-11" -D "fngcc gcc-11" -D "fngxx g++-11" -D "fngccint gccint-11" -D "fngccinstall gccinstall-11" -D "fngfortran gfortran-11" -D "fntreelang treelang-11" -D 
"fngnatrm gnat_rm-11" -D "fngnatrmlong GNAT 11 Reference Manual" -D "fngnatugn gnat_ugn-11" -D "fngnatugnlong GNAT 11 User's Guide" -D "fngnatstyle gnat-style-11" -D "fngccgo gccgo-11" -D "fngcov gcov-11" -D "fngcovtool 
gcov-tool-11" -D "fngcovdump gcov-dump-11" -D "fnlibgomp libgomp-11" -D "fnlibitm libitm-11" -D "fnlibquadmath libquadmath-11" -D "fnltodump lto-dump-11" -D "BUGURL http://bugs.debian.org/; --no-split -Igcc/doc -Igcc/doc/include -o 
gcc-11.info gcc/doc/gcc.texi
extend.texi:2490: @itemx should not begin @table
make[2]: *** [debian/Makefile:113: gcc-11.info] Error 1
make[2]: Leaving directory '/<>'
make[1]: *** [debian/rules:58: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:55: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057559: emacs-wgrep: FTBFS: Error: error ("Test ‘wgrep-normal’ redefined")

2023-12-05 Thread Santiago Vila

Package: src:emacs-wgrep
Version: 3.0.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 elpa
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
Ignoring upstream Makefile and building/installing with dh-elpa.
make[1]: Leaving directory '/<>'
   dh_elpa_test
emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . -l wgrep-subtest.el -l 
wgrep-test.el --eval \(ert-run-tests-batch-and-exit\)

Error: error ("Test ‘wgrep-normal’ redefined")
  mapbacktrace(#f(compiled-function (evald func args flags) #))
  debug-early-backtrace()
  debug-early(error (error "Test ‘wgrep-normal’ redefined"))
  error("Test `%s' redefined" wgrep-normal)
  ert-set-test(wgrep-normal #s(ert-test :name wgrep-normal :documentation nil :body (lambda nil (let ((wgrep-change-readonly-file nil) (wgrep-auto-save-buffer nil)) 
(progn (wgrep-test-fixture "HOGE\nFOO\nBAZ\n" #'(lambda (file) (wgrep-test--grep (concat "grep -nH -e FOO -C 1 " file)) (wgrep-change-to-wgrep-mode) 
(goto-char (point-min)) (let* ((fn-122 #'re-search-forward) (args-123 (condition-case err (let ((signal-hook-function #'ert--should-signal-hook)) (list "^grep" 
nil t)) (error (progn (setq fn-122 #'signal) (list (car err) (cdr err))) (let ((value-124 'ert-form-evaluation-aborted-125)) (let (form-description-126) (if 
(unwind-protect (setq value-124 (apply fn-122 args-123)) (setq form-description-126 (nconc (list '(should (re-search-forward "^grep" nil t))) (list :form (cons 
fn-122 args-123)) (if (eql value-124 'ert-form-evaluation-aborted-125) nil (list :value value-124)) (if (eql value-124 'ert-form-evaluation-aborted-125) nil (let* 
((-explainer- (and t (ert--get-explainer 're-search-forward (if -explainer- (list :explanation (apply -explainer- args-123)) nil) (ert--signal-should-execution 
form-description-126)) nil (ert-fail form-description-126))) value-124)) (let* ((fn-127 #'delete-char) (args-128 (condition-case err (let ((signal-hook-function 
#'ert--should-signal-hook)) (list 1)) (error (progn (setq fn-127 #'signal) (list (car err) (cdr err))) (let ((value-129 'ert-form-evaluation-aborted-130)) (let 
(form-description-131) (let ((errorp132 nil) (form-description-fn-133 #'(lambda nil form-description-131))) (condition-case -condition- (unwind-protect (setq value-129 
(apply fn-127 args-128)) (setq form-description-131 (nconc (list '(should-error (delete-char 1) :type 'text-read-only)) (list :form (cons fn-127 args-128)) (if (eql 
value-129 'ert-form-evaluation-aborted-130) nil (list :value value-129)) (if (eql value-129 'ert-form-evaluation-aborted-130) nil (let* ((-explainer- (and t 
(ert--get-explainer 'delete-char (if -explainer- (list :explanation (apply -explainer- args-128)) nil) (ert--signal-should-execution form-description-131)) 
(error (setq errorp132 t) (ert--should-error-handle-error form-description-fn-133 -condition- 'text-read-only nil) (setq value-129 -condition-))) (if errorp132 nil 
(ert-fail (append (funcall form-description-fn-133) (list :fail-reason "did not signal an error")) value-129)) (let* ((fn-134 #'re-search-forward) 
(args-135 (condition-case err (let ((signal-hook-function #'ert--should-signal-hook)) (list "HOGE" nil t)) (error (progn (setq fn-134 #'signal) (list (car err) 
(cdr err))) (let ((value-136 'ert-form-evaluation-aborted-137)) (let (form-description-138) (if (unwind-protect (setq value-136 (apply fn-134 args-135)) (setq 
form-description-138 (nconc (list '(should (re-search-forward "HOGE" nil t))) (list :form (cons fn-134 args-135)) (if (eql value-136 
'ert-form-evaluation-aborted-137) nil (list :value value-136)) (if (eql value-136 'ert-form-evaluation-aborted-137) nil (let* ((-explainer- (and t (ert--get-explainer 
're-search-forward (if -explainer- (list :explanation (apply -explainer- args-135)) nil) (ert--signal-should-execution form-description-138)) nil (ert-fail 
form-description-138))) value-136)) (wgrep-mark-deletion) (let* ((fn-139 #'re-search-forward) (args-140 (condition-case err (let ((signal-hook-function 
#'ert--should-signal-hook)) (list "FOO" nil t)) (error (progn (setq fn-139 #'signal) (list (car err) (cdr err))) (let ((value-141 
'ert-form-evaluation-aborted-142)) (let (form-description-143) (if (unwind-protect (setq value-141 (apply fn-139 args-140)) (setq form-description-143 (nconc (list 
'(should (re-search-forward "FOO" nil t))) (list :form (cons fn-139 args-140)) (if (eql value-141 'ert-form-evaluation-aborted-142) nil (list :value 
value-141)Test ‘wgrep-normal’ redefined
) (if (eql 

Bug#1057553: dosbox: FTBFS: error: invalid use of incomplete type ‘WINDOW’ {aka ‘struct _win_st’}

2023-12-05 Thread Santiago Vila

Package: src:dosbox
Version: 0.74-3-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
   dh_update_autotools_config
   dh_autoreconf
configure.ac:12: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:12: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:12: the top level
configure.ac:31: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:31: You should run autoupdate.
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
acinclude.m4:4: AM_PATH_SDL is expanded from...
configure.ac:31: the top level
configure.ac:31: warning: The macro `AC_TRY_LINK' is obsolete.

[... snipped ...]

../../../src/cpu/core_dynrec/dyn_fpu.h:354:86: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 4 has type ‘Bitu’ {aka ‘long unsigned 
int’} [-Wformat=]
  354 | LOG(LOG_FPU,LOG_WARN)("ESC 2:Unhandled group %d 
subfunction %d",decode.modrm.reg,decode.modrm.rm);
  | 
~^   ~~~
  | 
 ||
  | 
 int  Bitu {aka long unsigned int}
  | 
%ld
../../../src/cpu/core_dynrec/dyn_fpu.h: In function ‘void dyn_fpu_esc3()’:
../../../src/cpu/core_dynrec/dyn_fpu.h:373:110: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 3 has type ‘Bitu’ {aka ‘long unsigned 
int’} [-Wformat=]
  373 | LOG(LOG_FPU,LOG_ERROR)("8087 only fpu code 
used esc 3: group 4: subfuntion: %d",decode.modrm.rm);
  | 
~^  ~~~
  | 
 |   |
  | 
 int Bitu {aka long unsigned 
int}
  | 
%ld
../../../src/cpu/core_dynrec/dyn_fpu.h:386:69: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 2 has type ‘Bitu’ {aka ‘long unsigned 
int’} [-Wformat=]
  386 | E_Exit("ESC 3:ILLEGAL OPCODE group %d 
subfunction %d",decode.modrm.reg,decode.modrm.rm);
  |~^   
  
  | |   
   |
  | int 
   Bitu {aka long unsigned int}
  |%ld
../../../src/cpu/core_dynrec/dyn_fpu.h:386:84: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 3 has type ‘Bitu’ {aka ‘long unsigned 
int’} [-Wformat=]
  386 | E_Exit("ESC 3:ILLEGAL OPCODE group %d 
subfunction %d",decode.modrm.reg,decode.modrm.rm);
  | 
  ~^   ~~~
  | 
   ||
  | 
   int  Bitu {aka long unsigned int}
  | 
  %ld
../../../src/cpu/core_dynrec/dyn_fpu.h:390:71: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 3 has type ‘Bitu’ {aka ‘long unsigned 
int’} [-Wformat=]
  390 | LOG(LOG_FPU,LOG_WARN)("ESC 3:Unhandled group %d 
subfunction %d",decode.modrm.reg,decode.modrm.rm);
  |  ~^ 

  |   | 
 |
  |   
intBitu {aka long unsigned int}
  |  %ld
../../../src/cpu/core_dynrec/dyn_fpu.h:390:86: warning: format ‘%d’ expects 

Bug#1057558: emacs-web-server: FTBFS: FAILED httpd-status-test

2023-12-05 Thread Santiago Vila

Package: src:emacs-web-server
Version: 1.5.1-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 --with elpa
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
make -j2 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<>'
emacs -batch -Q -L . -f batch-byte-compile simple-httpd.el
emacs -batch -Q -L . -f batch-byte-compile simple-httpd-test.el simple-httpd.el

In toplevel form:
simple-httpd.el:416:12: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.

In toplevel form:
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized 
variable; use ‘goto-char’ instead.
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized 
variable; use ‘goto-char’ instead.
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized 
variable; use ‘goto-char’ instead.
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized 
variable; use ‘goto-char’ instead.
simple-httpd-test.el: Warning: ‘point’ is an obsolete generalized variable; use 
‘goto-char’ instead.
simple-httpd.el:655:10: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:661:14: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:663:16: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:669:16: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.

In toplevel form:
simple-httpd.el:416:12: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:655:10: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:661:14: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:663:16: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
simple-httpd.el:669:16: Warning: ‘point’ is an obsolete generalized variable; 
use ‘goto-char’ instead.
make[1]: Leaving directory '/<>'
   dh_elpa_test
emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . --eval "(setq 
comp-enable-subr-trampolines nil)" -l simple-httpd-test.el --eval \(ert-run-tests-batch-and-exit\)
Running 10 tests (2023-12-05 16:23:17+, selector ‘t’)
   passed   1/10  httpd-clean-path-test (0.90 sec)
   passed   2/10  httpd-get-servlet-test (0.89 sec)
   passed   3/10  httpd-mime-test (0.53 sec)
   passed   4/10  httpd-parse-args-test (0.64 sec)
   passed   5/10  httpd-parse-endpoint (0.49 sec)
   passed   6/10  httpd-parse-test (0.000974 sec)
   passed   7/10  httpd-parse-uri-test (0.85 sec)
   passed   8/10  httpd-send-header-test (0.126640 sec)
Warning (emacs): Redefining ‘file-exists-p’ might break native compilation of 
trampolines.
Test httpd-status-test backtrace:
  native-elisp-load("/tmp/test-nativecomp-cache-wyP0dL/29.1-6902048d/s
  comp-trampoline-search(file-readable-p)
  comp-subr-trampoline-install(file-readable-p)
  fset(file-readable-p (lambda (file) nil))
  (progn (fset 'file-exists-p #'(lambda (file) t)) (fset 'file-readabl
  (unwind-protect (progn (fset 'file-exists-p #'(lambda (file) t)) (fs
  (let ((file-exists-p (symbol-function 'file-exists-p)) (file-readabl
  (lambda nil (let ((file-exists-p (symbol-function 'file-exists-p)) (
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name httpd-status-test :documentation "Tes
  ert-run-or-rerun-test(#s(ert--stats :selector t :tests [... ... ...
  ert-run-tests(t #f(compiled-function (event-type  event-args) #
  ert-run-tests-batch(nil)
  ert-run-tests-batch-and-exit()
  command-line-1(("-l" "package" "--eval" "(add-to-list 'package-direc
  command-line()
  normal-top-level()
Test httpd-status-test condition:
(native-lisp-load-failed "file does not exists" 
"/tmp/test-nativecomp-cache-wyP0dL/29.1-6902048d/subr--trampoline-66696c652d7265616461626c652d70_file_readable_p_0.eln")
   FAILED   9/10  httpd-status-test (0.222435 sec) at simple-httpd-test.el:88
   passed  10/10  httpd-unhex-test (0.000106 sec)

Ran 10 tests, 9 results as expected, 1 unexpected (2023-12-05 16:23:17+, 
0.396136 sec)

1 unexpected results:
   FAILED  httpd-status-test

dh_elpa_test: error: emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . --eval "(setq 
comp-enable-subr-trampolines nil)" -l simple-httpd-test.el 

Bug#1057556: elpa: FTBFS: not enough slots available

2023-12-05 Thread Santiago Vila

Package: src:elpa
Version: 2022.11.001-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 --max-parallel=1 --builddir=build
   dh_update_autotools_config -O--max-parallel=1 -O--builddir=build
   dh_autoreconf -O--max-parallel=1 -O--builddir=build
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:298: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:298: You should run autoupdate.

[... snipped ...]

--
FAIL validate_complex_double_invert_triangular_default.sh (exit status: 1)

FAIL: validate_real_double_explicit_invert_triangular_default.sh


--
There are not enough slots available in the system to satisfy the 2
slots that were requested by the application:

  ./validate_real_double_explicit_invert_triangular

Either request fewer slots for your application, or make more slots
available for use.

A "slot" is the Open MPI term for an allocatable unit where we can
launch a process.  The number of slots available are defined by the
environment in which Open MPI processes are run:

  1. Hostfile, via "slots=N" clauses (N defaults to number of
 processor cores if not provided)
  2. The --host command line parameter, via a ":N" suffix on the
 hostname (N defaults to 1 if not provided)
  3. Resource manager (e.g., SLURM, PBS/Torque, LSF, etc.)
  4. If none of a hostfile, the --host command line parameter, or an
 RM is present, Open MPI defaults to the number of processor cores

In all the above cases, if you want Open MPI to default to the number
of hardware threads instead of the number of processor cores, use the
--use-hwthread-cpus option.

Alternatively, you can use the --oversubscribe option to ignore the
number of available slots when deciding the number of processes to
launch.
--
FAIL validate_real_double_explicit_invert_triangular_default.sh (exit status: 1)

FAIL: validate_real_double_invert_triangular_default.sh
===

--
There are not enough slots available in the system to satisfy the 2
slots that were requested by the application:

  ./validate_real_double_invert_triangular

Either request fewer slots for your application, or make more slots
available for use.

A "slot" is the Open MPI term for an allocatable unit where we can
launch a process.  The number of slots available are defined by the
environment in which Open MPI processes are run:

  1. Hostfile, via "slots=N" clauses (N defaults to number of
 processor cores if not provided)
  2. The --host command line parameter, via a ":N" suffix on the
 hostname (N defaults to 1 if not provided)
  3. Resource manager (e.g., SLURM, PBS/Torque, LSF, etc.)
  4. If none of a hostfile, the --host command line parameter, or an
 RM is present, Open MPI defaults to the number of processor cores

In all the above cases, if you want Open MPI to default to the number
of hardware threads instead of the number of processor cores, use the
--use-hwthread-cpus option.

Alternatively, you can use the --oversubscribe option to ignore the
number of available slots when deciding the number of processes to
launch.
--
FAIL validate_real_double_invert_triangular_default.sh (exit status: 1)

SKIP: validate_multiple_objs_real_double_extended.sh


SKIP validate_multiple_objs_real_double_extended.sh (exit status: 77)

SKIP: validate_multiple_objs_real_double_c_version_extended.sh
==

SKIP validate_multiple_objs_real_double_c_version_extended.sh (exit status: 77)

SKIP: validate_multiple_objs_real_double_cpp_version_extended.sh


SKIP validate_multiple_objs_real_double_cpp_version_extended.sh (exit status: 
77)

SKIP: validate_skewsymmetric_real_double_extended.sh


SKIP validate_skewsymmetric_real_double_extended.sh (exit status: 77)

SKIP: validate_real_skewsymmetric_double_c_version_extended.sh

Bug#1057557: emacs-helm-ag: FTBFS: FAILED visited-buffers

2023-12-05 Thread Santiago Vila

Package: src:emacs-helm-ag
Version: 0.59-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 elpa
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_elpa_test
emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . -L test --eval "(setq 
comp-enable-subr-trampolines nil)" -l test/test-util.el --eval \(ert-run-tests-batch-and-exit\)
Running 20 tests (2023-12-05 16:23:46+, selector ‘t’)
   passed   1/20  construct-command (0.000118 sec)
   passed   2/20  construct-command-this-file (0.80 sec)
   passed   3/20  construct-command-with-ignore-patterns (0.87 sec)
   passed   4/20  construct-command-with-options (0.76 sec)
   passed   5/20  construct-command-with-options-in-input (0.000149 sec)
   passed   6/20  construct-do-ag-command (0.000217 sec)
   passed   7/20  construct-do-ag-command-with-extra-option (0.87 sec)
   passed   8/20  emacs-lisp-regexp-to-pcre (0.000123 sec)
   passed   9/20  join-pattern (0.000173 sec)
   passed  10/20  judge-ignore-case (0.76 sec)
   passed  11/20  parse-query (0.000150 sec)
   passed  12/20  pcre-to-emacs-lisp-regexp (0.000145 sec)
   passed  13/20  search-this-file-p (0.000118 sec)
   passed  14/20  set-command-features (0.000125 sec)
   passed  15/20  split-string (0.000143 sec)
   passed  16/20  transform-for-files (0.77 sec)
   passed  17/20  transform-for-this-file (0.63 sec)
   passed  18/20  validate-regexp-with-invalid-regexp (0.67 sec)
   passed  19/20  validate-regexp-with-valid-regexp (0.54 sec)
Test visited-buffers backtrace:
  signal(wrong-type-argument ((lambda ( arg371) (let ((f #'bu
  comp--native-compile((lambda ( arg371) (let ((f #'buffer-fi
  comp-trampoline-compile(buffer-file-name)
  comp-subr-trampoline-install(buffer-file-name)
  fset(buffer-file-name (lambda (b) b))
  (progn (fset 'buffer-name vnew) (fset 'buffer-file-name vnew) (fset
  (unwind-protect (progn (fset 'buffer-name vnew) (fset 'buffer-file-n
  (let* ((vnew #'(lambda nil '("aa.txt" "bb.md" "cc.el"))) (vnew #'(la
  (lambda nil (let* ((vnew #'(lambda nil '("aa.txt" "bb.md" "cc.el")))
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name visited-buffers :documentation "Remov
  ert-run-or-rerun-test(#s(ert--stats :selector t :tests ... :test-map
  ert-run-tests(t #f(compiled-function (event-type  event-args) #
  ert-run-tests-batch(nil)
  ert-run-tests-batch-and-exit()
  command-line-1(("-l" "package" "--eval" "(add-to-list 'package-direc
  command-line()
  normal-top-level()
Test visited-buffers condition:
(wrong-type-argument
 (lambda
   ( arg371)
   (let
   ((f ...))
 (funcall f arg371)))
 stringp nil)
   FAILED  20/20  visited-buffers (0.384954 sec) at test/test-util.el:287

Ran 20 tests, 19 results as expected, 1 unexpected (2023-12-05 16:23:46+, 
0.429702 sec)

1 unexpected results:
   FAILED  visited-buffers

dh_elpa_test: error: emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list 
\"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . -L test --eval "(setq 
comp-enable-subr-trampolines nil)" -l test/test-util.el --eval \(ert-run-tests-batch-and-exit\) returned exit code 1
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057554: dradio: FTBFS: invalid use of incomplete typedef ‘ITEM’ {aka ‘struct tagITEM’}

2023-12-05 Thread Santiago Vila

Package: src:dradio
Version: 3.8-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: warning: Compatibility levels before 10 are deprecated (level 7 in use)
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- CFLAGS="-g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection"
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 7 in use)
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include 
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules --libexecdir=\${prefix}/lib/dradio 
--disable-maintainer-mode --disable-dependency-tracking "CFLAGS=-g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection 
-fcf-protection"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing initscr... -lncursesw
checking for library containing new_menu... -lmenuw
checking for library containing XML_ParserCreate... -lexpat
checking for library containing curl_easy_init... -lcurl
checking for ANSI C header files... (cached) yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking ncursesw/menu.h usability... yes
checking ncursesw/menu.h presence... yes
checking for ncursesw/menu.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing 
slash... yes
checking whether stat accepts an empty string... no
checking for mkdir... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for strdup... yes
checking for strrchr... yes
checking for strncpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/<>'
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 7 
in use)
make -j1
make[1]: Entering directory '/<>'
make  all-recursive
make[2]: Entering directory '/<>'
Making all in src
make[3]: Entering directory '/<>/src'
\
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -fcf-protection -c 

Bug#1057555: system-wide neomuttrc causes warning at startup

2023-12-05 Thread Ryan Kavanagh
Package: neomutt
Version: 20220429+dfsg1-4.1
Severity: normal
X-Debbugs-Cc: r...@debian.org

neomutt pauses its startup to complain:

Changing threaded display should prefer $use_threads over $sort

This is because debian/patches/debian-specific/neomuttrc.patch sets

set sort=threads

-- Package-specific info:
NeoMutt 20220429
Copyright (C) 1996-2022 Michael R. Elkins and others.
NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'.
NeoMutt is free software, and you are welcome to redistribute it
under certain conditions; type 'neomutt -vv' for details.

System: Linux 6.5.0-4-amd64 (x86_64)
ncurses: ncurses 6.4.20231121 (compiled with 6.3.20220423)
libidn: 1.41 (compiled with 1.41)
GPGME: 1.18.0
GnuTLS: 3.7.8
libnotmuch: 5.6.0
storage: tokyocabinet

Configure options: --build=x86_64-linux-gnu --prefix=/usr 
{--includedir=${prefix}/include} {--mandir=${prefix}/share/man} 
{--infodir=${prefix}/share/info} --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
{--libdir=${prefix}/lib/x86_64-linux-gnu} --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man 
--libexecdir=/usr/libexec --with-mailpath=/var/mail --gpgme --lua --notmuch 
--with-ui --gsasl --gnutls --gss --idn --mixmaster --tokyocabinet --sqlite 
--autocrypt --pkgconf

Compilation CFLAGS: -g -O2 
-ffile-prefix-map=/build/neomutt-n0Dmud/neomutt-20220429+dfsg1=. 
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 
-D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/include/lua5.4 
-I/usr/include -DNCURSES_WIDECHAR -I/usr/include/p11-kit-1 -isystem 
/usr/include/mit-krb5

Default options:
  +attach_headers_color +compose_to_sender +compress +cond_date +debug 
  +encrypt_to_self +forgotten_attachments +forwref +ifdef +imap +index_color 
  +initials +limit_current_thread +multiple_fcc +nested_if +new_mail +nntp +pop 
  +progress +quasi_delete +regcomp +reply_with_xorig +sensible_browser +sidebar 
  +skip_quoted +smtp +status_color +timeout +tls_sni +trash 

Compile options:
  +autocrypt +fcntl -flock -fmemopen +futimens +getaddrinfo +gnutls +gpgme 
  +gsasl +gss +hcache -homespool +idn +inotify -locales_hack +lua +mixmaster 
  +nls +notmuch -openssl +pgp +regex -sasl +smime +sqlite +sun_attachment 

MAILPATH="/var/mail"
MIXMASTER="mixmaster"
PKGDATADIR="/usr/share/neomutt"
SENDMAIL="/usr/sbin/sendmail"
SYSCONFDIR="/etc"

To learn more about NeoMutt, visit: https://neomutt.org
If you find a bug in NeoMutt, please raise an issue at:
https://github.com/neomutt/neomutt/issues
or send an email to: 

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-4-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8), LANGUAGE=en_CA:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages neomutt depends on:
ii  libc6 2.37-13
ii  libgnutls30   3.8.2-1
ii  libgpg-error0 1.47-3
ii  libgpgme111.18.0-4+b1
ii  libgsasl182.2.0-2
ii  libgssapi-krb5-2  1.20.1-5
ii  libidn12  1.41-1
ii  liblua5.4-0   5.4.6-1
ii  libncursesw6  6.4+20231121-1
ii  libnotmuch5   0.38.2-1
ii  libsqlite3-0  3.44.2-1
ii  libtinfo6 6.4+20231121-1
ii  libtokyocabinet9  1.4.48-15
ii  sensible-utils0.0.20

Versions of packages neomutt recommends:
ii  locales  2.37-13
ii  mailcap  3.70+nmu1

Versions of packages neomutt suggests:
ii  aspell0.60.8-6
ii  ca-certificates   20230311
ii  gnupg 2.2.40-1.1
ii  ispell3.4.05-1
pn  mixmaster 
ii  opensmtpd [mail-transport-agent]  7.4.0p1-1
ii  openssl   3.1.4-2
ii  urlview   1b-1

Versions of packages neomutt is related to:
ii  neomutt  20220429+dfsg1-4.1

-- no debconf information

-- 
|)|/  Ryan Kavanagh  | 4E46 9519 ED67 7734 268F
|\|\  https://rak.ac | BD95 8F7B F8FC 4A11 C97A


signature.asc
Description: PGP signature


Bug#1057550: cvs: FTBFS: FAIL: test-getdate.sh

2023-12-05 Thread Santiago Vila

Package: src:cvs
Version: 2:1.12.13+real-29
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
 debian/rules binary
dh binary -Snone
   dh_update_autotools_config -O-Snone
   dh_autoreconf -O-Snone
find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o 
-path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} + -o 
-type l -printf "symlink  %p
" > debian/autoreconf.before
grep -q ^XDT_ configure.in
autoreconf -f -i
autoreconf: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
Copying file ABOUT-NLS
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intmax.m4

[... snipped ...]

config.status: creating contrib/Makefile
config.status: creating contrib/pam/Makefile
config.status: creating cvs.spec
config.status: creating diff/Makefile
config.status: creating doc/Makefile
config.status: creating doc/i18n/Makefile
config.status: creating doc/i18n/pt_BR/Makefile
config.status: creating emx/Makefile
config.status: creating lib/Makefile
config.status: creating maint-aux/Makefile
config.status: creating man/Makefile
config.status: creating os2/Makefile
config.status: creating src/Makefile
config.status: creating src/sanity.config.sh
config.status: creating tools/Makefile
config.status: creating vms/Makefile
config.status: creating windows-NT/Makefile
config.status: creating windows-NT/SCC/Makefile
config.status: creating zlib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
# generate PDF 1.4 by default
ln -s ../../../build-aux/texinfo.tex debian/builddir/doc/texinfo-r.tex
printf '%s\n' \
'\pdfminorversion4\relax\pdfobjcompresslevel0\relax%' \
'\input texinfo-r.tex' \
>debian/builddir/doc/texinfo.tex
make[1]: Leaving directory '/<>'
rm -f debian/cvs.debhelper.log
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_testdir
cd debian/builddir && /usr/bin/make -C doc MAKEINFO=makeinfo 
MAKEINFOFLAGS=--no-split ARFLAGS=rc doc html info pdf txt
make[2]: Entering directory '/<>/debian/builddir/doc'
Making info in i18n
make[3]: Entering directory '/<>/debian/builddir/doc/i18n'
Making info in pt_BR
make[4]: Entering directory '/<>/debian/builddir/doc/i18n/pt_BR'
make[4]: Nothing to be done for 'info'.
make[4]: Leaving directory '/<>/debian/builddir/doc/i18n/pt_BR'
make[4]: Entering directory '/<>/debian/builddir/doc/i18n'
make[4]: Nothing to be done for 'info-am'.
make[4]: Leaving directory '/<>/debian/builddir/doc/i18n'
make[3]: Leaving directory '/<>/debian/builddir/doc/i18n'
make[3]: Entering directory '/<>/debian/builddir/doc'
sed -e "s/^@chapter /@appendixsec /" \
-e "s/^@section /@appendixsubsec /" \
  <../../../doc/getdate.texi >>getdate-cvs.tmp
Updating getdate-cvs.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../../../doc && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --version) >/dev/null 2>&1; then \
  for f in ../../../doc/cvs.info ../../../doc/cvs.info-[0-9] 
../../../doc/cvs.info-[0-9][0-9] ../../../doc/cvs.i[0-9] 
../../../doc/cvs.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if makeinfo  --no-split -I ../../../doc \
 -o ../../../doc/cvs.info ../../../doc/cvs.texinfo; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd ../../../doc; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd ../../../doc && \
  $restore $backupdir/* `echo "./../../../doc/cvs.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../../../doc && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --version) >/dev/null 2>&1; then \
  for f in ../../../doc/cvsclient.info ../../../doc/cvsclient.info-[0-9] 
../../../doc/cvsclient.info-[0-9][0-9] ../../../doc/cvsclient.i[0-9] 
../../../doc/cvsclient.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if makeinfo  --no-split -I ../../../doc \
 -o ../../../doc/cvsclient.info ../../../doc/cvsclient.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd ../../../doc; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd ../../../doc && \
  $restore $backupdir/* `echo "./../../../doc/cvsclient.info" | sed 
's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make[3]: Leaving directory '/<>/debian/builddir/doc'
Making pdf in i18n
make[3]: Entering directory '/<>/debian/builddir/doc/i18n'
Making pdf in pt_BR
make[4]: Entering directory '/<>/debian/builddir/doc/i18n/pt_BR'
make[4]: Nothing to be done for 'pdf'.
make[4]: Leaving directory 

Bug#1057552: d2x-rebirth: FTBFS: TypeError: sequence index must be integer, not 'slice'

2023-12-05 Thread Santiago Vila

Package: src:d2x-rebirth
Version: 0.58.1-1.3
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
   debian/rules override_dh_clean
make[1]: Entering directory '/<>'
scons --clean
scons: Reading SConscript files ...
D2X-Rebirth: compiling on *NIX

= D2X-Rebirth v0.58.1 =

D2X-Rebirth: LittleEndian machine detected
D2X-Rebirth: building with OpenGL
D2X-Rebirth: including SDL_mixer
TypeError: sequence index must be integer, not 'slice':
  File "/<>/SConstruct", line 616:
program = D2XProgram()
  File "/<>/SConstruct", line 577:
DXXProgram.__init__(self)
  File "/<>/SConstruct", line 301:
self.register_program()
  File "/<>/SConstruct", line 614:
self._register_program('d2x')
  File "/<>/SConstruct", line 353:
versid_cppdefines=env['CPPDEFINES'][:]
make[1]: *** [debian/rules:10: override_dh_clean] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:7: clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit 
status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057551: d1x-rebirth: FTBFS: TypeError: sequence index must be integer, not 'slice'

2023-12-05 Thread Santiago Vila

Package: src:d1x-rebirth
Version: 0.58.1-1.2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
   debian/rules override_dh_clean
make[1]: Entering directory '/<>'
scons --clean
scons: Reading SConscript files ...
D1X-Rebirth: compiling on *NIX

= D1X-Rebirth v0.58.1 =

D1X-Rebirth: LittleEndian machine detected
D1X-Rebirth: building with OpenGL
D1X-Rebirth: including SDL_mixer
TypeError: sequence index must be integer, not 'slice':
  File "/<>/SConstruct", line 605:
program = D1XProgram()
  File "/<>/SConstruct", line 566:
DXXProgram.__init__(self)
  File "/<>/SConstruct", line 299:
self.register_program()
  File "/<>/SConstruct", line 603:
self._register_program('d1x')
  File "/<>/SConstruct", line 351:
versid_cppdefines=env['CPPDEFINES'][:]
make[1]: *** [debian/rules:10: override_dh_clean] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:7: clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit 
status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



Bug#1057549: crowdsec: FTBFS: FAIL: TestOneShot/permission_denied

2023-12-05 Thread Santiago Vila

Package: src:crowdsec
Version: 1.4.6-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 --builddirectory=_build --buildsystem=golang --with=golang
   dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build -- -ldflags '-s -w -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=v1.4.6-6 -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Tag=debian -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Codename=alphaga -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.BuildDate=2023-07-14_18:54:27 '
cd _build && go install -trimpath -v -p 2 -ldflags "-s -w -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=v1.4.6-6 -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Tag=debian -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.Codename=alphaga -X 
github.com/crowdsecurity/crowdsec/pkg/cwversion.BuildDate=2023-07-14_18:54:27 " 
github.com/crowdsecurity/crowdsec/cmd/crowdsec github.com/crowdsecurity/crowdsec/cmd/crowdsec-cli 
github.com/crowdsecurity/crowdsec/pkg/acquisition 
github.com/crowdsecurity/crowdsec/pkg/acquisition/configuration 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/cloudwatch 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/docker 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/file 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/journalctl 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/kinesis 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/parser/rfc3164 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/parser/rfc5424 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/parser/utils 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/syslog/internal/server 
github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/wineventlog 
github.com/crowdsecurity/crowdsec/pkg/apiclient github.com/crowdsecurity/crowdsec/pkg/apiserver 
github.com/crowdsecurity/crowdsec/pkg/apiserver/controllers 
github.com/crowdsecurity/crowdsec/pkg/apiserver/controllers/v1 
github.com/crowdsecurity/crowdsec/pkg/apiserver/middlewares/v1 
github.com/crowdsecurity/crowdsec/pkg/csconfig github.com/crowdsecurity/crowdsec/pkg/csplugin 
github.com/crowdsecurity/crowdsec/pkg/csprofiles github.com/crowdsecurity/crowdsec/pkg/cstest 
github.com/crowdsecurity/crowdsec/pkg/cwhub github.com/crowdsecurity/crowdsec/pkg/cwversion 
github.com/crowdsecurity/crowdsec/pkg/database github.com/crowdsecurity/crowdsec/pkg/database/ent 
github.com/crowdsecurity/crowdsec/pkg/database/ent/alert 
github.com/crowdsecurity/crowdsec/pkg/database/ent/bouncer 
github.com/crowdsecurity/crowdsec/pkg/database/ent/decision 
github.com/crowdsecurity/crowdsec/pkg/database/ent/enttest 
github.com/crowdsecurity/crowdsec/pkg/database/ent/event 
github.com/crowdsecurity/crowdsec/pkg/database/ent/hook 
github.com/crowdsecurity/crowdsec/pkg/database/ent/machine 
github.com/crowdsecurity/crowdsec/pkg/database/ent/meta 
github.com/crowdsecurity/crowdsec/pkg/database/ent/migrate 
github.com/crowdsecurity/crowdsec/pkg/database/ent/predicate 
github.com/crowdsecurity/crowdsec/pkg/database/ent/runtime 
github.com/crowdsecurity/crowdsec/pkg/database/ent/schema 
github.com/crowdsecurity/crowdsec/pkg/exprhelpers github.com/crowdsecurity/crowdsec/pkg/hubtest 
github.com/crowdsecurity/crowdsec/pkg/leakybucket github.com/crowdsecurity/crowdsec/pkg/metabase 
github.com/crowdsecurity/crowdsec/pkg/models github.com/crowdsecurity/crowdsec/pkg/parser 
github.com/crowdsecurity/crowdsec/pkg/protobufs github.com/crowdsecurity/crowdsec/pkg/time/rate 
github.com/crowdsecurity/crowdsec/pkg/types github.com/crowdsecurity/crowdsec/pkg/yamlpatch 
github.com/crowdsecurity/crowdsec/plugins/notifications/dummy 
github.com/crowdsecurity/crowdsec/plugins/notifications/email 
github.com/crowdsecurity/crowdsec/plugins/notifications/http 
github.com/crowdsecurity/crowdsec/plugins/notifications/slack 
github.com/crowdsecurity/crowdsec/plugins/notifications/splunk
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg

[... snipped ...]

time="2023-12-05T16:29:39Z" level=info msg="Loaded 2 parser nodes" 
file=./tests/base-tree/base-grok.yaml stage=s00-raw
time="2023-12-05T16:29:39Z" level=info msg="Loaded 2 nodes from 1 stages"
time="2023-12-05T16:29:39Z" level=warning msg="Going to process one test set"
time="2023-12-05T16:29:39Z" level=debug msg="eval(evt.Line.Labels.type == 'type1') = 
TRUE" id=bold-smoke 

Bug#1057548: cloud-init: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:cloud-init
Version: 23.3.1-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-Python3-Version in control file, using supported versions
dh build --with python3 --buildsystem pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.12 setup.py config
/<>/setup.py:184: SyntaxWarning: invalid escape sequence '\o'
  if cpe_data[1] == "\o":  # noqa: W605
/<>/tools/read-dependencies:46: SyntaxWarning: invalid escape 
sequence '\.'
  """
running config
I: pybuild base:310: python3.11 setup.py config
running config

[... snipped ...]

) from e
E   RuntimeError: Unable to lock user account 'foo_user'. No tools 
available.   Tried: ['passwd', 'usermod'].

cloudinit/distros/__init__.py:756: RuntimeError
- Captured stdout call -
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
FALLBACK: 2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
FALLBACK: 2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
FALLBACK: 2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
FALLBACK: 2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
FALLBACK: 2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
DEBUG: Adding user foo_user
DEBUG: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
2023-12-05 16:31:25,058 - __init__.py[DEBUG]: Adding user foo_user
-- Captured log call ---
2023-12-05 16:31:25 DEBUG cloudinit.distros:__init__.py:616 Adding user 
foo_user
_ TestCreateUser.test_create_user_with_ssh_redirect_user_no_cloud_keys _

self = , name = 'foo_user'

def lock_passwd(self, name):
"""
Lock the password of a user, i.e., disable password logins
"""
# passwd must use short '-l' due to SLES11 lacking long form '--lock'
lock_tools = (["passwd", "-l", name], ["usermod", "--lock", name])
try:

  cmd = next(tool for tool in lock_tools if subp.which(tool[0]))

E   StopIteration

cloudinit/distros/__init__.py:754: StopIteration

The above exception was the direct cause of the following exception:

self = 
m_setup_user_keys = 
m_subp = 
dist = 
caplog = <_pytest.logging.LogCaptureFixture object at 0x7f73f042d070>

@mock.patch("cloudinit.ssh_util.setup_user_keys")
def test_create_user_with_ssh_redirect_user_no_cloud_keys(
self, m_setup_user_keys, m_subp, dist, caplog
):
"""Log a warning when trying to redirect a user no cloud ssh keys."""

  dist.create_user(USER, ssh_redirect_user="someuser")


tests/unittests/distros/test_create_users.py:231:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cloudinit/distros/__init__.py:689: in create_user
self.lock_passwd(name)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = , name = 'foo_user'

def lock_passwd(self, name):
"""
Lock the password of a user, i.e., disable password logins
"""
# passwd must use short '-l' due to SLES11 lacking long form '--lock'
lock_tools = (["passwd", "-l", name], ["usermod", "--lock", name])
try:
cmd = next(tool for tool in 

Bug#1057547: cclib-data: FTBFS: failing tests

2023-12-05 Thread Santiago Vila

Package: src:cclib-data
Version: 1.6.2-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 python3 --buildsystem pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:310: python3.11 setup.py config
Warning: 'classifiers' should be a list, got type 'filter'
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:310: /usr/bin/python3 setup.py build
Warning: 'classifiers' should be a list, got type 'filter'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:310: cd /<>/.pybuild/cpython3_3.11/build; 
python3.11 -m pytest test
= test session starts ==
platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0

[... snipped ...]

)

elif extension in ['.bz', '.bz2']:

# Module 'bz2' is not always importable.
assert bz2 is not None, "ERROR: module bz2 cannot be imported"
fileobject = io.TextIOWrapper(bz2.BZ2File(fileobject if fileobject 
else filename, mode), encoding = encoding, errors = errors)

elif fileobject is not None:

# Assuming that object is text file encoded in utf-8
# If the file/stream has already been opened, we have no ability to 
handle decoding errors.
pass

else:

# Normal text file.


  fileobject = open(filename, mode, encoding = encoding, errors = 
errors)

E   FileNotFoundError: [Errno 2] No such file or directory: 'dummyfile'

/usr/lib/python3/dist-packages/cclib/parser/logfilewrapper.py:210: 
FileNotFoundError
_ NormalisesymTest.test_normalisesym_gamessuk __

self = 

def test_normalisesym_gamessuk(self):
from cclib.parser.gamessukparser import GAMESSUK

  sym = GAMESSUK("dummyfile.txt").normalisesym


test/parser/testspecificparsers.py:33:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/cclib/parser/gamessukparser.py:24: in __init__
super().__init__(logname="GAMESSUK", *args, **kwargs)
/usr/lib/python3/dist-packages/cclib/parser/logfileparser.py:56: in __init__
source = FileWrapper(source)
/usr/lib/python3/dist-packages/cclib/parser/logfilewrapper.py:81: in __init__
filename, fileobject = self.open_log_file(source)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = 
source = 'dummyfile.txt', mode = 'r', encoding = 'utf-8', errors = 'logerror'

@classmethod
def open_log_file(
self,
source,
mode: str = "r",
encoding: str = "utf-8",
errors: str = "logerror",
) -> typing.Tuple[str, typing.IO]:
"""
Open a possibly compressed file, returning both the filename of the 
file and an open file object.
"""
# First, work out what source is (could be a filename, a URL, an open 
file etc).
if isinstance(source, str) and URL_PATTERN.match(source):
# This file is a URL.
try:
# Cache the file to a temp location.
response = urlopen(source)
fileobject = NamedTemporaryFile(delete = True)
fileobject.write(response.read())
fileobject.seek(0,0)

fileobject = io.TextIOWrapper(fileobject, encoding = encoding, errors = errors)

filename = source

except (ValueError, URLError) as error:

# Maybe no need to raise a different exception?
raise ValueError(
"Encountered an error processing the URL 
'{}'".format(source)
) from error

elif hasattr(source, "read") or hasattr(source, "readline"):

# This file is a file.
# If this file supports seek, we don't need to do anything.
# If not, we'll cache it to file.
if not hasattr(source, "seek") or \
(hasattr(source, "seekable") and not source.seekable()):
fileobject = NamedTemporaryFile(delete = True)
fileobject.write(source.read())
fileobject.seek(0,0)

fileobject = io.TextIOWrapper(fileobject, encoding = encoding, errors = errors)

else:

fileobject = source
filename = getattr(source, "name", f"stream {str(type(source))}")

else:

# This file is something else, assume we can open() it.
filename = source
fileobject = None

filename = pathlib.Path(filename)

extension = filename.suffix

if extension == 

Bug#1057546: calamares-extensions: FTBFS: Unknown CMake command "set_package_properties".

2023-12-05 Thread Santiago Vila

Package: src:calamares-extensions
Version: 1.3.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
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>'
dh_auto_configure -- -DCMAKE_CXX_COMPILER_ARG1="-Wdate-time -D_FORTIFY_SOURCE=2"
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON 
-DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
"-DCMAKE_CXX_COMPILER_ARG1=-Wdate-time -D_FORTIFY_SOURCE=2" ..
CMake Deprecation Warning at CMakeLists.txt:41 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument  value or use a ... suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The CXX compiler identification is GNU 13.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found YAMLCPP: /usr/include
-- Found Gettext: /usr/bin/msgmerge (found version "0.21")
CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/Calamares/CalamaresAddTranslations.cmake:17 
(set_package_properties):
  Unknown CMake command "set_package_properties".
Call Stack (most recent call first):
  
/usr/lib/x86_64-linux-gnu/cmake/Calamares/CalamaresAddModuleSubdirectory.cmake:40
 (include)
  /usr/lib/x86_64-linux-gnu/cmake/Calamares/CalamaresConfig.cmake:121 (include)
  CMakeLists.txt:64 (find_package)


-- Configuring incomplete, errors occurred!
cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: /<>/obj-x86_64-linux-gnu
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.


# EXTERNAL cache entries


//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=None

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13

//No help, variable specified on the command line.
CMAKE_CXX_COMPILER_ARG1:UNINITIALIZED=-Wdate-time -D_FORTIFY_SOURCE=2

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13

//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2

//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the CXX compiler during NONE builds.
CMAKE_CXX_FLAGS_NONE:STRING=

//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,-z,now

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during NONE builds.
CMAKE_EXE_LINKER_FLAGS_NONE:STRING=

//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker 

  1   2   3   >