Bug#1042370: systemd-cron neew porting to python3.12

2023-07-26 Thread Alexandre Detiste
Package: systemd-cron
Version: 1.16.1-1
Severity: normal

The complex importlib machinery is deprecated.

> DeprecationWarning: the load_module() method is deprecated
> and slated for removal in Python 3.12; use exec_module() instead

This warning will shop up when running test/test.py.

Greetings,

-- System Information: Debian Release: trixie/sid

  APT prefers testing
  APT policy: (501, 'testing'), (450, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.3.0-1-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd-cron depends on:
ii  cron-daemon-common  3.0pl1-162
ii  libc6   2.37-6
ii  python3 3.11.4-5
ii  systemd [systemd-sysusers]  253.5-1
ii  systemd-sysv253.5-1

systemd-cron recommends no packages.

Versions of packages systemd-cron suggests:
ii  nullmailer [mail-transport-agent]  1:2.2+10~g7ed88a0-1

-- no debconf information



Bug#1042369: dh-python: export DEB_PYTHON_INSTALL_LAYOUT=deb

2023-07-26 Thread Andrius Merkys

Package: dh-python
Version: 5.20230603

Hello,

With recent changes in CMake, Python_SITELIB and Python_SITEARCH how 
include /usr/local/lib instead of /usr/lib (see #1041633) which breaks 
builds of packages with CMake buildsystem (see #1041633 and #1042186 as 
examples of this issue).


In #104163 it has been suggested to export DEB_PYTHON_INSTALL_LAYOUT=deb 
to instruct CMake to install Python stuff to /usr/lib. I believe this is 
what most packages would do, thus it makes sense to me to handle this in 
dh-python.


Andrius



Bug#1042368: ITP: r-bioc-densvis -- GNU R Density-Preserving Data Visualization via Non-Linear Dimensionality Reduction

2023-07-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-densvis -- GNU R Density-Preserving Data Visualization via 
Non-Linear Dimensionality Reduction
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-bioc-densvis
  Version : 1.10.2
  Upstream Author : Alan O'Callaghan,
* URL : https://bioconductor.org/packages/densvis/
* License : MIT
  Programming Lang: GNU R
  Description : GNU R Density-Preserving Data Visualization via Non-Linear 
Dimensionality Reduction
 Implements the density-preserving modification to t-SNE
 and UMAP described by Narayan et al. (2020)
 .
 The non-linear dimensionality reduction techniques t-SNE and UMAP
 enable users to summarise complex high-dimensional sequencing data
 such as single cell RNAseq using lower dimensional representations.
 These lower dimensional representations enable the visualisation of discrete
 transcriptional states, as well as continuous trajectory (for example, in
 early development). However, these methods focus on the local neighbourhood
 structure of the data. In some cases, this results in
 misleading visualisations, where the density of cells in the low-dimensional
 embedding does not represent the transcriptional heterogeneity of data in the
 original high-dimensional space. den-SNE and densMAP aim to enable more
 accurate visual interpretation of high-dimensional datasets by producing
 lower-dimensional embeddings that accurately represent the heterogeneity of
 the original high-dimensional space, enabling the identification of
 homogeneous and heterogeneous cell states.
 This accuracy is accomplished by including in the optimisation process a term
 which considers the local density of points in the original high-dimensional
 space. This can help to create visualisations that are more representative of
 heterogeneity in the original high-dimensional space.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-densvis



Bug#1042367: bookworm cloud images missing since 20230725 (only backports images)

2023-07-26 Thread Martin Pitt
Package: cloud.debian.org

Until https://cloud.debian.org/images/cloud/bookworm/daily/20230724-1451/ we
still had debian-12-{azure,ec2,generic,...}. But in
https://cloud.debian.org/images/cloud/bookworm/daily/20230725-1452/ and also
https://cloud.debian.org/images/cloud/bookworm/daily/20230726-1453/ there are
only debian-12-backports-* variants.

We could adjust our scripts for the renaming, but this smells like a bug --
it may be nice to have cloud images with some/all backports enabled, but can we
also have the "pure bullseye" images back?

Thank you!

Martin



Bug#1042070: installation-reports: on apt-get update; apt-get upgrade; errors appear about firmware /lib/firmware/amdgpu/ip_discovery.bin

2023-07-26 Thread Hammad Rauf
Thanks for the feedback. I ended up reinstalling with
the debian-12.1.0-amd64-netinst.iso image. No issues so far.

Thanks for looking into this.

Hammad Rauf

On Wed, Jul 26, 2023 at 2:04 PM Cyril Brulebois  wrote:

> Hi,
>
> rauf.hammad  (2023-07-25):
> > On doing apt-get update; apt-get upgrade; warnings about missing
> firmware /lib/firmware/amdgpu/* appeared.
>
> Those are really not a problem.
>
> > Excrept from console messages during: apt install <>; is given
> below:
> > raspi-firmware: missing /boot/firmware, did you forget to mount it?
> > run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with
> return code 1
> > dpkg: error processing package initramfs-tools (--configure):
> >  installed initramfs-tools package post-installation script subprocess
> returned error exit status 1
> > Errors were encountered while processing:
> >  linux-image-6.1.0-10-amd64
> >  linux-image-amd64
> >  initramfs-tools
> > E: Sub-process /usr/bin/dpkg returned an error code (1)
> > root@peace-homes:~#
>
> The raspi-firmware thing is a grave problem instead (fixed in the 12.1
> live images: raspi-firmware is no longer installed by mistake):
>  - delete z50 hooks;
>  - then purge the raspi-firmware package.
>
> Something like this should help:
>
> rm /etc/initramfs/post-update.d/z50-raspi-firmware
> rm /etc/kernel/postrm.d/z50-raspi-firmware
> rm /etc/kernel/postinst.d/z50-raspi-firmware
> dpkg -P raspi-firmware
>
> Afterwards, you should be able to configure other packages with:
>
> dpkg --configure -a
>
> And the package manager (apt, apt-get, etc.) should be happier at this
> point.
>
>
> Cheers,
> --
> Cyril Brulebois (k...@debian.org)
> D-I release manager -- Release team member -- Freelance Consultant
>


Bug#1042366: RM: kchmviewer [armel ppc64el s390x] -- ROM; requires QtWebEngine

2023-07-26 Thread Pino Toscano
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: kchmvie...@packages.debian.org
Control: affects -1 + src:kchmviewer

Hi,

the new version of src:kchmviewer requires QtWebEngine for the main
interface: as result, it is built only on few architectures.  Hence,
please remove kchmviewer on the following architectures:
  armel ppc64el s390x

Thanks,
-- 
Pino



Bug#244289: xball: Package includes non-free source code.

2023-07-26 Thread David da Silva Polverari
I unarchived this bug as the package still contains the source file
act_area.c with the same non-free license.

I marked it as found in xball/3.0-12 because it was the earliest version
I was able to dig on debsnaps. As such, I couldn't pinpoint the exact
version between that and 3.0-5 in which the file was reintroduced.

-- 
⢀⣴⠾⠻⢶⣦⠀ David da Silva Polverari 
⣾⠁⢠⠒⠀⣿⡁
⢿⡄⠘⠷⠚⠋⠀ Debian: The universal operating system
⠈⠳⣄



Bug#985769: xwayland: 100% of CPU, The system gets stuck.

2023-07-26 Thread Alberto Garcia
On Mon, Jul 03, 2023 at 04:23:30PM +0200, Alberto Garcia wrote:
> > > Could be https://gitlab.freedesktop.org/xorg/xserver/-/issues/1442
> > > fixed by
> > > https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1086 .
> > 
> > Thanks, it does sound like that, I'll try to cherry pick that
> > fix and see how it goes. I'll come back in a week or two with my
> > conclusions.
> 
> I have been using xwayland 2:22.1.9-1 with those two commits
> cherry-picked and so far I haven't had any issues.

I have been using those patches for around one month now and I haven't
had the problem again. I think it would be great to have this fixed in
bookworm.

Berto



Bug#1041295: smartd.conf.5: some remarks and editorial fixes for the manual

2023-07-26 Thread Bjarni Ingi Gislason
On Tue, Jul 25, 2023 at 07:31:35PM +0200, Christian Franke wrote:
> Hi Bjarni,
> 
> this bug
> 
> > Split a punctuation from a single argument, if a two-font macro is meant
> > 
> > 64:.B /etc/smartd.conf.
> 
> and minor mandoc / groff warnings are now fixed upstream:
> 
> https://www.smartmontools.org/changeset/5506
> https://www.smartmontools.org/changeset/5520
> 
> The remaining suggestions will be addressed after smartmontools 7.4 release.
> 
> > Change '-' (\-) to '\(en' (en-dash) for a numeric range.
> 
> BTW, tests with groff show that, unlike '\-', the '\(en' does not look
> "nice" for numerical ranges because it is vertically aligned for lowercase
> letters. This is the case with the default serif font T(imes) and also the
> with sans-serif font H(elvetica).
> 

  "minus (in text) has different meaning than an "en-dash", consult a
style guide.

> 
> > ...
> > smartd.conf.5:173:# Start short self\-tests daily between 1\-2, 2\-3, and
> > smartd.conf.5:174:# 3\-4 am.
> > ...
> 
> Note that using '\(en' in the above text has no visible effect because this
> section is always rendered with monospaced (.ft CW) font.
> 

  It is not about how something is rendered, but about meaning (in the
source).

> 
> >The amount of space between sentences in the output can then be
> > controlled with the ".ss" request.
> 
> Where should .ss be used? I didn't find any example in your patch on other
> man pages.
> 

  This request is not used in man page sources.

  The request can only come from outside of the man page,
it is only for personal use, if the user wants to change the default
value.

  I only know of this possibility:
# example with one space between sentences

echo '.ss 12 0' | nroff -man -- - 



Bug#1042365: vboot-kernel-utils: Update version to use futility instead of flashrom for Chromebook set/get_gbb_flags.sh

2023-07-26 Thread Leonard Lausen
Package: vboot-kernel-utils
Version: 0~R106-15054.B-1
Severity: normal
X-Debbugs-Cc: leon...@lausen.nl

Dear Maintainer,

the included /usr/share/vboot/bin/{get,set}_gbb_flags.sh scripts for
managing Chromebook GBB flags are dysfunctional as they rely on a
version of flashrom forked by the Chromium team that is incompatible
with the version of flashrom in Debian. Fortunately, upstream has
removed this dependency on non-standard flashrom as of February 2023
[1]. Can you please package a newer version, so that these scripts will
start working in Debian and simplify using Debian on Chromebooks?

Sample of the error with the currently packaged version:

% sudo /usr/share/vboot/bin/get_gbb_flags.sh
flashrom unknown on Linux 6.4.4-stb-cbq (aarch64)
flashrom is free software, get the source code at https://flashrom.org

Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Error: Unknown programmer "host". Valid choices are:
internal, dummy, gfxnvidia, raiden_debug_spi, drkaiser, satasii, atavia, it8212,
ft2232_spi, serprog, buspirate_spi, dediprog, developerbox, pony_spi, nicintel,
nicintel_spi, nicintel_eeprom, ogp_spi, linux_mtd, linux_spi, usbblaster_spi,
pickit2_spi, ch341a_spi, digilent_spi, jlink_spi, stlinkv3_spi, dirtyjtag_spi.
Please run "flashrom --help" for usage info.

Thank you.

[1]: 
https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+/3495110ff91df002e8b6c13b9af9a80c93d9dbb3%5E%21/#F1


-- System Information:
Debian Release: 12.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable'), (1, 'experimental'), (1, 'unstable')
Architecture: arm64 (aarch64)
Foreign Architectures: amd64

Kernel: Linux 6.4.4-stb-cbq (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vboot-kernel-utils depends on:
ii  coreboot-utils  4.15~dfsg-3
ii  flashrom1.3.0-2.1
ii  libc6   2.36-9
ii  libflashrom11.3.0-2.1
ii  libssl3 3.0.9-1

vboot-kernel-utils recommends no packages.

vboot-kernel-utils suggests no packages.

-- no debconf information



Bug#983357: even Debian12.1 is affected, workaround cookbook and "Install to Xen DomU" proposal

2023-07-26 Thread Dr . Nagy Elemér Károly

Greetings!

1. This affects the Debian 12.1 and 12.0 installers as well (both PV and 
HVM) and all Debian 11 (.0 to .7) installers, practically broken since 
10.13.


2. My "custom working ISO" cookbook for the workaround (for those who 
find this later):

# Extract install.amd/xen/initrd.gz: "apt install mc genisoimage; mc"
# Unzip and uncpio (as root): "apt install pigz ; pigz -d initrd.gz ; 
mkdir tmp ; cd tmp ; cat ../initrd | cpio -id"
# Remove "-e" from the first line of ./lib/debian-installer/start-udev: 
"sed -i 's/#!\/bin\/sh -e/#!\/bin\/sh/g' ./lib/debian-installer/start-udev"

# cpio and gzip: "find . | cpio -oH newc | pigz -9 >../initrd.gz ; cd .."
# Extract a copy of /boot/grub/grub.cfg and isolinux/txt.cfg from the iso
# Replace 'install.amd/' with 'install.amd/xen/' in these (and replace 
"quiet" with "console=hvc0" while at it)

# Replace initrd.gz, grub.cfg and txt.cfg on the iso with isomaster

3. I propose that until the problem is solved, an "Install to Xen DomU" 
is to be added to /boot/grub/grub.cfg and isolinux/txt.cfg, with either 
a patched kernel or a patched initrd.gz and "quiet" replaced with 
"console=hvc0".


Best wishes:
Elmar



Bug#1042364: syncthing: update to v1.23.6 at least

2023-07-26 Thread sukb3u+2m524al6xxu7s
Package: syncthing
Version: 1.19.2~ds1-1+b4
Severity: normal

Dear Maintainer,

please import syncthing v1.23.6 or higher into debian trixie, thanks.

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

Kernel: Linux 6.1.0-10-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages syncthing depends on:
ii  init-system-helpers  1.65.2
ii  libc62.36-9+deb12u1

syncthing recommends no packages.

syncthing suggests no packages.

-- no debconf information



Bug#1042363: Regression in expansion of commands starting with tilde

2023-07-26 Thread Ben Hutchings
Package: systemd-cron
Version: 1.16.1-1
Severity: normal
Tags: upstream patch

The latest version of this package broke a previously working
cron job:

Jul 27 00:46:21 deadeye systemd[1]: Starting cron-ben-ben-0.service - [Cron] "2 
0 * * * ~/bin/randomsig"...
Jul 27 00:46:21 deadeye sh[14398]: /run/systemd/generator/cron-ben-ben-0.sh: 1: 
/home/benbin/randomsig: not found

Notice that there is no '/' after my home directory.  Patch for
this is attached.

I already opened a PR for this upstream:
https://github.com/systemd-cron/systemd-cron/pull/92

Ben.

-- Package-specific info:
-- output of systemctl list-timers
NEXT LEFT LAST   PASSED 
UNIT   ACTIVATES
Thu 2023-07-27 02:13:04 CEST19min Thu 2023-07-27 01:25:20 CEST28min ago 
fwupd-refresh.timerfwupd-refresh.service
Thu 2023-07-27 03:04:00 CEST 1h 10min Wed 2023-07-26 03:35:54 CEST- 
plocate-updatedb.timer plocate-updatedb.service
Thu 2023-07-27 05:10:00 CEST 3h 16min -   - 
cron-popularity-contest-root-0.timer   cron-popularity-contest-root-0.service
Thu 2023-07-27 06:49:53 CEST 4h 56min Wed 2023-07-26 13:53:20 CEST- 
apt-daily-upgrade.timerapt-daily-upgrade.service
Thu 2023-07-27 09:37:37 CEST   7h Wed 2023-07-26 03:48:39 CEST- 
man-db.timer   man-db.service
Thu 2023-07-27 13:24:19 CEST  11h Wed 2023-07-26 19:58:22 CEST 1h 55min ago 
apt-daily.timerapt-daily.service
Thu 2023-07-27 20:16:44 CEST  18h Wed 2023-07-26 15:39:08 CEST 5h 36min ago 
systemd-tmpfiles-clean.timer   systemd-tmpfiles-clean.service
Fri 2023-07-28 00:00:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
dpkg-db-backup.timer   dpkg-db-backup.service
Fri 2023-07-28 00:00:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
exim4-base.timer   exim4-base.service
Fri 2023-07-28 00:00:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
logrotate.timerlogrotate.service
Fri 2023-07-28 00:02:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-ben-ben-0.timer   cron-ben-ben-0.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-0anacron.timer  cron-daily-0anacron.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-aptitude.timer  cron-daily-aptitude.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-calendar.timer  cron-daily-calendar.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-debsums.timer   cron-daily-debsums.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-dlocate.timer   cron-daily-dlocate.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-installation-birthday.timer cron-daily-installation-birthday.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-lighttpd.timer  cron-daily-lighttpd.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-popularity-contest.timercron-daily-popularity-contest.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-prelink.timer   cron-daily-prelink.service
Fri 2023-07-28 00:10:00 CEST  22h Thu 2023-07-27 00:46:21 CEST  1h 7min ago 
cron-daily-sysstat.timer   cron-daily-sysstat.service
Sun 2023-07-30 03:10:36 CEST   3 days Sun 2023-07-23 03:10:50 CEST- 
e2scrub_all.timer  e2scrub_all.service
Mon 2023-07-31 00:02:38 CEST   3 days Mon 2023-07-24 00:44:02 CEST- 
fstrim.timer   fstrim.service
Mon 2023-07-31 00:15:00 CEST   3 days Mon 2023-07-24 00:15:17 CEST- 
cron-weekly-0anacron.timer cron-weekly-0anacron.service
Mon 2023-07-31 00:15:00 CEST   3 days Mon 2023-07-24 00:15:17 CEST- 
cron-weekly-apt-xapian-index.timer cron-weekly-apt-xapian-index.service
Mon 2023-07-31 00:15:00 CEST   3 days Mon 2023-07-24 00:15:17 CEST- 
cron-weekly-debsums.timer  cron-weekly-debsums.service
Mon 2023-07-31 00:15:00 CEST   3 days Mon 2023-07-24 00:15:17 CEST- 
cron-weekly-tor.timer  cron-weekly-tor.service
Mon 2023-07-31 00:15:00 CEST   3 days Wed 2023-07-26 14:02:28 CEST- 
systemd-cron-cleaner.timer systemd-cron-cleaner.service
Tue 2023-08-01 00:20:00 CEST   4 days Sat 2023-07-08 15:22:45 CEST- 
cron-monthly-0anacron.timer

Bug#1042156: rust-droid-juicer- call for testing of goblin update.

2023-07-26 Thread Peter Green

I've just patched rust-droid-juicer to use the new version of goblin.
It built fine, but given the lack of any meaningful tests in the
package I don't feel comfortable uploading it to unstable until
someone more familiar with the software has tested it.

I have uploaded the patched version to experimental to make it
easier for people to test.



Bug#1042289: magit: FTBFS: Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "compat")

2023-07-26 Thread Manphiz
tags 1042289 patch
thanks

Lucas Nussbaum  writes:

> Source: magit
> Version: 3.3.0-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20230726 ftbfs-trixie
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
>
> Relevant part (hopefully):
>> make[2]: Entering directory '/<>'
>> Loading /<>/t/magit-tests.el (source)...
>> Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such 
>> file or directory" "compat")
>>   require(compat)
>>   
>> load-with-code-conversion("/usr/share/emacs/site-lisp/elpa-src/with-editor-3"
>>  "/usr/share/emacs/site-lisp/elpa-src/with-editor-3" nil t)
>>   require(with-editor)
>>   load-with-code-conversion("/<>/lisp/magit-process..." 
>> "/<>/lisp/magit-process..." nil t)
>>   require(magit-process)
>>   load-with-code-conversion("/<>/lisp/magit-transie..." 
>> "/<>/lisp/magit-transie..." nil t)
>>   require(magit-transient)
>>   load-with-code-conversion("/<>/lisp/magit-margin" 
>> "/<>/lisp/magit-margin" nil t)
>>   require(magit-margin)
>>   load-with-code-conversion("/<>/lisp/magit-core.el" 
>> "/<>/lisp/magit-core.el" nil t)
>>   require(magit-core)
>>   load-with-code-conversion("/<>/lisp/magit.el" 
>> "/<>/lisp/magit.el" nil t)
>>   require(magit)
>>   load-with-code-conversion("/<>/t/magit-tests.el" 
>> "/<>/t/magit-tests.el" nil nil)
>>   load-file("t/magit-tests.el")
>>   (progn (load-file "t/magit-tests.el") (ert-run-tests-batch-and-exit))
>>   command-line-1(("-L" "./lisp" "-L"
>> "/usr/share/emacs/site-lisp/elpa-src/dash-2.19.1" "-L" "./../libgit" "-L"
>> "/usr/share/emacs/site-lisp/elpa-src/transient-0.3" "-L"
>> "/usr/share/emacs/site-lisp/elpa-src/with-editor-3" "--eval" "(progn
>> (load-file \"t/magit-tests.el\")(ert-r..."))
>>   command-line()
>>   normal-top-level()
>> 
>> make[2]: *** [Makefile:111: test] Error 255
>
>
> The full build log is available from:
> http://qa-logs.debian.net/2023/07/26/magit_3.3.0-2_unstable.log
>
> All bugs filed during this archive rebuild are listed at:
> https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
> or:
> https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> If you reassign this bug to another package, please mark it as 'affects'-ing
> this package. See https://www.debian.org/Bugs/server-control#affects
>
> If you fail to reproduce this, please provide a build log and diff it with 
> mine
> so that we can identify if something relevant changed in the meantime.
>

This is due to newer with-editor starts to depend on compat while magit
hasn't done it in 3.3.0 yet.  I have prepared a merge request[1] that
cherrypicks the necessary upstream commit that fixes the compat
detection, as well as a few lintian fixes.  PTAL.  Thanks!

[1] https://salsa.debian.org/emacsen-team/magit/-/merge_requests/2

-- 
Manphiz



Bug#1042157: [3dprinter-general] Bug#1042157: uranium: FTBFS: dh_install: error: missing files, aborting

2023-07-26 Thread Gregor Riepl




-- Installing: 
/<>/debian/tmp/usr/local/lib/python3.11/dist-packages/UM
-- Installing: 
/<>/debian/tmp/usr/local/lib/python3.11/dist-packages/UM/ColorImage.py



dh_install: warning: Cannot find (any matches for) 
"usr/lib/python3/dist-packages/UM" (tried in ., debian/tmp)

dh_install: warning: python3-uranium missing files: 
usr/lib/python3/dist-packages/UM
dh_install: error: missing files, aborting
make: *** [debian/rules:7: binary] Error 25


Those are very strange results.
No files should end up in /usr/local!

And I haven't been able to reproduce this locally yet.
Investigation ongoing...



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

2023-07-26 Thread Alexis Murzeau

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "streamlink" for a new
upstream version 6.0.0.

   * Package name: streamlink
 Version : 6.0.0-1
 Upstream Author : Streamlink Team
   * URL : https://streamlink.github.io/
   * License : BSD-2-clause, Apache-2.0, MIT/Expat, SIL-OFL-1.1
 Section : python

It builds those binary packages:

python3-streamlink - Python module for extracting video streams from
various websites
python3-streamlink-doc - CLI for extracting video streams from various
websites (documentation)
streamlink - CLI for extracting video streams from various websites to
a video player

To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/streamlink


Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_6.0.0-1.dsc

Changes since the last upload to unstable:
streamlink (6.0.0-1) unstable; urgency=medium

   * d/upstream/signing-key.asc: update upstream key
   * New upstream version 6.0.0
   * d/patches: update patches
   * d/control: add new dependency python3-pytest-trio
   * d/rules: streamlink manpage: use CW font instead of C
   * d/rules: remove unused inclusion of pkg-info.mk
   * d/rules: fix duplicate doc assets
   * Upload to unstable

  -- Alexis Murzeau   Mon, 24 Jul 2023 23:56:25 +0200

streamlink (5.5.1-1~exp1) experimental; urgency=medium

   * New upstream version 5.5.1
   * d/patches: update patches
   * d/patches,control: use furo theme instead of sphinx-rtd-theme
   * d/patches,control: use fork-awesome as a replacement for font-awesome
   * d/s/lintian-overrides: remove obsolete override about a test file

  -- Alexis Murzeau   Sat, 20 May 2023 19:52:43 +0200


Regards,
--
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1041349: transition: linphone-stack

2023-07-26 Thread Sebastian Ramacher
Control: tags -1 confirmed

On 2023-07-17 21:38:47 +0200, Bernhard Schmidt wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: transition
> 
> Hi,
> 
> I would like to upload a new release of the linphone-stack to unstable.

Please go ahead.

Cheers
-- 
Sebastian Ramacher



Bug#1042016: transition: coinor-cbc

2023-07-26 Thread Sebastian Ramacher
Control: tags -1 confirmed

On 2023-07-25 21:52:20 +0200, Pierre Gruet wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: transition
> X-Debbugs-Cc: coinor-...@packages.debian.org
> Control: affects -1 + src:coinor-cbc
> 
> Dear Release Team,
> 
> I would like to ask for a transition slot for coinor-cbc. The package has
> undergone ABI changes for which a SONAME bump was necessary.
> 
> The new package has been accepted into experimental and builds correctly on 
> all architectures.
> 
> The auto-generated Ben file on [0] is fine.
> 
> The reverse dependencies all build correctly against the new library package.

Please go ahead.

Cheers
-- 
Sebastian Ramacher



Bug#1041841: transition: pagmo

2023-07-26 Thread Sebastian Ramacher
Control: tags -1 confirmed

On 2023-07-24 10:11:00 +0200, Pierre Gruet wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: transition
> X-Debbugs-Cc: pa...@packages.debian.org
> Control: affects -1 + src:pagmo
> 
> Dear Release Team,
> 
> I would like to ask for a transition slot for pagmo. libpagmo9 has been 
> accepted in experimental, it builds correctly on all the architectures where 
> it built before, and its only rdep openturns builds successfully against it.

Please go ahead.

Cheers
-- 
Sebastian Ramacher



Bug#1040842: transition: libfm-qt

2023-07-26 Thread Sebastian Ramacher
Control: tags -1 = confirmed

On 2023-07-16 16:25:42 +0200, Sebastian Ramacher wrote:
> Control: block -1 by 1026933
> Contrl: forwarded -1 
> https://release.debian.org/transitions/html/auto-libfm-qt.html
> 
> On 2023-07-11 20:35:28 +0800, ChangZhuo Chen wrote:
> > Package: release.debian.org
> > Severity: normal
> > User: release.debian@packages.debian.org
> > Usertags: transition
> > X-Debbugs-Cc: libfm...@packages.debian.org, team+l...@tracker.debian.org
> > Control: affects -1 + src:libfm-qt
> > 
> > libfm-qt has bumped its soversion from 12 to 13, and so we need a transition
> 
> This tranistion needs to wait for currently onoing Qt transition to be
> completed first.

Please go ahead.

Cheers
-- 
Sebastian Ramacher



Bug#1040521: tpm2-tss: FTBFS (test failures)

2023-07-26 Thread Bastian Germann

For the autpkgtest fialures see also #1042041.



Bug#1042361: RFS: texlive-bin/2023.20230311.66589-3 -- TeX Live: Package split

2023-07-26 Thread Hilmar Preusse
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "texlive-bin":

 * Package name : texlive-bin
   Version  : 2023.20230311.66589-3
   Upstream contact : k...@freefriends.org
 * URL  : https://www.tug.org/texlive/
 * License  : MIT, TeX-Live, GPL-2+
 * Vcs  : https://github.com/debian-tex/texlive-bin
   Section  : tex

The source builds the following binary packages:

  texlive-binaries - Binaries for TeX Live
  texlive-binaries-sse2 - Binaries for TeX Live (the JIT part)
  libkpathsea6 - TeX Live: path search library for TeX (runtime part)
  libkpathsea-dev - TeX Live: path search library for TeX (development part)
  libptexenc1 - TeX Live: pTeX encoding library
  libptexenc-dev - TeX Live: ptex encoding library (development part)
  libsynctex2 - TeX Live: SyncTeX parser library
  libsynctex-dev - TeX Live: SyncTeX parser library (development part)
  libtexlua53 - transitional package (lib)
  libtexlua53-5 - TeX Live: Lua 5.3, modified for use with LuaTeX
  libtexlua53-dev - transitional package (dev)
  libtexlua-dev - TeX Live: Lua 5.3, modified for use with LuaTeX (development 
part)
  libtexluajit2 - TeX Live: LuaJIT, modified for use with LuaJITTeX
  libtexluajit-dev - TeX Live: LuaJIT, modified for use with LuaJITTeX 
(development part)

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/texlive-bin/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/t/texlive-bin/texlive-bin_2023.20230311.66589-3.dsc

Changes since the last upload:

 texlive-bin (2023.20230311.66589-3) experimental; urgency=medium
 .
   * Split luajit based binaries into texlive-binaries-sse2 to make
 TL usable on non sse2 capable CPU's at all (Closes: #1041148).

Regards,
-- 
  Hilmar Preusse

-- 
sigmentation fault


signature.asc
Description: PGP signature


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

2023-07-26 Thread Nicholas D Steeves
Hi Alexandru,

For brevity I've omitted the parts that look good.

Alexandru Mihail  writes:

>  RobMcCool's copyright was traced from a git repository which 
>  imported NCSA httpd (which was verified to be precise). 
>  Multiple commits by RobMcCool on HEAD
>  show his contributions on the files specified here.

Thank you you have the right idea about writing how you established
copyright.  That said, what you've written is impossible, because Rob
McCool's work was 1993-1994, but git's first release was in 2005 ;)

Also, please revise the text to explain what "verified to be precise"
means.  Grammatically, it sounds like you verified that the tags in the
repository match the WayBack Machine's copies of release tarballs.  Did
you verify that Jef Poskanzer didn't make edits?  If Jef Poskanzer made
edits, they would most likely be under the mini-httpd project license,
thus the effective license would be BSD-2-clause.  A simple solution
would be claim these files are BSD-2-clause, but to note that htpasswd*
contain (or are mostly) NCSA licensed, and then shift the NCSA licence
text into the Comment section of Files: htpasswd.* If you run lintian
without shifting the license text you'll learn why I recommend it.

 \cut this/ 
>  The files are under the NCSA license which qualifies as DFSG
>  compatible after inquiry (specifically, from the license text:
>  
>  "This code is in the public domain. Specifically, we give to the
> public
>  domain all rights for future licensing of the source code, all resale
>  rights, and all publishing rights"
>  
>  From DSFGLicenses's Q on DebianWiki:
>  
>  "Software placed in the public domain has all the freedoms 
>  required by the DFSG, and is free software."
 /cut this\ 

I'm still not certain that this wiki contributor's position is legally
sound everywhere in the world.  For a counter example see:
https://opensource.stackexchange.com/questions/9871/why-is-there-no-public-domain-licensing-in-europe

>  git repository: https://github.com/TooDumbForAName/ncsa-httpd/

Note: If you provide a link that isn't on Debian infrastructure then
you'll also need to summarise what it contains (for various reasons that
I can explain if you're interested).  It may be worth noting that
someone else can use this to verify if the htpasswd.* copy in mini-httpd
corresponds to the NCSA copy.

>  debian-legal thread:
> https://lists.debian.org/debian-legal/2023/07/msg1.html
>  DFSGLicenses: https://wiki.debian.org/DFSGLicenses
/  \
Nice, but cut the last line of /this\

Thanks again for reading this page, as well as for sharing the story of
how it inspired you to contribute to Debian! :)

> Is my TLDR still a bit TL ? I was trying not to leave out anything
> related to discussion on debian-legal or how we traced everything back
> to RobMcCool. 

Thank you for your attention to detail, and yes, still too long.
There has been far more discussion at this bug than at debian-legal...

> Did i get the right field ? 
>
> "6.6. Comment
>
> Formatted text, no synopsis: this field can provide additional
> information. For example, it might quote an e-mail from upstream
> justifying why the license is acceptable to the main archive, or an
> explanation of how this version of the package has been forked from a
> version known to be DFSG-free, even though the current upstream version
> is not. "
>
> Sounded like a good fit.

You're right, yes, that's the one :)

> Replying to previous untackled mail:
>>Wow, that's wonderful (and unexpected) news!  I hope negotiations go
> well.
>
> Thanks, me too :) I'll have to complete the new maintainer process here
> (and actually have an upload by my mentor (you!) before I can discuss
> matters more firmly with higher-ups. There's no rush; your patience and
> attention to detail are very appreciated btw :)

Thanks :)

>>My key is on both the Debian keyring and public servers
>>
>>  https://wiki.debian.org/DebianKeyring
>>  https://keys.openpgp.org/
>>  and maybe also here
>>  http://pgp.mit.edu/
>
> OK, thanks, I'll have to find a good place for my key too, then.

I confirmed your signature on this email.  Here are some key-related
resources:

https://wiki.debian.org/Keysigning
https://wiki.debian.org/Keysigning/Coordination


Best,
Nicholas

P.S. Please consider trimming the irrelevant quotation from
correspondences on the BTS.  It's a top-posting convention that takes up
a lot of space and waste time (since we're an in-line posting community)
https://bugs.debian.org/1036751


signature.asc
Description: PGP signature


Bug#1042041: tpm2-pkcs11: FTBFS: undefined symbol: Tss2_MU_TPMS_ALGORITHM_DESCRIPTION_Marshal

2023-07-26 Thread Bastian Germann

Control: reopen -1
Control: reassign -1 python3-tpm2-pytss
X-Debbugs-Cc: paul...@debian.org

Forget about my previous email.

On Tue, 25 Jul 2023 23:06:27 +0200 Lucas Nussbaum  wrote:

Source: tpm2-pkcs11
Version: 1.9.0-0.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> gcc version 13.1.0 (Debian 13.1.0-9) 
> ... rest of stderr output deleted ...

> configure:14853: checking for module tpm2_pytss in python
> configure:14857: error: not found


echo "import tpm2_pytss" | python3
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/tpm2_pytss/__init__.py", line 2, in 

from .ESAPI import ESAPI
  File "/usr/lib/python3/dist-packages/tpm2_pytss/ESAPI.py", line 2, in 
from .types import *
  File "/usr/lib/python3/dist-packages/tpm2_pytss/types.py", line 12, in 

from ._libtpm2_pytss import ffi, lib
ImportError: /usr/lib/python3/dist-packages/tpm2_pytss/_libtpm2_pytss.abi3.so: undefined symbol: 
Tss2_MU_TPMS_ALGORITHM_DESCRIPTION_Marshal


The python3-tpm2-pytss package needs a binNMU because tpm2-tss was uploaded 
without migration.



Bug#1040070: ITP texlab

2023-07-26 Thread Sebastian Crane
Dear Matthias,

> This seems like a nice thing to have in debian. Do you need any help with
> rust packaging ? From a first glance it doesn't look like there's that much
> missing. itertools and logos look like a good starting point.

I would receive such help gratefully! I'll join the IRC channel as per
your suggestion.

Many thanks,

Sebastian



Bug#1041372: #1041372 xtensor autopkg tests fail on i386 and s390x

2023-07-26 Thread Drew Parsons

forwarded 1041372 https://github.com/xtensor-stack/xtensor/issues/2718
thanks

Evidently triggered by excess precision changes in gcc-13,
see https://gcc.gnu.org/gcc-13/porting_to.html



Bug#1042360: RFP: open-vmdk -- tool for creating Open Virtual Appliances (OVAs)

2023-07-26 Thread Oliver Kurth
Package: open-vmdk
Severity: wishlist


open-vmdk can be used to create OVA and OVF files, to deploy virtual
machines for VMware (vSphere, or Fusion/Workstation).

It contains two tools:
* vmdk-convert to convert raw disk images to vmdk format
* ova-compose to create OVF files, and OVAs with the vmdk file(s)

URL: https://github.com/vmware/open-vmdk


Bug#1042089: src:golang-defaults: fails to migrate to testing for too long: triggers autopkgtest failure on armhf

2023-07-26 Thread Shengjing Zhu
On Thu, Jul 27, 2023 at 2:51 AM David Kalnischkies
 wrote:
>
> On Wed, Jul 26, 2023 at 04:48:55PM +0200, Paul Gevers wrote:
> > [2]. Hence, I am filing this bug. The version in unstable triggers an
> > autopkgtest failure in vim-youcompleteme on armhf.
>
> This used to be the case for armel, too, until today, which had gccgo-13
> 13.1.0-9 migrate to testing – the day before it failed with 13.1.0-6.
> armhf seems to have followed up just now with a passing grade:
> https://ci.debian.net/packages/v/vim-youcompleteme/testing/armhf/

Yes, I'm waiting for gcc-13 to migrate. See my previous trigger with
gcc-13 from unstable.
https://ci.debian.net/user/zhsj/jobs?package=ycmd

-- 
Shengjing Zhu



Bug#1042130: libgit2-glib: FTBFS: dh_install: error: missing files, aborting

2023-07-26 Thread Simon McVittie
On Wed, 26 Jul 2023 at 22:03:40 +0200, Lucas Nussbaum wrote:
> > Compiling 
> > '/<>/debian/tmp/usr/local/lib/python3.11/dist-packages/gi/overrides/Ggit.py'...
...
> > dh_install: warning: Cannot find (any matches for) 
> > "usr/lib/python3*/*-packages/gi/overrides" (tried in ., debian/tmp)

This looks like another instance of #1041537.

smcv



Bug#1041253: pyside2: stop depending on qtwebengine5-dev on mipsel

2023-07-26 Thread Petter Reinholdtsen
[Sebastian Ramacher]
> qtwebengine-opensource-src currently FTBFS on mipsel (see #1041250). To
> complete the currently ongoing Qt transition, please disable support for
> qtwebeninge-opensource-src on mipsel for the time being. This would
> allow us to (temporarily) remove qtwebengine-opensource-src from mipsel.

Note, qtwebengine-opensource-src was successfully built on mipsel after
a rebuild was manually scheduled, so the problem seem to be solved
without dropping mipsel too.

-- 
Happy hacking
Petter Reinholdtsen



Bug#1042216: gedit: FTBFS: dh_install: error: missing files, aborting

2023-07-26 Thread Simon McVittie
On Wed, 26 Jul 2023 at 22:03:02 +0200, Lucas Nussbaum wrote:
> Relevant part (hopefully):
> > Compiling 
> > '/<>/debian/tmp/usr/local/lib/python3.11/dist-packages/gi/overrides/Gedit.py'...
...
> > dh_install: warning: Cannot find (any matches for) "usr/lib/python*" (tried 
> > in ., debian/tmp)

Meson installing Python files to /usr/local/lib/python3.11/dist-packages
looks like #1041537.

smcv



Bug#684128: src:debian-installer: allow use of binary units in disk partitioner

2023-07-26 Thread Thorsten Glaser
reopen 684128
retitle 684128 src:debian-installer: show ISO/IEC 60027-2 units (as well); show 
valid suffixes
found 684128 226
thanks

Holger Wansing dixit:

>So I guess it works as it should.
>
>The (visual) output is still in MB / GB, apart from this a see no issue.

Hrm, the output being only in one format can be a problem, but it’s
not as critical. I would still love for *that* to be fixed, i.e. either
only ISO/IEC 60027-2 units or both those and decimal.

>With a 12.0 netinst image, creating a new partition with a size of 512 MiB
>results in a parition of 536 MB

OK, thanks for confirming. I heard twohundred-something across the room,
which would have been quite off, but didn’t have a chance to visually
inspect myself.

Could this information (valid unit sufficēs) be added to the dialogue
where the size is entered? Screen space should suffice.

I’ll repurpose this bug for that (both input and output changes).

Thanks,
//mirabilos
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
 -- Henry Nelson, March 1999



Bug#1042112: gexiv2: FTBFS: dh_install: error: missing files, aborting

2023-07-26 Thread Simon McVittie
On Wed, 26 Jul 2023 at 22:03:11 +0200, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
> > dh_install: warning: Cannot find (any matches for) "usr/lib/python*" (tried 
> > in ., debian/tmp)

This looks like #1041537 in Meson.

smcv



Bug#1041268: RM: qtwebengine-opensource-src [mipsel] -- RoQA; FTBFS on mipsel

2023-07-26 Thread Petter Reinholdtsen
[Sebastian Ramacher]
> qtwebengine-opensource-src currently FTBFS on mipsel (#1041250). Please
> remove it from mipsel so that we can complete the Qt tranistion.

According to https://bugs.debian.org/1041250 > and
https://buildd.debian.org/status/package.php?p=qtwebengine-opensource-src 
>
the build succeeded after a manual retry, so the issue seem to be fixed.
-- 
Happy hacking
Petter Reinholdtsen



Bug#1038385: linux-image-amd64: Please enable CONFIG_INTEL_SKL_INT3472 for the Intel Skylake power controller

2023-07-26 Thread Vincent Blut
Le 2023-07-26 14:57, Martin Sofaru a écrit :
> Hi Vincent,
> 
> On Tue, 25 Jul 2023 22:50:35 +0200 Vincent Blut 
> wrote:
> > Hi Martin,
> > 
> > Le 2023-07-25 16:15, Martin Sofaru a écrit :
> > > Dear maintainer,
> > > > since kernel 6.4.
> > > > CONFIG_VIDEO_V4L2_SUBDEV_API=y needs to be set aswell.
> > > > It was previously enabled until kernel 6.3.
> > > > > CONFIG_INTEL_SKL_INT3472=m and
> > 
> > […]
> > 
> > > CONFIG_VIDEO_V4L2_SUBDEV_API=y
> > > > are needed to compile ipu6-drivers-dkms for the new Intel
> > Computervision
> > > webcams present in major manufacturer's new designs, for example Lenovo's 
> > > X1
> > > Carbon gen10+ or X1 Yoga Gen7+.
> > 
> > This driver should select VIDEO_V4L2_SUBDEV_API, right?
> 
> currently the dkms from ipu6-drivers just fails to compile when
> CONFIG_VIDEO_V4L2_SUBDEV_API is not set. So if I enable some other not
> related media driver that selects CONFIG_VIDEO_V4L2_SUBDEV_API=y I can build
> ipu6-drivers.
 
If this driver requires this API then it should select VIDEO_V4L2_SUBDEV_API.
Could you eventually send a bug report upstream?

> I simply noticed that
> config-6.3.0-1-amd64 and
> config-6.3.0-2-amd64
> have CONFIG_VIDEO_V4L2_SUBDEV_API=y while config-6.4.0-1-amd64 has not.
> 
> I do not know the reasoning for the removal of that config.
 
CONFIG_VIDEO_V4L2_SUBDEV_API was available in Linux 6.3 thanks to the 
CONFIG_VIDEO_NOON010PC30 option. However that camera sensor driver has been
dropped in Linux 6.4 and none of the camera sensor drivers enabled in Debian
select CONFIG_VIDEO_V4L2_SUBDEV_API.

> At this point I am just grateful I can use the camera in my device at all :)

Understandable ;)


signature.asc
Description: PGP signature


Bug#1042253: libxlsxwriter: FTBFS: make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 2

2023-07-26 Thread Boyuan Yang
Hi Ma Aiguo,

Can you check the bug report and prepare a fix?

Thanks,
Boyuan Yang


在 2023-07-26星期三的 22:25 +0200,Lucas Nussbaum写道:
> Source: libxlsxwriter
> Version: 1.1.4-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20230726 ftbfs-trixie
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> 
> Relevant part (hopefully):
> > make[1]: Entering directory '/<>'
> > dh_auto_configure -- \
> >     -DBUILD_SHARED_LIBS=ON \
> >     -DUSE_SYSTEM_MINIZIP=ON \
> >     -DUSE_OPENSSL_MD5=ON \
> >     -DBUILD_TESTS=ON \
> >     -DBUILD_EXAMPLES=ON \
> >     
> > cd obj-x86_64-linux-gnu && 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 -
> > DBUILD_SHARED_LIBS=ON -DUSE_SYSTEM_MINIZIP=ON -DUSE_OPENSSL_MD5=ON 
> > -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON ..
> > CMake Deprecation Warning at CMakeLists.txt:106 (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 C compiler identification is GNU 13.1.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
> > -- The CXX compiler identification is GNU 13.1.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
> > CMake Warning (dev) at /usr/share/cmake-3.27/Modules/FindZLIB.cmake:88 
> > (message):
> >   ZLIB does not provide any COMPONENTS.  Calling
> > 
> >     find_package(ZLIB COMPONENTS ...)
> > 
> >   will always fail.
> > Call Stack (most recent call first):
> >   CMakeLists.txt:219 (find_package)
> > This warning is for project developers.  Use -Wno-dev to suppress it.
> > 
> > CMake Error at 
> > /usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 
> > (message):
> >   Could NOT find ZLIB (missing: 1.0) (found version "1.2.13")
> > Call Stack (most recent call first):
> >   /usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 
> > (_FPHSA_FAILURE_MESSAGE)
> >   /usr/share/cmake-3.27/Modules/FindZLIB.cmake:200 
> > (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
> >   CMakeLists.txt:219 (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
> > 
> > 
> > //Build libxlsxwriter examples
> > BUILD_EXAMPLES:BOOL=ON
> > 
> > //No help, variable specified on the command line.
> > BUILD_SHARED_LIBS:UNINITIALIZED=ON
> > 
> > //Build libxlsxwriter tests
> > BUILD_TESTS:BOOL=ON
> > 
> > //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: N

Bug#1007950: tinyssh 20190101-1+deb11u1 flagged for acceptance

2023-07-26 Thread Jonathan Wiltshire
package release.debian.org
tags 1007950 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: tinyssh
Version: 20190101-1+deb11u1

Explanation: work around incoming packets which don't honour max packet length



Bug#1007787: adduser 3.118+deb11u1 flagged for acceptance

2023-07-26 Thread Jonathan Wiltshire
package release.debian.org
tags 1007787 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: adduser
Version: 3.118+deb11u1

Explanation: fix command injection vulnerability in deluser



Bug#1038943: lapack 3.9.0-3+deb11u1 flagged for acceptance

2023-07-26 Thread Jonathan Wiltshire
package release.debian.org
tags 1038943 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: lapack
Version: 3.9.0-3+deb11u1

Explanation: fix eigenvector matrix



Bug#1013893: rhonabwy 0.9.13-3+deb11u2 flagged for acceptance

2023-07-26 Thread Jonathan Wiltshire
package release.debian.org
tags 1013893 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: rhonabwy
Version: 0.9.13-3+deb11u2

Explanation: fix aesgcm buffer overflow [CVE-2022-32096]



Bug#1040070: ITP texlab

2023-07-26 Thread Matthias Geiger

Hi Sebastian !


This seems like a nice thing to have in debian. Do you need any help 
with rust packaging ? From a first glance it doesn't look like there's 
that much missing. itertools and logos look like a good starting point.


The debian rust packaging is at 
https://salsa.debian.org/rust-team/debcargo-conf. I can recommend 
https://blog.hackeriet.no/packaging-a-rust-project-for-debian/ as a read 
to get started and familiarize yourself with the workflow. If you have 
any questions, feel free to ask on the #debian-rust irc channel.


best,

Matthias



OpenPGP_0x18BD106B3B6C5475.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1034510: protobuf 3.12.4-1+deb11u1 flagged for acceptance

2023-07-26 Thread Jonathan Wiltshire
package release.debian.org
tags 1034510 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: protobuf
Version: 3.12.4-1+deb11u1

Explanation: security fixes: DoS in Java [CVE-2021-22569]; NULL pointer 
dereference [CVE-2021-22570]; memory DoS [CVE-2022-1941]



Bug#1036976: grunt 1.3.0-1+deb11u2 flagged for acceptance

2023-07-26 Thread Jonathan Wiltshire
package release.debian.org
tags 1036976 = bullseye pending
thanks

Hi,

The upload referenced by this bug report has been flagged for acceptance into 
the proposed-updates queue for Debian bullseye.

Thanks for your contribution!

Upload details
==

Package: grunt
Version: 1.3.0-1+deb11u2

Explanation: fix race condition in symlink copying [CVE-2022-1537]



Bug#684128: src:debian-installer: allow use of binary units in disk partitioner

2023-07-26 Thread Holger Wansing


Thorsten Glaser  wrote (Tue, 25 Jul 2023 20:15:04 + (UTC)):
> why is this bug still unfixed?
> 
> In bookworm d-i, entering 512 MiB seems to be using something
> entirely different, and 512 Mi gives an error “invalid size”.
> 
> This still makes d-i unsuitable for most partitioning.

With a 12.0 netinst image, creating a new partition with a size of 512 MiB
results in a parition of 536 MB, creating a partiton of 10 GiB results in
a partition of 10,7 GB.
So I guess it works as it should.

The (visual) output is still in MB / GB, apart from this a see no issue.


Holger

-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Bug#1042359: gpsbabel: incorrect package short description

2023-07-26 Thread Vincent Lefevre
Package: gpsbabel
Version: 1.8.0+ds-6
Severity: normal

$ dpkg -s gpsbabel
Package: gpsbabel
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 2216
Maintainer: Debian GPS team 
Architecture: amd64
Version: 1.8.0+ds-6
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libshp2 
(>= 1.3.0), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.16), zlib1g (>= 
1:1.2.0.2)
Recommends: gpsbabel-doc
Description: Documentation for GPS file conversion plus transfer to/from GPS 
units
[...]

The short description is incorrect: the gpsbabel package provides
the gpsbabel executable. So this is not just documentation.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'stable-security'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
merged-usr: no
Architecture: amd64 (x86_64)

Kernel: Linux 6.3.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gpsbabel depends on:
ii  libc6 2.37-6
ii  libgcc-s1 13.1.0-9
ii  libqt5core5a  5.15.10+dfsg-2
ii  libshp2   1.5.0-3+b1
ii  libstdc++613.1.0-9
ii  libusb-1.0-0  2:1.0.26-1
ii  zlib1g1:1.2.13.dfsg-1

Versions of packages gpsbabel recommends:
ii  gpsbabel-doc  1.8.0+ds-6

gpsbabel suggests no packages.

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#1042354: golang-github-marten-seemann-qtls-go1-19: FTBFS: dh_auto_test: error: cd _build && go test -vet=off -v -p 8 github.com/marten-seemann/qtls-go1-19 returned exit code 1

2023-07-26 Thread Lucas Nussbaum
Source: golang-github-marten-seemann-qtls-go1-19
Version: 0.1.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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
>dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>   cd _build && go install -trimpath -v -p 8 
> github.com/marten-seemann/qtls-go1-19
> internal/goarch
> internal/coverage/rtcov
> internal/unsafeheader
> internal/goos
> internal/goexperiment
> runtime/internal/syscall
> runtime/internal/atomic
> internal/race
> internal/abi
> internal/cpu
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> unicode
> unicode/utf8
> container/list
> internal/itoa
> math/bits
> crypto/internal/alias
> crypto/subtle
> crypto/internal/boring/sig
> unicode/utf16
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/alias
> golang.org/x/crypto/internal/alias
> golang.org/x/crypto/cryptobyte/asn1
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> internal/godebug
> runtime/cgo
> internal/intern
> math/rand
> errors
> sort
> io
> internal/oserror
> path
> internal/safefilepath
> strconv
> crypto/internal/nistec/fiat
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> hash
> bytes
> crypto/internal/randutil
> strings
> crypto
> reflect
> crypto/rc4
> net/netip
> internal/syscall/execenv
> time
> internal/syscall/unix
> context
> io/fs
> internal/poll
> embed
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> crypto/md5
> crypto/internal/edwards25519/field
> crypto/cipher
> vendor/golang.org/x/crypto/internal/poly1305
> golang.org/x/crypto/internal/poly1305
> crypto/internal/nistec
> golang.org/x/crypto/curve25519/internal/field
> encoding/pem
> crypto/internal/boring
> crypto/des
> crypto/internal/edwards25519
> crypto/aes
> crypto/sha512
> crypto/hmac
> crypto/sha1
> crypto/sha256
> vendor/golang.org/x/crypto/chacha20
> vendor/golang.org/x/crypto/hkdf
> fmt
> net
> path/filepath
> io/ioutil
> crypto/ecdh
> golang.org/x/crypto/chacha20
> golang.org/x/crypto/curve25519
> vendor/golang.org/x/sys/cpu
> golang.org/x/sys/cpu
> golang.org/x/crypto/hkdf
> golang.org/x/crypto/chacha20poly1305
> vendor/golang.org/x/crypto/chacha20poly1305
> encoding/hex
> net/url
> math/big
> crypto/elliptic
> crypto/internal/bigmod
> crypto/internal/boring/bbig
> crypto/dsa
> crypto/rand
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> golang.org/x/crypto/cryptobyte
> crypto/ecdsa
> crypto/x509
> crypto/tls
> github.com/marten-seemann/qtls-go1-19
>dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>   cd _build && go test -vet=off -v -p 8 
> github.com/marten-seemann/qtls-go1-19
> === RUN   TestSignatureSelection
> --- PASS: TestSignatureSelection (0.00s)
> === RUN   TestLegacyTypeAndHash
> --- PASS: TestLegacyTypeAndHash (0.00s)
> === RUN   TestSupportedSignatureAlgorithms
> --- PASS: TestSupportedSignatureAlgorithms (0.00s)
> === RUN   TestRoundUp
> --- PASS: TestRoundUp (0.00s)
> === RUN   TestRemovePadding
> --- PASS: TestRemovePadding (0.00s)
> === RUN   TestCertificateSelection
> --- PASS: TestCertificateSelection (0.00s)
> === RUN   TestDynamicRecordSizingWithStreamCipher
> --- PASS: TestDynamicRecordSizingWithStreamCipher (0.00s)
> === RUN   TestDynamicRecordSizingWithCBC
> --- PASS: TestDynamicRecordSizingWithCBC (0.00s)
> === RUN   TestDynamicRecordSizingWithAEAD
> --- PASS: TestDynamicRecordSizingWithAEAD (0.00s)
> === RUN   TestDynamicRecordSizingWithTLSv13
> --- PASS: TestDynamicRecordSizingWithTLSv13 (0.00s)
> === RUN   TestHairpinInClose
> --- PASS: TestHairpinInClose (0.00s)
> === RUN   TestHandshakeClientRSARC4
> === RUN   TestHandshakeClientRSARC4/TLSv10
> === PAUSE TestHandshakeClientRSARC4/TLSv10
> === RUN   TestHandshakeClientRSARC4/TLSv11
> === PAUSE TestHandshakeClientRSARC4/TLSv11
> === RUN   TestHandshakeClientRSARC4/TLSv12
> === PAUSE TestHandshakeClientRSARC4/TLSv12
> === CONT  TestHandshak

Bug#1042357: qt6-quick3d: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-quick3d
Version: 6.4.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
> debian/qml6-module-quick3d/usr/lib/x86_64-linux-gnu/qt6/qml/QtQuick3D/designer/images/cubemaptext...@2x.png:
>  2797 bytes of garbage after IEND chunk at 
> /usr/share/perl5/File/StripNondeterminism/handlers/png.pm line 172.
> debian/qml6-module-quick3d/usr/lib/x86_64-linux-gnu/qt6/qml/QtQuick3D/designer/images/cubemaptexture.png:
>  2879 bytes of garbage after IEND chunk at 
> /usr/share/perl5/File/StripNondeterminism/handlers/png.pm line 172.
> debian/qml6-module-quick3d-particles3d/usr/lib/x86_64-linux-gnu/qt6/qml/QtQuick3D/Particles3D/designer/images/repeller-16px.png:
>  266 bytes of garbage after IEND chunk at 
> /usr/share/perl5/File/StripNondeterminism/handlers/png.pm line 172.
> debian/qml6-module-quick3d-particles3d/usr/lib/x86_64-linux-gnu/qt6/qml/QtQuick3D/Particles3D/designer/images/scale-affector-16px.png:
>  284 bytes of garbage after IEND chunk at 
> /usr/share/perl5/File/StripNondeterminism/handlers/png.pm line 172.
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/antialiasing/antialiasing 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/bakedlightmap/bakedlightmap 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/customeffect/customeffect 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/customgeometry/customgeometry 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/custominstancing/custominstancing
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/custommaterial/custommaterial 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/custommorphing/custommorphing 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/customshaders/customshaders 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/dynamiccreation/dynamiccreation 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/dynamictexture/dynamictexture 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/effects/effects exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/hellocube/hellocube exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/helloqtquick3d/helloqtquick3d 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/instancing/instancing exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/intro/intro exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/lights/lights exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/morphing/morphing exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3d/offlineshaders/offlineshaders 
> exists in debian/tmp but is not installed to anywhere 
> dh_mi

Bug#1042356: rapid-photo-downloader: FTBFS: make: *** [debian/rules:8: clean] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: rapid-photo-downloader
Version: 0.9.33-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py clean 
> error in rapid-photo-downloader setup command: 'python_requires' must be a 
> string containing valid version specifiers; Invalid specifier: '>=3.6.*'
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1: 
> python3.11 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:8: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/rapid-photo-downloader_0.9.33-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042355: subdownloader: FTBFS: make: *** [debian/rules:9: clean] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: subdownloader
Version: 2.1.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --buildsystem pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py clean 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
> or your builds will no longer be supported.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> error in subdownloader setup command: 'python_requires' must be a string 
> containing valid version specifiers; Invalid specifier: '>=3.5.*'
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1: 
> python3.11 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:9: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/subdownloader_2.1.0-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042352: glib-networking: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=8 meson test returned exit code 3

2023-07-26 Thread Lucas Nussbaum
Source: glib-networking
Version: 2.74.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure -- \
>   -Dauto_features=enabled \
>   -Denvironment_proxy=disabled \
>   -Dinstalled_tests=true
>   cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson setup .. 
> --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
> --localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dauto_features=enabled 
> -Denvironment_proxy=disabled -Dinstalled_tests=true
> The Meson build system
> Version: 1.2.0
> Source dir: /<>
> Build dir: /<>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: glib-networking
> Project version: 2.74.0
> C compiler for the host machine: cc (gcc 13.1.0 "cc (Debian 13.1.0-9) 13.1.0")
> C linker for the host machine: cc ld.bfd 2.40.90.20230720
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Compiler for C supports arguments -Werror=declaration-after-statement: YES 
> Compiler for C supports arguments -Werror=implicit-function-declaration: YES 
> Compiler for C supports link arguments 
> -Wl,--version-script,/<>/glib-networking.map: YES 
> Found pkg-config: /usr/bin/pkg-config (1.8.1)
> Run-time dependency glib-2.0 found: YES 2.76.4
> Run-time dependency gio-2.0 found: YES 2.76.4
> Run-time dependency gobject-2.0 found: YES 2.76.4
> Run-time dependency gmodule-2.0 found: YES 2.76.4
> Run-time dependency libproxy-1.0 found: YES 0.4.18
> Run-time dependency gsettings-desktop-schemas found: YES 44.0
> Header "dlfcn.h" has symbol "RTLD_NOLOAD" : YES 
> Run-time dependency gnutls found: YES 3.7.9
> Configuring config.h using configuration
> Program msgfmt found: YES (/usr/bin/msgfmt)
> Program msginit found: YES (/usr/bin/msginit)
> Program msgmerge found: YES (/usr/bin/msgmerge)
> Program xgettext found: YES (/usr/bin/xgettext)
> Configuring org.gtk.GLib.PACRunner.service using configuration
> Configuring glib-pacrunner.service using configuration
> Configuring environment-libproxy.test using configuration
> Configuring gnome.test using configuration
> Configuring certificate-gnutls.test using configuration
> Checking for size of "time_t" : 8 
> Configuring file-database-gnutls.test using configuration
> Checking for size of "time_t" : 8 (cached)
> Configuring connection-gnutls.test using configuration
> Checking for size of "time_t" : 8 (cached)
> Dependency gio-2.0 found: YES 2.76.4 (cached)
> Program gio-querymodules found: YES 
> (/usr/lib/x86_64-linux-gnu/glib-2.0/gio-querymodules)
> Build targets in project: 85
> 
> glib-networking 2.74.0
> 
> GnuTLS support   : YES
> OpenSSL support  : NO
> Environment proxy support: NO
> libproxy support : YES
> GNOME proxy support  : YES
> 
>   User defined options
> auto_features: enabled
> buildtype: plain
> libdir   : lib/x86_64-linux-gnu
> localstatedir: /var
> prefix   : /usr
> sysconfdir   : /etc
> wrap_mode: nodownload
> environment_proxy: disabled
> installed_tests  : true
> 
> 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 -j8 -v
> [1/108] /usr/bin/msgfmt -o po/ar/LC_MESSAGES/glib-networking.mo ../po/ar.po
> [2/108] /usr/bin/msgfmt -o po/an/LC_MESSAGES/glib-networking.mo ../po/an.po
> [3/108] /usr/bin/msgfmt -o po/ab/LC_MESSAGES/glib-networking.mo ../po/ab.po
> [4/108] /usr/bin/msgfmt -o po/as/LC_MESSAGES/glib-networking.mo ../po/as.po
> [5/108] /usr/bin/msgfmt -o po/bs/LC_MESSAGES/glib-networking.mo ../po/bs.po
> [6/108] /usr/bin/msgfmt -o po/bg/LC_MESSAGES/glib-networking.mo ../po/bg.po
> [7/108] /usr/bin/msgfmt -o po/be/LC_MESSAGES/glib-networking.mo ../po/be.po
> [8/108] /usr/bin/msgfmt -o po/bn_IN/LC_MESSAGES/glib-networking.mo 
> ../po/bn_IN.po
> [9/108] /usr/bin/msgfmt -o po/cs/LC_MESSAGES/glib-networking.mo ../po/cs.po
> [10/108] /usr/bin/msgfmt -o po/ca@valencia/LC_MESSAGES/glib-networking.mo 
> ../po/c...@valencia.po
> [11/108] /usr/bin/msgfmt -o po/ca/LC_MESSAGES/glib-networking.mo ../po/ca.po
> [12/108] /usr/bin/msgfmt -o po/da/LC_MESSAGES/glib-networking.mo ../po/da.po
> [13/108] /usr/bin/msgfmt -o po/el/LC_MESSAGES/glib-networking.mo ../po/el.po
> [14/108] /usr/bin/msgfmt -o 

Bug#1042353: scikit-build: FTBFS: make[1]: *** [debian/rules:35: override_dh_auto_test] Error 4

2023-07-26 Thread Lucas Nussbaum
Source: scikit-build
Version: 0.16.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; set -x ; for i in 3.11 ; do \
>   python$i -m pytest -k 'not test_hello_sdist and not 
> test_hello_sdist_with_base and not test_sdist_with_symlinks and not 
> test_manifest_in_sdist and not test_generator_cleanup and not test_fortran 
> and not test_pep518_findpython and not test_pep518 and not test_dual_pep518 
> and not test_hello_develop and not test_install_command and not 
> test_help_commands and not test_test_command'; \
> done
> + python3.11 -m pytest -k not test_hello_sdist and not 
> test_hello_sdist_with_base and not test_sdist_with_symlinks and not 
> test_manifest_in_sdist and not test_generator_cleanup and not test_fortran 
> and not test_pep518_findpython and not test_pep518 and not test_dual_pep518 
> and not test_hello_develop and not test_install_command and not 
> test_help_commands and not test_test_command
> ImportError while loading conftest '/<>/tests/conftest.py'.
> tests/__init__.py:20: in 
> import pkg_resources
> /usr/lib/python3/dist-packages/pkg_resources/__init__.py:118: in 
> warnings.warn(
> E   DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> make[1]: *** [debian/rules:35: override_dh_auto_test] Error 4


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/scikit-build_0.16.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042351: binutils-avr: FTBFS: make: *** [debian/rules:88: install] Error 2

2023-07-26 Thread Lucas Nussbaum
Source: binutils-avr
Version: 2.26.20160125+Atmel3.6.2-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[4]: Entering directory '/<>/binutils/libiberty/testsuite'
> make[4]: Nothing to be done for 'install'.
> make[4]: Leaving directory '/<>/binutils/libiberty/testsuite'
> make[3]: Leaving directory '/<>/binutils/libiberty'
> make[2]: Nothing to be done for 'install-target'.
> make[2]: Leaving directory '/<>/binutils'
> make[1]: Leaving directory '/<>/binutils'
> #cp debian/gasp.1 debian/binutils-avr/usr/share/man/man1/avr-gasp.1
> # Non standard avr dir to keep FHS happy
> mv debian/binutils-avr/usr/avr debian/binutils-avr/usr/lib/
> # Convert hardlinks to softlinks
> cd debian/binutils-avr/usr/lib/avr/bin && for f in *; do \
> rm ../../../bin/avr-$f; \
> ln -s ../lib/avr/bin/$f ../../../bin/avr-$f; \
> done
> /bin/sh: 1: cd: can't cd to debian/binutils-avr/usr/lib/avr/bin
> make: *** [debian/rules:88: install] Error 2


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/binutils-avr_2.26.20160125+Atmel3.6.2-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042350: mate-system-monitor: FTBFS: make[3]: *** [Makefile:1069: org.mate.mate-system-monitor.policy] Error 1

2023-07-26 Thread Lucas Nussbaum
Source: mate-system-monitor
Version: 1.26.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[3]: Entering directory '/<>'
> /usr/bin/msgfmt --desktop --keyword= --keyword=Name --keyword=Comment 
> --keyword=Keywords --template mate-system-monitor.desktop.in -d ./po -o 
> mate-system-monitor.desktop
> /usr/bin/msgfmt --xml --template mate-system-monitor.appdata.xml.in -d ./po 
> -o mate-system-monitor.appdata.xml
> sed -e "s|\@pkglibexecdir\@|/usr/lib/mate-system-monitor|" 
> org.mate.mate-system-monitor.policy.in.in > 
> org.mate.mate-system-monitor.policy.in
> /usr/bin/msgfmt --xml --template org.mate.mate-system-monitor.policy.in -d 
> ./po -o org.mate.mate-system-monitor.policy
> /usr/bin/msgfmt: cannot locate ITS rules for 
> org.mate.mate-system-monitor.policy.in
> make[3]: *** [Makefile:1069: org.mate.mate-system-monitor.policy] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/mate-system-monitor_1.26.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042349: python-wsgi-intercept: FTBFS: failed tests

2023-07-26 Thread Lucas Nussbaum
Source: python-wsgi-intercept
Version: 1.9.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> 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 ; set -x ; for i in 3.11 ; do \
>   PYMAJOR=`echo $i | cut -d'.' -f1` ; \
>   echo "===> Testing with python$i (python$PYMAJOR)" ; \
>   WSGI_INTERCEPT_SKIP_NETWORK=true PYTHON=$i PYTHONPATH=. python$i -m 
> pytest wsgi_intercept/tests ; \
> done
> + echo 3.11
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python3.11 (python3)
> ===> Testing with python3.11 (python3)
> + WSGI_INTERCEPT_SKIP_NETWORK=true PYTHON=3.11 PYTHONPATH=. python3.11 -m 
> pytest wsgi_intercept/tests
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> collected 2 items / 8 errors
> 
>  ERRORS 
> 
> __ ERROR collecting wsgi_intercept/tests/test_http_client.py 
> ___
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/test_http_client.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_http_client.py:1: in 
> import py.test
> E   ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
>  ERROR collecting wsgi_intercept/tests/test_httplib2.py 
> 
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/test_httplib2.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_httplib2.py:1: in 
> import py.test
> E   ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> __ ERROR collecting wsgi_intercept/tests/test_interceptor.py 
> ___
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/test_interceptor.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_interceptor.py:10: in 
> import py.test
> E   ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
>  ERROR collecting wsgi_intercept/tests/test_requests.py 
> 
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/test_requests.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_requests.py:2: in 
> import py.test
> E   ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
>  ERROR collecting wsgi_intercept/tests/test_response_headers.py 
> 
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/test_response_headers.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_response_headers.py:11: in 
> import py.test
> E   ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> _ ERROR collecting wsgi_intercept/tests/test_urllib.py 
> _
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/test_urllib.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_urllib.py:2: in 
> import py.test
> E   ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
>  ERROR collecting wsgi_intercept/tests/test_urllib3.py 
> _
> ImportError while importing test module 
> '/<>/wsgi_intercept/tests/te

Bug#1042348: qt6-webview: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-webview
Version: 6.4.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/webview/minibrowser/minibrowser exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: libqt6webview6 (2), libqt6webviewquick6 (2), 
> qml6-module-qtwebview (3), qt6-webview-dev (46), qt6-webview-plugins (1)
>* dh_installdocs: libqt6webview6 (0), libqt6webviewquick6 (0), 
> qml6-module-qtwebview (0), qt6-webview-dev (0), qt6-webview-plugins (0)
>   If the missing files are installed by another tool, please file a bug 
> against it.
>   When filing the report, if the tool is not part of debhelper itself, 
> please reference the
>   "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
> for debhelper (10.6.3+).
> (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
>   Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
> when only a subset is built
>   If the omission is intentional or no other helper can take care of this 
> consider adding the
>   paths to debian/not-installed.
> 
>   Remember to be careful with paths containing "x86_64-linux-gnu", where 
> you might need to
>   use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in 
> debian/not-installed
>   to ensure it works on all architectures (see #961104).
> make: *** [debian/rules:12: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/qt6-webview_6.4.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042347: cool-retro-term: FTBFS: make[2]: *** No rule to make target 'qml/fonts/1979-atari-400-800/AtariClassic-Regular.ttf', needed by 'qrc_resources.cpp'. Stop.

2023-07-26 Thread Lucas Nussbaum
Source: cool-retro-term
Version: 1.2.0+ds2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<>/app'
> g++ -c -pipe -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG 
> -DQT_QUICKCONTROLS2_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
> -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB 
> -I. -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuickControls2 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuick 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQmlModels 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
> main.cpp: In function ‘int main(int, char**)’:
> main.cpp:52:154: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>52 | cout << "Usage: " << argv[0] << " [--default-settings] 
> [--workdir ] [--program ] [-p|--profile ] [--fullscreen] 
> [-h|--help]" << endl;
>   |   
>   
>  ^~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtQml/qqmlprivate.h:68,
>  from /usr/include/x86_64-linux-gnu/qt5/QtQml/qqml.h:43,
>  from /usr/include/x86_64-linux-gnu/qt5/QtQml/qqmlengine.h:47,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtQml/qqmlapplicationengine.h:43,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtQml/QQmlApplicationEngine:1,
>  from main.cpp:1:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream (QTextStream );
>   |   
> ^~~~
> main.cpp:53:90: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>53 | cout << "  --default-settings  Run cool-retro-term with the 
> default settings" << endl;
>   |   
>^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream (QTextStream );
>   |   
> ^~~~
> main.cpp:54:78: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>54 | cout << "  --workdir  Change working directory to 
> 'dir'" << endl;
>   |   
>^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream (QTextStream );
>   |   
> ^~~~
> main.cpp:55:142: warning: ‘QTextStream& 
> QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl 
> [-Wdeprecated-declarations]
>55 | cout << "  -e Command to execute. This 
> option will catch all following arguments, so use it as the last option." << 
> endl;
>   |   
>^~~~
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:293:75: note: declared 
> here
>   293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") 
> QTextStream (QTextStream );
>   |   
&

Bug#1042346: rust-versionize-derive: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101

2023-07-26 Thread Lucas Nussbaum
Source: rust-versionize-derive
Version: 0.1.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test -- test --all
> debian cargo wrapper: options, profiles, parallel: ['parallel=8'] [] ['-j8']
> debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
> x86_64-linux-gnu
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
> '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', 
> '-j8', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
>Compiling proc-macro2 v1.0.65
>Compiling quote v1.0.30
>Compiling unicode-ident v1.0.0
>  Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
> CARGO_MANIFEST_DIR=/<>/debian/cargo_registry/quote-1.0.30 
> CARGO_PKG_AUTHORS='David Tolnay ' 
> CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote 
> CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' 
> CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.30 
> CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 
> CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH='/<>/target/debug/deps:/usr/lib' rustc 
> --crate-name build_script_build --edition=2018 
> /<>/debian/cargo_registry/quote-1.0.30/build.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C 
> metadata=7a34db8af5b2571c -C extra-filename=-7a34db8af5b2571c --out-dir 
> /<>/target/debug/build/quote-7a34db8af5b2571c -L 
> dependency=/<>/target/debug/deps --cap-lints warn`
>  Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_ident 
> CARGO_MANIFEST_DIR=/<>/debian/cargo_registry/unicode-ident-1.0.0 
> CARGO_PKG_AUTHORS='David Tolnay ' 
> CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or 
> XID_Continue properties according to Unicode Standard Annex #31' 
> CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident 
> CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' 
> CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 
> CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH='/<>/target/debug/deps:/usr/lib' rustc 
> --crate-name unicode_ident --edition=2018 
> /<>/debian/cargo_registry/unicode-ident-1.0.0/src/lib.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 
> debuginfo=2 -C metadata=e2db5faa88c7ef07 -C extra-filename=-e2db5faa88c7ef07 
> --out-dir /<>/target/debug/deps -L 
> dependency=/<>/target/debug/deps --cap-lints warn`
>  Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build 
> CARGO_MANIFEST_DIR=/<>/debian/cargo_registry/proc-macro2-1.0.65 
> CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton 
> ' CARGO_PKG_DESCRIPTION='A substitute implementation 
> of the compiler'\''s `proc_macro` API to decouple token-based libraries from 
> the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT 
> OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 
> CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' 
> CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.65 
> CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 
> CARGO_PKG_VERSION_PATCH=65 CARGO_PKG_VERSION_PRE='' 
> LD_LIBRARY_PATH='/<>/target/debug/deps:/usr/lib' rustc 
> --crate-name build_script_build --edition=2018 
> /<>/debian/cargo_registry/proc-macro2-1.0.65/build.rs 
> --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
> --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 
> --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C 
> metadata=f3e892f69b1638b3 -C extra-filename=-f3e892f69b1638b3 --out-dir 
> /<>/target/debug/build/proc-macro2-f3e892f69b1638b3 -L 
> dependency=/<>/target/debug/deps --cap-lints warn`
>  Running 
> `/<>/target/debug/build/quote-7a34db8af5b2571c/build-script-build`
> [quote 1.0.30] cargo:rerun-if-changed=build.rs
>  Running 
> `/<>/target/debug/build/proc-macro2-f3e892f69b1638b3/build-script-build`
> 

Bug#1042342: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: yarl
Version: 1.8.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cd docs && \
> PYTHONPATH=/<> http_proxy='http://127.0.0.1:9/' 
> https_proxy='https://127.0.0.1:9/' \
> python3 -m sphinx -N -E -T -b html . /<>/.pybuild/docs/html/
> Running Sphinx v5.3.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 2 source files that are out of date
> updating environment: [new config] 2 added, 0 changed, 0 removed
> reading sources... [ 50%] api
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 50%] api
> writing output... [100%] index
> 
> /<>/docs/api.rst:1: WARNING: py:class reference target not 
> found: multidict.MultiDictProxy
> /<>/docs/api.rst:5: WARNING: py:class reference target not 
> found: collections.abc.Mapping
> /<>/docs/api.rst:5: WARNING: py:class reference target not 
> found: multidict.MultiDict
> /<>/docs/api.rst:10: WARNING: py:class reference target not 
> found: collections.abc.Mapping
> /<>/docs/api.rst:10: WARNING: py:class reference target not 
> found: multidict.MultiDict
> /<>/docs/api.rst:1: WARNING: py:func reference target not found: 
> functools.lru_cache
> /<>/docs/api.rst:943: WARNING: py:mod reference target not 
> found: urllib.parse
> /<>/docs/api.rst:946: WARNING: py:mod reference target not 
> found: pathlib
> /<>/docs/index.rst:118: WARNING: py:mod reference target not 
> found: multidict
> generating indices... genindex py-modindex done
> highlighting module code... [100%] yarl._url
> 
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 9 warnings.
> 
> The HTML pages are in ../.pybuild/docs/html.
> rm -rf /<>/.pybuild/docs/html/.doctrees
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--buildsystem=pybuild -Npython-yarl-doc
> I: pybuild pybuild:307: cython3 yarl/_quoting_c.pyx
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
> or your builds will no longer be supported.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> **
> * Accelerated build *
> **
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_yarl/build/yarl
> copying yarl/_quoting.py -> 
> /<>/.pybuild/cpython3_3.11_yarl/build/yarl
> copying yarl/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_yarl/build/yarl
> copying yarl/_quoting_py.py -> 
> /<>/.pybuild/cpython3_3.11_yarl/build/yarl
> copying yarl/_url.py -> 
> /<>/.pybuild/cpython3_3.11_yarl/build/yarl
> running egg_info
> writing yarl.egg-info/PKG-INFO
> writing dependency_links to yarl.egg-info/dependency_links.txt
> writing requirements to yarl.egg-info/requires.txt
> writing top-level names to yarl.egg-info/top_level.txt
> reading manifest file 'yarl.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.cache' found anywhere in 
> distribution
> warning: no previously-included files found matching 'yarl/*.html'
> warning: no previously-included files found matching 'yarl/*.so'
> warning: no previously-included files found matching 'yarl/*.pyd'
> no previously-included directories found matching 'docs/_build'
> adding license file 'LICENSE'
> writing manifest file 'yarl.egg-info/SOURCES.txt'
> copying yarl/__init__.pyi -> 
> /<>/.pybuild/cpython3_3.11_yarl/build/yarl
> copying yarl/_quoting_c.pyi -> 
> /<>/.pybuild/cpython3_3.11_y

Bug#1042345: python-w3lib: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: python-w3lib
Version: 2.1.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/url.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/util.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/_infra.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/html.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/_types.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/http.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/encoding.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> copying w3lib/_url.py -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
> running egg_info
> writing w3lib.egg-info/PKG-INFO
> writing dependency_links to w3lib.egg-info/dependency_links.txt
> writing top-level names to w3lib.egg-info/top_level.txt
> writing manifest file 'w3lib.egg-info/SOURCES.txt'
> reading manifest file 'w3lib.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '*.txt' under directory 'tests'
> adding license file 'LICENSE'
> writing manifest file 'w3lib.egg-info/SOURCES.txt'
> copying w3lib/py.typed -> 
> /<>/.pybuild/cpython3_3.11_w3lib/build/w3lib
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<>/.pybuild/cpython3_3.11_w3lib/build; 
> python3.11 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> configfile: pytest.ini
> collected 314 items
> 
> tests/test_encoding.py ...   [  
> 6%]
> tests/test_html.py . [ 
> 22%]
> ..   [ 
> 23%]
> tests/test_http.py ...   [ 
> 25%]
> tests/test_url.py x...xxxx..x.xx [ 
> 42%]
> xxx.Fx...xx..xxxFxxx.x.. [ 
> 65%]
> xxx..xx....xx... [ 
> 88%]
> ..   [ 
> 98%]
> tests/test_util.py . 
> [100%]
> 
> === FAILURES 
> ===
> _ 
> test_safe_url_string_url[https://"%;<=>@[]^`{|}\x7f:"%;<=>@[]^`{|}\x7f:@example.com-https://%22%25%3B%3C%3D%3E%40%5B%5D%5E%60%7B%7C%7D%7F:%22%25%3b%3c%3d%3e%40%5b%5d%5e%60%7b%7c%7d%7f...@example.com]
>  _
> 
> url = 'https://"%;<=>@[]^`{|}\x7f:"%;<=>@[]^`{|}\x7f:@example.com'
> output = 
> 'https://%22%25%3B%3C%3D%3E%40%5B%5D%5E%60%7B%7C%7D%7F:%22%25%3b%3c%3d%3e%40%5b%5d%5e%60%7b%7c%7d%7f...@example.com'
> 
> @pytest.mark.parametrize(
> "url,output",
> tuple(
> case
> if case[0] not in KNOWN_SAFE_URL_STRING_URL_ISSUES
> else pytest.param(*case, marks=pytest.mark.xfail(strict=True))
> for case in SAFE_URL_URL_CASES
> ),
> )
> def test_safe_url_string_url(
> url: StrOrBytes, output: Union[str, Type[Exception]]
> ) -> None:
> >   _test_safe_url_string(url, output=output)
> 
> tests/test_url.py:435: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> tests/test_url.py:343: in _test_safe_url_string
> return _test_safe_url_func(
> tests/test_url.py:332: in _test_safe_url_func
> actual = func(url, **kwargs)
> w3lib/url.py:142: in safe_url_string
> parts = urlsplit(_strip(decoded))
> /usr/lib/python3.11/urllib/parse.py:500: in urlsplit
> _check_bracketed

Bug#1042344: safeclib: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2023-07-26 Thread Lucas Nussbaum
Source: safeclib
Version: 3.7.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[5]: Entering directory '/<>/tests'
> PASS: t_memcpy_s
> PASS: t_strcat_s
> PASS: t_memmove_s
> PASS: t_memset_s
> PASS: t_strncat_s
> PASS: t_strncpy_s
> PASS: t_sprintf_s
> PASS: t_strcpy_s
> PASS: t_vsprintf_s
> PASS: t_strnlen_s
> PASS: t_strerror_s
> PASS: t_strtok_s
> PASS: t_strerrorlen_s
> PASS: t_mbstowcs_s
> PASS: t_sscanf_s
> PASS: t_mbsrtowcs_s
> PASS: t_wcsrtombs_s
> PASS: t_wcstombs_s
> PASS: t_wcrtomb_s
> PASS: t_wctomb_s
> PASS: t_wcsnlen_s
> PASS: t_wcscpy_s
> PASS: t_wcsncpy_s
> PASS: t_wcscat_s
> PASS: t_wcsncat_s
> PASS: t_wmemcpy_s
> PASS: t_wmemmove_s
> PASS: t_wcstok_s
> FAIL: t_vswprintf_s
> PASS: t_fwprintf_s
> PASS: t_swprintf_s
> PASS: t_vfwprintf_s
> PASS: t_swscanf_s
> PASS: t_vwscanf_s
> PASS: t_vswscanf_s
> PASS: t_fwscanf_s
> PASS: t_vfwscanf_s
> PASS: t_wscanf_s
> PASS: t_wmemcmp_s
> PASS: t_wcscmp_s
> PASS: t_wcsncmp_s
> PASS: t_wcsicmp_s
> PASS: t_wcsnatcmp_s
> PASS: t_wcsset_s
> PASS: t_wcsstr_s
> PASS: t_wcsnset_s
> PASS: t_wcscoll_s
> PASS: t_wcslwr_s
> PASS: t_wcsupr_s
> PASS: t_towupper
> PASS: t_towlower
> PASS: t_towfc_s
> PASS: t_memcpy32_s
> PASS: t_memcpy16_s
> PASS: t_wcsnorm_s
> PASS: t_memcmp32_s
> PASS: t_memcmp16_s
> PASS: t_memcmp_s
> PASS: t_memmove32_s
> PASS: t_memmove16_s
> PASS: t_memzero_s
> PASS: t_memset16_s
> PASS: t_memzero32_s
> PASS: t_memset32_s
> PASS: t_memzero16_s
> PASS: t_stpncpy_s
> PASS: t_stpcpy_s
> PASS: t_strcasecmp_s
> PASS: t_strcasestr_s
> PASS: t_strcmp_s
> PASS: t_strcpyfldin_s
> PASS: t_strcmpfld_s
> PASS: t_strcpyfldout_s
> PASS: t_strcpyfld_s
> PASS: t_strcspn_s
> PASS: t_strfirstchar_s
> PASS: t_strfirstdiff_s
> PASS: t_strfirstsame_s
> PASS: t_strisascii_s
> PASS: t_strisalphanumeric_s
> PASS: t_strisdigit_s
> PASS: t_strishex_s
> PASS: t_strismixed_s
> PASS: t_strislowercase_s
> PASS: t_strisuppercase_s
> PASS: t_strlastdiff_s
> PASS: t_strlastchar_s
> PASS: t_strispassword_s
> PASS: t_strlastsame_s
> PASS: t_strljustify_s
> PASS: t_strnatcmp_s
> PASS: t_strnterminate_s
> PASS: t_strpbrk_s
> PASS: t_strremovews_s
> PASS: t_strprefix_s
> PASS: t_strspn_s
> PASS: t_strchr_s
> PASS: t_memchr_s
> PASS: t_strrchr_s
> PASS: t_strstr_s
> PASS: t_memrchr_s
> PASS: t_strtolowercase_s
> PASS: t_strtouppercase_s
> PASS: t_strnset_s
> PASS: t_strset_s
> PASS: t_strzero_s
> PASS: t_strcoll_s
> PASS: t_timingsafe_memcmp
> PASS: t_timingsafe_bcmp
> PASS: t_memccpy_s
> PASS: t_fprintf_s
> PASS: t_vprintf_s
> PASS: t_tmpfile_s
> PASS: t_printf_s
> PASS: t_vfprintf_s
> PASS: t_gets_s
> PASS: t_fopen_s
> PASS: t_freopen_s
> PASS: t_ctime_s
> PASS: t_asctime_s
> PASS: t_gmtime_s
> PASS: t_getenv_s
> PASS: t_localtime_s
> PASS: t_bsearch_s
> PASS: t_qsort_s
> PASS: t_wcsfc_s
> 
>Safe C Library 3.7.1: tests/test-suite.log
> 
> 
> # TOTAL: 126
> # PASS:  125
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: t_vswprintf_s
> ===
> 
> FAIL t_vswprintf_s (exit status: 2)
> 
> 
> Testsuite summary for Safe C Library 3.7.1
> 
> # TOTAL: 126
> # PASS:  125
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See tests/test-suite.log
> Please report to https://github.com/rurban/safeclib/issues
> 
> make[5]: *** [Makefile:3148: test-suite.log] Error 1
> make[5]: Leaving directory '/<>/tests'
> make[4]: *** [Makefile:3256: check-TESTS] Error 2
> make[4]: Leaving directory '/<>/tests'
> make[3]: *** [Makefile:4267: check-am] Error 2
> make[3]: Leaving directory '/<>/tests'
> make[2]: *** [Makefile:1185: check-recursive] Error 1
> make[2]: Leaving directory '/<>'
> make[1]: *** [Makefile:1488: check] Error 2
> make[1]: Leaving directory '/<>'
> dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
> returned exit code 2


T

Bug#1042341: gstreamer-editing-services1.0: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=8 meson test returned exit code 1

2023-07-26 Thread Lucas Nussbaum
Source: gstreamer-editing-services1.0
Version: 1.22.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test
>   cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=8 meson test
> ninja: Entering directory `/<>/obj-x86_64-linux-gnu'
> ninja: no work to do.
>  1/23 ges_backgroundsource OK   0.72s
>  2/23 ges_uriclip  OK   0.92s
>  3/23 ges_assetOK   1.00s
>  4/23 ges_timelineedition  OK   1.17s
>  5/23 ges_effects  OK   1.22s
>  6/23 ges_basicOK   1.37s
>  7/23 ges_titles   OK   0.72s
>  8/23 ges_transition   OK   0.68s
>  9/23 ges_overlays OK   0.72s
> 10/23 ges_trackOK   0.52s
> 11/23 ges_layerOK   2.08s
> 12/23 ges_tempochange  OK   0.51s
> 13/23 ges_negative OK   0.52s
> 14/23 ges_groupOK   1.07s
> 15/23 ges_project  OK   0.98s
> 16/23 ges_clip OK   2.90s
> 17/23 ges_markerlist   OK   0.99s
> 18/23 ges_mixers   OK   8.82s
> 19/23 nle_nlecomposition   OK  10.82s
> 20/23 nle_simple   OK  11.96s
> 21/23 nle_complex  OK  29.76s
> 22/23 nle_nleoperation OK  67.05s
> 23/23 nle_tempochange  FAIL80.45s   exit status 2
> >>> GST_STATE_IGNORE_ELEMENTS='' MALLOC_PERTURB_=187 CK_DEFAULT_TIMEOUT=20 
> >>> GST_REGISTRY=/<>/obj-x86_64-linux-gnu/tests/check/nle_tempochange.registry
> >>>  
> >>> GST_PLUGIN_PATH_1_0=/<>/obj-x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/gstreamer-1.0:/usr/lib/x86_64-linux-gnu/gstreamer-1.0:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
> >>>  GST_PLUGIN_SYSTEM_PATH_1_0='' 
> >>> LD_LIBRARY_PATH=/<>/obj-x86_64-linux-gnu/ges 
> >>> /<>/obj-x86_64-linux-gnu/tests/check/nle_tempochange
> 
> 
> Ok: 22  
> Expected Fail:  0   
> Fail:   1   
> Unexpected Pass:0   
> Skipped:0   
> Timeout:0   
> 
> Full log written to 
> /<>/obj-x86_64-linux-gnu/meson-logs/testlog.txt
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 meson-logs/testlog.txt
> ==> meson-logs/testlog.txt <==
> Log of Meson test suite run on 2023-07-26T19:19:52.948039
> 
> Inherited environment: SCHROOT_GID=1001 DEB_HOST_MULTIARCH=x86_64-linux-gnu 
> LC_ALL=C.UTF-8 DEB_HOST_GNU_SYSTEM=linux-gnu 
> DEB_BUILD_GNU_TYPE=x86_64-linux-gnu DEB_LDFLAGS_MAINT_APPEND='-Wl,-O1 
> -Wl,-z,defs' DEB_TARGET_ARCH_LIBC=gnu FFLAGS='-g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong' 
> DEB_BUILD_ARCH_ENDIAN=little DEB_BUILD_GNU_SYSTEM=linux-gnu 
> DEB_BUILD_ARCH_BITS=64 DEB_BUILD_OPTIONS=parallel=8 DEB_HOST_ARCH=amd64 
> DEB_TARGET_ARCH_ENDIAN=little SOURCE_DATE_EPOCH=1687992837 OBJCXXFLAGS='-g 
> -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security' DEB_HOST_ARCH_BITS=64 LANG=C.UTF-8 MAKEFLAGS=w 
> SCHROOT_GROUP=user42 DEB_TARGET_ARCH=amd64 DH_INTERNAL_OPTIONS='' 
> DEB_HOST_GNU_CPU=x86_64 DEB_BUILD_ARCH_LIBC=gnu MFLAGS=-w 
> DEB_TARGET_ARCH_BITS=64 ASFLAGS='' DEB_BUILD_ARCH_CPU=amd64 
> LC_COLLATE=C.UTF-8 SCHROOT_ALIAS_NAME=unstable DEB_HOST_ARCH_OS=linux 
> SHELL=/bin/sh FCFLAGS='-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong' DEB_HOST_ARCH_CPU=amd64 SCHROOT_USER=user42 
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games 
> DEB_BUILD_ARCH_ABI=base DEB_BUILD_ARCH=amd64 DEB_HOST_ARCH_LIBC=gnu 
> SCHROOT_SESSION_ID=sid-amd64-sbuild-82bac9e4-214c-4219-ab42-d2502bd42ada 
> GCJFLAGS='-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong' DEB_TARGET_ARCH_CPU=amd64 
> DEB_HOST_GNU_TYPE=x86_64-linux-gnu DEB_BUILD_ARCH_OS=linux LOGNAME=user42 
> CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' 
> DEB_TARGET_MULTIARCH=x86_64-linux-gnu DEB_BUILD_GNU_CPU=x86_64 
> DEB_TARGET_ARCH_OS=linux USER=user42 DEB_HOST_ARCH_ABI=base 
> DEB_BUILD_MULTIARCH=x86_64-linux-gnu LDFLAGS='-Wl,-z,relro -Wl,-z,now -Wl,-O1 
> -Wl,-z,defs' DEB_TARGET_GNU_TYPE=x86_64-linux-gnu DEB_TARGET_ARCH_ABI=base 
> CFLAGS='-g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security' SCHROOT_UID=1001 
> SCHROOT_COMMAND='dpkg-buildpackage --sanitize-env -

Bug#1042343: binutils-msp430: FTBFS: make[1]: *** [debian/rules:36: override_dh_auto_build] Error 1

2023-07-26 Thread Lucas Nussbaum
Source: binutils-msp430
Version: 2.40.50~ti1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> patch -p1 < debian/patches/fix-spelling-error-in-binary
> can't find file to patch at input line 8
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --
> |Description: fix typos in source files.
> |Author: Thiago Marques Siqueira 
> |Last-Update: 2023-06-29
> |Index: binutils-msp430-2.40.50/binutils-2.40.50/binutils/readelf.c
> |===
> |--- binutils-msp430-2.40.50.orig/binutils-2.40.50/binutils/readelf.c
> |+++ binutils-msp430-2.40.50/binutils-2.40.50/binutils/readelf.c
> --
> File to patch: 
> Skip this patch? [y] 
> Skipping patch.
> 2 out of 2 hunks ignored
> make[1]: *** [debian/rules:36: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/binutils-msp430_2.40.50~ti1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042340: xxsds-dynamic: FTBFS: make: *** [debian/rules:9: binary] Error 2

2023-07-26 Thread Lucas Nussbaum
Source: xxsds-dynamic
Version: 1.0~alpha.1+git20210426.548c6f7-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>   cd obj-x86_64-linux-gnu && 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 ..
> 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.
> 
> 
> -- The C compiler identification is GNU 13.1.0
> -- The CXX compiler identification is GNU 13.1.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
> Building in None mode
> -- Configuring done (0.4s)
> CMake Error at CMakeLists.txt:49 (add_dependencies):
>   The dependency target "hopscotch_map" of target "debug" does not exist.
> 
> 
> CMake Error at CMakeLists.txt:50 (add_dependencies):
>   The dependency target "hopscotch_map" of target "rle_lz77_v1" does not
>   exist.
> 
> 
> CMake Error at CMakeLists.txt:51 (add_dependencies):
>   The dependency target "hopscotch_map" of target "rle_lz77_v2" does not
>   exist.
> 
> 
> CMake Error at CMakeLists.txt:52 (add_dependencies):
>   The dependency target "hopscotch_map" of target "h0_lz77" does not exist.
> 
> 
> CMake Error at CMakeLists.txt:53 (add_dependencies):
>   The dependency target "hopscotch_map" of target "rle_bwt" does not exist.
> 
> 
> CMake Error at CMakeLists.txt:54 (add_dependencies):
>   The dependency target "hopscotch_map" of target "cw-bwt" does not exist.
> 
> 
> CMake Error at CMakeLists.txt:55 (add_dependencies):
>   The dependency target "hopscotch_map" of target "benchmark" does not exist.
> 
> 
> CMake Error at CMakeLists.txt:56 (add_dependencies):
>   The dependency target "hopscotch_map" of target "wm_string" does not exist.
> 
> 
> -- Generating done (0.0s)
> CMake Warning:
>   Manually-specified variables were not used by the project:
> 
> CMAKE_EXPORT_NO_PACKAGE_REGISTRY
> CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
> CMAKE_FIND_USE_PACKAGE_REGISTRY
> CMAKE_INSTALL_LIBDIR
> CMAKE_INSTALL_LOCALSTATEDIR
> CMAKE_INSTALL_RUNSTATEDIR
> CMAKE_INSTALL_SYSCONFDIR
> FETCHCONTENT_FULLY_DISCONNECTED
> 
> 
> CMake Generate step failed.  Build files cannot be regenerated correctly.
>   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 

Bug#1042339: pyflakes: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: pyflakes
Version: 2.5.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
> or your builds will no longer be supported.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
> 
> 
> The license_file parameter is deprecated, use license_files instead.
> 
> By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
> or your builds will no longer be supported.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> copying pyflakes/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> copying pyflakes/reporter.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> copying pyflakes/api.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> copying pyflakes/__main__.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> copying pyflakes/messages.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> copying pyflakes/checker.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes
> creating 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/scripts
> copying pyflakes/scripts/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/scripts
> copying pyflakes/scripts/pyflakes.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/scripts
> creating /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_dict.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_doctests.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_imports.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_other.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_builtin.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_checker.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/harness.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_undefined_names.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_code_segment.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_match.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_is_literal.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_api.py -> 
> /<>/.pybuild/cpython3_3.11_pyflakes/build/pyflakes/test
> copying pyflakes/test/test_type_annotations.py -> 
> /<>/.pybuild/cpython3_3.11_pyflake

Bug#1042338: dnf: FTBFS: dh_auto_test: error: cd build && make -j8 test ARGS\+=--verbose ARGS\+=-j8 ARGS=-VV returned exit code 2

2023-07-26 Thread Lucas Nussbaum
Source: dnf
Version: 4.14.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<>/build'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process -VV
> UpdateCTestConfiguration  from :/<>/build/DartConfiguration.tcl
> UpdateCTestConfiguration  from :/<>/build/DartConfiguration.tcl
> Test project /<>/build
> Constructing a list of tests
> Done constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> test 1
> Start 1: test
> 
> 1: Test command: /usr/bin/python3 "-m" "unittest" "discover" "-s" "tests" 
> "-t" "/<>"
> 1: Working Directory: /<>
> 1: Environment variables: 
> 1:  PYTHONPATH=/<>/
> 1:  ASAN_OPTIONS=verify_asan_link_order=0,detect_leaks=0
> 1: Test timeout computed to be: 1000
> 1: History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: ..History database cannot be created, using in-memory database 
> instead: SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to 
> open database file
> 1: ...History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: .History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: .History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: ...History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: .History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: .History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> 1: ..Package tour not installed, cannot downgrade it.
> 1: Package tour not installed, cannot update it.
> 1: ...History database cannot be created, using in-memory database 
> instead: SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to 
> open database file
> 1: 
> ...
> 1/1 Test #1: test .***Exception: SegFault  4.09 
> sec
> History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> ..History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> ...History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> .History database cannot be created, using in-memory database instead: SQLite 
> error on "/tmp/tests/history.sqlite": Open failed: unable to open database 
> file
> .History database cannot be created, using in-memory database instead: SQLite 
> error on "/tmp/tests/history.sqlite": Open failed: unable to open database 
> file
> ...History database cannot be created, using in-memory database instead: 
> SQLite error on "/tmp/tests/history.sqlite": Open failed: unable to open 
> database file
> .History database cannot be created, using in-memory database instead: SQLite 
> error on "/tmp/tests/history.sqlite": Open failed: unable to open database 
> file
> .History database cannot be created, using in-memory database instead: SQLite 
> error on "/tmp/tests/history.sqlite": Open failed: unable to open database 
> file
> ..Package tour not installed, cannot downgra

Bug#1042337: gdnsd: FTBFS: dh_auto_test: error: make -j8 test "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2023-07-26 Thread Lucas Nussbaum
Source: gdnsd
Version: 3.8.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[4]: Entering directory '/<>/t'
> Test data/outputs will be stored at /<>/t/testout
> if test "x" != "x"; then \
>   TOP_BUILDDIR=/<> TESTOUT_DIR=/<>/t/testout 
> TESTPORT_START=12345 /usr/bin/prove -v -f --norc -I. ./; \
> else \
>   TOP_BUILDDIR=/<> TESTOUT_DIR=/<>/t/testout 
> TESTPORT_START=12345 /usr/bin/prove -v -f --norc -I. ./[0-9]*/*.t; \
> fi
> ./001basic/001self.t  
> 1..4
> ok 1 - use _GDT;
> ok 2
> ok 3
> ok 4
> ok
> ./002simple/002noerr.t .. 
> 1..19
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok
> ./002simple/003simple_errs.t  
> 1..15
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok
> ./003complex/004delegations.t ... 
> 1..29
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok 24
> ok 25
> ok 26
> ok 27
> ok 28
> ok 29
> ok
> deprecated method; size() is an alias of "UDPsize()" at ./003complex/005big.t 
> line 8.
> ./003complex/005big.t ... 
> 1..14
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok
> ./003complex/006limits.t  
> 1..23
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok 13
> ok 14
> ok 15
> ok 16
> ok 17
> ok 18
> ok 19
> ok 20
> ok 21
> ok 22
> ok 23
> ok
> ./003complex/007cname.t . 
> 1..12
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> ok 6
> ok 7
> ok 8
> ok 9
> ok 10
> ok 11
> ok 12
> ok
> deprecated method; size() is an alias of "UDPsize()" at 
> ./003complex/008compress.t line 72.
> ./003complex/008compress.t .. 
> 1..4
> ok 1
> ok 2
> ok 3 - Packet size as expected
> ok 4
> ok
> 
> #   Failed test at ./003complex/009broken.t line 46.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 53.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 63.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 68.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> deprecated method; size() is an alias of "UDPsize()" at 
> ./003complex/009broken.t line 84.
> 
> #   Failed test at ./003complex/009broken.t line 87.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 101.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 131.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 152.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> 
> #   Failed test at ./003complex/009broken.t line 166.
> # Stats check: Stats check failed: tcp_close_c mismatch (hard-fail), wanted 
> 0, got 1 at /<>/t/_GDT.pm line 256.
> # Looks like you failed 9 tests of 15.
> ./003complex/009broken.t  
> 1..15
> ok 1
> ok 2
> ok 3
> ok 4
> ok 5
> not ok 6
> not ok 7
> not ok 8
> not ok 9
> not ok 10
> not ok 11
> not ok 12
> not ok 13
> not ok 14
> ok 15
> Dubious, test returned 9 (wstat 2304, 0x900)
> Failed 9/15 subtests 

Bug#1042335: ros2-colcon-core: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: ros2-colcon-core
Version: 0.12.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> /<>/setup.py:7: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import parse_version
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /<>/setup.py:7: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import parse_version
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/subprocess.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/topological_order.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/argument_default.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/python_install_path.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/logging.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/command.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/entry_point.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/environment_variable.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/plugin_system.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/package_decorator.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/location.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/package_descriptor.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/event_reactor.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> copying colcon_core/dependency_descriptor.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core
> creating /<>/.pybuild/cpython3_3.11/build/colcon
> copying colcon/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon
> copying colcon/__main__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon
> creating /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> copying colcon_core/event/output.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> copying colcon_core/event/command.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> copying colcon_core/event/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> copying colcon_core/event/test.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> copying colcon_core/event/timer.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> copying colcon_core/event/job.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/event
> creating /<>/.pybuild/cpython3_3.11/build/colcon_core/executor
> copying colcon_core/executor/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/executor
> copying colcon_core/executor/sequential.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/executor
> creating /<>/.pybuild/cpython3_3.11/build/colcon_core/shell
> copying colcon_core/shell/installed_packages.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/shell
> copying colcon_core/shell/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/shell
> copying colcon_core/shell/dsv.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/shell
> copying colcon_core/shell/sh.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/shell
> copying colcon_core/shell/bat.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/shell
> creating 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/package_identification
> copying colcon_core/package_identification/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_core/package_identification
> copying colcon_core/package_identification/python.py -> 
> /<&g

Bug#1042336: moment-timezone.js: FTBFS: cp: cannot stat '/usr/share/zoneinfo/posix/*': No such file or directory

2023-07-26 Thread Lucas Nussbaum
Source: moment-timezone.js
Version: 0.5.40+dfsg-1+2023c
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mkdir -p temp/download/2023c
> ln -s /usr/share/zoneinfo/*.tab temp/download/2023c/
> zcat /usr/share/doc/tzdata/changelog.gz > temp/download/2023c/NEWS
> grunt data-meta:2023c
> >> Local Npm module "grunt-contrib-jshint" not found. Is it installed?
> >> Local Npm module "grunt-contrib-uglify" not found. Is it installed?
> >> Local Npm module "grunt-contrib-clean" not found. Is it installed?
> >> Local Npm module "grunt-exec" not found. Is it installed?
> 
> Running "data-meta:2023c" (data-meta) task
> >> Added metadata for 2023c
> 
> Done.
> mkdir -p temp/zic/2023c temp/zdump/2023c
> cp -RL /usr/share/zoneinfo/posix/* temp/zic/2023c/
> cp: cannot stat '/usr/share/zoneinfo/posix/*': No such file or directory
> make[1]: *** [debian/rules:51: data/unpacked/2023c.json] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/moment-timezone.js_0.5.40+dfsg-1+2023c_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042332: pytest-bdd: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 --system=custom "--test-args={interpreter} -m pytest -k 'not test_generate_with_quotes and

2023-07-26 Thread Lucas Nussbaum
Source: pytest-bdd
Version: 5.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_install
> I: pybuild base:240: /usr/bin/python3 setup.py install --root 
> /<>/debian/python3-pytest-bdd 
> running install
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
> 
> 
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
> 
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
> 
> 
> 
> !!
>   self.initialize_options()
> running build
> running build_py
> running egg_info
> writing pytest_bdd.egg-info/PKG-INFO
> writing dependency_links to pytest_bdd.egg-info/dependency_links.txt
> writing entry points to pytest_bdd.egg-info/entry_points.txt
> writing requirements to pytest_bdd.egg-info/requires.txt
> writing top-level names to pytest_bdd.egg-info/top_level.txt
> reading manifest file 'pytest_bdd.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE.txt'
> adding license file 'AUTHORS.rst'
> writing manifest file 'pytest_bdd.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'pytest_bdd.templates' is absent from the `packages` configuration.
> !!
> 
> 
> 
> 
> # Package would be ignored #
> 
> Python recognizes 'pytest_bdd.templates' 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 'pytest_bdd.templates' 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 'pytest_bdd.templates' to be distributed and are
> already explicitly excluding 'pytest_bdd.templates' 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)
> running install_lib
> creating /<>/debian/python3-pytest-bdd/usr
> creating /<>/debian/python3-pytest-bdd/usr/lib
> creating /<>/debian/python3-pytest-bdd/usr/lib/python3.11
> creating 
> /<>/debian/python3-pytest-bdd/usr/lib/python3.11/dist-packages
> creating 
> /<>/debian/python3-pytest-bdd/usr/lib/python3.11/dist-packages/pytest_bdd
> copying 
> /<>/.pybuild/cpython3_3.11_pytest-bdd/build/pytest_bdd/types.py 
> -> 
> /<>/debian/python3-pytest-bdd/usr/lib/python3.11/dist-packages/pytest_bdd
> copying 
> /<>/.pybuild/cpython3_3.11_pytest-bdd/build/pytest_bdd/reporting.py
>  -> 
> /<>/debian/python3-pytest-bdd/usr/lib/python3.11/dist-packages/pytest_bdd
> copying 
> /<>/.pybuild/cpython3_3.11_pytest-bdd/build/pytest_bdd/utils.py 
> -> 
> /<>/debian/python3-pyt

Bug#1042334: heudiconv: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: heudiconv
Version: 0.11.6-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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
>   pybuild --configure -i python{version} -p 3.11
> I: pybuild base:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
>   pybuild --build -i python{version} -p 3.11
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/_version.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/dicoms.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/due.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/utils.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/queue.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/convert.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/info.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/parser.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/main.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> copying heudiconv/bids.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv
> creating 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/banda-bids.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/bids_with_ses.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/bids_PhoenixReport.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/reproin.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/convertall.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/bids_ME.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/studyforrest_phase2.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/test_b0dwi_for_fmap.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/multires_7Tbold.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/test_reproin.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/example.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/cmrr_heuristic.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> copying heudiconv/heuristics/uc_bids.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/heuristics
> creating 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/test_dicoms.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/anonymize_script.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/test_monitor.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/test_bids.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/test_main.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/utils.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_heudiconv/build/heudiconv/tests
> copying heudiconv/tests/test_queue.py -> 
> /<>/.pybuild/cpython3_3.1

Bug#1042333: python-django-etcd-settings: FTBFS: make: *** [debian/rules:10: clean] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: python-django-etcd-settings
Version: 0.1.13+dfsg-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py clean 
> error in django-etcd-settings setup command: 'install_requires' must be a 
> string or list of strings containing valid project/version requirement 
> specifiers; Expected end or semicolon (after version specifier)
> Django>=1.7.5python-etcd>=0.4.1
>   ~~~^
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1: 
> python3.11 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:10: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/python-django-etcd-settings_0.1.13+dfsg-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042330: haskell-gi-gtk: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: haskell-gi-gtk
Version: 3.0.39-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> Adding cdbs dependencies to debian/libghc-gi-gtk-doc.substvars
> dh_installdirs -plibghc-gi-gtk-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/rdmFv1sUG1 -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-gi-gtk-dev
> libghc-gi-gtk-prof
> libghc-gi-gtk-doc
> Running dh_listpackages
> libghc-gi-gtk-dev
> libghc-gi-gtk-prof
> libghc-gi-gtk-doc
> Running dpkg-buildflags --get LDFLAGS
> -Wl,-z,relro
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl,-z,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/gi-gtk-3.0.39/ --datasubdir=gi-gtk 
> --htmldir=/usr/share/doc/libghc-gi-gtk-doc/html/ --enable-library-profiling
> Using Parsec parser
> Configuring gi-gtk-3.0.39...
> Dependency base >=4.7 && <5: using base-4.15.1.0
> Dependency bytestring >=0.10 && <1: using bytestring-0.10.12.1
> Dependency containers >=0.5 && <1: using containers-0.6.4.1
> Dependency gi-atk >=2.0 && <2.1: using gi-atk-2.0.25
> Dependency gi-cairo >=1.0 && <1.1: using gi-cairo-1.0.27
> Dependency gi-gdk >=3.0 && <3.1: using gi-gdk-3.0.26
> Dependency gi-gdkpixbuf >=2.0 && <2.1: using gi-gdkpixbuf-2.0.29
> Dependency gi-gio >=2.0 && <2.1: using gi-gio-2.0.30
> Dependency gi-glib >=2.0 && <2.1: using gi-glib-2.0.27
> Dependency gi-gobject >=2.0 && <2.1: using gi-gobject-2.0.28
> Dependency gi-pango >=1.0 && <1.1: using gi-pango-1.0.27
> Dependency haskell-gi >=0.26 && <0.27: using haskell-gi-0.26.1
> Dependency haskell-gi-base >=0.26 && <0.27: using haskell-gi-base-0.26.2
> Dependency text >=1.0 && <3: using text-1.2.5.0
> Dependency transformers >=0.4 && <1: using transformers-0.5.6.2
> Dependency gtk+-3.0: using version 3.24.38
> Source component graph: component lib
> Configured component graph:
> component gi-gtk-3.0.39-DdnejyEWH1v6GfZxnbNKBx
> include base-4.15.1.0
> include bytestring-0.10.12.1
> include containers-0.6.4.1
> include gi-atk-2.0.25-CDaASSbJJIECZcqd5HHxMS
> include gi-cairo-1.0.27-71UBRX1jssc9uxAf0nueyE
> include gi-gdk-3.0.26-739nhnqaNuCB31cU3AsCWH
> include gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX
> include gi-gio-2.0.30-Le3XVxnPcE5GGrE1cpn3Om
> include gi-glib-2.0.27-KPNdhQB5q4lD3LJBp2P6eK
> include gi-gobject-2.0.28-1w6AMPQ7GsiBOSk5nE2INb
> include gi-pango-1.0.27-GuCK3XSnzHI1EaZNcfegsg
> include haskell-gi-0.26.1-JSRupHRF34I93KyyU4gimG
> include haskell-gi-base-0.26.2-BgiSD0snxm47Hg27HVVupt
> include text-1.2.5.0
> include transformers-0.5.6.2
> Linked component graph:
> unit gi-gtk-3.0.39-DdnejyEWH1v6GfZxnbNKBx
> include base-4.15.1.0
> include bytestring-0.10.12.1
> include containers-0.6.4.1
> include gi-atk-2.0.25-CDaASSbJJIECZcqd5HHxMS
> include gi-cairo-1.0.27-71UBRX1jssc9uxAf0nueyE
> include gi-gdk-3.0.26-739nhnqaNuCB31cU3AsCWH
> include gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX
> include gi-gio-2.0.30-Le3XVxnPcE5GGrE1cpn3Om
> include gi-glib-2.0.27-KPNdhQB5q4lD3LJBp2P6eK
> include gi-gobject-2.0.28-1w6AMPQ7GsiBOSk5nE2INb
> include gi-pango-1.0.27-GuCK3XSnzHI1EaZNcfegsg
> include haskell-gi-0.26.1-JSRupHRF34I93KyyU4gimG
> include haskell-gi-base-0.26.2-BgiSD0snxm47Hg27HVVupt
> include text-1.2.5.0
> include transformers-0.5.6.2
> 
> GI.Gtk=gi-gtk-3.0.39-DdnejyEWH1v6GfZxnbNKBx:GI.Gtk,GI.Gtk.Callbacks=gi-gtk-3.0.3

Bug#1042327: taurus-pyqtgraph: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: taurus-pyqtgraph
Version: 0.5.9-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/util.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/taurusmodelchoosertool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/taurusimageitem.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/buffersizetool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/autopantool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/taurustrendset.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/cli.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/curvespropertiestool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/dateaxisitem.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/curvesmodel.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/forcedreadtool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/trend.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/plot.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/curveproperties.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/y2axis.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/legendtool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/taurusplotdataitem.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> copying taurus_pyqtgraph/datainspectortool.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph
> creating 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> copying taurus_pyqtgraph/examples/axislabels.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> copying taurus_pyqtgraph/examples/taurustrendset.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> copying taurus_pyqtgraph/examples/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> copying taurus_pyqtgraph/examples/legendExample.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> copying taurus_pyqtgraph/examples/y2axis.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> copying taurus_pyqtgraph/examples/taurusplotdataitem.py -> 
> /<>/.pybuild/cpython3_3.11_taurus-pyqtgraph/build/taurus_pyqtgraph/examples
> running egg_info
> creating taurus_pyqtgraph.egg-info
> writing taurus_pyqtgraph.egg-info/PKG-INFO
> writing dependency_links to taurus_pyqtgraph.egg-info/dependency_links.txt
> writing entry points to taurus_pyqtgraph.egg-info/entry_points.txt
> writing requirements to taurus_pyqtgraph.egg-info/requires.txt
> writing top-level names to taurus_pyqtgraph.egg-info/top_level.txt
> writing manifest file 'taurus_pyqtgraph.egg-info/SOURCES.txt'
> reading manifest file 'taurus_pyqtgraph.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> war

Bug#1042331: rygel: FTBFS: ../meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"?

2023-07-26 Thread Lucas Nussbaum
Source: rygel
Version: 0.42.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure -- \
>   -Dsystemd-user-units-dir=/usr/lib/systemd/user \
> -Dapi-docs=true \
>   -Dintrospection=disabled \
>   -Dexamples=false \
>   -Dplugins=external,gst-launch,media-export,mpris,playbin,ruih,tracker3
>   cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson setup .. 
> --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
> --localstatedir=/var --libdir=lib/x86_64-linux-gnu 
> -Dsystemd-user-units-dir=/usr/lib/systemd/user -Dapi-docs=true 
> -Dintrospection=disabled -Dexamples=false 
> -Dplugins=external,gst-launch,media-export,mpris,playbin,ruih,tracker3
> The Meson build system
> Version: 1.2.0
> Source dir: /<>
> Build dir: /<>/obj-x86_64-linux-gnu
> Build type: native build
> 
> ../meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean 
> "[provide]"?
> 
> A full log can be found at 
> /<>/obj-x86_64-linux-gnu/meson-logs/meson-log.txt
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 meson-logs/meson-log.txt
> ==> meson-logs/meson-log.txt <==
> Build started at 2023-07-26T19:14:20.247837
> Main binary: /usr/bin/python3
> Build Options: -Dsystemd-user-units-dir=/usr/lib/systemd/user -Dapi-docs=true 
> -Dintrospection=disabled -Dexamples=false 
> -Dplugins=external,gst-launch,media-export,mpris,playbin,ruih,tracker3 
> -Dprefix=/usr -Dlibdir=lib/x86_64-linux-gnu -Dlocalstatedir=/var 
> -Dsysconfdir=/etc -Dbuildtype=plain -Dwrap_mode=nodownload
> Python system: Linux
> The Meson build system
> Version: 1.2.0
> Source dir: /<>
> Build dir: /<>/obj-x86_64-linux-gnu
> Build type: native build
> 
> ../meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean 
> "[provide]"?
> dh_auto_configure: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson 
> setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr 
> --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu 
> -Dsystemd-user-units-dir=/usr/lib/systemd/user -Dapi-docs=true 
> -Dintrospection=disabled -Dexamples=false 
> -Dplugins=external,gst-launch,media-export,mpris,playbin,ruih,tracker3 
> returned exit code 1
> make[1]: *** [debian/rules:22: override_dh_auto_configure] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/rygel_0.42.3-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042329: qt6-3d: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-3d
Version: 6.4.2+dfsg-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/3d-text/3d-text exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/advancedcustommaterial/advancedcustommaterial
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/basicshapes-cpp/basicshapes-cpp 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/compute-particles/compute-particles
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/controls/controls exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/controlsunderlay/controlsunderlay 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/instanced-arrays-qml/instanced-arrays-qml
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/multiviewport/multiviewport exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/planets-qml/planets-qml exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/scene3d/scene3d exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/simple-cpp/simple-cpp exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/simple-qml/simple-qml exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/simplecustommaterial/simplecustommaterial
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/x86_64-linux-gnu/qt6/examples/qt3d/wave/wave 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: libqt63danimation6 (2), libqt63dcore6 (2), 
> libqt63dextras6 (2), libqt63dinput6 (2), libqt63dlogic6 (2), libqt63dquick6 
> (2), libqt63dquickanimation6 (2), libqt63dquickextras6 (2), 
> libqt63dquickinput6 (2), libqt63dquickrender6 (2), libqt63dquickscene2d6 (2), 
> libqt63drender6 (4), qml6-module-qt3d-animation (3), qml6-module-qt3d-core 
> (3), qml6-module-qt3d-extras (3), qml6-module-qt3d-input (3), 
> qml6-module-qt3d-logic (3), qml6-module-qt3d-render (3), 
> qml6-module-qtquick-scene2d (3), qml6-module-qtquick-scene3d (3), 
> qt6-3d-assimpsceneimport-plugin (1), qt6-3d-defaultgeometryloader-plugin (1), 
> qt6-3d-dev (706), qt6-3d-gltfsceneio-plugin (3), qt6-3d-scene2d-plugin (1)
>* dh_installdocs: libqt63danimation6 (0), libqt63dcore6 (0), 
> libqt63dextras6 (0), libqt63dinput6 (0), libqt63dlogic6 (0), libqt63dquick6 
> (0), libqt63dquickanimation6 (0), libqt63dquickextras6 (0), 
> libqt63dquickinput6 (0), libqt63dquickrender6 (0), libqt63dquickscene2d6 (0), 
> libqt63drender6 (0), qml6-module-qt3d-animation (0), qml6-module-qt3d-core 
> (0), qml6-module-qt3d-extras (0), qml6-module-qt3d-input (0), 
> qml6-module-qt3d-logic (0), qml6-module-qt3d-render (0), 
> qml6-module-qtquick-scene2d (0), qml6-module-qtquick-scene3d (0), 
> qt6-3d-assimpsceneimport-plugin (0), qt6-3d-defaultgeometryloader-plugin (0), 
> qt6-3d-dev (0), qt6-3d-gltfsceneio-plugin (0), qt6-3d-scene2d-plugin (0)
>   If t

Bug#1042328: jaraco.classes: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: jaraco.classes
Version: 3.2.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
> 
> 
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
> 
> 
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
> 
> 
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
> 
> 
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco
> creating 
> /<>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/meta.py -> 
> /<>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/ancestry.py -> 
> /<>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/properties.py -> 
> /<>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> running egg_info
> creating jaraco.classes.egg-info
> writing jaraco.classes.egg-info/PKG-INFO
> writing dependency_links to jaraco.classes.egg-info/dependency_links.txt
> writing requirements to jaraco.classes.egg-info/requires.txt
> writing top-level names to jaraco.classes.egg-info/top_level.txt
> writing manifest file 'jaraco.classes.egg-info/SOURCES.txt'
> reading manifest file 'jaraco.classes.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'jaraco.classes.egg-info/SOURCES.txt'
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<>/.pybuild/cpython3_3.11_jaraco.classes/build; python3.11 -m 
> pytest 
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> configfile: pytest.ini
> collected 4 items / 1 error
> 
>  ERRORS 
> 
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes/ancestry.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
> result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in 
> call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
> module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in import_path
> importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> :1204: in _gcd_import
> ???
> :1176: in _find_and_load
> ???
> :1147: in _find_and_load_unlocked
> ???
> :690: in _load_unlocked
> ???
> :940: in exec_module
> ???
> :241: in _call_with_frames_removed
> ???
> jaraco/classes/ancestry.py:6: in 
> from more_itertools import unique_everseen
> E   ModuleNotFoundError: No module named 'more_itertools'
> === short test summary info 
> 
> ERROR jaraco/classes/ancestry.py - ModuleNotFoundError: 

Bug#1042326: haskell-gi-gdkpixbuf: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: haskell-gi-gdkpixbuf
Version: 2.0.29-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> Adding cdbs dependencies to debian/libghc-gi-gdkpixbuf-doc.substvars
> dh_installdirs -plibghc-gi-gdkpixbuf-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/t5OKa3WPwQ -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-gi-gdkpixbuf-dev
> libghc-gi-gdkpixbuf-prof
> libghc-gi-gdkpixbuf-doc
> Running dh_listpackages
> libghc-gi-gdkpixbuf-dev
> libghc-gi-gdkpixbuf-prof
> libghc-gi-gdkpixbuf-doc
> Running dpkg-buildflags --get LDFLAGS
> -Wl,-z,relro
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl,-z,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/gi-gdkpixbuf-2.0.29/ 
> --datasubdir=gi-gdkpixbuf 
> --htmldir=/usr/share/doc/libghc-gi-gdkpixbuf-doc/html/ 
> --enable-library-profiling
> Using Parsec parser
> Configuring gi-gdkpixbuf-2.0.29...
> Dependency base >=4.7 && <5: using base-4.15.1.0
> Dependency bytestring >=0.10 && <1: using bytestring-0.10.12.1
> Dependency containers >=0.5 && <1: using containers-0.6.4.1
> Dependency gi-gio >=2.0 && <2.1: using gi-gio-2.0.30
> Dependency gi-glib >=2.0 && <2.1: using gi-glib-2.0.27
> Dependency gi-gmodule >=2.0 && <2.1: using gi-gmodule-2.0.3
> Dependency gi-gobject >=2.0 && <2.1: using gi-gobject-2.0.28
> Dependency haskell-gi >=0.26 && <0.27: using haskell-gi-0.26.1
> Dependency haskell-gi-base >=0.26 && <0.27: using haskell-gi-base-0.26.2
> Dependency text >=1.0 && <3: using text-1.2.5.0
> Dependency transformers >=0.4 && <1: using transformers-0.5.6.2
> Dependency gdk-pixbuf-2.0: using version 2.42.10
> Source component graph: component lib
> Configured component graph:
> component gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX
> include base-4.15.1.0
> include bytestring-0.10.12.1
> include containers-0.6.4.1
> include gi-gio-2.0.30-Le3XVxnPcE5GGrE1cpn3Om
> include gi-glib-2.0.27-KPNdhQB5q4lD3LJBp2P6eK
> include gi-gmodule-2.0.3-4mRSP0oy2U4CpXaF6cRE1v
> include gi-gobject-2.0.28-1w6AMPQ7GsiBOSk5nE2INb
> include haskell-gi-0.26.1-JSRupHRF34I93KyyU4gimG
> include haskell-gi-base-0.26.2-BgiSD0snxm47Hg27HVVupt
> include text-1.2.5.0
> include transformers-0.5.6.2
> Linked component graph:
> unit gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX
> include base-4.15.1.0
> include bytestring-0.10.12.1
> include containers-0.6.4.1
> include gi-gio-2.0.30-Le3XVxnPcE5GGrE1cpn3Om
> include gi-glib-2.0.27-KPNdhQB5q4lD3LJBp2P6eK
> include gi-gmodule-2.0.3-4mRSP0oy2U4CpXaF6cRE1v
> include gi-gobject-2.0.28-1w6AMPQ7GsiBOSk5nE2INb
> include haskell-gi-0.26.1-JSRupHRF34I93KyyU4gimG
> include haskell-gi-base-0.26.2-BgiSD0snxm47Hg27HVVupt
> include text-1.2.5.0
> include transformers-0.5.6.2
> 
> GI.GdkPixbuf=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf,GI.GdkPixbuf.Callbacks=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Callbacks,GI.GdkPixbuf.Config=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Config,GI.GdkPixbuf.Constants=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Constants,GI.GdkPixbuf.Enums=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Enums,GI.GdkPixbuf.Flags=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Flags,GI.GdkPixbuf.Objects=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Objects,GI.GdkPixbuf.Objects.Pixbuf=gi-gdkpixbuf-2.0.29-60e4qi0SseyGM7ZB4cIFCX:GI.GdkPixbuf.Objects.Pixbuf,GI.GdkPixbuf.Objects.PixbufAnimation=gi-gdkpixbuf-2.0.29-60e4

Bug#1042325: python-miio: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: python-miio
Version: 0.5.0.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # the core file must not exist before tests are run
> [ -z "$(find ./.pybuild -regex './.pybuild/cpython3_[0-9.]+/build/core' 
> -print -quit)" ] || exit 1
> dh_auto_test
> I: pybuild base:240: cd /<>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest 
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> collected 0 items / 28 errors
> 
>  ERRORS 
> 
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/miio/tests/test_airconditioningcompanion.py _
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airconditioningcompanion.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> miio/__init__.py:15: in 
> from miio.aqaracamera import AqaraCamera
> miio/aqaracamera.py:14: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/miio/tests/test_airdehumidifier.py _
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airdehumidifier.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> miio/__init__.py:15: in 
> from miio.aqaracamera import AqaraCamera
> miio/aqaracamera.py:14: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/miio/tests/test_airfilter_util.py _
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airfilter_util.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> miio/__init__.py:15: in 
> from miio.aqaracamera import AqaraCamera
> miio/aqaracamera.py:14: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> __ ERROR collecting .pybuild/cpython3_3.11/build/miio/tests/test_airfresh.py 
> ___
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airfresh.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> miio/__init__.py:15: in 
> from miio.aqaracamera import AqaraCamera
> miio/aqaracamera.py:14: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/miio/tests/test_airfresh_t2017.py _
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airfresh_t2017.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> miio/__init__.py:15: in 
> from miio.aqaracamera import AqaraCamera
> miio/aqaracamera.py:14: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/miio/tests/test_airhumidifier.py _
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airhumidifier.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> miio/__init__.py:15: in 
> from miio.aqaracamera import AqaraCamera
> miio/aqaracamera.py:14: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/miio/tests/test_airhumidifier_jsq.py _
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/miio/tests/test_airhumidifier_jsq.py'.
> Hint: m

Bug#1042324: sqlmodel: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: sqlmodel
Version: 0.0.8-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # test_create_db_and_table: converage cant find docs_src so this test fails
> PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=/<> 
> {interpreter} -m pytest -k 'not test_create_db_and_table' " dh_auto_test
>   pybuild --test --test-pytest -i python{version} -p 3.11
> I: pybuild base:240: PYTHONPATH=/<> python3.11 -m pytest -k 'not 
> test_create_db_and_table' 
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> plugins: anyio-3.7.0
> collected 125 items / 3 deselected / 122 selected
> 
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main.py ...   [  
> 5%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_001.py . [  
> 6%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_002.py . [  
> 7%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_003.py . [  
> 8%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_004.py . [  
> 9%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_005.py . [  
> 9%]
> docs_src/tutorial/fastapi/app_testing/tutorial001/test_main_006.py . [ 
> 10%]
> tests/test_default.py    [ 
> 13%]
> tests/test_enums.py ..   [ 
> 15%]
> tests/test_fields_set.py .   [ 
> 16%]
> tests/test_instance_no_args.py . [ 
> 17%]
> tests/test_main.py ...   [ 
> 19%]
> tests/test_missing_type.py . [ 
> 20%]
> tests/test_nullable.py ...   [ 
> 22%]
> tests/test_query.py .[ 
> 23%]
> tests/test_validation.py .   [ 
> 24%]
> tests/test_advanced/test_decimal/test_tutorial001.py .   [ 
> 25%]
> tests/test_tutorial/test_automatic_id_none_refresh/test_tutorial001_tutorial002.py
>  . [ 26%]
> .[ 
> 27%]
> tests/test_tutorial/test_code_structure/test_tutorial001.py .[ 
> 27%]
> tests/test_tutorial/test_code_structure/test_tutorial002.py .[ 
> 28%]
> tests/test_tutorial/test_connect/test_create_connected_tables/test_tutorial001.py
>  . [ 29%]
>  [ 
> 29%]
> tests/test_tutorial/test_connect/test_delete/test_tutorial001.py .   [ 
> 30%]
> tests/test_tutorial/test_connect/test_insert/test_tutorial001.py .   [ 
> 31%]
> tests/test_tutorial/test_connect/test_select/test_tutorial001_tutorial002.py 
> . [ 31%]
> .[ 
> 32%]
> tests/test_tutorial/test_connect/test_select/test_tutorial003.py .   [ 
> 33%]
> tests/test_tutorial/test_connect/test_select/test_tutorial004.py .   [ 
> 34%]
> tests/test_tutorial/test_connect/test_select/test_tutorial005.py .   [ 
> 35%]
> tests/test_tutorial/test_connect/test_update/test_tutorial001.py .   [ 
> 36%]
> tests/test_tutorial/test_delete/test_tutorial001_tutorial002.py ..   [ 
> 37%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests001.py
>  . [ 38%]
>  [ 
> 38%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests002.py
>  . [ 39%]
>  [ 
> 39%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests003.py
>  . [ 40%]
>  [ 
> 40%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests004.py
>  . [ 40%]
>  [ 
> 40%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests005.py
>  . [ 41%]
>  [ 
> 41%]
> tests/test_tutorial/test_fastapi/test_app_testing/test_tutorial001_tests006.py
>  . [ 42%]

Bug#1042323: qt6-charts: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-charts
Version: 6.4.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/areachart/areachart exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/barchart/barchart exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/barmodelmapper/barmodelmapper 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/boxplotchart/boxplotchart exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/callout/callout exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/candlestickchart/candlestickchart
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/chartinteractions/chartinteractions
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/chartthemes/chartthemes exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/customchart/customchart exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/datetimeaxis/datetimeaxis exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/donutbreakdown/donutbreakdown 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/donutchart/donutchart exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/dynamicspline/dynamicspline 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/horizontalbarchart/horizontalbarchart
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/horizontalpercentbarchart/horizontalpercentbarchart
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/horizontalstackedbarchart/horizontalstackedbarchart
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/legend/legend exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/legendmarkers/legendmarkers 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/lineandbar/lineandbar exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/linechart/linechart exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/logvalueaxis/logvalueaxis exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/modeldata/modeldata exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/multiaxis/multiaxis exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/charts/nesteddonuts/nesteddonuts exists 
> in debian/tmp but is not installed to anyw

Bug#1042322: cutefish-core: FTBFS: make[3]: *** [polkit-agent/CMakeFiles/polkit-agent-translations.dir/build.make:310: polkit-agent/.lupdate/ar_AA.ts.stamp] Error 1

2023-07-26 Thread Lucas Nussbaum
Source: cutefish-core
Version: 0.8-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> QFSFileEngine::open: No file name specified
> lupdate error: List file '' is not readable.
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> make[3]: *** 
> [polkit-agent/CMakeFiles/polkit-agent-translations.dir/build.make:310: 
> polkit-agent/.lupdate/ar_AA.ts.stamp] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/cutefish-core_0.8-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042321: qt6-sensors: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-sensors
Version: 6.4.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/accelbubble/accelbubble exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/grue/grue_app exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/grue/lib/x86_64-linux-gnu/qt6/examples/sensors/grue/detect_grue
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/grue/lib/x86_64-linux-gnu/qt6/examples/sensors/grue/sensors/libqtsensors_grue.so
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/x86_64-linux-gnu/qt6/examples/sensors/maze/maze 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/qmlqtsensors/qmlqtsensors 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/sensor_explorer/sensor_explorer 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/sensors/sensorsshowcase/sensorsshowcase 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: libqt6sensors6 (5), libqt6sensorsquick6 (2), 
> qml6-module-qtsensors (3), qt6-sensors-dev (145)
>* dh_installdocs: libqt6sensors6 (0), libqt6sensorsquick6 (0), 
> qml6-module-qtsensors (0), qt6-sensors-dev (0)
>   If the missing files are installed by another tool, please file a bug 
> against it.
>   When filing the report, if the tool is not part of debhelper itself, 
> please reference the
>   "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
> for debhelper (10.6.3+).
> (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
>   Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
> when only a subset is built
>   If the omission is intentional or no other helper can take care of this 
> consider adding the
>   paths to debian/not-installed.
> 
>   Remember to be careful with paths containing "x86_64-linux-gnu", where 
> you might need to
>   use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in 
> debian/not-installed
>   to ensure it works on all architectures (see #961104).
> make: *** [debian/rules:13: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/qt6-sensors_6.4.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042319: ros2-colcon-ros: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: ros2-colcon-ros
Version: 0.3.23-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11/build/colcon_ros
> copying colcon_ros/installed_packages.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros
> copying colcon_ros/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros
> creating 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_identification
> copying colcon_ros/package_identification/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_identification
> copying colcon_ros/package_identification/ros.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_identification
> copying colcon_ros/package_identification/ignore.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_identification
> creating 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_augmentation
> copying colcon_ros/package_augmentation/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_augmentation
> copying colcon_ros/package_augmentation/ros_ament_python.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_augmentation
> copying colcon_ros/package_augmentation/ros_ament_index.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/package_augmentation
> creating 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/argcomplete_completer
> copying colcon_ros/argcomplete_completer/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/argcomplete_completer
> copying colcon_ros/argcomplete_completer/catkin_cmake_args.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/argcomplete_completer
> creating /<>/.pybuild/cpython3_3.11/build/colcon_ros/task
> copying colcon_ros/task/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task
> creating /<>/.pybuild/cpython3_3.11/build/colcon_ros/prefix_path
> copying colcon_ros/prefix_path/ament.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/prefix_path
> copying colcon_ros/prefix_path/catkin.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/prefix_path
> copying colcon_ros/prefix_path/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/prefix_path
> creating 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_python
> copying colcon_ros/task/ament_python/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_python
> copying colcon_ros/task/ament_python/test.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_python
> copying colcon_ros/task/ament_python/build.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_python
> creating /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/cmake
> copying colcon_ros/task/cmake/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/cmake
> copying colcon_ros/task/cmake/test.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/cmake
> copying colcon_ros/task/cmake/build.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/cmake
> creating /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/catkin
> copying colcon_ros/task/catkin/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/catkin
> copying colcon_ros/task/catkin/test.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/catkin
> copying colcon_ros/task/catkin/build.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/catkin
> creating 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_cmake
> copying colcon_ros/task/ament_cmake/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_cmake
> copying colcon_ros/task/ament_cmake/test.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_cmake
> copying colcon_ros/task/ament_cmake/build.py -> 
> /<>/.pybuild/cpython3_3.11/build/colcon_ros/task/ament_cmake
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest --ig

Bug#1042318: rich: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: rich
Version: 13.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=/<> 
> {interpreter} -m pytest" dh_auto_test
> I: pybuild base:240: PYTHONPATH=/<> python3.11 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> configfile: pyproject.toml
> testpaths: tests
> collected 741 items / 1 error
> 
>  ERRORS 
> 
>  ERROR collecting tests/test_pretty.py 
> _
> ImportError while importing test module 
> '/<>/tests/test_pretty.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_pretty.py:10: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> === short test summary info 
> 
> ERROR tests/test_pretty.py
>  Interrupted: 1 error during collection 
> 
> === 1 error in 1.70s 
> ===
> E: pybuild pybuild:388: test: plugin custom failed with: exit code=2: 
> PYTHONPATH=/<> python3.11 -m pytest
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/rich_13.3.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042317: binutils-m68hc1x: FTBFS: make[1]: *** [debian/rules:23: execute_before_dh_update_autotools_config] Error 1

2023-07-26 Thread Lucas Nussbaum
Source: binutils-m68hc1x
Version: 1:3.5.0
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> tar \
>   --extract \
>   --directory="src" \
>   --strip-components=1 \
>   --file="/usr/src/binutils/binutils-2.40.90.tar.xz"
> cd "src"; QUILT_PATCHES=../debian/patches quilt push -a
> Applying patch ../debian/patches/0001-test-pexecute-correct-buffer-size.patch
> patching file libiberty/testsuite/test-pexecute.c
> 
> Applying patch ../debian/patches/0002-bfd-build-with-mktemp.patch
> patching file bfd/Makefile.am
> Hunk #1 succeeded at 738 (offset -4 lines).
> Hunk #2 FAILED at 798.
> Hunk #3 succeeded at 900 with fuzz 1 (offset -23 lines).
> Hunk #4 succeeded at 941 (offset -22 lines).
> 1 out of 4 hunks FAILED -- rejects in file bfd/Makefile.am
> Patch ../debian/patches/0002-bfd-build-with-mktemp.patch does not apply 
> (enforce with -f)
> make[1]: *** [debian/rules:23: execute_before_dh_update_autotools_config] 
> Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/binutils-m68hc1x_3.5.0_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042316: python-efilter: FTBFS: make: *** [debian/rules:6: clean] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: python-efilter
Version: 1.5-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean  --with python3 --buildsystem=pybuild
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>dh_auto_clean -O--buildsystem=pybuild
> dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> I: pybuild base:240: python3.11 setup.py clean 
> error in efilter setup command: 'install_requires' must be a string or list 
> of strings containing valid project/version requirement specifiers; Expected 
> end or semicolon (after version specifier)
> pytz >= 2011k
>  ~~~^
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1: 
> python3.11 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:6: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/python-efilter_1.5-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042315: wfuzz: FTBFS: make: *** [debian/rules:8: clean] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: wfuzz
Version: 3.1.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py clean 
> Warning: 'classifiers' should be a list, got type 'tuple'
> error in wfuzz setup command: 'install_requires' must be a string or list of 
> strings containing valid project/version requirement specifiers; Expected end 
> or semicolon (after version specifier)
> pyparsing>=2.4*;python_version>="3.5"
>  ~^
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1: 
> python3.11 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:8: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/wfuzz_3.1.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042313: smiles-scripts: FTBFS: failed tests

2023-07-26 Thread Lucas Nussbaum
Source: smiles-scripts
Version: 0.2.0+dfsg1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> find: ‘externals’: No such file or directory
> tests/cases/cdkcif2smiles_001.opt: 
> tests/cases/cdkcif2xyz_001.opt:
> tests/cases/cdkdepict-cgi_002.sh:  
> tests/cases/cdkdepict_002.inp: 
> tests/cases/cdkdepict_003.opt: 
> tests/cases/cdkdepict_007.inp: 
> tests/cases/cdkdepict_021.opt: 
> tests/cases/cdkrecharge_001.opt:   OK
> tests/cases/cdkrecharge_002.sh:OK
> tests/cases/cdkrecharge_003.opt:   OK
> OK
> tests/cases/cdkrecharge_004.opt:   
> tests/cases/cdkrecharge_005.opt:   OK
> tests/cases/cdkrecharge_006.inp:   OK
> tests/cases/cdkrecharge_007.opt:   OK
> tests/cases/cdkrecharge_008.inp:   OK
> tests/cases/cdkrecharge_009.opt:   OK
> tests/cases/cdkrecharge_010.opt:   OK
> tests/cases/cdkrecharge_011.opt:   OK
> OK
> tests/cases/cdkrecharge_012.inp:   
> tests/cases/cdkrecharge_013.inp:   OK
> tests/cases/cdkrecharge_014.inp:   OK
> tests/cases/cdkrecharge_015.inp:   OK
> tests/cases/cdkrecharge_016.sh:OK
> tests/cases/cdkrecharge_017.sh:OK
> tests/cases/cdkrecharge_018.inp:   OK
> tests/cases/cdkrecharge_019.inp:   OK
> tests/cases/cdkrecharge_020.inp:   OK
> tests/cases/cdksdf2smiles_001.opt: OK
> tests/cases/cdksdf2smiles_002.inp: OK
> tests/cases/cdksdf2smiles_003.inp: OK
> tests/cases/cdksdf2smiles_004.inp: OK
> OK
> tests/cases/cdksdf2smiles_006.inp: 
> tests/cases/cdksdf2smiles_008.inp: OK
> tests/cases/cml-to-smi_001.inp:OK
> tests/cases/cml-to-smi_002.inp:OK
> tests/cases/cml-to-smi_003.inp:OK
> tests/cases/cml-to-smi_004.inp:OK
> tests/cases/cml-to-smi_005.inp:OK
> tests/cases/cml-to-smi_006.inp:OK
> tests/cases/cml-to-smi_007.inp:FAILED:
> 0a1,2
> > cannot represent cis/trans bond between atoms 12 and 8 as there are no 
> > eligible single bonds nearby
> > cannot represent cis/trans bond between atoms 10 and 9 as there are no 
> > eligible single bonds nearby
> tests/cases/cml-to-smi_008.inp:OK
> OK
> tests/cases/cml-to-smi_009.inp:
> tests/cases/sdf-to-smi_001.inp:OK
> OK
> tests/cases/sdf-to-smi_003.inp:
> tests/cases/sdf-to-smi_004.inp:OK
> OK
> OK
> tests/cases/sdf-to-smi_005.inp:OK
> OK
> tests/cases/sdf-to-smi_006.inp:
> tests/cases/sdf-to-smi_007.inp:OK
> tests/cases/sdf-to-smi_008.inp:OK
> tests/cases/sdf-to-smi_009.inp:
> tests/cases/sdf-to-smi_010.inp:
> tests/cases/sdf-to-smi_011.inp:OK
> tests/cases/sdf-to-smi_012.inp:OK
> OK
> tests/cases/sdf-to-smi_013.inp:OK
> tests/cases/sdf-to-smi_014.inp:OK
> tests/cases/sdf-to-smi_015.inp:OK
> tests/cases/smi_canonicalise_001.inp:  
> tests/cases/smi_canonicalise_002.inp:  OK
> tests/cases/smi_canonicalise_003.inp:  

Bug#1042312: packer: FTBFS: src/github.com/hashicorp/packer/builder/azure/arm/builder.go:16:2: cannot find package "github.com/dgrijalva/jwt-go"

2023-07-26 Thread Lucas Nussbaum
Source: packer
Version: 1.6.6+ds2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # fail on ipv6-only buildd
> rm -vf 
> _build/src/github.com/hashicorp/packer/builder/proxmox/step_type_boot_command_test.go
> rm -vf 
> _build/src/github.com/hashicorp/packer/builder/vsphere/common/step_http_ip_discover_test.go
> removed 
> '_build/src/github.com/hashicorp/packer/builder/vsphere/common/step_http_ip_discover_test.go'
> # no tty in schroot
> rm -vf _build/src/github.com/hashicorp/packer/common/terminal_test.go
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>   cd _build && go install -trimpath -v -p 8 [...]
> src/github.com/hashicorp/packer/builder/azure/arm/builder.go:16:2: cannot 
> find package "github.com/dgrijalva/jwt-go" in any of:
>   
> /<>/_build/src/github.com/hashicorp/packer/vendor/github.com/dgrijalva/jwt-go
>  (vendor tree)
>   /usr/lib/go-1.20/src/github.com/dgrijalva/jwt-go (from $GOROOT)
>   /<>/_build/src/github.com/dgrijalva/jwt-go (from $GOPATH)
> dh_auto_build: error: cd _build && go install -trimpath -v -p 8 [...]
> make: *** [debian/rules:24: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/packer_1.6.6+ds2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042309: node-buble: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

2023-07-26 Thread Lucas Nussbaum
Source: node-buble
Version: 0.20.0+~0.20.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> set -e;mkdir -p stage1/;cp -r src stage1/;cp -r test stage1/;cp -r bin 
> stage1/;cp package.json stage1/;cp rollup.config.js stage1/;cp 
> rollup.create-config.js stage1/
> cd stage1/ &&  rollup -c
> 
> src/index.js → dist/buble.es.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created dist/buble.es.js in 2.4s
> 
> src/index.js → dist/buble.cjs.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created dist/buble.cjs.js in 3.4s
> 
> src/index.js → ./dist/buble-browser.es.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created ./dist/buble-browser.es.js in 1.4s
> 
> src/index.js → ./dist/buble-browser.cjs.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created ./dist/buble-browser.cjs.js in 2.9s
> chmod +x stage1//bin/buble
> touch stage1/build.stamp
> set -e;mkdir -p stage2/;cp -r src stage2/;cp -r test stage2/;cp -r bin 
> stage2/;cp package.json stage2/;cp rollup.config.js stage2/;cp 
> rollup.create-config.js stage2/
> mkdir -p stage2//node_modules
> ln -s stage1/ stage2//node_modules/buble
> cd stage2/ &&  rollup -c
> 
> src/index.js → dist/buble.es.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created dist/buble.es.js in 2.2s
> 
> src/index.js → dist/buble.cjs.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created dist/buble.cjs.js in 3.3s
> 
> src/index.js → ./dist/buble-browser.es.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created ./dist/buble-browser.es.js in 1.5s
> 
> src/index.js → ./dist/buble-browser.cjs.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created ./dist/buble-browser.cjs.js in 3s
> chmod +x stage2//bin/buble
> touch stage2/build.stamp
> set -e;mkdir -p stage3/;cp -r src stage3/;cp -r test stage3/;cp -r bin 
> stage3/;cp package.json stage3/;cp rollup.config.js stage3/;cp 
> rollup.create-config.js stage3/
> mkdir -p stage3//node_modules
> ln -s stage2/ stage3//node_modules/buble
> cd stage3/ &&  rollup -c
> 
> src/index.js → dist/buble.es.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created dist/buble.es.js in 2.5s
> 
> src/index.js → dist/buble.cjs.js...
> babelHelpers: 'bundled' option was used by default. It is recommended to 
> configure this option explicitly, read more here: 
> https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
> created dist/buble.cjs.js in 3.4s
> 
> src/index.js → ./dist/buble-browser.es.js...
> b

Bug#1042310: python-cobra: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: python-cobra
Version: 0.26.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_cobra/build/cobra
> copying src/cobra/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra
> copying src/cobra/exceptions.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra
> creating /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> copying src/cobra/io/sbml.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> copying src/cobra/io/yaml.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> copying src/cobra/io/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> copying src/cobra/io/json.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> copying src/cobra/io/mat.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> copying src/cobra/io/dict.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/io
> creating /<>/.pybuild/cpython3_3.11_cobra/build/cobra/summary
> copying src/cobra/summary/reaction_summary.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/summary
> copying src/cobra/summary/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/summary
> copying src/cobra/summary/metabolite_summary.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/summary
> copying src/cobra/summary/summary.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/summary
> copying src/cobra/summary/model_summary.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/summary
> creating /<>/.pybuild/cpython3_3.11_cobra/build/cobra/medium
> copying src/cobra/medium/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/medium
> copying src/cobra/medium/minimal_medium.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/medium
> copying src/cobra/medium/annotations.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/medium
> copying src/cobra/medium/boundary_types.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/medium
> creating /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/species.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/singleton.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/solution.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/group.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/object.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/gene.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/model.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/configuration.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/dictlist.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/formula.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/reaction.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> copying src/cobra/core/metabolite.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/core
> creating 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/flux_analysis
> copying src/cobra/flux_analysis/gapfilling.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/flux_analysis
> copying src/cobra/flux_analysis/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/flux_analysis
> copying src/cobra/flux_analysis/deletion.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/flux_analysis
> copying src/cobra/flux_analysis/moma.py -> 
> /<>/.pybuild/cpython3_3.11_cobra/build/cobra/flux_analysis
> copying src/cobra/flux_analysis/loopless.py -> 
> /<>/.

Bug#1042311: qt6-quick3dphysics: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-quick3dphysics
Version: 6.4.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/cannon/example_cannon 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/compoundshapes/example_compoundshapes
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/customshapes/example_customshapes
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/impeller/example_impeller
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/mass/example_mass exists 
> in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/material/example_material
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/quick3dphysics/simple/example_simple 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: libqt6quick3dphysics6 (2), libqt6quick3dphysicshelpers6 
> (2), qml6-module-qtquick3d-physics (6), qt6-quick3dphysics-dev (47), 
> qt6-quick3dphysics-dev-tools (1)
>* dh_installdocs: libqt6quick3dphysics6 (0), 
> libqt6quick3dphysicshelpers6 (0), qml6-module-qtquick3d-physics (0), 
> qt6-quick3dphysics-dev (0), qt6-quick3dphysics-dev-tools (0)
>   If the missing files are installed by another tool, please file a bug 
> against it.
>   When filing the report, if the tool is not part of debhelper itself, 
> please reference the
>   "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
> for debhelper (10.6.3+).
> (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
>   Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
> when only a subset is built
>   If the omission is intentional or no other helper can take care of this 
> consider adding the
>   paths to debian/not-installed.
> 
>   Remember to be careful with paths containing "x86_64-linux-gnu", where 
> you might need to
>   use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in 
> debian/not-installed
>   to ensure it works on all architectures (see #961104).
> make: *** [debian/rules:13: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/qt6-quick3dphysics_6.4.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042306: keystone: FTBFS: AssertionError: len(context) = 22

2023-07-26 Thread Lucas Nussbaum
Source: keystone
Version: 2:23.0.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> PYTHONPATH=. PYTHON=python3 python3 -m sphinx -b html doc/source 
> /<>/debian/keystone-doc/usr/share/doc/keystone-doc/html
> Running Sphinx v5.3.0
> connecting events for openstackdocstheme
> making output directory... done
> [oslo_config.sphinxconfiggen] reading config generator instructions from 
> /<>/doc/source/../../config-generator/keystone.conf
> [oslo_config.sphinxconfiggen] writing sample configuration to 
> /<>/doc/source/_static/keystone.conf.sample
> [oslo_policy.sphinxpolicygen] reading config generator instructions from 
> /<>/doc/source/../../config-generator/keystone-policy-generator.conf
> [oslo_policy.sphinxpolicygen] writing sample policy to 
> /<>/doc/source/_static/keystone.policy.yaml.sample
> Using openstackdocstheme Sphinx theme from 
> /usr/lib/python3/dist-packages/openstackdocstheme/theme
> Creating file /<>/doc/source/api/keystone.rst.
> Creating file /<>/doc/source/api/keystone.exception.rst.
> Creating file /<>/doc/source/api/keystone.i18n.rst.
> Creating file /<>/doc/source/api/keystone.notifications.rst.
> Creating file /<>/doc/source/api/keystone.version.rst.
> Creating file /<>/doc/source/api/keystone.api.rst.
> Creating file /<>/doc/source/api/keystone.api.auth.rst.
> Creating file /<>/doc/source/api/keystone.api.credentials.rst.
> Creating file /<>/doc/source/api/keystone.api.discovery.rst.
> Creating file /<>/doc/source/api/keystone.api.domains.rst.
> Creating file /<>/doc/source/api/keystone.api.ec2tokens.rst.
> Creating file /<>/doc/source/api/keystone.api.endpoints.rst.
> Creating file /<>/doc/source/api/keystone.api.groups.rst.
> Creating file /<>/doc/source/api/keystone.api.limits.rst.
> Creating file /<>/doc/source/api/keystone.api.os_ep_filter.rst.
> Creating file /<>/doc/source/api/keystone.api.os_federation.rst.
> Creating file /<>/doc/source/api/keystone.api.os_inherit.rst.
> Creating file /<>/doc/source/api/keystone.api.os_oauth1.rst.
> Creating file /<>/doc/source/api/keystone.api.os_oauth2.rst.
> Creating file /<>/doc/source/api/keystone.api.os_revoke.rst.
> Creating file /<>/doc/source/api/keystone.api.os_simple_cert.rst.
> Creating file /<>/doc/source/api/keystone.api.policy.rst.
> Creating file /<>/doc/source/api/keystone.api.projects.rst.
> Creating file /<>/doc/source/api/keystone.api.regions.rst.
> Creating file 
> /<>/doc/source/api/keystone.api.registered_limits.rst.
> Creating file 
> /<>/doc/source/api/keystone.api.role_assignments.rst.
> Creating file 
> /<>/doc/source/api/keystone.api.role_inferences.rst.
> Creating file /<>/doc/source/api/keystone.api.roles.rst.
> Creating file /<>/doc/source/api/keystone.api.s3tokens.rst.
> Creating file /<>/doc/source/api/keystone.api.services.rst.
> Creating file /<>/doc/source/api/keystone.api.system.rst.
> Creating file /<>/doc/source/api/keystone.api.trusts.rst.
> Creating file /<>/doc/source/api/keystone.api.users.rst.
> Creating file 
> /<>/doc/source/api/keystone.application_credential.rst.
> Creating file 
> /<>/doc/source/api/keystone.application_credential.core.rst.
> Creating file 
> /<>/doc/source/api/keystone.application_credential.schema.rst.
> Creating file 
> /<>/doc/source/api/keystone.application_credential.backends.rst.
> Creating file 
> /<>/doc/source/api/keystone.application_credential.backends.base.rst.
> Creating file 
> /<>/doc/source/api/keystone.application_credential.backends.sql.rst.
> Creating file /<>/doc/source/api/keystone.assignment.rst.
> Creating file /<>/doc/source/api/keystone.assignment.core.rst.
> Creating file /<>/doc/source/api/keystone.assignment.schema.rst.
> Creating file 
> /<>/doc/source/api/keystone.assignment.backends.rst.
> Creating file 
> /<>/doc/source/api/keystone.assignment.backends.base.rst.
> Creating file 
> /<>/doc/source/api/keystone.assignment.backends.sql.rst.
> Creating file 
> /<>/doc/source/api/keystone.assignment.role_backends.rst.
> Creating file 
> /<>/doc/source/api/keystone.assignment.role_backends.base.rst.
> Creating file 
> /<>/doc/source/api/keys

Bug#1042308: django-assets: FTBFS: error in django-assets setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or

2023-07-26 Thread Lucas Nussbaum
Source: django-assets
Version: 2.0-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py clean 
> error in django-assets setup command: 'install_requires' must be a string or 
> list of strings containing valid project/version requirement specifiers; 
> Expected end or semicolon (after name and no valid version specifier)
> webassets>=>=2.0
>  ^
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1: 
> python3.11 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned 
> exit code 13
> make: *** [debian/rules:9: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/django-assets_2.0-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042307: python-outcome: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-07-26 Thread Lucas Nussbaum
Source: python-outcome
Version: 1.2.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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
> I: pybuild base:240: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11/build/outcome
> copying src/outcome/_version.py -> 
> /<>/.pybuild/cpython3_3.11/build/outcome
> copying src/outcome/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/outcome
> copying src/outcome/_util.py -> 
> /<>/.pybuild/cpython3_3.11/build/outcome
> copying src/outcome/_impl.py -> 
> /<>/.pybuild/cpython3_3.11/build/outcome
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest tests
> = test session starts 
> ==
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<>
> configfile: setup.cfg
> collected 0 items / 2 errors
> 
>  ERRORS 
> 
> __ ERROR collecting .pybuild/cpython3_3.11/build/tests/test_async.py 
> ___
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/tests/test_async.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_async.py:6: in 
> import outcome
> outcome/__init__.py:3: in 
> from ._impl import Error, Outcome, Value, acapture, capture
> outcome/_impl.py:3: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> ___ ERROR collecting .pybuild/cpython3_3.11/build/tests/test_sync.py 
> ___
> ImportError while importing test module 
> '/<>/.pybuild/cpython3_3.11/build/tests/test_sync.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_sync.py:6: in 
> import outcome
> outcome/__init__.py:3: in 
> from ._impl import Error, Outcome, Value, acapture, capture
> outcome/_impl.py:3: in 
> import attr
> E   ModuleNotFoundError: No module named 'attr'
> === warnings summary 
> ===
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: 
> PytestConfigWarning: Unknown config option: asyncio_mode
>   
> self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR tests/test_async.py
> ERROR tests/test_sync.py
> !!! Interrupted: 2 errors during collection 
> 
> = 1 warning, 2 errors in 0.14s 
> =
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=2: cd 
> /<>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/python-outcome_1.2.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042305: haskell-gi-harfbuzz: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-07-26 Thread Lucas Nussbaum
Source: haskell-gi-harfbuzz
Version: 0.0.7-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> Adding cdbs dependencies to debian/libghc-gi-harfbuzz-doc.substvars
> dh_installdirs -plibghc-gi-harfbuzz-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/XNKgLOetOe -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-gi-harfbuzz-dev
> libghc-gi-harfbuzz-prof
> libghc-gi-harfbuzz-doc
> Running dh_listpackages
> libghc-gi-harfbuzz-dev
> libghc-gi-harfbuzz-prof
> libghc-gi-harfbuzz-doc
> Running dpkg-buildflags --get LDFLAGS
> -Wl,-z,relro
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl,-z,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/gi-harfbuzz-0.0.7/ 
> --datasubdir=gi-harfbuzz 
> --htmldir=/usr/share/doc/libghc-gi-harfbuzz-doc/html/ 
> --enable-library-profiling --enable-tests
> Using Parsec parser
> Configuring gi-harfbuzz-0.0.7...
> Dependency base >=4.7 && <5: using base-4.15.1.0
> Dependency bytestring >=0.10 && <1: using bytestring-0.10.12.1
> Dependency containers >=0.5 && <1: using containers-0.6.4.1
> Dependency gi-freetype2 >=2.0 && <2.1: using gi-freetype2-2.0.2
> Dependency gi-glib >=2.0 && <2.1: using gi-glib-2.0.27
> Dependency gi-gobject >=2.0 && <2.1: using gi-gobject-2.0.28
> Dependency haskell-gi >=0.26 && <0.27: using haskell-gi-0.26.1
> Dependency haskell-gi-base >=0.26 && <0.27: using haskell-gi-base-0.26.2
> Dependency text >=1.0 && <3: using text-1.2.5.0
> Dependency transformers >=0.4 && <1: using transformers-0.5.6.2
> Dependency harfbuzz >=1: using version 8.0.1
> Dependency harfbuzz-gobject >=1: using version 8.0.1
> Source component graph: component lib
> Configured component graph:
> component gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr
> include base-4.15.1.0
> include bytestring-0.10.12.1
> include containers-0.6.4.1
> include gi-freetype2-2.0.2-AgpSjCjAt8G3tTj0kULLsQ
> include gi-glib-2.0.27-KPNdhQB5q4lD3LJBp2P6eK
> include gi-gobject-2.0.28-1w6AMPQ7GsiBOSk5nE2INb
> include haskell-gi-0.26.1-JSRupHRF34I93KyyU4gimG
> include haskell-gi-base-0.26.2-BgiSD0snxm47Hg27HVVupt
> include text-1.2.5.0
> include transformers-0.5.6.2
> Linked component graph:
> unit gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr
> include base-4.15.1.0
> include bytestring-0.10.12.1
> include containers-0.6.4.1
> include gi-freetype2-2.0.2-AgpSjCjAt8G3tTj0kULLsQ
> include gi-glib-2.0.27-KPNdhQB5q4lD3LJBp2P6eK
> include gi-gobject-2.0.28-1w6AMPQ7GsiBOSk5nE2INb
> include haskell-gi-0.26.1-JSRupHRF34I93KyyU4gimG
> include haskell-gi-base-0.26.2-BgiSD0snxm47Hg27HVVupt
> include text-1.2.5.0
> include transformers-0.5.6.2
> 
> GI.HarfBuzz=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz,GI.HarfBuzz.Callbacks=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Callbacks,GI.HarfBuzz.Config=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Config,GI.HarfBuzz.Constants=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Constants,GI.HarfBuzz.Enums=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Enums,GI.HarfBuzz.Flags=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Flags,GI.HarfBuzz.Functions=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Functions,GI.HarfBuzz.Structs=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Structs,GI.HarfBuzz.Structs.AatLayoutFeatureSelectorInfoT=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Structs.AatLayoutFeatureSelectorInfoT,GI.HarfBuzz.Structs.BlobT=gi-harfbuzz-0.0.7-BEW1mXDI3CEICMr9QJXhkr:GI.HarfBuzz.Structs.BlobT,GI.HarfBuzz.Str

Bug#1042304: qt6-scxml: FTBFS: dh_missing: error: missing files, aborting

2023-07-26 Thread Lucas Nussbaum
Source: qt6-scxml
Version: 6.4.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # Reproducible builds: remove build paths from .prl files
> sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' 
> debian/tmp/usr/lib/x86_64-linux-gnu/libQt6*.prl
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=cmake\+ninja
>dh_installdocs -O--buildsystem=cmake\+ninja
>dh_installchangelogs -O--buildsystem=cmake\+ninja
>dh_installsystemduser -O--buildsystem=cmake\+ninja
>dh_perl -O--buildsystem=cmake\+ninja
>dh_link -O--buildsystem=cmake\+ninja
>dh_strip_nondeterminism -O--buildsystem=cmake\+ninja
>dh_compress -O--buildsystem=cmake\+ninja
>dh_fixperms -O--buildsystem=cmake\+ninja
>dh_missing -O--buildsystem=cmake\+ninja
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/calculator-qml/calculator-qml 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/calculator-widgets/calculator-widgets
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/ftpclient/ftpclient exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/invoke-dynamic/invoke-dynamic 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/invoke-static/invoke-static 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/mediaplayer-qml-cppdatamodel/mediaplayer-qml-cppdatamodel
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/mediaplayer-qml-dynamic/mediaplayer-qml-dynamic
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/mediaplayer-qml-static/mediaplayer-qml-static
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/mediaplayer-widgets-static/mediaplayer-widgets-static
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/pinball/pinball exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/sudoku/sudoku exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/trafficlight-qml-simple/trafficlight-qml-simple
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/trafficlight-qml-static/trafficlight-qml-static
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/scxml/trafficlight-widgets-static/trafficlight-widgets-static
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/statemachine/animation/animatedtiles/animatedtiles
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/statemachine/animation/moveblocks/moveblocks
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/statemachine/animation/states/states 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/statemachine/animation/stickman/stickman
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/examples/statemachine/animation/sub-attaq/sub-attaq
>  exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/x86_64-linux-gnu/qt6/e

Bug#1042303: ukui-screensaver: FTBFS: make[3]: *** [i18n_ts/CMakeFiles/i18n.dir/build.make:115: i18n_ts/.lupdate/es.ts.stamp] Error 1

2023-07-26 Thread Lucas Nussbaum
Source: ukui-screensaver
Version: 3.0.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> /<>/BiometricAuth/giodbus.h:0: Note: No relevant classes found. 
> No output generated.
> [  1%] Generating .lupdate/bo.ts.stamp
> [  1%] Generating moc_autoresize.cpp
> [  1%] Generating .lupdate/es.ts.stamp
> [  1%] Generating moc_biometricdeviceswidget.cpp
> cd /<>/obj-x86_64-linux-gnu/Common && /usr/lib/qt5/bin/moc 
> @/<>/obj-x86_64-linux-gnu/Common/moc_autoresize.cpp_parameters
> cd /<>/obj-x86_64-linux-gnu/BiometricAuth && 
> /usr/lib/qt5/bin/moc 
> @/<>/obj-x86_64-linux-gnu/BiometricAuth/moc_biometricdeviceswidget.cpp_parameters
> cd /<>/obj-x86_64-linux-gnu/i18n_ts && /usr/lib/qt5/bin/lupdate 
> @ -ts /<>/i18n_ts/es.ts
> cd /<>/obj-x86_64-linux-gnu/i18n_ts && /usr/lib/qt5/bin/lupdate 
> @ -ts /<>/i18n_ts/bo.ts
> [  2%] Automatic MOC and UIC for target VirtualKeyboard
> [  2%] Automatic MOC and UIC for target Kylin-nm
> cd /<>/obj-x86_64-linux-gnu/KylinNM && /usr/bin/cmake -E 
> cmake_autogen 
> /<>/obj-x86_64-linux-gnu/KylinNM/CMakeFiles/Kylin-nm_autogen.dir/AutogenInfo.json
>  Debug
> cd /<>/obj-x86_64-linux-gnu/VirtualKeyboard && /usr/bin/cmake -E 
> cmake_autogen 
> /<>/obj-x86_64-linux-gnu/VirtualKeyboard/CMakeFiles/VirtualKeyboard_autogen.dir/AutogenInfo.json
>  Debug
> /<>/Common/autoresize.h:0: Note: No relevant classes found. No 
> output generated.
> [  2%] Generating moc_biometricproxy.cpp
> cd /<>/obj-x86_64-linux-gnu/BiometricAuth && 
> /usr/lib/qt5/bin/moc 
> @/<>/obj-x86_64-linux-gnu/BiometricAuth/moc_biometricproxy.cpp_parameters
> [  3%] Generating moc_interface.cpp
> QFSFileEngine::open: No file name specified
> QFSFileEngine::open: No file name specified
> lupdate error: List file '' is not readable.
> lupdate error: List file '' is not readable.
> make[3]: *** [i18n_ts/CMakeFiles/i18n.dir/build.make:115: 
> i18n_ts/.lupdate/es.ts.stamp] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/ukui-screensaver_3.0.3.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20230726=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



Bug#1042299: libfirefox-marionette-perl: FTBFS: tests fail

2023-07-26 Thread Lucas Nussbaum
Source: libfirefox-marionette-perl
Version: 1.35-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: 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
> # Testing Firefox::Marionette 1.35
> t/00.load.t  
> 1..1
> ok 1 - use Firefox::Marionette;
> ok
> # Version is Mozilla Firefox 115.0.2esr
> # XAUTHORITY is /tmp/xvfb-run.UybmK6/Xauthority
> # DISPLAY is :99
> # D-Bus is working
> # Debian Version is trixie/sid
> # Xvfb deb version is 2:21.1.7-3
> # grep -r Mem /proc/meminfo
> # MemTotal:   32522708 kB
> # MemFree:27782096 kB
> # MemAvailable:   31741224 kB
> # ulimit -a | grep -i mem
> # memory(kbytes)   unlimited
> # locked memory(kbytes) 4065338
> # vmemory(kbytes)  unlimited
> # This firefox installation has 0 existing profiles
> '/usr/bin/perl --version' did not produce output that could be parsed.  
> Assuming modern Marionette is available at t/01-marionette.t line 605.
> '/usr/bin/perl --version' did not produce output that could be parsed.  
> Assuming modern Marionette is available at t/01-marionette.t line 605.
> '/usr/bin/perl --version' did not produce output that could be parsed.  
> Assuming modern Marionette is available at t/01-marionette.t line 605.
> '/usr/bin/perl --version' did not produce output that could be parsed.  
> Assuming modern Marionette is available at t/01-marionette.t line 605.
> # Initial tests
> # Testing has been running for 2 seconds at t/01-marionette.t line 714
> ** firefox --version
> ** firefox -marionette -safe-mode -headless -profile 
> /tmp/firefox_marionette_local_J2HxYCzFDvj/profile --no-remote --new-instance
> *** You are running in headless mode.
> << 50:{"applicationType":"gecko","marionetteProtocol":3}
> >> 73:[0,1,"WebDriver:NewSession",{"capabilities":{"requiredCapabilities":{}}}]
> << 
> 721:[1,1,null,{"sessionId":"da1bdff4-017f-47b8-b199-bcbe91185eb9","capabilities":{"browserName":"firefox","browserVersion":"115.0.2","platformName":"linux","acceptInsecureCerts":false,"pageLoadStrategy":"normal","setWindowRect":true,"timeouts":{"implicit":0,"pageLoad":30,"script":3},"strictFileInteractability":false,"unhandledPromptBehavior":"dismiss
>  and 
> notify","moz:accessibilityChecks":false,"moz:buildID":"20230710180319","moz:headless":true,"moz:platformVersion":"5.10.0-23-cloud-amd64","moz:processID":84703,"moz:profile":"/tmp/firefox_marionette_local_J2HxYCzFDvj/profile","moz:shutdownTimeout":6,"moz:useNonSpecCompliantPointerOrigin":false,"moz:webdriverClick":true,"moz:windowless":false,"proxy":{}}}]
> >> 33:[0,2,"WebDriver:GetCapabilities"]
> << 
> 680:[1,2,null,{"value":{"capabilities":{"browserName":"firefox","browserVersion":"115.0.2","platformName":"linux","acceptInsecureCerts":false,"pageLoadStrategy":"normal","setWindowRect":true,"timeouts":{"implicit":0,"pageLoad":30,"script":3},"strictFileInteractability":false,"unhandledPromptBehavior":"dismiss
>  and 
> notify","moz:accessibilityChecks":false,"moz:buildID":"20230710180319","moz:headless":true,"moz:platformVersion":"5.10.0-23-cloud-amd64","moz:processID":84703,"moz:profile":"/tmp/firefox_marionette_local_J2HxYCzFDvj/profile","moz:shutdownTimeout":6,"moz:useNonSpecCompliantPointerOrigin":false,"moz:webdriverClick":true,"moz:windowless":false,"proxy":{]
> Use of uninitialized value in concatenation (.) or string at 
> t/01-marionette.t line 733.
> # Browser version is 
> Use of uninitialized value in split at t/01-marionette.t line 740.
> # Operating System is Unknown Unknown
> # Profile Directory is /tmp/firefox_marionette_local_J2HxYCzFDvj/profile
> # Mozilla PID is Unknown
> # Firefox BuildID is Unknown
> # Addons are di

  1   2   3   4   >