Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread Lucas Nussbaum
On 28/10/23 at 03:27 +0200, gregor herrmann wrote:
> On Sat, 28 Oct 2023 02:13:30 +0200, Santiago Vila wrote:
> 
> > El 28/10/23 a las 0:18, gregor herrmann escribió:
> > > On Fri, 27 Oct 2023 23:53:22 +0200, Lucas Nussbaum wrote:
> > > > My build chroot is still unmerged. I think it's the same on the buildd.
> > > I don't think the latter is still the case but I don't have the
> > > capacity to keep all usr-merge details in my head.
> > The buildds are already usr-merged.
> 
> Thanks for the confirmation of my "impression".

OK, I missed that it was fixed on the buildd, and this is the first bug
where is it actually an issue.

I'll change my setup, and perform another rebuild immediately, so we can
easily catch regressions the other way around (builds that succeed on
un-merged but fail on merged).

Lucas



Bug#1054806: git-cola: FTBFS: sed: can't read /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py: No such file or directory

2023-10-27 Thread Lucas Nussbaum
Hi,

On 27/10/23 at 21:34 -0700, David Aguilar wrote:
> Hi Lucas,
> 
> This step in the build log looks suspicious:
> 
> sed -i 's|env python|env python3|' \
>
> /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py
> 
> Two notes:
> 
> - The PKGBUILDDIR pattern looks like a template variable that was
> not replaced. The << >> parts seem to be messing with the shell.
>
> That explains the "can't read" errors.

It's only replaced in the output log (to ease diff'ing two logs), not in
the original invocation; so that's not the cause

Lucas



Bug#1054786: gpgme1.0: FTBFS: dh_install: error: missing files, aborting

2023-10-27 Thread Andreas Metzler
Contol: tags 1039724 - pending
Contol: tags 1039724 - wontfix

On 2023-10-27 Lucas Nussbaum  wrote:
> Source: gpgme1.0
> Version: 1.18.0-3
[...]
> During a rebuild of all packages in sid, your package failed to build
> on amd64.

> Relevant part (hopefully):
[...]
> > dh_install: warning: Cannot find (any matches for) 
> > "debian/tmp/usr/lib/python3*/site-packages/gpg*.egg-info" (tried in ., 
> > debian/tmp)
[...]

Hello,

this is essentially a duplicate of #1039724.

However it cannot be hotfixed anymore by build-conflicting with
python3-setuptools since dh-python now depends on python3-setuptools
(Since 6.20231025).

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#1052376: lxpanel: no longer obeys its geometry settings

2023-10-27 Thread jim_p
Package: lxpanel
Version: 0.10.1-4
Followup-For: Bug #1052376
X-Debbugs-Cc: pitsior...@outlook.com

Has anyone tried (or even switched to) another panel? I am currently trying
vala-panel. It is not perfect, e.g. it sometimes crashes and I had to symlink a
lib so as to get the tray area working, but it seems fine for day to day usage
until lxpanel gets patched.


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

Kernel: Linux 6.5.0-2-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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 lxpanel depends on:
ii  libasound2   1.2.10-1
ii  libc62.37-12
ii  libcairo21.18.0-1
ii  libcurl3-gnutls  8.4.0-2
ii  libfm-gtk3-4 1.3.2-4
ii  libfm-modules1.3.2-4
ii  libfm4   1.3.2-4
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-1+b1
ii  libglib2.0-0 2.78.0-2
ii  libgtk-3-0   3.24.38-5
ii  libiw30  30~pre9-14
ii  libkeybinder-3.0-0   0.3.2-1.1
ii  libmenu-cache3   1.1.0-1.1
ii  libpango-1.0-0   1.51.0+ds-2
ii  libwnck-3-0  43.0-3
ii  libx11-6 2:1.8.7-1
ii  libxml2  2.9.14+dfsg-1.3
ii  lxmenu-data  0.1.5-2.1
ii  lxpanel-data 0.10.1-4

Versions of packages lxpanel recommends:
ii  alacritty [x-terminal-emulator] 0.12.2-2+b1
ii  dunst [notification-daemon] 1.9.2-1
ii  libnotify-bin   0.8.2-1
ii  notification-daemon 3.20.0-4+b1
pn  pavucontrol | gnome-alsamixer   
ii  rxvt-unicode [x-terminal-emulator]  9.31-1
ii  xkb-data2.38-2

Versions of packages lxpanel suggests:
ii  brave-browser [www-browser]  1.59.124
ii  chromium [www-browser]   118.0.5993.117-1
ii  firefox [www-browser]118.0.2-1

-- no debconf information



Bug#1054806: git-cola: FTBFS: sed: can't read /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py: No such file or directory

2023-10-27 Thread David Aguilar
Hi Lucas,

This step in the build log looks suspicious:

sed -i 's|env python|env python3|' \
   
/<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py

Two notes:

- The PKGBUILDDIR pattern looks like a template variable that was
not replaced. The << >> parts seem to be messing with the shell.

That explains the "can't read" errors.

- That step probably isn't even needed at all these days. Our #!
shebang lines all say "python3" in newer versions... oh..

Another note is that 3.12.0 is a very old version. Newer versions have
the python3 shebangs. That's probably related.

Let me know if there's anything I can do to help.



On Fri, Oct 27, 2023 at 12:51 PM Lucas Nussbaum  wrote:
>
> Source: git-cola
> Version: 3.12.0-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231027 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 '/<>/share/doc/git-cola'
> > mkdir -p /<>/debian/git-cola/usr/share/doc/git-cola
> > install -m 644 *.html 
> > /<>/debian/git-cola/usr/share/doc/git-cola
> > install -m 644 *.rst /<>/debian/git-cola/usr/share/doc/git-cola
> > sphinx-build -b html -d _build/doctrees  -a . _build/html
> > Running Sphinx v5.3.0
> > loading pickled environment... done
> > building [mo]: all of 0 po files
> > building [html]: all source files
> > updating environment: 0 added, 0 changed, 0 removed
> > looking for now-outdated files... none found
> > preparing documents... done
> > writing output... [ 20%] git-cola
> > writing output... [ 40%] git-dag
> > writing output... [ 60%] index
> > writing output... [ 80%] relnotes
> > writing output... [100%] thanks
> >
> > generating indices... genindex done
> > 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
> > Renaming directory '_sources' -> 'sources'
> > Renaming directory '_static' -> 'static'
> > build succeeded.
> >
> > The HTML pages are in _build/html.
> > mkdir -p /<>/debian/git-cola/usr/share/doc/git-cola/html
> > rsync -r --delete --delete-excluded --exclude=.buildinfo 
> > --exclude=.gitignore _build/html/ 
> > /<>/debian/git-cola/usr/share/doc/git-cola/html/
> > make[2]: Leaving directory '/<>/share/doc/git-cola'
> > make[1]: Leaving directory '/<>'
> > sed -i 's|env python|env python3|' \
> >   
> > /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py
> > sed: can't read 
> > /<>/debian/git-cola/usr/lib/python3*/site-packages/cola/widgets/spellcheck.py:
> >  No such file or directory
> > make: *** [debian/rules:37: install] Error 2
>
>
> The full build log is available from:
> http://qa-logs.debian.net/2023/10/27/git-cola_3.12.0-2_unstable.log
>
> All bugs filed during this archive rebuild are listed at:
> https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
> or:
> https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.
>


--
David



Bug#1054710: marked as done (immer: FTBFS: generic.ipp:13:10: fatal error: catch2/catch.hpp: No such file or directory)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Sat, 28 Oct 2023 03:34:11 +
with message-id 
and subject line Bug#1054710: fixed in immer 0.8.1+dfsg-2
has caused the Debian Bug report #1054710,
regarding immer: FTBFS: generic.ipp:13:10: fatal error: catch2/catch.hpp: No 
such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: immer
Version: 0.8.1+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> cd /<>/obj-x86_64-linux-gnu/test && /usr/bin/c++ 
> -DCATCH_CONFIG_MAIN -DFMT_HEADER_ONLY=1 -DIMMER_CXX_STANDARD=14 
> -DIMMER_HAS_LIBGC=1 -DIMMER_NO_FREE_LIST=0 -DIMMER_NO_THREAD_SAFETY=0 
> -DIMMER_OSS_FUZZ_DATA_PATH=\"/<>/test/oss-fuzz/data\" 
> -DIMMER_SLOW_TESTS=0 -I/<>/obj-x86_64-linux-gnu 
> -I/<> -isystem /<>/tools/include -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wno-array-bounds -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -pedantic 
> -Wno-unused-parameter -Wno-extended-offsetof -Wno-c++17-extensions 
> -Wno-c++1z-extensions -Wno-unknown-warning-option -Wno-type-limits -std=c++14 
> -MD -MT test/CMakeFiles/test-atom-gc.dir/atom/gc.cpp.o -MF 
> CMakeFiles/test-atom-gc.dir/atom/gc.cpp.o.d -o 
> CMakeFiles/test-atom-gc.dir/atom/gc.cpp.o -c /<>/test/atom/gc.cpp
> In file included from /<>/test/atom/default.cpp:12:
> /<>/test/atom/generic.ipp:13:10: fatal error: catch2/catch.hpp: 
> No such file or directory
>13 | #include 
>   |  ^~
> compilation terminated.
> In file included from /<>/test/atom/gc.cpp:21:
> /<>/test/atom/generic.ipp:13:10: fatal error: catch2/catch.hpp: 
> No such file or directory
>13 | #include 
>   |  ^~
> compilation terminated.
> make[5]: *** [test/CMakeFiles/test-atom-default.dir/build.make:79: 
> test/CMakeFiles/test-atom-default.dir/atom/default.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/immer_0.8.1+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.
--- End Message ---
--- Begin Message ---
Source: immer
Source-Version: 0.8.1+dfsg-2
Done: Pino Toscano 

We believe that the bug you reported is fixed in the latest version of
immer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano  (supplier of updated immer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Oct 2023 05:17:59 +0200
Source: immer
Architecture: source
Version: 0.8.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Closes: 1054710
Changes:
 immer (0.8.1+dfsg-2) unstable; urgency=medium
 .
   * Disable the tests for now: they assume Catch2 v2.x, and v3 requires 
changes.
 (Closes: #1054710)
Checksums-Sha1:
 073b0335a52ca4897011805dda8cf089148181f6 2102 immer_0.8.1+dfsg-2.dsc
 ec12be401ee

Processed: tagging 1054710

2023-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1054710 + pending
Bug #1054710 [src:immer] immer: FTBFS: generic.ipp:13:10: fatal error: 
catch2/catch.hpp: No such file or directory
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1054710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1054798: opendht: FTBFS: dh_missing: error: missing files, aborting

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> merge 1054359 1054798
Bug #1054359 [src:opendht] opendht: FTBFS everywhere
Bug #1054359 [src:opendht] opendht: FTBFS everywhere
Added tag(s) trixie and sid.
Bug #1054798 [src:opendht] opendht: FTBFS: dh_missing: error: missing files, 
aborting
Merged 1054359 1054798
> tags -1 pending
Bug #1054798 [src:opendht] opendht: FTBFS: dh_missing: error: missing files, 
aborting
Bug #1054359 [src:opendht] opendht: FTBFS everywhere
Added tag(s) pending.
Added tag(s) pending.

-- 
1054359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054359
1054798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054798: opendht: FTBFS: dh_missing: error: missing files, aborting

2023-10-27 Thread Amin Bandali
Control: merge 1054359 1054798
Control: tags -1 pending
X-Debbugs-CC: Tobias Frost 

Hi Lucas,

Thanks for the bug report.  However, this is a duplicate of #1054359,
so I'm merging the two.  I have an upload[1,2] pending review and
sponsoring by Tobi - the AM for my DD process - to fix the FTBFS and
address the longstanding #866075 as well.  I hope Tobi can review and
sponsor it through NEW soon.

Thanks,
-a

[1] https://salsa.debian.org/debian/opendht
[2] https://mentors.debian.net/package/opendht/



Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread Santiago Vila

El 28/10/23 a las 3:27, gregor herrmann escribió:

Lucas, maybe it would make sense to update your chroots to the
usr-merged flavour, as that seems to be the default now?


He knows :-)

https://salsa.debian.org/lucas/collab-qa-tools/-/issues/2

Thanks.



Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread gregor herrmann
On Sat, 28 Oct 2023 02:13:30 +0200, Santiago Vila wrote:

> El 28/10/23 a las 0:18, gregor herrmann escribió:
> > On Fri, 27 Oct 2023 23:53:22 +0200, Lucas Nussbaum wrote:
> > > My build chroot is still unmerged. I think it's the same on the buildd.
> > I don't think the latter is still the case but I don't have the
> > capacity to keep all usr-merge details in my head.
> The buildds are already usr-merged.

Thanks for the confirmation of my "impression".

> For this reason, bugs of type "FTBFS when chroot is not usr-merged"
> (like this one) should probably not be considered RC anymore.

Agreed.

Lucas, maybe it would make sense to update your chroots to the
usr-merged flavour, as that seems to be the default now?

Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   


signature.asc
Description: Digital Signature


Bug#1054666: marked as done (open-vm-tools: CVE-2023-34059 CVE-2023-34058)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Sat, 28 Oct 2023 00:36:39 +
with message-id 
and subject line Bug#1054666: fixed in open-vm-tools 2:12.3.5-1
has caused the Debian Bug report #1054666,
regarding open-vm-tools: CVE-2023-34059 CVE-2023-34058
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: open-vm-tools
X-Debbugs-CC: t...@security.debian.org
Severity: grave
Tags: security

Hi,

The following vulnerabilities were published for open-vm-tools.

CVE-2023-34059[0]:
| open-vm-tools contains a file descriptor hijack vulnerability in the
| vmware-user-suid-wrapper. A malicious actor with non-root privileges
| may be able to hijack the  /dev/uinput file descriptor allowing them
| to simulate user inputs.

https://www.openwall.com/lists/oss-security/2023/10/27/3

CVE-2023-34058[1]:
| VMware Tools contains a SAML token signature bypass vulnerability. A
| malicious actor that has been granted  Guest Operation Privileges
| https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-
| security/GUID-6A952214-0E5E-4CCF-9D2A-90948FF643EC.html  in a target
| virtual machine may be able to elevate their privileges if that
| target virtual machine has been assigned a more privileged  Guest
| Alias https://vdc-download.vmware.com/vmwb-repository/dcr-
| public/d1902b0e-d479-46bf-8ac9-cee0e31e8ec0/07ce8dbd-
| db48-4261-9b8f-c6d3ad8ba472/vim.vm.guest.AliasManager.html .

https://www.openwall.com/lists/oss-security/2023/10/27/1
https://github.com/vmware/open-vm-tools/blob/CVE-2023-34058.patch/CVE-2023-34058.patch


If you fix the vulnerabilities please also make sure to include the
CVE (Common Vulnerabilities & Exposures) ids in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-34059
https://www.cve.org/CVERecord?id=CVE-2023-34059
[1] https://security-tracker.debian.org/tracker/CVE-2023-34058
https://www.cve.org/CVERecord?id=CVE-2023-34058

Please adjust the affected versions in the BTS as needed.
--- End Message ---
--- Begin Message ---
Source: open-vm-tools
Source-Version: 2:12.3.5-1
Done: Bernd Zeimetz 

We believe that the bug you reported is fixed in the latest version of
open-vm-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Zeimetz  (supplier of updated open-vm-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 Oct 2023 01:41:22 +0200
Source: open-vm-tools
Architecture: source
Version: 2:12.3.5-1
Distribution: unstable
Urgency: high
Maintainer: Bernd Zeimetz 
Changed-By: Bernd Zeimetz 
Closes: 1046018 1054662 1054666
Changes:
 open-vm-tools (2:12.3.5-1) unstable; urgency=high
 .
   * [1b07bee] Remove api doc build dir with dh_clean.
 Thanks to Lucas Nussbaum (Closes: #1046018)
   * [de2e0ba] New upstream version 12.3.5 (Closes: #1054662)
 - New upstream release fixes two CVEs:
   CVE-2023-34059 CVE-2023-34058
   Closes: #1054666
Checksums-Sha1:
 7ba0c12eb4cd20d9d0c0ac267d1625a10ee6c21b 2912 open-vm-tools_12.3.5-1.dsc
 585d1c3fd8fe109b0e33f367f9d8b782a3aeb643 1811404 
open-vm-tools_12.3.5.orig.tar.xz
 25fc5b74603f27c0e0d4171be07a95922ebcefa5 34004 
open-vm-tools_12.3.5-1.debian.tar.xz
 121fe2b554c53367a2f94bb561f1f023886ee420 5493 
open-vm-tools_12.3.5-1_source.buildinfo
Checksums-Sha256:
 538bdf8a4a60cb5847faf417d764af64d286d0a3da72d004c3011793cbeb6c71 2912 
open-vm-tools_12.3.5-1.dsc
 a8c4f6a6780710c71fa00544951a76a3e321eaff530c5258cdd7744e685ef1e1 1811404 
open-vm-tools_12.3.5.orig.tar.xz
 ee966560e9266fc6f56acb9d325658e03ed5e890a6c4be6cdc0a558e1116e181 34004 
open-vm-tools_12.3.5-1.debian.tar.xz
 3c14fa9cc95e62830c89458f32205e506ff56a2adc834e2f334804051a3fc39f 5493 
open-vm-tools_12.3.5-1_source.buildinfo
Files:
 5f4c188731a287db6b752f40f03337ed 2912 admin optional open-vm-tools_12.3.5-1.dsc
 830e21bdd65a2cea02c26703065bd0f5 1811404 admin optional 
open-vm-tools_12.3.5.orig.tar.xz
 df69cdd0cc88d8e90c2088a1f850a591 34004 admin optional 

Processed: your mail

2023-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 1054714 https://github.com/rollbear/trompeloeil/issues/321
Bug #1054714 [src:trompeloeil-cpp] trompeloeil-cpp: FTBFS: 
compiling_tests.cpp:22:10: fatal error: catch2/catch.hpp: No such file or 
directory
Set Bug forwarded-to-address to 
'https://github.com/rollbear/trompeloeil/issues/321'.
> tags 1054714 confirmed
Bug #1054714 [src:trompeloeil-cpp] trompeloeil-cpp: FTBFS: 
compiling_tests.cpp:22:10: fatal error: catch2/catch.hpp: No such file or 
directory
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1054714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054714
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread Santiago Vila

El 28/10/23 a las 0:18, gregor herrmann escribió:

On Fri, 27 Oct 2023 23:53:22 +0200, Lucas Nussbaum wrote:

My build chroot is still unmerged. I think it's the same on the buildd.


I don't think the latter is still the case but I don't have the
capacity to keep all usr-merge details in my head.


Summary: Starting from bookworm, we may "rely" on systems being usr-merged.
(Because the TC said so).

The buildds are already usr-merged. For example, here is the build
for the updated package that has been just uploaded for unstable:

https://buildd.debian.org/status/fetch.php?pkg=libsys-hostip-perl=all=2.120-4=1698447864=0

At the bottom we can see this:

Build-Tainted-By:
 merged-usr-via-aliased-dirs

This means the build chroot was usr-merged.

It also means they are using an old sbuild version :-) because a
more recent sbuild will probably say nothing, as usr-merge is
already "the normal thing", not a "tainted" thing.

For this reason, bugs of type "FTBFS when chroot is not usr-merged"
(like this one) should probably not be considered RC anymore.

Thanks.



Bug#1054714: trompeloeil-cpp: FTBFS: compiling_tests.cpp:22:10: fatal error: catch2/catch.hpp: No such file or directory

2023-10-27 Thread Matthias Geiger

On 28.10.23 01:45, Matthias Geiger wrote:



This was caused by the recent upload of catch2 to the 3.x release 
track. The header name changed so naturally the build fails now.


Looking at https://qa.debian.org/excuses.php?package=catch2 this broke 
quite a few other packages.


best,

--
Matthias Geiger 
Debian Maintainer
"Freiheit ist immer Freiheit des anders Denkenden" -- Rosa Luxemburg



OpenPGP_0x18BD106B3B6C5475.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1054714: trompeloeil-cpp: FTBFS: compiling_tests.cpp:22:10: fatal error: catch2/catch.hpp: No such file or directory

2023-10-27 Thread Matthias Geiger

On Fri, 27 Oct 2023 21:16:46 +0200 Lucas Nussbaum  wrote:
> Source: trompeloeil-cpp
> Version: 44-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231027 ftbfs-trixie
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
>
> Relevant part (hopefully):
> > cd /<>/obj-x86_64-linux-gnu/test && /usr/bin/c++ 
-I/<>/include -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -pedantic -Wshadow -Wconversion -Wnonnull -Werror -g 
-std=c++14 -MD -MT test/CMakeFiles/self_test.dir/compiling_tests.cpp.o 
-MF CMakeFiles/self_test.dir/compiling_tests.cpp.o.d -o 
CMakeFiles/self_test.dir/compiling_tests.cpp.o -c 
/<>/test/compiling_tests.cpp
> > /<>/test/compiling_tests.cpp:22:10: fatal error: 
catch2/catch.hpp: No such file or directory

> > 22 | #include 
> > | ^~
> > compilation terminated.
> > gmake[5]: *** [test/CMakeFiles/self_test.dir/build.make:79: 
test/CMakeFiles/self_test.dir/compiling_tests.cpp.o] Error 1

> > gmake[5]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> > gmake[4]: *** [CMakeFiles/Makefile2:103: 
test/CMakeFiles/self_test.dir/all] Error 2

> > gmake[4]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> > gmake[3]: *** [CMakeFiles/Makefile2:110: 
test/CMakeFiles/self_test.dir/rule] Error 2

> > gmake[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> > gmake[2]: *** [Makefile:172: self_test] Error 2
> > gmake[2]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> >
> > make[1]: *** [debian/rules:16: execute_after_dh_auto_build] Error 2
>
>
> The full build log is available from:
> http://qa-logs.debian.net/2023/10/27/trompeloeil-cpp_44-1_unstable.log
>
> All bugs filed during this archive rebuild are listed at:
> 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org

> or:
> 
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.
>

>


Control: forwarded -1 https://github.com/rollbear/trompeloeil/issues/321

Control: tags -1 confirmed

Hi Lucas,

This was caused by the recent upload of catch2 to the 3.x release track. 
The header name changed so naturally the build fails now.


Patching in catch2_all.hpp compiles but does fail to run to the tests. I 
asked upstream to support catch 3.x (see issue).



best,

--
Matthias Geiger 
Debian Maintainer
"Freiheit ist immer Freiheit des anders Denkenden" -- Rosa Luxemburg



OpenPGP_0x18BD106B3B6C5475.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1054536: cyrus-sasl2 FTBFS: sphinx failure: AttributeError("'str' object has no attribute 'attributes'")

2023-10-27 Thread Bastian Germann

Maybe it is the right fix. The last update of sphinx-rtd-theme has caused this 
issue
and I will wait for a while to have it fixed there.



Processed: Re: open3d: FTBFS: sh: 1: git: not found

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 sphinx-rtd-theme: 'str' object has no attribute 'attributes'
Bug #1054685 [python3-sphinx-rtd-theme] open3d: FTBFS: sh: 1: git: not found
Bug #1054830 [python3-sphinx-rtd-theme] python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")
Changed Bug title to 'sphinx-rtd-theme: 'str' object has no attribute 
'attributes'' from 'open3d: FTBFS: sh: 1: git: not found'.
Changed Bug title to 'sphinx-rtd-theme: 'str' object has no attribute 
'attributes'' from 'python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")'.
> affects -1 src:coreboot src:cyrus-sasl2
Bug #1054685 [python3-sphinx-rtd-theme] sphinx-rtd-theme: 'str' object has no 
attribute 'attributes'
Bug #1054830 [python3-sphinx-rtd-theme] sphinx-rtd-theme: 'str' object has no 
attribute 'attributes'
Added indication that 1054685 affects src:coreboot and src:cyrus-sasl2
Added indication that 1054830 affects src:coreboot and src:cyrus-sasl2

-- 
1054685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054685
1054830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054685: open3d: FTBFS: sh: 1: git: not found

2023-10-27 Thread Bastian Germann

Control: retitle -1 sphinx-rtd-theme: 'str' object has no attribute 'attributes'
Control: affects -1 src:coreboot src:cyrus-sasl2

On Fri, 27 Oct 2023 21:05:12 +0200 Lucas Nussbaum  wrote:

Reason: AttributeError("'str' object has no attribute 'attributes'")

I am getting the same theme error for coreboot (#1054834) and cyrus-sasl2 
(#1054536).
I guess there are other packages involved and it would be great to have a fix 
soon
before there are many other RC bugs filed.



Bug#1054784: marked as done (sword: FTBFS: dh_install: error: missing files, aborting)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 23:09:39 +
with message-id 
and subject line Bug#1054784: fixed in sword 1.9.0+dfsg-5
has caused the Debian Bug report #1054784,
regarding sword: FTBFS: dh_install: error: missing files, aborting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054784: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054784
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sword
Version: 1.9.0+dfsg-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> chrpath -d debian/tmp/usr/bin/*
> chrpath -d debian/tmp/usr/lib/x86_64-linux-gnu/*so*
> dh_install
> dh_install: warning: Cannot find (any matches for) 
> "obj-x86_64-linux-gnu/bindings/swig/python3/usr/lib" (tried in ., debian/tmp)
> 
> dh_install: warning: python3-sword missing files: 
> obj-x86_64-linux-gnu/bindings/swig/python3/usr/lib
> dh_install: error: missing files, aborting
> make[1]: *** [debian/rules:18: override_dh_install] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/sword_1.9.0+dfsg-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.
--- End Message ---
--- Begin Message ---
Source: sword
Source-Version: 1.9.0+dfsg-5
Done: Bastian Germann 

We believe that the bug you reported is fixed in the latest version of
sword, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann  (supplier of updated sword package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Oct 2023 22:32:31 +
Source: sword
Architecture: source
Version: 1.9.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: CrossWire Packaging Team 

Changed-By: Bastian Germann 
Closes: 1054784
Changes:
 sword (1.9.0+dfsg-5) unstable; urgency=medium
 .
   * Team upload
   * Remove unnecessary perl
   * Remove old repack script
   * Remove obvious quilt info
   * Remove bzr-builddeb cruft
   * Install python with deb layout (Closes: #1054784)
Checksums-Sha1:
 223506714c089254bab27b3b254a59f9e4d28556 2352 sword_1.9.0+dfsg-5.dsc
 4e27b7576d2945d5ef556b7dab6bc833c273201d 23764 sword_1.9.0+dfsg-5.debian.tar.xz
 f18686c4164f202c0834e1f749493891a427fa58 7231 
sword_1.9.0+dfsg-5_source.buildinfo
Checksums-Sha256:
 3a4a438bb2d95672faa7e1db4ca16776b4b5455e42ed51fcc52e1b01e2f8effd 2352 
sword_1.9.0+dfsg-5.dsc
 47f0d1a5184f14de01c4a5c0b4f39b70440f524499231498b8a0a4ec69d33ee6 23764 
sword_1.9.0+dfsg-5.debian.tar.xz
 42a759e05f64d46a372613ab805e40230ca2c7b1bb1d2972907844794096a6a6 7231 
sword_1.9.0+dfsg-5_source.buildinfo
Files:
 4a6816dea4a4b6241bc272d836209d74 2352 libs optional sword_1.9.0+dfsg-5.dsc
 5a0005af2f6c1206e5ee92b23f949a8b 23764 libs optional 
sword_1.9.0+dfsg-5.debian.tar.xz
 29cd3dca6eb5c5d5226fe9c699904fa6 7231 libs optional 
sword_1.9.0+dfsg-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmU8QHoQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFBG5C/sEyXa+bO9IT85XxLA0T/BfDWONe2RUL0CI
5FsU5yb/CSk8xYEcblJYlqjWW+CgLHWAHYpSRKxP8dZHT2x/HXvhNhmThv1WVQwZ
fKlLwzkC8g1zsLTlJwWEyoQgKUm/Muet1a00WNi6amAEdpuiFUxtCr3e924axqBL
0CVVTQultnMzB1e31+hqPVXlNCwhs3xJKLwYHp3NBfJ4NPQ

Bug#1054847: marked as done (isrcsubmit: FTBFS: make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 23:04:58 +
with message-id 
and subject line Bug#1054847: fixed in isrcsubmit 2.1.0-2
has caused the Debian Bug report #1054847,
regarding isrcsubmit: FTBFS: make[1]: *** [debian/rules:10: 
override_dh_auto_build] Error 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054847: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: isrcsubmit
Version: 2.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> 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.
> error: Multiple top-level packages discovered in a flat-layout: ['pkg', 
> 'test_data'].
> 
> To avoid accidental inclusion of unwanted files or directories,
> setuptools will not proceed with this build.
> 
> If you are trying to create a single distribution with multiple packages
> on purpose, you should not rely on automatic discovery.
> Instead, consider the following options:
> 
> 1. set up custom discovery (`find` directive with `include` or `exclude`)
> 2. use a `src-layout`
> 3. explicitly set `py_modules` or `packages` with a list of names
> 
> To find more information, look for "package discovery" on setuptools docs.
> make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/isrcsubmit_2.1.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.
--- End Message ---
--- Begin Message ---
Source: isrcsubmit
Source-Version: 2.1.0-2
Done: Sebastian Ramacher 

We believe that the bug you reported is fixed in the latest version of
isrcsubmit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated isrcsubmit 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Oct 2023 00:43:16 +0200
Source: isrcsubmit
Architecture: source
Version: 2.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Sebastian Ramacher 
Closes: 1054847
Changes:
 isrcsubmit (2.1.0-2) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
   * Set upstream metadata fields: Bug-Database.
   * Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
   * Update standards version to 4.5.0, no changes needed.
   * Remove constraints unnecessary since buster
 .
   [ Sebastian Ramacher ]
   * debian/control:
 - Bump Standards-Version
 -

Bug#1054809: marked as done (libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 22:56:34 +
with message-id 
and subject line Bug#1054809: fixed in libsys-hostip-perl 2.120-4
has caused the Debian Bug report #1054809,
regarding libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or 
directory at /<>/blib/lib/Sys/HostIP.pm line 171.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libsys-hostip-perl
Version: 2.120-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> 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
> t/00-compile.t .. 
> 1..1
> ok 1 - Sys/HostIP.pm loaded ok
> ok
> Can't exec "/sbin/ip": No such file or directory at 
> /<>/blib/lib/Sys/HostIP.pm line 171.
> Unable to detect interface information!
> Please open an issue on https://github.com/xsawyerx/sys-hostip/issues with 
> your 'ipconfig' or 'ifconfig' output at 
> /<>/blib/lib/Sys/HostIP.pm line 136.
> Can't exec "/sbin/ip": No such file or directory at 
> /<>/blib/lib/Sys/HostIP.pm line 171.
> Unable to detect interface information!
> Please open an issue on https://github.com/xsawyerx/sys-hostip/issues with 
> your 'ipconfig' or 'ifconfig' output at 
> /<>/blib/lib/Sys/HostIP.pm line 136.
> # Class IP: 
> 
> #   Failed test 'IP by class looks ok'
> #   at t/lib/Utils.pm line 70.
> #   ''
> # doesn't match '(?^x:^ \d+ (?: \. \d+ ){3} $)'
> Can't exec "/sbin/ip": No such file or directory at 
> /<>/blib/lib/Sys/HostIP.pm line 171.
> Unable to detect interface information!
> Please open an issue on https://github.com/xsawyerx/sys-hostip/issues with 
> your 'ipconfig' or 'ifconfig' output at 
> /<>/blib/lib/Sys/HostIP.pm line 136.
> 
> #   Failed test 'Found IP in IPs by class'
> #   at t/lib/Utils.pm line 78.
> Can't exec "/sbin/ip": No such file or directory at 
> /<>/blib/lib/Sys/HostIP.pm line 171.
> Unable to detect interface information!
> Please open an issue on https://github.com/xsawyerx/sys-hostip/issues with 
> your 'ipconfig' or 'ifconfig' output at 
> /<>/blib/lib/Sys/HostIP.pm line 136.
> # Looks like you failed 2 tests of 11.
> t/01-base.t . 
> 1..11
> not ok 1 - IP by class looks ok
> ok 2 - IP by class matches IP by sub
> ok 3 - 'scalar context ips() gets arrayref' isa 'ARRAY'
> not ok 4 - Found IP in IPs by class
> ok 5 - Length of class and sub ips() output is equal
> ok 6 - IPs by class match IPs by sub
> ok 7 - 'scalar context interfaces() gets hashref' isa 'HASH'
> ok 8 - Matching number of interfaces and ips
> ok 9 - interfaces() output by class and sub are equal
> ok 10 - 'scalar context if_info() gets hashref' isa 'HASH'
> ok 11 - if_info set as attribute
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/11 subtests 
> # Class IP: 169.254.109.232
> # Class IP: 192.168.1.100
> # Class IP: 192.168.40.241
> # Class IP: 10.0.2.15
> # Class IP: 192.168.1.101
> # Class IP: 192.168.2.118
> # Class IP: 192.168.2.118
> # Class IP: 192.168.2.118
> # Class IP: 192.168.56.1
> # Class IP: 192.168.0.10
> # Class IP: 0.0.0.0
> # Class IP: 10.0.2.15
> t/02-base-mocked-windows.t .. 
> 1..180
> # ipconfig-2k.txt
> ok 1 - Windows was called
> ok 2 - Windows was called
> ok 3 - IP by class looks ok
> ok 4 - IP by class matches IP by sub
> ok 5 - Windows was called
> ok 6 - 'scalar context ips() gets arrayref' isa 'ARRAY'
> ok 7 - Found IP in IPs by class
> ok 8 - Length of class and sub ips() output is equal
> ok 9 - IPs by class match IPs by sub
> ok 10 - Windows was called
> ok 11 - 'scalar context interfaces() gets hashref' isa 'HASH'
> ok 12 - Matching number of interfaces and ips
> ok 13 - interfaces() output by class and sub are equal
> ok 14 - 'scalar context if_info() gets hashref' isa 'HASH'
> ok 15 - if_

Bug#1054460: podman,podman-docker: file overlap with podman-compose/docker-compose

2023-10-27 Thread Krystal Clarke

Hi all,


It seems this bug hasn't been resolved, despite the bug report being 
flagged as such:


Unpacking podman (4.7.1+ds4-4) over (4.6.2+ds1-4) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-4vjyoy/03-podman_4.7.1+ds4-4_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/podman-compose.1.gz', which 
is also in package podman-compose 1.0.6-1



Regards,

Krystal.



Processed: Re: Bug#1054644: xfsprogs-udeb: causes D-I to fail, reporting errors about missing partition devices

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 grub2
Bug #1054644 [xfsprogs-udeb] xfsprogs-udeb: causes D-I to fail, reporting 
errors about missing partition devices
Bug reassigned from package 'xfsprogs-udeb' to 'grub2'.
No longer marked as found in versions xfsprogs/6.5.0-1.
Ignoring request to alter fixed versions of bug #1054644 to the same values 
previously set

-- 
1054644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054644: xfsprogs-udeb: causes D-I to fail, reporting errors about missing partition devices

2023-10-27 Thread Bastian Germann

Control: reassign -1 grub2

Please consider applying the identified patch so that debian installer does not 
break installing on XFS.



Bug#1054809: marked as pending in libsys-hostip-perl

2023-10-27 Thread gregor herrmann
Control: tag -1 pending

Hello,

Bug #1054809 in libsys-hostip-perl reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/perl-team/modules/packages/libsys-hostip-perl/-/commit/19dfdcd4d1aff7bf71181caad7313de23d529132


Add patch to use /usr/sbin/ip instead of /sbin/ip.

Closes: #1054809
Thanks: Lucas Nussbaum.


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1054809



Bug#1054644: xfsprogs-udeb: causes D-I to fail, reporting errors about missing partition devices

2023-10-27 Thread Philip Hands
Anthony Iliopoulos  writes:
...
> Yeap it is due to nrext64, I've submitted a patch to grub (should have
> cc'ed linux-xfs..)
>
> https://lore.kernel.org/grub-devel/20231026095339.31802-1-ail...@suse.com/

That certainly seems to fix this bug.

I tested it by applying that patch to grub, and then getting that
version of grub installed into the target just after the initial attempt
to run grub had failed, which then allows a retry of the grub install
step to succeed.

Also, with the patched version: `grub-probe -d /dev/vda1` produces 'xfs'

Cheers, Phil.
-- 
Philip Hands -- https://hands.com/~phil



Processed: Bug#1054809 marked as pending in libsys-hostip-perl

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1054809 [src:libsys-hostip-perl] libsys-hostip-perl: FTBFS: Can't exec 
"/sbin/ip": No such file or directory at 
/<>/blib/lib/Sys/HostIP.pm line 171.
Added tag(s) pending.

-- 
1054809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread gregor herrmann
On Fri, 27 Oct 2023 23:53:22 +0200, Lucas Nussbaum wrote:

> Hi Gregor,

Hi Lucas,

and thanks for your quick help!
 
> > > > Can't exec "/sbin/ip": No such file or directory at 
> > > > /<>/blib/lib/Sys/HostIP.pm line 171.
> > 
> > That's a bit surprising … In my (usr-merged) sid cowbuilder chroots,
> > I have (after installing iproute2) lots of options of calling ip(8),
> > among them /sbin/ip:
> 
> My build chroot is still unmerged. I think it's the same on the buildd.

I don't think the latter is still the case but I don't have the
capacity to keep all usr-merge details in my head.

> And `dpkg -L iproute2` says it's /usr/sbin/ip

Oh -- I had't realized that the files were physically moved, and now
the old paths only work on merged systems. Hooray!

Alright, trivial patch incoming …


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   


signature.asc
Description: Digital Signature


Processed: Re: python-laspy: FTBFS: make: *** [debian/rules:11: binary] Error 25

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> retitle 1054830 python3-sphinx-rtd-theme: Theme error: AttributeError("'str' 
> object has no attribute 'attributes'")
Bug #1054830 [src:python-laspy] python-laspy: FTBFS: make: *** 
[debian/rules:11: binary] Error 25
Changed Bug title to 'python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")' from 
'python-laspy: FTBFS: make: *** [debian/rules:11: binary] Error 25'.
> reassign 1054830 python3-sphinx-rtd-theme 2.0.0~rc3+dfsg-1
Bug #1054830 [src:python-laspy] python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")
Bug reassigned from package 'src:python-laspy' to 'python3-sphinx-rtd-theme'.
No longer marked as found in versions python-laspy/2.5.1-3.
Ignoring request to alter fixed versions of bug #1054830 to the same values 
previously set
Bug #1054830 [python3-sphinx-rtd-theme] python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")
Marked as found in versions sphinx-rtd-theme/2.0.0~rc3+dfsg-1.
> reassign 1054685 python3-sphinx-rtd-theme 2.0.0~rc3+dfsg-1
Bug #1054685 [src:open3d] open3d: FTBFS: sh: 1: git: not found
Bug reassigned from package 'src:open3d' to 'python3-sphinx-rtd-theme'.
No longer marked as found in versions open3d/0.17.0+ds-8.
Ignoring request to alter fixed versions of bug #1054685 to the same values 
previously set
Bug #1054685 [python3-sphinx-rtd-theme] open3d: FTBFS: sh: 1: git: not found
Marked as found in versions sphinx-rtd-theme/2.0.0~rc3+dfsg-1.
> forcemerge 1054830 1054685
Bug #1054830 [python3-sphinx-rtd-theme] python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")
Bug #1054685 [python3-sphinx-rtd-theme] open3d: FTBFS: sh: 1: git: not found
Merged 1054685 1054830
> affects 1054830 src:open3d src:python-laspy
Bug #1054830 [python3-sphinx-rtd-theme] python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")
Bug #1054685 [python3-sphinx-rtd-theme] open3d: FTBFS: sh: 1: git: not found
Added indication that 1054830 affects src:open3d and src:python-laspy
Added indication that 1054685 affects src:open3d and src:python-laspy

-- 
1054685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054685
1054830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054830: python-laspy: FTBFS: make: *** [debian/rules:11: binary] Error 25

2023-10-27 Thread Timo Röhling

Control: retitle 1054830 python3-sphinx-rtd-theme: Theme error: 
AttributeError("'str' object has no attribute 'attributes'")
Control: reassign 1054830 python3-sphinx-rtd-theme 2.0.0~rc3+dfsg-1
Control: reassign 1054685 python3-sphinx-rtd-theme 2.0.0~rc3+dfsg-1
Control: forcemerge 1054830 1054685
Control: affects 1054830 src:open3d src:python-laspy

Hi Dmitry,

looks like the Sphinx RTD theme 2.0.0~rc3 has a rendering bug:

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [  3%] api/index

Theme error:
An error happened in rendering the page api/index.
Reason: AttributeError("'str' object has no attribute 'attributes'")
E: pybuild pybuild:395: install: plugin pyproject failed with: exit code=2: cd docs && pandoc /<>/CHANGELOG.md 
-o /<>/CHANGELOG.rst && PYTHONPATH=/<>/.pybuild/cpython3_3.11_laspy/build python3.11 
-m sphinx -b html . /<>/debian/python-laspy-doc/usr/share/doc/python-laspy-doc/html


Cheers
Timo

--
⢀⣴⠾⠻⢶⣦⠀   ╭╮
⣾⠁⢠⠒⠀⣿⡁   │ Timo Röhling   │
⢿⡄⠘⠷⠚⠋⠀   │ 9B03 EBB9 8300 DF97 C2B1  23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄   ╰╯


signature.asc
Description: PGP signature


Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread Lucas Nussbaum
Hi Gregor,

On 27/10/23 at 22:41 +0200, gregor herrmann wrote:
> Control: tag -1 + unreproducible moreinfo
> 
> On Fri, 27 Oct 2023 21:42:42 +0200, Lucas Nussbaum wrote:
> 
> > Source: libsys-hostip-perl
> > Version: 2.120-3
> > Severity: serious
> > Justification: FTBFS
> > Tags: trixie sid ftbfs
> > User: lu...@debian.org
> > Usertags: ftbfs-20231027 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 '/<>'
> > > 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
> > > t/00-compile.t .. 
> > > 1..1
> > > ok 1 - Sys/HostIP.pm loaded ok
> > > ok
> > > Can't exec "/sbin/ip": No such file or directory at 
> > > /<>/blib/lib/Sys/HostIP.pm line 171.
> 
> That's a bit surprising … In my (usr-merged) sid cowbuilder chroots,
> I have (after installing iproute2) lots of options of calling ip(8),
> among them /sbin/ip:

My build chroot is still unmerged. I think it's the same on the buildd.
And `dpkg -L iproute2` says it's /usr/sbin/ip

Lucas



Bug#1054705: marked as done (tomcat10: FTBFS: [javac] /<>/java/org/apache/catalina/loader/WebappLoader.java:42: error: package org.apache.tomcat.jakartaee does not exist)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 21:25:15 +
with message-id 
and subject line Bug#1054705: fixed in tomcat10 10.1.15-1
has caused the Debian Bug report #1054705,
regarding tomcat10: FTBFS: [javac] 
/<>/java/org/apache/catalina/loader/WebappLoader.java:42: error: 
package org.apache.tomcat.jakartaee does not exist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tomcat10
Version: 10.1.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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_build -- -Ddistribution.name=Debian embed-jars deploy
>   ant -propertyfile ./debian/ant.properties -Duser.name debian 
> -Ddistribution.name=Debian embed-jars deploy
> Buildfile: /<>/build.xml
>[tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been 
> set to 1696923899
> 
> build-prepare:
> [mkdir] Created dir: /<>/output/classes
> [mkdir] Created dir: /<>/output/build
> [mkdir] Created dir: /<>/output/build/bin
> [mkdir] Created dir: /<>/output/build/conf
> [mkdir] Created dir: /<>/output/build/lib
> [mkdir] Created dir: /<>/output/build/logs
> [mkdir] Created dir: /<>/output/build/temp
> [mkdir] Created dir: /<>/output/build/webapps
> [mkdir] Created dir: /<>/output/build/webapps-javaee
> 
> build-manifests:
> [mkdir] Created dir: /<>/output/manifests
>  [copy] Copying 22 files to /<>/output/manifests
> 
> download-bnd:
>[tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been 
> set to 1696923899
> 
> testexist:
>  [echo] Testing  for /usr/share/java/bnd.jar
> 
> setproxy:
> 
> downloadfile:
> 
> setup-bnd:
> 
> compile-prepare:
>  [copy] Copying 1 file to 
> /<>/java/org/apache/catalina/startup
>  [copy] Copying 1 file to /<>/webapps/docs
> 
> download-validate:
> 
> validate:
> 
> compile:
> [javac] Compiling 1750 source files to /<>/output/classes
> [javac] 
> /<>/java/org/apache/catalina/loader/WebappLoader.java:42: error: 
> package org.apache.tomcat.jakartaee does not exist
> [javac] import org.apache.tomcat.jakartaee.ClassConverter;
> [javac]   ^
> [javac] 
> /<>/java/org/apache/catalina/loader/WebappLoader.java:43: error: 
> package org.apache.tomcat.jakartaee does not exist
> [javac] import org.apache.tomcat.jakartaee.EESpecProfile;
> [javac]   ^
> [javac] 
> /<>/java/org/apache/catalina/loader/WebappLoader.java:44: error: 
> package org.apache.tomcat.jakartaee does not exist
> [javac] import org.apache.tomcat.jakartaee.EESpecProfiles;
> [javac]   ^
> [javac] 
> /<>/java/org/apache/catalina/startup/HostConfig.java:70: error: 
> package org.apache.tomcat.jakartaee does not exist
> [javac] import org.apache.tomcat.jakartaee.Migration;
> [javac]   ^
> [javac] /<>/java/jakarta/el/ArrayELResolver.java:129: 
> warning: [removal] getFeatureDescriptors(ELContext,Object) in ELResolver has 
> been deprecated and marked for removal
> [javac] public Iterator 
> getFeatureDescriptors(ELContext context, Object base) {
> [javac]^
> [javac] /<>/java/jakarta/el/BeanELResolver.java:184: 
> warning: [removal] getFeatureDescriptors(ELContext,Object) in ELResolver has 
> been deprecated and marked for removal
> [javac] public Iterator 
> getFeatureDescriptors(ELContext context, Object base) {
> [javac]^
> [javac] /<>/java/jakarta/el/BeanNameELResolver.java:152: 
> warning: [removal] getFeatureDescriptors(ELContext,Object) in ELResolver has 
> been deprecated and marked for removal
> [javac] public Iterator 
> getFeatureDescriptors(ELContext context, Object base) {
> [javac]  

Bug#1054774: marked as done (libcgi-application-plugin-session-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 21:23:06 +
with message-id 
and subject line Bug#1054774: fixed in libcgi-application-plugin-session-perl 
1.05-4
has caused the Debian Bug report #1054774,
regarding libcgi-application-plugin-session-perl: FTBFS: dh_auto_test: error: 
make -j8 test TEST_VERBOSE=1 returned exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcgi-application-plugin-session-perl
Version: 1.05-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> 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
> t/01_basic.t .. 
> 1..15
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - session created
> ok 3 - session cookie set
> ok 4 - found session id
> ok 5 - Retrieved Session Config
> ok 6 - session_config called after session created
> ok 7 - session found
> ok 8 - session parameter retrieved
> ok 9 - session cookie set
> ok 10 - session found
> ok 11 - session parameter retrieved
> ok 12 - session cookie not set
> ok 13 - session created
> ok 14 - session parameter not found
> ok 15 - session cookie set
> ok
> t/02_cookie.t . 
> 1..7
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - session created
> ok 3 - session cookie set
> ok 4 - found session id
> ok 5 - domain found in cookie
> ok 6 - path found in cookie
> ok 7 - expires found in cookie
> ok
> t/03_nocookie.t ... 
> 1..4
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - session created
> ok 3 - session cookie not set
> ok 4 - found session id
> ok
> t/04_cgisimple.t .. 
> 1..12
> ok 1 - session created
> ok 2 - using CGI::Simple
> ok 3 - session cookie set
> ok 4 - found session id
> ok 5 - session found
> ok 6 - session parameter retrieved
> ok 7 - using CGI::Simple
> ok 8 - session cookie not set
> ok 9 - session created
> ok 10 - session parameter not found
> ok 11 - using CGI::Simple
> ok 12 - session cookie set
> ok
> t/05_sid.t  
> 1..10
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - session created
> ok 3 - session cookie set
> ok 4 - found session id
> ok 5 - session found
> ok 6 - session parameter retrieved
> ok 7 - session cookie not set
> ok 8 - session created
> ok 9 - session parameter not found
> ok 10 - session cookie set
> ok
> 
> #   Failed test 'Expiry should not change'
> #   at t/06_expiry.t line 69.
> #  got: undef
> # expected: '-1'
> # Looks like you failed 1 test of 16.
> t/06_expiry.t . 
> 1..16
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - expiry set correctly
> ok 3 - session cookie set
> ok 4 - session cookie expiry set
> ok 5 - found session id
> ok 6 - expiry set correctly
> ok 7 - session cookie set
> ok 8 - session cookie expiry set
> ok 9 - Expiry should not change
> ok 10 - found session id
> ok 11 - Session was reused
> ok 12 - expiry set correctly
> ok 13 - session cookie set
> ok 14 - session cookie expiry set
> not ok 15 - Expiry should not change
> ok 16 - found session id
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/16 subtests 
> t/07_defaults.t ... 
> 1..3
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - session created
> ok 3 - found session id
> ok
> t/08_notcgipm.t ... 
> 1..13
> ok 1 - use CGI::Application::Plugin::Session;
> ok 2 - session created
> ok 3 - session cookie set
> ok 4 - found session id
> ok 5 - session found
> ok 6 - session parameter retrieved
> ok 7 - session cookie set
> ok 8 - session found
> ok 9 - session parameter retrieved
> ok 10 - session cookie not set
> ok 11 - session created
> ok 12 - session parameter not found
> ok 13 - session cookie set
> ok
> t/09_options.t  
> 1..9
> ok 1 - use CGI::Applica

Bug#1054727: marked as done (rails: FTBFS: build-dependency not installable: ruby-thin (>= 1.6.0))

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 21:24:35 +
with message-id 
and subject line Bug#1054256: fixed in ruby-blade 0.7.1-5
has caused the Debian Bug report #1054256,
regarding rails: FTBFS: build-dependency not installable: ruby-thin (>= 1.6.0)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rails
Version: 2:6.1.7.3+dfsg-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 13), gem2deb, rollup, 
> node-rollup-plugin-node-resolve (>= 11~), node-rollup-plugin-commonjs (>= 
> 15~), node-rollup-plugin-babel (>= 5.2~), node-babel7, webpack, coffeescript, 
> ruby-byebug, puma (>= 5~), racc, rake (>= 11.1), ruby-bcrypt (<< 3.2), 
> ruby-bcrypt (>= 3.1.11), ruby-benchmark-ips, ruby-blade, 
> ruby-blade-sauce-labs-plugin, ruby-capybara (>= 2.15), 
> ruby-chromedriver-helper, ruby-connection-pool, ruby-dalli, ruby-delayed-job 
> (>= 4.1.9~), ruby-delayed-job-active-record (>= 4.1.6~), ruby-hiredis, 
> ruby-image-processing (<< 2.0), ruby-json (>= 2.0.0), ruby-libxml, 
> ruby-listen (>= 3.2~), ruby-minitest-reporters, ruby-mysql2 (>= 0.4.10), 
> ruby-pg (>= 0.18.0), ruby-rack-cache (<< 2.0), ruby-redis (<< 5.0), 
> ruby-redis (>= 4.0), ruby-redis-namespace, ruby-sass-rails (>= 6.0~), 
> ruby-sdoc, ruby-selenium-webdriver (>= 4.0.0), ruby-sequel, ruby-sidekiq, 
> ruby-sprockets-export, ruby-sqlite3, ruby-turbolinks (>= 5.0), ruby-terser, 
> ruby-webmock, ruby-webpacker, ruby-builder (<< 4.0), ruby-bundler, 
> ruby-concurrent (<< 2.0), ruby-concurrent (>= 1.0.2), ruby-erubi (<< 2.0), 
> ruby-globalid (>= 0.5.0~), ruby-i18n (>= 1.6~), ruby-mail (>= 2.7.1), 
> ruby-marcel (>= 1.0~), ruby-mini-mime (>= 1.1~), ruby-method-source, 
> ruby-minitest (<< 6.0), ruby-nio4r (<< 3.0), ruby-nio4r (>= 2.0), 
> ruby-nokogiri (>= 1.8.5), ruby-rack (<< 3.0), ruby-rack (>= 2.0.8), 
> ruby-rack-test (>= 0.6.3), ruby-rails-dom-testing (<< 3.0), 
> ruby-rails-dom-testing (>= 2.0), ruby-rails-html-sanitizer (<< 2.0), 
> ruby-rails-html-sanitizer (>= 1.2~), ruby-sprockets-rails (>= 2.3.2~), 
> ruby-thor (>= 1.0~), ruby-tzinfo (>= 2.0), ruby-webrick (>= 1.7~), 
> ruby-websocket-driver, sqlite3, ruby-zeitwerk (>= 2.3~), redis-server, 
> procps, build-essential, fakeroot
> Filtered Build-Depends: debhelper-compat (= 13), gem2deb, rollup, 
> node-rollup-plugin-node-resolve (>= 11~), node-rollup-plugin-commonjs (>= 
> 15~), node-rollup-plugin-babel (>= 5.2~), node-babel7, webpack, coffeescript, 
> ruby-byebug, puma (>= 5~), racc, rake (>= 11.1), ruby-bcrypt (<< 3.2), 
> ruby-bcrypt (>= 3.1.11), ruby-benchmark-ips, ruby-blade, 
> ruby-blade-sauce-labs-plugin, ruby-capybara (>= 2.15), 
> ruby-chromedriver-helper, ruby-connection-pool, ruby-dalli, ruby-delayed-job 
> (>= 4.1.9~), ruby-delayed-job-active-record (>= 4.1.6~), ruby-hiredis, 
> ruby-image-processing (<< 2.0), ruby-json (>= 2.0.0), ruby-libxml, 
> ruby-listen (>= 3.2~), ruby-minitest-reporters, ruby-mysql2 (>= 0.4.10), 
> ruby-pg (>= 0.18.0), ruby-rack-cache (<< 2.0), ruby-redis (<< 5.0), 
> ruby-redis (>= 4.0), ruby-redis-namespace, ruby-sass-rails (>= 6.0~), 
> ruby-sdoc, ruby-selenium-webdriver (>= 4.0.0), ruby-sequel, ruby-sidekiq, 
> ruby-sprockets-export, ruby-sqlite3, ruby-turbolinks (>= 5.0), ruby-terser, 
> ruby-webmock, ruby-webpacker, ruby-builder (<< 4.0), ruby-bundler, 
> ruby-concurrent (<< 2.0), ruby-concurrent (>= 1.0.2), ruby-erubi (<< 2.0), 
> ruby-globalid (>= 0.5.0~), ruby-i18n (>= 1.6~), ruby-mail (>= 2.7.1), 
> ruby-marcel (>= 1.0~), ruby-mini-mime (>= 1.1~),

Bug#1054256: marked as done (ruby-blade: uninstallable in unstable (ruby-blade : Depends: ruby-thin (>= 1.6.0) but it is not installable))

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 21:24:35 +
with message-id 
and subject line Bug#1054256: fixed in ruby-blade 0.7.1-5
has caused the Debian Bug report #1054256,
regarding ruby-blade: uninstallable in unstable (ruby-blade : Depends: 
ruby-thin (>= 1.6.0) but it is not installable)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-blade
Version: 0.7.1-4
Severity: serious
Justification: uninstallable

After the last upload, ruby-blade ended up with a dependency on
ruby-thin, which does not exist.

8<8<8<-
$ LANG=C sudo apt install ruby-blade/unstable
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version '0.7.1-4' (Debian:unstable [all]) for 'ruby-blade'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ruby-blade : Depends: ruby-thin (>= 1.6.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
8<8<8<-

The correct dependency would be on `thin`.

This is actually caused by a bug in gem2deb (unreported), which was not
finding the correct mapping between gem names and Debian package names
for architecture dependent packages. In any case, ruby-blade will need a
no changes upload to be rebuilt once gem2deb 2.2, just uploaded, is
available.

See 
https://salsa.debian.org/ruby-team/gem2deb/-/commit/827cb954c941872e24bb8f489d1a54cba416694b
for more details.

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: arm64 (aarch64)

Kernel: Linux 6.5.0-1-arm64 (SMP w/32 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.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 ruby-blade depends on:
ii  ruby  1:3.1
ii  ruby-activesupport2:6.1.7.3+dfsg-2
ii  ruby-blade-qunit-adapter  2.0.1-2
ii  ruby-curses   1.4.4-1+b2
ii  ruby-eventmachine 1.3~pre20220315-df4ab006-3+b1
ii  ruby-faye 1.4.0-1
ii  ruby-sprockets3.7.2-4
pn  ruby-thin 
ii  ruby-thor 1.2.2-1
ii  ruby-useragent0.16.8-1.1
ii  thin  1.8.1-2

ruby-blade recommends no packages.

ruby-blade suggests no packages.


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ruby-blade
Source-Version: 0.7.1-5
Done: Antonio Terceiro 

We believe that the bug you reported is fixed in the latest version of
ruby-blade, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated ruby-blade package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 27 Oct 2023 17:44:30 -0300
Source: ruby-blade
Architecture: source
Version: 0.7.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 

Changed-By: Antonio Terceiro 
Closes: 1054256
Changes:
 ruby-blade (0.7.1-5) unstable; urgency=medium
 .
   * Team upload.
   * No changes source upload to fix build after gem2deb update
 (Closes: #1054256)
Checksums-Sha1:
 8ddd06017442ba5c841aa140662da0d455bf2b73 2168 ruby-blade_0.7.1-5.dsc
 55a76494b091db7b492cc806def3320fd5ab6986 3532 ruby-blade_0.7.1-5.debian.tar.xz
 586bbd3320193d4d990636c7297ec206753a25cf 13842 
ruby-blade_0.7.1-5_source.buildinfo
Checksums-Sha256:
 e6a50eef8a48ec358b9fd31c155de9bf600c22caf484aeb855fbe690e91b3271 2168 
ruby-blade_0.7.1-5.dsc
 

Processed: reassign 1054727 to ruby-blade, forcibly merging 1054256 1054727, affects 1054256

2023-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 1054727 ruby-blade
Bug #1054727 [src:rails] rails: FTBFS: build-dependency not installable: 
ruby-thin (>= 1.6.0)
Bug reassigned from package 'src:rails' to 'ruby-blade'.
No longer marked as found in versions rails/2:6.1.7.3+dfsg-2.
Ignoring request to alter fixed versions of bug #1054727 to the same values 
previously set
> forcemerge 1054256 1054727
Bug #1054256 [ruby-blade] ruby-blade: uninstallable in unstable (ruby-blade : 
Depends: ruby-thin (>= 1.6.0) but it is not installable)
Bug #1054727 [ruby-blade] rails: FTBFS: build-dependency not installable: 
ruby-thin (>= 1.6.0)
Marked as found in versions ruby-blade/0.7.1-4.
Bug #1054256 [ruby-blade] ruby-blade: uninstallable in unstable (ruby-blade : 
Depends: ruby-thin (>= 1.6.0) but it is not installable)
Added tag(s) trixie, ftbfs, and sid.
Merged 1054256 1054727
> affects 1054256 src:rails
Bug #1054256 [ruby-blade] ruby-blade: uninstallable in unstable (ruby-blade : 
Depends: ruby-thin (>= 1.6.0) but it is not installable)
Bug #1054727 [ruby-blade] rails: FTBFS: build-dependency not installable: 
ruby-thin (>= 1.6.0)
Added indication that 1054256 affects src:rails
Added indication that 1054727 affects src:rails
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1054256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054256
1054727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Bug#1054774 marked as pending in libcgi-application-plugin-session-perl

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1054774 [src:libcgi-application-plugin-session-perl] 
libcgi-application-plugin-session-perl: FTBFS: dh_auto_test: error: make -j8 
test TEST_VERBOSE=1 returned exit code 2
Added tag(s) pending.

-- 
1054774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054774: marked as pending in libcgi-application-plugin-session-perl

2023-10-27 Thread gregor herrmann
Control: tag -1 pending

Hello,

Bug #1054774 in libcgi-application-plugin-session-perl reported by you has been 
fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-session-perl/-/commit/804f010e4c631c428a60b48add2ee337a22d5e34


Add patch from upstream PR to fix test failure with newer CGI.pm.

Closes: #1054774


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1054774



Bug#1054694: marked as done (glib2.0: FTBFS: make[1]: *** [debian/rules:124: override_dh_auto_test-arch] Error 1)

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 16:46:03 -0400
with message-id 

and subject line Re: Bug#1054694: glib2.0: FTBFS: make[1]: *** 
[debian/rules:124: override_dh_auto_test-arch] Error 1
has caused the Debian Bug report #1054694,
regarding glib2.0: FTBFS: make[1]: *** [debian/rules:124: 
override_dh_auto_test-arch] Error 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glib2.0
Version: 2.78.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> >>> MALLOC_PERTURB_=245 MALLOC_CHECK_=2 G_ENABLE_DIAGNOSTIC=1 
> >>> LD_LIBRARY_PATH=/<>/debian/build/deb/glib:/<>/debian/build/deb/gmodule:/<>/debian/build/deb/gio:/<>/debian/build/deb/gobject
> >>>  G_TEST_SRCDIR=/<>/gio/tests G_DEBUG=gc-friendly 
> >>> GIO_LAUNCH_DESKTOP=/<>/debian/build/deb/gio/gio-launch-desktop
> >>>  G_TEST_BUILDDIR=/<>/debian/build/deb/gio/tests 
> >>> GIO_MODULE_DIR='' 
> >>> /<>/debian/build/deb/gio/tests/gdbus-test-codegen-old
> ▶ 334/370 /gdbus/codegen/annotations  
>  OK
> ▶ 334/370 /gdbus/codegen/interface_stability  
>  OK
> glib:gio+gdbus-codegen / gdbus-test-codegen-old time out (After 90.0 seconds)
> 334/370 glib:gio+gdbus-codegen / gdbus-test-codegen-old   
>  TIMEOUT 90.10s   killed by signal 15 SIGTERM
> 
> 335/370 glib:gio+gdbus-codegen / gdbus-test-codegen-min-required-2-64 
>  RUNNING   
> >>> MALLOC_CHECK_=2 G_ENABLE_DIAGNOSTIC=1 
> >>> LD_LIBRARY_PATH=/<>/debian/build/deb/glib:/<>/debian/build/deb/gmodule:/<>/debian/build/deb/gio:/<>/debian/build/deb/gobject
> >>>  G_TEST_SRCDIR=/<>/gio/tests MALLOC_PERTURB_=187 
> >>> G_DEBUG=gc-friendly 
> >>> GIO_LAUNCH_DESKTOP=/<>/debian/build/deb/gio/gio-launch-desktop
> >>>  G_TEST_BUILDDIR=/<>/debian/build/deb/gio/tests 
> >>> GIO_MODULE_DIR='' 
> >>> /<>/debian/build/deb/gio/tests/gdbus-test-codegen-min-required-2-64
> ▶ 335/370 /gdbus/codegen/annotations  
>  OK
> ▶ 335/370 /gdbus/codegen/interface_stability  
>  OK
> ▶ 335/370 /gdbus/codegen/object-manager   
>  OK
> ▶ 335/370 /gdbus/codegen/property-naming  
>  OK
> ▶ 335/370 /gdbus/codegen/autocleanups 
>  OK
> ▶ 335/370 /gdbus/codegen/deprecations 
>  OK
> ▶ 335/370 /gdbus/codegen/standalone-interface-info
>  OK
> ▶ 335/370 /gdbus/codegen/unix-fd-list 
>  OK
> 335/370 glib:gio+gdbus-codegen / gdbus-test-codegen-min-required-2-64 
>  OK   0.09s   8 subtests passed
> 
> 336/370 glib:gio / gapplication   
>  RUNNING   
> >>> MALLOC_CHECK_=2 G_ENABLE_DIAGNOSTIC=1 
> >>> LD_LIBRARY_PATH=/<>/debian/build/deb/glib:/<>/debian/build/deb/gmodule:/<>/debian/build/deb/gio:/<>/debian/build/deb/gobject
> >>>  G_TEST_SRCDIR=/<>/gio/tests G_DEBUG=gc-friendly 
> >>> GIO_LAUNCH_DESKTOP=/<>/debian/build/deb/gio/gio-launch-desktop
> >>>  MALLOC_PERTURB_=221 
> >>> G_TEST_BUILDDIR=/<>/debian/build/deb/gio/tests 
> >>> GIO_MODULE_DIR='' /<>/debian/build/deb/gio/tests/gapplication
> ▶ 336/370 /gapplication/no-dbus   
>  OK
> ▶ 336/370 /gapplication/no-appid  
>  OK
> ▶ 336/370 /gapplication/properties
>  OK
> ▶ 336/370 

Processed: bug 1054774 is forwarded to https://rt.cpan.org/Public/Bug/Display.html?id=149959, tagging 1054774

2023-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 1054774 https://rt.cpan.org/Public/Bug/Display.html?id=149959
Bug #1054774 [src:libcgi-application-plugin-session-perl] 
libcgi-application-plugin-session-perl: FTBFS: dh_auto_test: error: make -j8 
test TEST_VERBOSE=1 returned exit code 2
Set Bug forwarded-to-address to 
'https://rt.cpan.org/Public/Bug/Display.html?id=149959'.
> tags 1054774 + upstream
Bug #1054774 [src:libcgi-application-plugin-session-perl] 
libcgi-application-plugin-session-perl: FTBFS: dh_auto_test: error: make -j8 
test TEST_VERBOSE=1 returned exit code 2
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1054774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 1054774

2023-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1054774 + confirmed
Bug #1054774 [src:libcgi-application-plugin-session-perl] 
libcgi-application-plugin-session-perl: FTBFS: dh_auto_test: error: make -j8 
test TEST_VERBOSE=1 returned exit code 2
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1054774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + unreproducible moreinfo
Bug #1054809 [src:libsys-hostip-perl] libsys-hostip-perl: FTBFS: Can't exec 
"/sbin/ip": No such file or directory at 
/<>/blib/lib/Sys/HostIP.pm line 171.
Added tag(s) moreinfo and unreproducible.

-- 
1054809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054809: libsys-hostip-perl: FTBFS: Can't exec "/sbin/ip": No such file or directory at /<>/blib/lib/Sys/HostIP.pm line 171.

2023-10-27 Thread gregor herrmann
Control: tag -1 + unreproducible moreinfo

On Fri, 27 Oct 2023 21:42:42 +0200, Lucas Nussbaum wrote:

> Source: libsys-hostip-perl
> Version: 2.120-3
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231027 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 '/<>'
> > 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
> > t/00-compile.t .. 
> > 1..1
> > ok 1 - Sys/HostIP.pm loaded ok
> > ok
> > Can't exec "/sbin/ip": No such file or directory at 
> > /<>/blib/lib/Sys/HostIP.pm line 171.

That's a bit surprising … In my (usr-merged) sid cowbuilder chroots,
I have (after installing iproute2) lots of options of calling ip(8),
among them /sbin/ip:

# ls -la /bin/ip /usr/bin/ip /sbin/ip /usr/sbin/ip
-rwxr-xr-x 1 root root 705432 Oct 24 14:24 /bin/ip
lrwxrwxrwx 1 root root  9 Oct 24 14:24 /sbin/ip -> ../bin/ip
-rwxr-xr-x 1 root root 705432 Oct 24 14:24 /usr/bin/ip
lrwxrwxrwx 1 root root  9 Oct 24 14:24 /usr/sbin/ip -> ../bin/ip

(And the tests run successfully in this chroot.)

I'm wondering if the test system misses the (/bin and) /sbin
symlink(s) into /usr? Or something else?

Of course looking for all of /bin/ip /sbin/ip /usr/bin/ip /usr/sbin/ip
or using File::Which etc. would fix this (except that I can't
reproduce the problem in the first place), but I'd like to understand
what's going on here …
 

Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   


signature.asc
Description: Digital Signature


Processed (with 1 error): Re: Bug#1054727: rails: FTBFS: build-dependency not installable: ruby-thin (>= 1.6.0)

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 1054256 -1
Bug #1054256 [ruby-blade] ruby-blade: uninstallable in unstable (ruby-blade : 
Depends: ruby-thin (>= 1.6.0) but it is not installable)
Unable to merge bugs because:
package of #1054727 is 'src:rails' not 'ruby-blade'
Failed to forcibly merge 1054256: Did not alter merged bugs.


-- 
1054256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054256
1054727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054727: rails: FTBFS: build-dependency not installable: ruby-thin (>= 1.6.0)

2023-10-27 Thread Antonio Terceiro
Control: forcemerge 1054256 -1
Control affects 1054256 + src:rails

On Fri, Oct 27, 2023 at 09:27:35PM +0200, Lucas Nussbaum wrote:
> Source: rails
> Version: 2:6.1.7.3+dfsg-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231027 ftbfs-trixie
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> 
> Relevant part (hopefully):
> > +--+
> > | Install package build dependencies
> >|
> > +--+
> > 
> > 
> > Setup apt archive
> > -
[...]
> > Install main build dependencies (apt-based resolver)
> > 
> > 
> > Installing build dependencies
> > Reading package lists...
> > Building dependency tree...
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >  ruby-blade : Depends: ruby-thin (>= 1.6.0) but it is not installable
> > E: Unable to correct problems, you have held broken packages.
> > apt-get failed.

This is caused by an issue with ruby-blade (already reported)


signature.asc
Description: PGP signature


Bug#1054697: [3dprinter-general] Bug#1054697: slic3r-prusa: FTBFS: test_arrange.cpp:1:10: fatal error: catch2/catch.hpp: No such file or directory

2023-10-27 Thread Gregor Riepl

Hi,

> fatal error: catch2/catch.hpp: No such file or directory

This is caused by significant changes in catch2 3.4.0.
Some other packages are affected by the same problem, which currently 
blocks migration: https://qa.debian.org/excuses.php?package=catch2


I think this bug should be:

reassign -1 catch2
affects -1 slic3r-prusa

Are there any objections if I do this?

Upstream slic3r-prusa supplies a bundled copy of catch2, so they may be 
reluctant to upgrade compatibility with catch2 3.x. We could switch back 
to the bundled copy for the time being.


As an alternative, we could try to fix the dependency for Debian only.
It looks like some effort will be needed, though: 
https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md




Bug#1054742: marked as done (python-pyflow: FTBFS: KeyError: 'VERSION')

2023-10-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Oct 2023 22:17:31 +0200
with message-id 
and subject line Re: Bug#1054742: python-pyflow: FTBFS: KeyError: 'VERSION'
has caused the Debian Bug report #1054742,
regarding python-pyflow: FTBFS: KeyError: 'VERSION'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pyflow
Version: 1.1.20-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 --sourcedirectory=pyflow
>dh_auto_clean -O--buildsystem=pybuild -O--sourcedirectory=pyflow
> I: pybuild base:310: python3.11 setup.py clean 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 555, in 
> _validate_version
> packaging.version.Version(version)
>   File 
> "/usr/lib/python3/dist-packages/setuptools/_vendor/packaging/version.py", 
> line 198, in __init__
> raise InvalidVersion(f"Invalid version: '{version}'")
> setuptools.extern.packaging.version.InvalidVersion: Invalid version: 
> '${VERSION}'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<>/pyflow/setup.py", line 35, in 
> setup(
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 147, in setup
> _setup_distribution = dist = klass(attrs)
>  
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 509, in 
> __init__
> self._validate_version(self.metadata.version)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 557, in 
> _validate_version
> SetuptoolsDeprecationWarning.emit(
>   File "/usr/lib/python3/dist-packages/setuptools/warnings.py", line 44, in 
> emit
> text = cls._format(summary_, details_, due, see_url or docs_url, kwargs)
>^
>   File "/usr/lib/python3/dist-packages/setuptools/warnings.py", line 60, in 
> _format
> summary = cleandoc(summary).format_map(format_args or {})
>   ^^^
> KeyError: 'VERSION'
> E: pybuild pybuild:395: 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 --dir pyflow 
> returned exit code 13
> make: *** [debian/rules:10: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/python-pyflow_1.1.20-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.
--- End Message ---
--- Begin Message ---
Hi Lucas,

this is a duplicate of bug #1054591 which I just closed today in 1.1.20-5
thus closing this bug.

Thanks a lot for your QA work
Andreas.--- End Message ---


Bug#1054156: [Pkg-rust-maintainers] Bug#1054156: librust-env-logger-0.7+default-dev shouldn't provide librust-env-logger+default-dev

2023-10-27 Thread Adrian Bunk
On Fri, Oct 27, 2023 at 08:11:39PM +0200, Fabian Grünbichler wrote:
> On Fri, Oct 27, 2023 at 07:55:07PM +0300, Adrian Bunk wrote:
>...
> > Different architectures might end up being built with different versions.
> 
> that's always true though since nothing forces builds on different archs
> to use the same set of packages?

Technically it is always true, but it is problematic and avoided where
possible.

Related is that for *stable the buildds consider only the first option 
of build dependencies, never alternatives in the build dependencies.
IOW:
  Build-Depends: foo | bar
and
  Build-Depends: foo
are 100% equivalent in unstable (but "bar" might be considered in backports).

> > A binNMU might change the version used, even switching from 0.10 to 0.7.
> 
> yes. if the rdep is compatible with both versions, is that a problem?

It can be nasty if a bug happens only with one version,
or if rebuilding with the other version disables/enables features.

> and this is also the case in general, a binNMU is not different than
> other builds in this regard, right?
>...

Yes, a binNMU is not different from any other build.

Another example would be a rebuild in stable-security for a 
security vulnerability, that changes behaviour due to switching
from 0.10 to 0.7.

cu
Adrian



Processed: Re: Bug#1054715: postgis: FTBFS: make[3]: *** [Makefile:261: de9im01.png] Error 1

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 upstream
Bug #1054715 [src:postgis] postgis: FTBFS: make[3]: *** [Makefile:261: 
de9im01.png] Error 1
Added tag(s) upstream.
> forwarded -1 https://trac.osgeo.org/postgis/ticket/5593
Bug #1054715 [src:postgis] postgis: FTBFS: make[3]: *** [Makefile:261: 
de9im01.png] Error 1
Set Bug forwarded-to-address to 'https://trac.osgeo.org/postgis/ticket/5593'.

-- 
1054715: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054715: postgis: FTBFS: make[3]: *** [Makefile:261: de9im01.png] Error 1

2023-10-27 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: forwarded -1 https://trac.osgeo.org/postgis/ticket/5593

On 10/27/23 21:09, Lucas Nussbaum wrote:

convert-im6.q16: attempt to perform an operation not allowed by the security 
policy `@generator-REtQrw/draw0' @ error/string.c/FileToString/1020.
Failure return code (1) from command: convert -size 200x200 xc:none -fill none -stroke 
"#6495ED" -strokewidth 4 -draw '@generator-REtQrw/draw0' -flip 
generator-REtQrw/tmp0.pngreading styles from wkt/styles.conf


This is caused by the recent update of imagemagick.

Switching to graphicsmagick may be a viable shortterm workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1054870: haskell-snap-templates: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-snap-templates
Version: 1.0.0.2-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/tOcJmaMXGD -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> snap-templates
> Running dh_listpackages
> snap-templates
> 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/snap-templates-1.0.0.2/ 
> --datasubdir=snap-templates 
> --htmldir=/usr/share/doc/libghc-snap-templates-doc/html/
> Non-zero exit code 1.
> Using Parsec parser
> Configuring snap-templates-1.0.0.2...
> Warning: snap-templates.cabal:85:3: The field "other-extensions" is available
> only since the Cabal specification version 1.10.
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> bytestring >=0.9.1 && <0.11, text >=0.11 && <1.3
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-snap-templates_1.0.0.2-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054869: elm-compiler: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: elm-compiler
Version: 0.19.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> 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
> rm -f /<>/debian/elm-home/0.19.1/packages
> mkdir -p /<>/debian/elm-home/0.19.1
> ln -sf /<>/packages 
> /<>/debian/elm-home/0.19.1/packages
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make /usr/share/haskell-devscripts/Setup-Simple.hs -o 
> debian/hlibrary.setup -outputdir debian/tmp-setup-hs
> [1 of 2] Compiling Main ( 
> /usr/share/haskell-devscripts/Setup-Simple.hs, debian/tmp-setup-hs/Main.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/z4HYrcZ9u4 -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> elm-compiler
> Running dh_listpackages
> elm-compiler
> 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/elm-0.19.1/ --datasubdir=elm 
> --htmldir=/usr/share/doc/libghc-elm-doc/html/
> Using Parsec parser
> Configuring elm-0.19.1...
> Flags chosen: dev=False
> Dependency HTTP >=4000.2.5: using HTTP-4000.4.1
> Dependency SHA: using SHA-1.6.4.4
> Dependency ansi-terminal >=0.8: using ansi-terminal-0.11.5
> Dependency ansi-wl-pprint >=0.6.8: using ansi-wl-pprint-0.6.9
> Dependency base >=4.11: using base-4.17.2.0
> Dependency binary >=0.8: using binary-0.8.9.1
> Dependency bytestring >=0.9: using bytestring-0.11.5.2
> Dependency containers >=0.5.8.2: using containers-0.6.7
> Dependency directory >=1.2.3.0: using directory-1.3.7.1
> Dependency edit-distance >=0.2: using edit-distance-0.2.2.1
> Dependency file-embed: using file-embed-0.0.15.0
> Dependency filelock: using filelock-0.1.1.7
> Dependency filepath >=1: using filepath-1.4.2.2
> Dependency ghc-prim >=0.5.2: using ghc-prim-0.9.1
> Dependency haskeline: using haskeline-0.8.2
> Dependency http-client >=0.6: using http-client-0.7.14
> Dependency http-client-tls >=0.3: using http-client-tls-0.3.6.1
> Dependency http-types >=0.12: using http-types-0.12.3
> Dependency language-glsl >=0.3: using language-glsl-0.3.0
> Dependency mtl >=2.2.1: using mtl-2.2.2
> Dependency network >=2.4: using network-3.1.4.0
> Dependency parsec: using parsec-3.1.16.1
> Dependency process: using process-1.6.17.0
> Dependency raw-strings-qq: using raw-strings-qq-1.1
> Dependency scientific: using scientific-0.3.7.0
> Dependency snap-core: using snap-core-1.0.5.1
> Dependency snap-server: using snap-server-1.1.2.1
> Dependency template-haskell: using template-haskell-2.19.0.0
> Dependency time >=1.9.1: using time-1.12.2
> Dependency unordered-containers: using unordered-containers-0.2.19.1
> Dependency utf8-string: using utf8-string-1.0.2
> Dependency vector: using vector-0.13.1.0
> Dependency zip-archive: using zip-archive-0.4.3
> Source component graph: component exe:elm
> Configured component graph:
> component elm-0.19.1-CGk2y4HkGWpG67s7PZCJov-elm
> include HTTP-4000.4.1-9cAqPqiyRv5AXua6mmlBpY
> include SHA-1.6.4.4-D5IWrYyBuZm6w0YntFMafh
> include ansi-terminal-0.11.5-69CZC4XdNryJo9zHbgfvJ3
> include ansi-wl-pprint-0.6.9-Akll4C7DaaL4wD8pj4jz8a
> include base-4.17.2.0
> include binary-0.8.9.1
> include bytestring-0.11.5.2
> include containers-0.6.7
> include directory-1.3.7.1
> include edit-distance-0.2.2.1-9q7Cuucs89oKtYlcTE49iB
> include file-embed-0.0.15.0-nKR9MgocPdGIB9bpi1oiT
> include filelock-0.1.1.7-IBM3DYSFRrnLKc2RyczfCG
> include filepath-1.4.2.2
> include ghc-prim-0.9.1
> include haskeline-0.8.2
> include http-client-0.7.14-CSLgFyXjfrG1g6JsBLkVLh
> include http-client-tls-0.3.6.1-AXHUCkjAyUoDcnYlO0hPEg
> include http-types-0.12.3-CCPS1VVMu82KSVvKxDEY3G
> include language-glsl-0.3.0-IucWZ0yicMcI4D5VoPkwYG
> include mtl-2.2.2
> include network-3.1.4.0-FVhg5M70MvrGyjLWnK4Zpm
> 

Bug#1054868: haskell-syb-with-class: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-syb-with-class
Version: 0.6.1.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-syb-with-class-doc.substvars
> dh_installdirs -plibghc-syb-with-class-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/lA8PYOveoB -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-syb-with-class-dev
> libghc-syb-with-class-prof
> libghc-syb-with-class-doc
> Running dh_listpackages
> libghc-syb-with-class-dev
> libghc-syb-with-class-prof
> libghc-syb-with-class-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/syb-with-class-0.6.1.14/ 
> --datasubdir=syb-with-class 
> --htmldir=/usr/share/doc/libghc-syb-with-class-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring syb-with-class-0.6.1.14...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> template-haskell >=2.4 && <2.19
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-syb-with-class_0.6.1.14-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054867: python-pyftpdlib: FTBFS: make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2

2023-10-27 Thread Lucas Nussbaum
Source: python-pyftpdlib
Version: 1.5.7-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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_build
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/handlers.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/authorizers.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/prefork.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/__main__.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/filesystems.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/_compat.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/ioloop.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/log.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> copying pyftpdlib/servers.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib
> creating 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_functional.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_authorizers.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_ioloop.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_misc.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_filesystems.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/runner.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_functional_ssl.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/test_servers.py -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/README -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> copying pyftpdlib/test/keycert.pem -> 
> /<>/.pybuild/cpython3_3.11_pyftpdlib/build/pyftpdlib/test
> running build_scripts
> creating build
> creating build/scripts-3.11
> copying and adjusting scripts/ftpbench -> build/scripts-3.11
> changing mode of build/scripts-3.11/ftpbench from 644 to 755
> ( cd docs; \
>   PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -M html . _build )
> Running Sphinx v5.3.0
> WARNING: Invalid configuration value found: 'language = None'. Update your 
> configuration to a valid language code. Falling back to 'en' (English).
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 8 source files that are out of date
> updating environment: [new config] 8 added, 0 changed, 0 removed
> reading sources... [ 12%] adoptions
> reading sources... [ 25%] api
> reading sources... [ 37%] benchmarks
> reading sources... [ 50%] faqs
> reading sources... [ 62%] index
> reading sources... [ 75%] install
> reading sources... [ 87%] rfc-compliance
> reading sources... [100%] tutorial
> 
> /<>/docs/tutorial.rst:358: WARNING: Inline literal start-string 
> without end-string.
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 12%] adoptions
> 
> Theme error:
> An error happened in rendering the page adoptions.
> Reason: AttributeError("'str' object has no attribute 'attributes'")
> make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/python-pyftpdlib_1.5.7-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054866: golang-github-gin-contrib-cors: FTBFS: make: *** [debian/rules:4: build] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: golang-github-gin-contrib-cors
Version: 1.4.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/gin-contrib/cors github.com/gin-contrib/cors/examples
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2 (from 
> $GOPATH)
> src/github.com/gin-gonic/gin/gin.go:20:2: cannot find package 
> "golang.org/x/net/http2/h2c" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2/h2c (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2/h2c 
> (from $GOPATH)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/gin-contrib/cors github.com/gin-contrib/cors/examples returned 
> exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-github-gin-contrib-cors_1.4.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054865: haskell-reform-hsp: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-reform-hsp
Version: 0.2.7.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-reform-hsp-doc.substvars
> dh_installdirs -plibghc-reform-hsp-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/qc68jOBALd -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-reform-hsp-dev
> libghc-reform-hsp-prof
> libghc-reform-hsp-doc
> Running dh_listpackages
> libghc-reform-hsp-dev
> libghc-reform-hsp-prof
> libghc-reform-hsp-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/reform-hsp-0.2.7.2/ 
> --datasubdir=reform-hsp --htmldir=/usr/share/doc/libghc-reform-hsp-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring reform-hsp-0.2.7.2...
> Warning: reform-hsp.cabal:24:42: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: reform-hsp.cabal:25:42: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: reform-hsp.cabal:26:42: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: reform-hsp.cabal:27:42: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: reform-hsp.cabal:28:42: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> text >=0.11 && <1.3
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-reform-hsp_0.2.7.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054864: haskell-cipher-aes128: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:149: debian/hlibrary.setup] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-cipher-aes128
Version: 0.7.0.6-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-cipher-aes128-doc.substvars
> dh_installdirs -plibghc-cipher-aes128-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> Non-zero exit code 1.
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> 
> Setup.hs:36:66: error:
> Empty 'do' block
> Suggested fix: Perhaps you intended to use NondecreasingIndentation
>|
> 36 | withTempDirectory normal "" "testIntrinsic" $ \tmpDir -> do
>|  ^^
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("ghc", 
> "--make", "Setup.hs", "-o", "debian/hlibrary.setup") called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::run("ghc", "--make", 
> "Setup.hs", "-o", "debian/hlibrary.setup") called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 519
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::make_setup_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:149: debian/hlibrary.setup] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-cipher-aes128_0.7.0.6-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054863: haskell-hsyaml: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-hsyaml
Version: 0.2.1.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-hsyaml-doc.substvars
> dh_installdirs -plibghc-hsyaml-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/Xf68IXj5VE -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-hsyaml-dev
> libghc-hsyaml-doc
> libghc-hsyaml-prof
> Running dh_listpackages
> libghc-hsyaml-dev
> libghc-hsyaml-doc
> libghc-hsyaml-prof
> 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/hsyaml-0.2.1.1/ --datasubdir=hsyaml 
> --htmldir=/usr/share/doc/libghc-hsyaml-doc/html/ --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring HsYAML-0.2.1.1...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> base >=4.5 && <4.17
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-hsyaml_0.2.1.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054862: debomatic: FTBFS: make[1]: *** [debian/rules:11: execute_after_dh_auto_install] Error 1

2023-10-27 Thread Lucas Nussbaum
Source: debomatic
Version: 0.26-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>/docs/_build/latex'
> latexmk -pdf -dvi- -ps-  'Deb-o-Matic.tex'
> Rc files read:
>   /etc/LatexMk
>   latexmkrc
> Latexmk: This is Latexmk, John Collins, 4 Apr. 2023. Version 4.80.
> No existing .aux file, so I'll make a simple one, and require run of *latex.
> Latexmk: applying rule 'pdflatex'...
> Rule 'pdflatex':  Reasons for rerun
> Category 'other':
>   Rerun of 'pdflatex' forced or previously required
> 
> 
> Run number 1 of rule 'pdflatex'
> 
> 
> Running 'pdflatex   -recorder  "Deb-o-Matic.tex"'
> 
> This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./Deb-o-Matic.tex
> LaTeX2e <2023-06-01> patch level 1
> L3 programming layer <2023-08-29>
> (./sphinxmanual.cls
> Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
> (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
> Document Class: report 2023/05/17 v1.4n Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
> (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
> For additional information on amsmath, use the `?' option.
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
> (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
> (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
> (/usr/share/texlive/texmf-dist/tex/generic/babel/locale/en/babel-english.tex)
> (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
> (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty)))
> (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx))
> (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
> (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty)
> (./sphinxlatexadmonitions.sty
> (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
> (./sphinxlatexliterals.sty
> (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
> (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
> (./sphinxhighlight.sty) (./sphinxlatextables.sty
> (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty))
> (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) 
> (./sphinxpackagefootnote.sty
> ) (./sp

Bug#1054323: fixed in r-cran-tmb 1.9.6-2

2023-10-27 Thread Paul Gevers

Hi

https://packages.debian.org/unstable/r-cran-tmb says that r-cran-tmb 
still depends on:

r-cran-matrix (>= 1.6-1.1)

So the version is still not correct.

Paul


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1054861: haskell-binary-parsers: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-binary-parsers
Version: 0.2.4.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-binary-parsers-doc.substvars
> dh_installdirs -plibghc-binary-parsers-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/rrvgFKEMDq -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-binary-parsers-dev
> libghc-binary-parsers-prof
> libghc-binary-parsers-doc
> Running dh_listpackages
> libghc-binary-parsers-dev
> libghc-binary-parsers-prof
> libghc-binary-parsers-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/binary-parsers-0.2.4.0/ 
> --datasubdir=binary-parsers 
> --htmldir=/usr/share/doc/libghc-binary-parsers-doc/html/ 
> --enable-library-profiling --enable-tests
> Non-zero exit code 1.
> Using Parsec parser
> Configuring binary-parsers-0.2.4.0...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> bytestring >=0.10 && <0.11
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-binary-parsers_0.2.4.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054860: haskell-tree-monad: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-tree-monad
Version: 0.3.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-tree-monad-doc.substvars
> dh_installdirs -plibghc-tree-monad-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/I_ZmLcz5xc -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-tree-monad-dev
> libghc-tree-monad-prof
> libghc-tree-monad-doc
> Running dh_listpackages
> libghc-tree-monad-dev
> libghc-tree-monad-prof
> libghc-tree-monad-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/tree-monad-0.3.2/ 
> --datasubdir=tree-monad --htmldir=/usr/share/doc/libghc-tree-monad-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring tree-monad-0.3.2...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> base >=4.13 && <4.16.3
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-tree-monad_0.3.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054859: haskell-diagrams-gtk: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-diagrams-gtk
Version: 1.4-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-diagrams-gtk-doc.substvars
> dh_installdirs -plibghc-diagrams-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 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/v9sNz2qzPa -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-diagrams-gtk-dev
> libghc-diagrams-gtk-prof
> libghc-diagrams-gtk-doc
> Running dh_listpackages
> libghc-diagrams-gtk-dev
> libghc-diagrams-gtk-prof
> libghc-diagrams-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/diagrams-gtk-1.4/ 
> --datasubdir=diagrams-gtk 
> --htmldir=/usr/share/doc/libghc-diagrams-gtk-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring diagrams-gtk-1.4...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> base >=4.2 && <4.16
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-diagrams-gtk_1.4-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054856: lua-posix: FTBFS: make[1]: *** [debian/rules:13: override_dh_auto_build] Error 255

2023-10-27 Thread Lucas Nussbaum
Source: lua-posix
Version: 33.4.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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_build
>   make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple build
> 
> Making target build for debian/lua5.1.posix.dh-lua.conf
> libtoolize: putting auxiliary files in '.'.
> libtoolize: copying file './config.guess'
> libtoolize: copying file './config.sub'
> libtoolize: copying file './install-sh'
> libtoolize: copying file './ltmain.sh'
> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
> libtoolize: and rerunning libtoolize and aclocal.
> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
>   cd debian/.dh_lua-libtool && ./configure --build=x86_64-linux-gnu 
> --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
> --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
> --disable-option-checking --disable-silent-rules 
> --libdir=\${prefix}/lib/x86_64-linux-gnu 
> --libexecdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
> --disable-maintainer-mode --disable-dependency-tracking CFLAGS= LDFLAGS= 
> LDFLAGS_STATIC=
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to print strings... printf
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether the compiler supports GNU C... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to enable C11 features... none needed
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 1572864
> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
> format... func_convert_file_noop
> checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
> func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for file... file
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... mawk
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for a working dd... /bin/dd
> checking how to truncate binary pipes... /bin/dd bs=4096 count=1
> checking for mt... no
> checking if : is a manifest tool... no
> checking for stdio.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for strings.h... yes
> checking for sys/stat.h... yes
> checking for sys/types.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
> libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating ./config.status
> config.status: executing l

Bug#1054858: haskell-monadcryptorandom: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-monadcryptorandom
Version: 0.7.2.1-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-monadcryptorandom-doc.substvars
> dh_installdirs -plibghc-monadcryptorandom-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.lhs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.lhs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/wQyf7U2F2I -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-monadcryptorandom-dev
> libghc-monadcryptorandom-prof
> libghc-monadcryptorandom-doc
> Running dh_listpackages
> libghc-monadcryptorandom-dev
> libghc-monadcryptorandom-prof
> libghc-monadcryptorandom-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/monadcryptorandom-0.7.2.1/ 
> --datasubdir=monadcryptorandom 
> --htmldir=/usr/share/doc/libghc-monadcryptorandom-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring monadcryptorandom-0.7.2.1...
> Warning: monadcryptorandom.cabal:29:38: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: monadcryptorandom.cabal:31:38: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: monadcryptorandom.cabal:33:31: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> bytestring >=0.9 && <0.11
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-monadcryptorandom_0.7.2.1-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054857: golang-github-rs-cors: FTBFS: make: *** [debian/rules:6: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: golang-github-rs-cors
Version: 1.7.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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/rs/cors 
> github.com/rs/cors/wrapper/gin
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>   /<>/_build/src/golang.org/x/net/http2 (from $GOPATH)
> src/github.com/gin-gonic/gin/gin.go:20:2: cannot find package 
> "golang.org/x/net/http2/h2c" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2/h2c (from $GOROOT)
>   /<>/_build/src/golang.org/x/net/http2/h2c (from $GOPATH)
> dh_auto_build: error: cd _build && go install -trimpath -v -p 8 
> github.com/rs/cors github.com/rs/cors/wrapper/gin returned exit code 1
> make: *** [debian/rules:6: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-github-rs-cors_1.7.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054855: powerline: FTBFS: make[1]: *** [debian/rules:17: override_dh_installdocs] Error 2

2023-10-27 Thread Lucas Nussbaum
Source: powerline
Version: 2.8.3-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> PYTHONPATH=. sphinx-build -b html -N docs/source docs/build/html
> Running Sphinx v5.3.0
> WARNING: while setting up extension powerline_autodoc: directive 
> 'autofunction' is already registered, it will be overridden
> WARNING: while setting up extension powerline_autodoc: directive 
> 'autoattribute' is already registered, it will be overridden
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 38 source files that are out of date
> updating environment: [new config] 38 added, 0 changed, 0 removed
> reading sources... [  2%] commands
> reading sources... [  5%] commands/config
> reading sources... [  7%] commands/daemon
> reading sources... [ 10%] commands/lint
> reading sources... [ 13%] commands/main
> reading sources... [ 15%] configuration
> reading sources... [ 18%] configuration/listers
> reading sources... [ 21%] configuration/local
> reading sources... [ 23%] configuration/reference
> reading sources... [ 26%] configuration/segments
> reading sources... [ 28%] configuration/segments/common
> reading sources... [ 31%] configuration/segments/i3wm
> reading sources... [ 34%] configuration/segments/pdb
> reading sources... [ 36%] configuration/segments/shell
> reading sources... [ 39%] configuration/segments/tmux
> reading sources... [ 42%] configuration/segments/vim
> reading sources... [ 44%] configuration/selectors
> reading sources... [ 47%] configuration/selectors/vim
> reading sources... [ 50%] develop
> reading sources... [ 52%] develop/extensions
> reading sources... [ 55%] develop/listers
> reading sources... [ 57%] develop/local-themes
> reading sources... [ 60%] develop/segments
> reading sources... [ 63%] develop/tips-and-tricks
> reading sources... [ 65%] index
> reading sources... [ 68%] installation
> reading sources... [ 71%] installation/linux
> reading sources... [ 73%] installation/osx
> reading sources... [ 76%] license-and-credits
> reading sources... [ 78%] overview
> reading sources... [ 81%] tips-and-tricks
> reading sources... [ 84%] troubleshooting
> reading sources... [ 86%] troubleshooting/linux
> reading sources... [ 89%] troubleshooting/osx
> reading sources... [ 92%] usage
> reading sources... [ 94%] usage/other
> reading sources... [ 97%] usage/shell-prompts
> reading sources... [100%] usage/wm-widgets
> 
> WARNING: error while formatting arguments for 
> powerline.segments.common.sys.cpu_load_percent: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.sys.system_load: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.sys.uptime: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.net.external_ip: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.net.internal_ip: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.net.network_load: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.env.cwd: decoding str is not supported
> /<>/powerline/segments/common/env.py:docstring of 
> powerline.segments.common.env.virtualenv:3: ERROR: Unexpected indentation.
> /<>/powerline/segments/common/env.py:docstring of 
> powerline.segments.common.env.CwdSegment:1: WARNING: Block quote ends without 
> a blank line; unexpected unindent.
> WARNING: error while formatting arguments for 
> powerline.segments.common.bat.battery: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.wthr.weather: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.time.date: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.time.fuzzy_time: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.mail.email_imap_alert: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.players.clementine: decoding str is not supported
> WARNING: error while formatting arguments for 
> powerline.segments.common.players.cmus: decoding str is not supported
> WARNING: error while f

Bug#1054854: hcloud-cli: FTBFS: make: *** [debian/rules:7: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: hcloud-cli
Version: 1.30.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/hetznercloud/cli/cmd/hcloud 
> github.com/hetznercloud/cli/internal/cli 
> github.com/hetznercloud/cli/internal/cmd/base 
> github.com/hetznercloud/cli/internal/cmd/certificate 
> github.com/hetznercloud/cli/internal/cmd/cmpl 
> github.com/hetznercloud/cli/internal/cmd/completion 
> github.com/hetznercloud/cli/internal/cmd/context 
> github.com/hetznercloud/cli/internal/cmd/datacenter 
> github.com/hetznercloud/cli/internal/cmd/firewall 
> github.com/hetznercloud/cli/internal/cmd/floatingip 
> github.com/hetznercloud/cli/internal/cmd/image 
> github.com/hetznercloud/cli/internal/cmd/iso 
> github.com/hetznercloud/cli/internal/cmd/loadbalancer 
> github.com/hetznercloud/cli/internal/cmd/loadbalancertype 
> github.com/hetznercloud/cli/internal/cmd/location 
> github.com/hetznercloud/cli/internal/cmd/network 
> github.com/hetznercloud/cli/internal/cmd/output 
> github.com/hetznercloud/cli/internal/cmd/placementgroup 
> github.com/hetznercloud/cli/internal/cmd/primaryip 
> github.com/hetznercloud/cli/internal/cmd/server 
> github.com/hetznercloud/cli/internal/cmd/servertype 
> github.com/hetznercloud/cli/internal/cmd/sshkey 
> github.com/hetznercloud/cli/internal/cmd/util 
> github.com/hetznercloud/cli/internal/cmd/version 
> github.com/hetznercloud/cli/internal/cmd/volume 
> github.com/hetznercloud/cli/internal/hcapi 
> github.com/hetznercloud/cli/internal/hcapi2 
> github.com/hetznercloud/cli/internal/state 
> github.com/hetznercloud/cli/internal/testutil 
> github.com/hetznercloud/cli/internal/version
> internal/unsafeheader
> internal/coverage/rtcov
> internal/goos
> internal/goexperiment
> internal/goarch
> internal/godebugs
> runtime/internal/atomic
> internal/cpu
> runtime/internal/syscall
> internal/race
> sync/atomic
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> internal/itoa
> math/bits
> unicode/utf8
> unicode
> encoding
> unicode/utf16
> internal/nettrace
> internal/bytealg
> log/internal
> container/list
> math
> crypto/internal/alias
> crypto/subtle
> crypto/internal/boring/sig
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/alias
> google.golang.org/protobuf/internal/flags
> google.golang.org/protobuf/internal/set
> github.com/hetznercloud/cli/internal/version
> github.com/VividCortex/ewma
> github.com/rivo/uniseg
> golang.org/x/crypto/internal/alias
> runtime
> internal/reflectlite
> runtime/metrics
> sync
> internal/testlog
> internal/singleflight
> internal/bisect
> google.golang.org/protobuf/internal/pragma
> internal/sysinfo
> runtime/cgo
> errors
> sort
> internal/godebug
> internal/oserror
> strconv
> internal/safefilepath
> io
> path
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> math/rand
> internal/intern
> crypto/internal/nistec/fiat
> github.com/beorn7/perks/quantile
> bytes
> strings
> hash
> hash/crc32
> crypto/internal/randutil
> vendor/golang.org/x/text/transform
> reflect
> regexp/syntax
> bufio
> net/netip
> crypto
> crypto/rc4
> net/http/internal/ascii
> hash/fnv
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> golang.org/x/text/transform
> text/tabwriter
> golang.org/x/crypto/blowfish
> internal/syscall/unix
> time
> internal/syscall/execenv
> regexp
> context
> io/fs
> internal/poll
> embed
> os
> internal/fmtsort
> encoding/binary
> encoding/base64
> crypto/internal/edwards25519/field
> crypto/md5
> crypto/cipher
> vendor/golang.org/x/crypto/internal/poly1305
> github.com/cespare/xxhash
> crypto/internal/nistec
> encoding/pem
> crypto/internal/boring
> crypto/des
> golang.org/x/sys/unix
> vendor/golang.org/x/crypto/chacha20
> crypto/internal/edwards25519
> golang.org/x/crypto/chacha20
> crypto/aes
> fmt
> net
> path/filepath
> crypto/sha512
> crypto/hmac
> crypto/sha1
> crypto/sha256
> io/ioutil
> crypto/ecdh
> vendor/golang.org/x/sys/cpu
> vendor/golang.org/x/crypto/hkdf
> google.golang.org/protobuf/internal/detrand
> github.com/promethe

Bug#1054853: node-katex: FTBFS: TypeError: Cannot read properties of undefined (reading '.cjs')

2023-10-27 Thread Lucas Nussbaum
Source: node-katex
Version: 0.16.4+~cs6.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 --buildsystem=nodejs
> Link ./node_modules/type-fest -> /usr/share/nodejs/type-fest
> Link ./node_modules/@types/babel__core -> /usr/share/nodejs/@types/babel__core
> Link ./node_modules/@types/jest -> /usr/share/nodejs/@types/jest
> Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
> Link ./node_modules/@types/require-from-string -> 
> /usr/share/nodejs/@types/require-from-string
> Link node_modules/babel-plugin-preval -> ../babel-plugin-preval
> Link node_modules/babel-plugin-version-inline -> 
> ../babel-plugin-version-inline
> Link node_modules/@types/babel-plugin-macros -> 
> ../../debian/build_modules/@types/babel-plugin-macros
> Link node_modules/@types/babel-plugin-tester -> 
> ../../debian/build_modules/@types/babel-plugin-tester
> Link node_modules/babel-plugin-macros -> 
> ../debian/build_modules/babel-plugin-macros
> Link node_modules/babel-plugin-transform-react-remove-prop-types -> 
> ../debian/build_modules/babel-plugin-transform-react-remove-prop-types
> Link node_modules/kcd-scripts -> ../debian/build_modules/kcd-scripts
>dh_auto_build --buildsystem=nodejs
> Found debian/nodejs/babel-plugin-version-inline/build
>   cd ./babel-plugin-version-inline && sh -ex 
> ../debian/nodejs/babel-plugin-version-inline/build
> + babeljs src -d lib
> Successfully compiled 1 file with Babel (459ms).
> Found debian/nodejs/babel-plugin-preval/build
>   cd ./babel-plugin-preval && sh -ex 
> ../debian/nodejs/babel-plugin-preval/build
> + mkdir -p node_modules
> + cp -a ../debian/build_modules/kcd-scripts node_modules/
> + ./node_modules/kcd-scripts/dist/index.js build
> Successfully compiled 4 files with Babel (666ms).
> Generating TypeScript definitions
> TypeScript definitions generated
> Found debian/nodejs/./build
>   cd ./. && sh -ex debian/nodejs/./build
> + rollup -c
> 
> ./katex.js → dist/katex.mjs...
> created dist/katex.mjs in 4.5s
> 
> ./contrib/auto-render/auto-render.js → 
> dist/contrib/auto-render.mjs...
> created dist/contrib/auto-render.mjs in 62ms
> 
> ./contrib/mhchem/mhchem.js → dist/contrib/mhchem.mjs...
> created dist/contrib/mhchem.mjs in 336ms
> 
> ./contrib/copy-tex/copy-tex.js → 
> dist/contrib/copy-tex.mjs...
> created dist/contrib/copy-tex.mjs in 37ms
> 
> ./contrib/mathtex-script-type/mathtex-script-type.js → 
> dist/contrib/mathtex-script-type.mjs...
> created dist/contrib/mathtex-script-type.mjs in 
> 13ms
> 
> ./contrib/render-a11y-string/render-a11y-string.js → 
> dist/contrib/render-a11y-string.mjs...
> created dist/contrib/render-a11y-string.mjs in 
> 68ms
> + webpack
> assets by status 271 KiB [cached] 1 asset
> orphan modules 623 KiB [orphan] 87 modules
> runtime modules 416 bytes 2 modules
> cacheable modules 624 KiB
>   ./katex.webpack.js + 86 modules 624 KiB 
> [built] [code generated]
>   ./src/katex.less 39 bytes [built] 
> [code generated] [1 error]
> 
> ERROR in ./src/katex.less 
> (./src/katex.less.webpack[javascript/auto]!=!../../../usr/share/nodejs/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../../usr/share/nodejs/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../../usr/share/nodejs/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/katex.less)
> Module build failed (from 
> ../../../usr/share/nodejs/postcss-loader/dist/cjs.js):
> TypeError: Cannot read properties of undefined (reading '.cjs')
> at loadConfig (/usr/share/nodejs/postcss-loader/dist/utils.js:79:44)
> at async Object.loader 
> (/usr/share/nodejs/postcss-loader/dist/index.js:45:22)
>  @ ./src/katex.less
>  @ ./katex.webpack.js 9:0-26
> 
> ERROR in ./src/katex.less
> Module build failed (from 
> ../../

Bug#1054852: fusion-icon: FTBFS: make: *** [debian/rules:5: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: fusion-icon
Version: 0.2.4-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> find /<>/debian -type f -name '*.egg-info' | xargs rm -f
> dh_install
> make[1]: Leaving directory '/<>'
>dh_installdocs
>dh_installchangelogs
>dh_installman
>dh_python3
>dh_perl
>dh_usrlocal
> dh_usrlocal: error: debian/fusion-icon/usr/local/bin/fusion-icon is not a 
> directory
> make: *** [debian/rules:5: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/fusion-icon_0.2.4-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054849: haskell-clash-prelude: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-clash-prelude
Version: 1.6.6-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  fakeroot 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-clash-prelude-doc.substvars
> dh_installdirs -plibghc-clash-prelude-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make /usr/share/haskell-devscripts/Setup-Simple.hs -o 
> debian/hlibrary.setup -outputdir debian/tmp-setup-hs
> [1 of 2] Compiling Main ( 
> /usr/share/haskell-devscripts/Setup-Simple.hs, debian/tmp-setup-hs/Main.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/_CaCH2Lto5 -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-clash-prelude-dev
> libghc-clash-prelude-prof
> libghc-clash-prelude-doc
> Running dh_listpackages
> libghc-clash-prelude-dev
> libghc-clash-prelude-prof
> libghc-clash-prelude-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/clash-prelude-1.6.6/ 
> --datasubdir=clash-prelude 
> --htmldir=/usr/share/doc/libghc-clash-prelude-doc/html/ 
> --enable-library-profiling --enable-tests
> Using Parsec parser
> Configuring clash-prelude-1.6.6...
> Flags chosen: benchmarks=True, doctests=False, large-tuples=False,
> multiple-hidden=False, strict-mapsignal=False, super-strict=False,
> unittests=True, workaround-ghc-mmap-crash=False
> Dependency QuickCheck >=2.7 && <2.15: using QuickCheck-2.14.3
> Dependency array >=0.5.1.0 && <0.6: using array-0.5.4.0
> Dependency arrows >=0.4 && <0.5: using arrows-0.4.4.2
> Dependency base >=4.11 && <5: using base-4.17.2.0
> Dependency binary >=0.8.5 && <0.11: using binary-0.8.9.1
> Dependency bytestring >=0.10.8 && <0.12: using bytestring-0.11.5.2
> Dependency constraints >=0.9 && <1.0: using constraints-0.13.4
> Dependency containers >=0.4.0 && <0.7: using containers-0.6.7
> Dependency data-binary-ieee754 >=0.4.4 && <0.6: using
> data-binary-ieee754-0.4.4
> Dependency data-default-class >=0.1.2 && <0.2: using
> data-default-class-0.1.2.0
> Dependency deepseq >=1.4.1.0 && <1.5: using deepseq-1.4.8.0
> Dependency extra >=1.6.17 && <1.8: using extra-1.7.14
> Dependency ghc-bignum >=1.0 && <1.4: using ghc-bignum-1.3
> Dependency ghc-prim >=0.5.1.0 && <0.10: using ghc-prim-0.9.1
> Dependency ghc-typelits-extra >=0.4 && <0.5: using ghc-typelits-extra-0.4.6
> Dependency ghc-typelits-knownnat >=0.7.2 && <0.8: using
> ghc-typelits-knownnat-0.7.9
> Dependency ghc-typelits-natnormalise >=0.7.2 && <0.8: using
> ghc-typelits-natnormalise-0.7.9
> Dependency half >=0.2.2.3 && <1.0: using half-0.3.1
> Dependency hashable >=1.2.1.0 && <1.5: using hashable-1.4.3.0
> Dependency interpolate >=0.2 && <0.3: using interpolate-0.2.1
> Dependency lens >=4.10 && <5.3: using lens-5.2.3
> Dependency recursion-schemes >=5.1 && <5.3: using recursion-schemes-5.2.2.4
> Dependency reflection >=2 && <2.2: using reflection-2.1.7
> Dependency singletons >=2.0 && <3.1: using singletons-3.0.2
> Dependency template-haskell >=2.12.0.0 && <2.20: using
> template-haskell-2.19.0.0
> Dependency text >=0.11.3.1 && <2.1: using text-2.0.2
> Dependency th-abstraction >=0.2.10 && <0.5.0: using th-abstraction-0.4.5.0
> Dependency th-lift >=0.7.0 && <0.9: using th-lift-0.8.4
> Dependency th-orphans >=0.13.1 && <1.0: using th-orphans-0.13.14
> Dependency time >=1.8 && <1.14: using time-1.12.2
> Dependency transformers >=0.5.2.0 && <0.7: using transformers-0.5.6.2
> Dependency type-errors >=0.2.0.0 && <0.3: using type-er

Bug#1054851: haskell-czipwith: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-czipwith
Version: 1.0.1.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  fakeroot 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-czipwith-doc.substvars
> dh_installdirs -plibghc-czipwith-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/d7FqHU0BCL -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-czipwith-dev
> libghc-czipwith-prof
> libghc-czipwith-doc
> Running dh_listpackages
> libghc-czipwith-dev
> libghc-czipwith-prof
> libghc-czipwith-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/czipwith-1.0.1.4/ --datasubdir=czipwith 
> --htmldir=/usr/share/doc/libghc-czipwith-doc/html/ --enable-library-profiling 
> --enable-tests
> Non-zero exit code 1.
> Using Parsec parser
> Configuring czipwith-1.0.1.4...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> base >=4.11 && <4.16, template-haskell >=2.9 && <2.18
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-czipwith_1.0.1.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054850: haskell-template: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-template
Version: 0.2.0.10-11
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-template-doc.substvars
> dh_installdirs -plibghc-template-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.lhs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.lhs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/EYVoX3y4po -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-template-dev
> libghc-template-prof
> libghc-template-doc
> Running dh_listpackages
> libghc-template-dev
> libghc-template-prof
> libghc-template-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/template-0.2.0.10/ 
> --datasubdir=template --htmldir=/usr/share/doc/libghc-template-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring template-0.2.0.10...
> Warning: template.cabal:22:19: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: template.cabal:23:18: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> Warning: template.cabal:24:21: version operators used. To use version
> operators the package needs to specify at least 'cabal-version: >= 1.8'.
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> text >=0.7.2 && <1.3
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-template_0.2.0.10-11_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054848: haskell-yi-core: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-yi-core
Version: 0.19.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-yi-core-doc.substvars
> dh_installdirs -plibghc-yi-core-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/ljJz8gddW_ -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-yi-core-dev
> libghc-yi-core-prof
> libghc-yi-core-doc
> Running dh_listpackages
> libghc-yi-core-dev
> libghc-yi-core-prof
> libghc-yi-core-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/yi-core-0.19.2/ --datasubdir=yi-core 
> --htmldir=/usr/share/doc/libghc-yi-core-doc/html/ --enable-library-profiling
> Using Parsec parser
> Configuring yi-core-0.19.2...
> Flags chosen: hint=False
> Dependency ListLike >=4.5: using ListLike-4.7.8.2
> Dependency array: using array-0.5.4.0
> Dependency attoparsec: using attoparsec-0.14.4
> Dependency base >=4.8 && <5: using base-4.17.2.0
> Dependency binary >=0.7: using binary-0.8.9.1
> Dependency bytestring >=0.9.1: using bytestring-0.11.5.2
> Dependency containers: using containers-0.6.7
> Dependency data-default: using data-default-0.7.1.1
> Dependency directory: using directory-1.3.7.1
> Dependency dlist >=0.4.1: using dlist-1.0
> Dependency dynamic-state >=0.1.0.5: using dynamic-state-0.3.1
> Dependency exceptions: using exceptions-0.10.5
> Dependency filepath >=1.1: using filepath-1.4.2.2
> Dependency hashable >=1.1.2.5: using hashable-1.4.3.0
> Dependency microlens-platform: using microlens-platform-0.4.3.4
> Dependency mtl >=0.1.0.1: using mtl-2.2.2
> Dependency old-locale: using old-locale-1.0.0.7
> Dependency oo-prototypes: using oo-prototypes-0.1.0.0
> Dependency parsec >=3.0: using parsec-3.1.16.1
> Dependency pointedlist >=0.5: using pointedlist-0.6.1
> Dependency process >=1.0.1.1: using process-1.6.17.0
> Dependency process-extras >=0.3.3.8: using process-extras-0.7.4
> Dependency split >=0.2: using split-0.2.3.5
> Dependency text >=1.1.1.3: using text-2.0.2
> Dependency time >=1.1: using time-1.12.2
> Dependency transformers-base: using transformers-base-0.4.6
> Dependency unix: using unix-2.7.3
> Dependency unix-compat >=0.1: using unix-compat-0.7
> Dependency unordered-containers >=0.1.3: using unordered-containers-0.2.19.1
> Dependency xdg-basedir >=0.2.1: using xdg-basedir-0.2.2
> Dependency yi-language >=0.19: using yi-language-0.19.0
> Dependency yi-rope >=0.10: using yi-rope-0.11
> Source component graph: component lib
> Configured component graph:
> component yi-core-0.19.2-E1UEJ8UPYmGRHaW9PNDrO
> include ListLike-4.7.8.2-32jeCueTi8eFESqDxYHStH
> include array-0.5.4.0
> include attoparsec-0.14.4-X3HtT4hfTY2sKaBlyGkhp
> include base-4.17.2.0
> include binary-0.8.9.1
> include bytestring-0.11.5.2
> include containers-0.6.7
> include data-default-0.7.1.1-4TeAZDN81Uu1IorgFaPMOc
> include directory-1.3.7.1
> include dlist-1.0-9arrzQ6gBJAKO2k1FjXdTZ
> include dynamic-state-0.3.1-8rCKNEuxgP5391Xha970eh
> include exceptions-0.10.5
> include filepath-1.4.2.2
> include hashable-1.4.3.0-5Qah7zM9DI77czw44bVGqg
> include microlens-platform-0.4.3.4-LCu68WIGJyPHNpcWVsCu9E
> include mtl-2.2.2
> include old-locale-1.0.0.7-GoDuSK2NybfD0MMe75QkJk
> include oo-prototypes-0.1.0.0-5OL6j9UXoeb9pkPeVqhi9r
> include parsec-3.1.16.1
> include pointedlist-0.6.1-CnBowmQvg069j1Cy0tegc7
> include process-1.6.17.0
> include process-extras-0.7.4-867KSfYqyT28e3yyqP3KQE
&

Bug#1054847: isrcsubmit: FTBFS: make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1

2023-10-27 Thread Lucas Nussbaum
Source: isrcsubmit
Version: 2.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> 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.
> error: Multiple top-level packages discovered in a flat-layout: ['pkg', 
> 'test_data'].
> 
> To avoid accidental inclusion of unwanted files or directories,
> setuptools will not proceed with this build.
> 
> If you are trying to create a single distribution with multiple packages
> on purpose, you should not rely on automatic discovery.
> Instead, consider the following options:
> 
> 1. set up custom discovery (`find` directive with `include` or `exclude`)
> 2. use a `src-layout`
> 3. explicitly set `py_modules` or `packages` with a list of names
> 
> To find more information, look for "package discovery" on setuptools docs.
> make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/isrcsubmit_2.1.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054844: apt-forktracer: FTBFS: make[1]: *** [debian/rules:8: override_dh_auto_install] Error 1

2023-10-27 Thread Lucas Nussbaum
Source: apt-forktracer
Version: 0.9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> python3 setup.py install --no-compile \
>   --root=debian/apt-forktracer \
>   --install-layout=deb \
>   --install-scripts=/usr/bin \
>   --install-lib=/usr/share/apt-forktracer
> /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()
> rm -f debian/apt-forktracer/usr/share/apt-forktracer/apt_forktracer-*.egg-info
> rm: cannot remove 
> 'debian/apt-forktracer/usr/share/apt-forktracer/apt_forktracer-0.8.egg-info': 
> Is a directory
> make[1]: *** [debian/rules:8: override_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/apt-forktracer_0.9_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054846: golang-github-gin-contrib-static: FTBFS: make: *** [debian/rules:4: build] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: golang-github-gin-contrib-static
Version: 0.0~git20220829.3035101-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/gin-contrib/static
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2 (from 
> $GOPATH)
> src/github.com/gin-gonic/gin/gin.go:20:2: cannot find package 
> "golang.org/x/net/http2/h2c" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2/h2c (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2/h2c 
> (from $GOPATH)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/gin-contrib/static returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-github-gin-contrib-static_0.0~git20220829.3035101-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054845: golang-github-deanthompson-ginpprof: FTBFS: make: *** [debian/rules:4: build] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: golang-github-deanthompson-ginpprof
Version: 0.0~git20201112.007b1e5-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/DeanThompson/ginpprof github.com/DeanThompson/ginpprof/example
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2 (from 
> $GOPATH)
> src/github.com/gin-gonic/gin/gin.go:20:2: cannot find package 
> "golang.org/x/net/http2/h2c" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2/h2c (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2/h2c 
> (from $GOPATH)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/DeanThompson/ginpprof github.com/DeanThompson/ginpprof/example 
> returned exit code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-github-deanthompson-ginpprof_0.0~git20201112.007b1e5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054843: hasktags: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: hasktags
Version: 0.72.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/uDiJ0UQQ_n -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> hasktags
> Running dh_listpackages
> hasktags
> 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/hasktags-0.72.0/ --datasubdir=hasktags 
> --htmldir=/usr/share/doc/libghc-hasktags-doc/html/
> Non-zero exit code 1.
> Using Parsec parser
> Configuring hasktags-0.72.0...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> bytestring >=0.9 && <0.11
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/hasktags_0.72.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054842: golang-github-appleboy-gin-jwt: FTBFS: make: *** [debian/rules:4: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: golang-github-appleboy-gin-jwt
Version: 2.9.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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/appleboy/gin-jwt
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>   /<>/_build/src/golang.org/x/net/http2 (from $GOPATH)
> src/github.com/gin-gonic/gin/gin.go:20:2: cannot find package 
> "golang.org/x/net/http2/h2c" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2/h2c (from $GOROOT)
>   /<>/_build/src/golang.org/x/net/http2/h2c (from $GOPATH)
> dh_auto_build: error: cd _build && go install -trimpath -v -p 8 
> github.com/appleboy/gin-jwt returned exit code 1
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-github-appleboy-gin-jwt_2.9.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054841: golang-github-gin-contrib-gzip: FTBFS: make: *** [debian/rules:4: build] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: golang-github-gin-contrib-gzip
Version: 0.0.6-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/gin-contrib/gzip github.com/gin-contrib/gzip/example
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2 (from 
> $GOPATH)
> src/github.com/gin-gonic/gin/gin.go:20:2: cannot find package 
> "golang.org/x/net/http2/h2c" in any of:
>   /usr/lib/go-1.21/src/golang.org/x/net/http2/h2c (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/net/http2/h2c 
> (from $GOPATH)
> dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/gin-contrib/gzip github.com/gin-contrib/gzip/example returned exit 
> code 1
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-github-gin-contrib-gzip_0.0.6-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054840: haskell-random-source: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-random-source
Version: 0.3.0.11-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-random-source-doc.substvars
> dh_installdirs -plibghc-random-source-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.lhs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.lhs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/VqnBFXN1pm -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-random-source-dev
> libghc-random-source-prof
> libghc-random-source-doc
> Running dh_listpackages
> libghc-random-source-dev
> libghc-random-source-prof
> libghc-random-source-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/random-source-0.3.0.11/ 
> --datasubdir=random-source 
> --htmldir=/usr/share/doc/libghc-random-source-doc/html/ 
> --enable-library-profiling
> Using Parsec parser
> Configuring random-source-0.3.0.11...
> Flags chosen: base4=True, mtl2=True
> Dependency base >=4 && <5: using base-4.17.2.0
> Dependency flexible-defaults >=0.0.0.2: using flexible-defaults-0.0.3
> Dependency mersenne-random-pure64: using mersenne-random-pure64-0.2.2.0
> Dependency mtl >=2 && <3: using mtl-2.2.2
> Dependency mwc-random: using mwc-random-0.15.0.2
> Dependency primitive: using primitive-0.8.0.0
> Dependency random >=1.2.0 && <1.3: using random-1.2.1.1
> Dependency stateref >=0.3 && <0.4: using stateref-0.3
> Dependency syb: using syb-0.7.2.4
> Dependency template-haskell: using template-haskell-2.19.0.0
> Dependency th-extras: using th-extras-0.0.0.6
> Source component graph: component lib
> Configured component graph:
> component random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J
> include base-4.17.2.0
> include flexible-defaults-0.0.3-KFvhARZBLCOBba1iTrgx1d
> include mersenne-random-pure64-0.2.2.0-3bJvbdZXsQkBjIh9GURJ3k
> include mtl-2.2.2
> include mwc-random-0.15.0.2-5v49xpOEU6WFI3BQ1ublFP
> include primitive-0.8.0.0-LlEyZnmQ2mlGS0nNflVSqQ
> include random-1.2.1.1-Aatha6E6c0aE6gEWaLlLCn
> include stateref-0.3-21fwDCeEkQ5IAXqad2E21C
> include syb-0.7.2.4-URkW17Cd7D7rpu7G0BDIE
> include template-haskell-2.19.0.0
> include th-extras-0.0.0.6-9JCEX3123VjFpaB83xMotc
> Linked component graph:
> unit random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J
> include base-4.17.2.0
> include flexible-defaults-0.0.3-KFvhARZBLCOBba1iTrgx1d
> include mersenne-random-pure64-0.2.2.0-3bJvbdZXsQkBjIh9GURJ3k
> include mtl-2.2.2
> include mwc-random-0.15.0.2-5v49xpOEU6WFI3BQ1ublFP
> include primitive-0.8.0.0-LlEyZnmQ2mlGS0nNflVSqQ
> include random-1.2.1.1-Aatha6E6c0aE6gEWaLlLCn
> include stateref-0.3-21fwDCeEkQ5IAXqad2E21C
> include syb-0.7.2.4-URkW17Cd7D7rpu7G0BDIE
> include template-haskell-2.19.0.0
> include th-extras-0.0.0.6-9JCEX3123VjFpaB83xMotc
> 
> Data.Random.Internal.Source=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Internal.Source,Data.Random.Internal.Words=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Internal.Words,Data.Random.Source=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Source,Data.Random.Source.DevRandom=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Source.DevRandom,Data.Random.Source.IO=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Source.IO,Data.Random.Source.MWC=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Source.MWC,Data.Random.Source.PureMT=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Source.PureMT,Data.Random.Source.Std=random-source-0.3.0.11-CPnrTi8UKmI2LUX1LaGb3J:Data.Random.Source.Std,Data.Random.Source.StdGen=random-source-0.3

Bug#1054839: lintian-brush: FTBFS: make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: lintian-brush
Version: 0.151
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> for I in . lintian-brush-py; do mv $I/Cargo.lock $I/Cargo.lock.saved; done
> dh_auto_build
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.11 
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/salsa.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/watch.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/scrub_obsolete.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/vcswatch.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/vcs.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/__init__.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/gpg.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/patches.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/udd.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/transition_apply.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/standards_version.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/changelog.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/debhelper.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/detect_gbp_dch.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/yaml.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/systemd.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/line_editor.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/publish.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/release_info.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/config.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/lintian_overrides.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/xdg.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/licenses.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/upstream_metadata.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/debianize.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/svp.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/debbugs.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/lintian.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/dummy_transitional.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/fixer.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/section.py -> 
> build/lib.linux-x86_64-cpython-311/lintian_brush
> running build_ext
> running build_rust
> cargo build --manifest-path lintian-brush/Cargo.toml 
> --message-format=json-render-diagnostics --release -v
> error: failed to select a version for the requirement `clap = "<=4.2"`
> candidate versions found which didn't match: 4.4.6
> location searched: directory source `/usr/share/cargo/registry` (which is 
> replacing registry `crates-io`)
> required by package `lintian-brush v0.150.0 (/<>/lintian-brush)`
> perhaps a crate was updated and forgotten to be re-vendored?
> error: `cargo build --manifest-path lintian-brush/Cargo.toml 
> --message-format=json-render-diagnostics --release -v` failed with code 101
> 
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:395: build: plugin pyproject failed with: exit code=1: 
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<>/.pybu

Bug#1054838: haskell-mbox: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-mbox
Version: 0.3.4-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-mbox-doc.substvars
> dh_installdirs -plibghc-mbox-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/FvLquM7V6c -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-mbox-dev
> libghc-mbox-prof
> libghc-mbox-doc
> Running dh_listpackages
> libghc-mbox-dev
> libghc-mbox-prof
> libghc-mbox-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/mbox-0.3.4/ --datasubdir=mbox 
> --htmldir=/usr/share/doc/libghc-mbox-doc/html/ --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring mbox-0.3.4...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> time <1.10
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-mbox_0.3.4-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054837: pyodc: FTBFS: make: *** [debian/rules:11: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: pyodc
Version: 1.1.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --buildsystem=pybuild
>dh_testroot -O--buildsystem=pybuild
>dh_prep -O--buildsystem=pybuild
>   rm -f -- debian/python3-pyodc.substvars 
> debian/python3-pyodc-docs.substvars
>   rm -fr -- debian/.debhelper/generated/python3-pyodc/ 
> debian/python3-pyodc/ debian/tmp/ 
> debian/.debhelper/generated/python3-pyodc-docs/ debian/python3-pyodc-docs/
>dh_auto_install -O--buildsystem=pybuild
>   install -m0755 -d /<>/debian/tmp
>   pybuild --install -i python{version} -p 3.11 --dest-dir 
> /<>/debian/tmp
> I: pybuild base:310: /usr/bin/python3 setup.py install --root 
> /<>/debian/python3-pyodc 
> 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 pyodc.egg-info/PKG-INFO
> writing dependency_links to pyodc.egg-info/dependency_links.txt
> writing requirements to pyodc.egg-info/requires.txt
> writing top-level names to pyodc.egg-info/top_level.txt
> reading manifest file 'pyodc.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'pyodc.egg-info/SOURCES.txt'
> running install_lib
> creating /<>/debian/python3-pyodc
> creating /<>/debian/python3-pyodc/usr
> creating /<>/debian/python3-pyodc/usr/lib
> creating /<>/debian/python3-pyodc/usr/lib/python3.11
> creating 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages
> creating 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/codc/constants.py 
> -> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/codc/lib.py -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/codc/__init__.py 
> -> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying 
> /<>/.pybuild/cpython3_3.11_pyodc/build/codc/processed_odc.h -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/codc/reader.py -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/codc/frame.py -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/codc/encoder.py 
> -> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc
> creating 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying 
> /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/constants.py -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/__init__.py 
> -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/reader.py 
> -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/stream.py 
> -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/codec.py -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/frame.py -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> copying /<>/.pybuild/cpython3_3.11_pyodc/build/pyodc/encoder.py 
> -> 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/pyodc
> byte-compiling 
> /<>/debian/python3-pyodc/usr/lib/python3.11/dist-packages/codc/constants.py
>  to co

Bug#1054834: coreboot: FTBFS: make[1]: *** [debian/rules:29: override_dh_auto_build] Error 2

2023-10-27 Thread Lucas Nussbaum
Source: coreboot
Version: 4.15~dfsg-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>/util/superiotool'
> 
> Checking for pciutils and zlib... found.
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o superiotool.o superiotool.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o serverengines.o serverengines.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o ali.o ali.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o exar.o exar.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o fintek.o fintek.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o ite.o ite.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o nsc.o nsc.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o nuvoton.o nuvoton.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o smsc.o smsc.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o winbond.o winbond.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> -D'SUPERIOTOOL_VERSION=""' -DPCI_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2  -c 
> -o infineon.o infineon.c
> cc -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing 
> -Werror-implicit-function-declaration -ansi -pedantic 
> 

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

2023-10-27 Thread Lucas Nussbaum
Source: haskell-cipher-des
Version: 0.0.6-11
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-cipher-des-doc.substvars
> dh_installdirs -plibghc-cipher-des-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/bFTy0iCrr_ -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-cipher-des-dev
> libghc-cipher-des-prof
> libghc-cipher-des-doc
> Running dh_listpackages
> libghc-cipher-des-dev
> libghc-cipher-des-prof
> libghc-cipher-des-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/cipher-des-0.0.6/ 
> --datasubdir=cipher-des --htmldir=/usr/share/doc/libghc-cipher-des-doc/html/ 
> --enable-library-profiling --enable-tests
> Using Parsec parser
> Configuring cipher-des-0.0.6...
> Dependency base >=4 && <5: using base-4.17.2.0
> Dependency byteable: using byteable-0.1.1
> Dependency bytestring: using bytestring-0.11.5.2
> Dependency crypto-cipher-types >=0.0.3 && <0.1: using
> crypto-cipher-types-0.0.9
> Dependency securemem >=0.1.2: using securemem-0.1.10
> Dependency QuickCheck >=2: using QuickCheck-2.14.3
> Dependency base >=4 && <5: using base-4.17.2.0
> Dependency byteable: using byteable-0.1.1
> Dependency bytestring: using bytestring-0.11.5.2
> Dependency cipher-des: using cipher-des-0.0.6
> Dependency crypto-cipher-tests: using crypto-cipher-tests-0.0.11
> Dependency crypto-cipher-types: using crypto-cipher-types-0.0.9
> Dependency test-framework >=0.3.3: using test-framework-0.8.2.0
> Dependency test-framework-quickcheck2 >=0.2.9: using
> test-framework-quickcheck2-0.3.0.5
> Source component graph:
> component lib
> component test:test-cipher-des dependency lib
> Configured component graph:
> component cipher-des-0.0.6-J4iJofhZDV4El4dC7oG1HH
> include base-4.17.2.0
> include byteable-0.1.1-IqNqKPqTApI9aYZC1xb5GB
> include bytestring-0.11.5.2
> include crypto-cipher-types-0.0.9-7QznYxW7ATC1a01iQPlbfE
> include securemem-0.1.10-5ic4bqTTxHpA1HhPdeWrry
> component cipher-des-0.0.6-LRlg3iCQt0pAHr1Tw5qsmu-test-cipher-des
> include QuickCheck-2.14.3-BmeqZc5o1KN1SLTJnQ4VO3
> include base-4.17.2.0
> include byteable-0.1.1-IqNqKPqTApI9aYZC1xb5GB
> include bytestring-0.11.5.2
> include cipher-des-0.0.6-J4iJofhZDV4El4dC7oG1HH
> include crypto-cipher-tests-0.0.11-ysUaALYTD36Xq3Jys2hGc
> include crypto-cipher-types-0.0.9-7QznYxW7ATC1a01iQPlbfE
> include test-framework-0.8.2.0-3iFahy3v2iClaMAyMHfWA
> include test-framework-quickcheck2-0.3.0.5-4BHchnnNAoZ8GoDQFSXhMG
> Linked component graph:
> unit cipher-des-0.0.6-J4iJofhZDV4El4dC7oG1HH
> include base-4.17.2.0
> include byteable-0.1.1-IqNqKPqTApI9aYZC1xb5GB
> include bytestring-0.11.5.2
> include crypto-cipher-types-0.0.9-7QznYxW7ATC1a01iQPlbfE
> include securemem-0.1.10-5ic4bqTTxHpA1HhPdeWrry
> 
> Crypto.Cipher.DES=cipher-des-0.0.6-J4iJofhZDV4El4dC7oG1HH:Crypto.Cipher.DES,Crypto.Cipher.TripleDES=cipher-des-0.0.6-J4iJofhZDV4El4dC7oG1HH:Crypto.Cipher.TripleDES
> unit cipher-des-0.0.6-LRlg3iCQt0pAHr1Tw5qsmu-test-cipher-des
> include QuickCheck-2.14.3-BmeqZc5o1KN1SLTJnQ4VO3
> include base-4.17.2.0
> include byteable-0.1.1-IqNqKPqTApI9aYZC1xb5GB
> include bytestring-0.11.5.2
> include cipher-des-0.0.6-J4iJofhZDV4El4dC7oG1HH
> include crypto-cipher-tests-0.0.11-ysUaALYTD36Xq3Jys2hGc
> include crypto-cipher-types-0.0.9-7QznYxW7ATC1a01iQPlbfE
> include test-framework-0.8.2.0-3iFahy3

Bug#1054835: haskell-bytestring-conversion: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-bytestring-conversion
Version: 0.3.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-bytestring-conversion-doc.substvars
> dh_installdirs -plibghc-bytestring-conversion-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make /usr/share/haskell-devscripts/Setup-Simple.hs -o 
> debian/hlibrary.setup -outputdir debian/tmp-setup-hs
> [1 of 2] Compiling Main ( 
> /usr/share/haskell-devscripts/Setup-Simple.hs, debian/tmp-setup-hs/Main.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/n2XdWYBVxx -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-bytestring-conversion-dev
> libghc-bytestring-conversion-prof
> libghc-bytestring-conversion-doc
> Running dh_listpackages
> libghc-bytestring-conversion-dev
> libghc-bytestring-conversion-prof
> libghc-bytestring-conversion-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/bytestring-conversion-0.3.2/ 
> --datasubdir=bytestring-conversion 
> --htmldir=/usr/share/doc/libghc-bytestring-conversion-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring bytestring-conversion-0.3.2...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> text >=0.11 && <2.0
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-bytestring-conversion_0.3.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054833: openshot-qt: FTBFS: make[1]: *** [debian/rules:11: execute_after_dh_auto_build] Error 2

2023-10-27 Thread Lucas Nussbaum
Source: openshot-qt
Version: 3.1.1+dfsg1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -b html -d 
> build/doctrees doc build/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 20 source files that are out of date
> updating environment: [new config] 20 added, 0 changed, 0 removed
> reading sources... [  5%] animation
> reading sources... [ 10%] clips
> reading sources... [ 15%] contributing
> reading sources... [ 20%] developers
> reading sources... [ 25%] effects
> reading sources... [ 30%] export
> reading sources... [ 35%] files
> reading sources... [ 40%] getting_started
> reading sources... [ 45%] glossary
> reading sources... [ 50%] import_export
> reading sources... [ 55%] index
> reading sources... [ 60%] installation
> reading sources... [ 65%] introduction
> reading sources... [ 70%] learn_more
> reading sources... [ 75%] main_window
> reading sources... [ 80%] preferences
> reading sources... [ 85%] profiles
> reading sources... [ 90%] quick_tutorial
> reading sources... [ 95%] titles
> reading sources... [100%] transitions
> 
> /<>/doc/animation.rst:57: ERROR: "table" widths do not match the 
> number of columns in table (2).
> 
> .. table::
>:widths: 12
> 
>==  
>NameDescription
>==  
>Bézier  Interpolated values use a quadratic curve, and ease-in 
> and ease-out
>Linear  Interpolated values are calculated linear (each step 
> value is equal)
>ConstantInterpolated values stay the same until the next key 
> frame, and jump to the new value
>==  
> /<>/doc/animation.rst:95: ERROR: "table" widths do not match the 
> number of columns in table (3).
> 
> .. table::
>:widths: 5 25
> 
>==    
>#   Name  Description
>==    
>1   File Properties   Select an image sequence in the **Project 
> Files** panel, right click and choose **File Properties**
>2   Frame RateAdjust the frame rate of the animation. 
> Typically, hand-drawn animations use 12 frames per second.
>==    
> /<>/doc/clips.rst:69: ERROR: "table" widths do not match the 
> number of columns in table (2).
> 
> .. table::
>:widths: 30
> 
>==  
>Trim & Slice Method Description
>==  
>**Resizing Edge**   Mouse over the edge of a clip, and resize the 
> edge, by dragging it left/right.
>**Slice**   When the play-head (i.e. vertical red playback 
> line) is overlapping a clip, right click on the clip,
>and choose :guilabel:`Slice`.
>**Slice All**   When the play-head is overlapping many clips, 
> right click on the play-head, and choose
>:guilabel:`Slice All` (it will cut all 
> intersecting clips on all tracks).
>**Split Clip Dialog**   Right click on a file, and choose :guilabel:`Split 
> Clip`. A dialog will appear which allows
>for creating lots of small cuts in a single video 
> file.
>**Razor Tool**  The :guilabel:`razor tool` from the **Edit 
> Toolbar** cuts a clip wherever you click on it.
>So be careful, it is easy and dangerous!
>==  
> /<>/doc/clips.rst:97: ERROR: "table" widths do not match the 
> number of columns in table (2).
> 
> .. table::
>:widths: 20
> 
>==  
>NameDescription
>==  
>FadeFade in or out a clip (often easier than using a 
> transition)
>Animate Zoom and slide a clip
>Rotate  Rotate or flip a video
>Layout  Make a video smaller or larger, and snap to any corner
>TimeReverse and speed up or slow down video
>Volume  Fade in or out the volume for a clip
>Separate Audio  Create a clip for each audio track
>Slice   

Processed: Re: Bug#1054679: termpaint: FTBFS: ../tests/catch_main.cpp:4:10: fatal error: catch2/catch.hpp: No such file or directory

2023-10-27 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 +pending
Bug #1054679 [src:termpaint] termpaint: FTBFS: ../tests/catch_main.cpp:4:10: 
fatal error: catch2/catch.hpp: No such file or directory
Added tag(s) pending.
> merge -1 1053775
Bug #1054679 [src:termpaint] termpaint: FTBFS: ../tests/catch_main.cpp:4:10: 
fatal error: catch2/catch.hpp: No such file or directory
Bug #1054679 [src:termpaint] termpaint: FTBFS: ../tests/catch_main.cpp:4:10: 
fatal error: catch2/catch.hpp: No such file or directory
Added tag(s) patch.
Bug #1053775 [src:termpaint] termpaint: catch2 v3 breaks debci tests
Added tag(s) ftbfs and pending.
Merged 1053775 1054679
> block -1 by 1053963
Bug #1054679 [src:termpaint] termpaint: FTBFS: ../tests/catch_main.cpp:4:10: 
fatal error: catch2/catch.hpp: No such file or directory
Bug #1053775 [src:termpaint] termpaint: catch2 v3 breaks debci tests
1054679 was not blocked by any bugs.
1054679 was not blocking any bugs.
Added blocking bug(s) of 1054679: 1053963
1053775 was not blocked by any bugs.
1053775 was not blocking any bugs.
Added blocking bug(s) of 1053775: 1053963

-- 
1053775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053775
1054679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1054679: termpaint: FTBFS: ../tests/catch_main.cpp:4:10: fatal error: catch2/catch.hpp: No such file or directory

2023-10-27 Thread Christoph Hueffelmann

Control: tags -1 +pending
Control: merge -1 1053775
Control: block -1 by 1053963

Hello Lucas,

yes, we are waiting of a sponsor for this and other bugs of termpaint:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053963



Am 27.10.23 um 21:16 schrieb Lucas Nussbaum:

Source: termpaint
Version: 0.3.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

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


Relevant part (hopefully):

c++ -Ilibtestlib.a.p -I. -I.. -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
-Winvalid-pch -std=c++14 -fvisibility=hidden -fvisibility-inlines-hidden 
-DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra -Werror=return-type -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -MD -MQ libtestlib.a.p/tests_catch_main.cpp.o -MF 
libtestlib.a.p/tests_catch_main.cpp.o.d -o libtestlib.a.p/tests_catch_main.cpp.o -c 
../tests/catch_main.cpp
../tests/catch_main.cpp:4:10: fatal error: catch2/catch.hpp: No such file or 
directory
 4 | #include "catch2/catch.hpp"
   |  ^~
compilation terminated.
[14/51] cc -Ilibtermpaint.so.0a.p -I. -I.. -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
-Winvalid-pch -std=gnu11 -fvisibility=hidden -DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra 
-Werror=strict-prototypes -Werror=incompatible-pointer-types -Werror=implicit-int 
-Werror=discarded-qualifiers -Werror=return-type -Werror=implicit-function-declaration 
-DTERMPAINTP_VALGRIND -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DTERMPAINT_RESCUE_EMBEDDED 
'-DTERMPAINT_RESCUE_PATH="/usr/lib/x86_64-linux-gnu/termpaint0a/"' -MD -MQ 
libtermpaint.so.0a.p/termpaint_input.c.o -MF libtermpaint.so.0a.p/termpaint_input.c.o.d -o 
libtermpaint.so.0a.p/termpaint_input.c.o -c ../termpaint_input.c
[15/51] c++ -Itermquery.p -I. -I.. -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
-Winvalid-pch -std=c++14 -fvisibility=hidden -fvisibility-inlines-hidden 
-DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra -Werror=return-type -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -MD -MQ termquery.p/termquery.cpp.o -MF termquery.p/termquery.cpp.o.d 
-o termquery.p/termquery.cpp.o -c ../termquery.cpp
[16/51] c++ -Iinputevents.p -I. -I.. -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -std=c++14 -fvisibility=hidden -fvisibility-inlines-hidden 
-DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra -Werror=return-type -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -MD -MQ inputevents.p/inputevents.cpp.o -MF 
inputevents.p/inputevents.cpp.o.d -o inputevents.p/inputevents.cpp.o -c ../inputevents.cpp
[17/51] cc -Ilibtermpaint.so.0a.p -I. -I.. -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
-Winvalid-pch -std=gnu11 -fvisibility=hidden -DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra 
-Werror=strict-prototypes -Werror=incompatible-pointer-types -Werror=implicit-int 
-Werror=discarded-qualifiers -Werror=return-type -Werror=implicit-function-declaration 
-DTERMPAINTP_VALGRIND -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DTERMPAINT_RESCUE_EMBEDDED 
'-DTERMPAINT_RESCUE_PATH="/usr/lib/x86_64-linux-gnu/termpaint0a/"' -MD -MQ 
libtermpaint.so.0a.p/termpaint.c.o -MF libtermpaint.so.0a.p/termpaint.c.o.d -o 
libtermpaint.so.0a.p/termpaint.c.o -c ../termpaint.c
[18/51] c++ -Ilibtermpaint_image.so.0a.p -I. -I.. -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++14 -fvisibility=hidden 
-fvisibility-inlines-hidden -DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra -Werror=return-type -g 
-O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -MD -MQ libtermpaint_image.so.0a.p/termpaint_image.cpp.o -MF 
libtermpaint_image.so.0a.p/termpaint_image.cpp.o.d -o 
libtermpaint_image.so.0a.p/termpaint_image.cpp.o -c ../termpaint_image.cpp
[19/51] c++ -Imcheck.p -I. -I.. -I/usr/include/docopt -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++14 -fvisibility=hidden 
-fvisibility-inlines-hidden -DTERMPAINT_EXPORT_SYMBOLS -Wall -Wextra -Werror=return-type -g 
-O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-ti

Bug#1054832: pyhoca-gui: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1

2023-10-27 Thread Lucas Nussbaum
Source: pyhoca-gui
Version: 0.6.1.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 -f po/PyHoca-GUI.pot.bak && mv po/PyHoca-GUI.pot.bak po/PyHoca-GUI.pot 
> || true
> rm -Rf PyHoca_GUI.egg-info/
> dh_auto_clean
> I: pybuild base:310: python3.11 setup.py clean 
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'windows'
>   warnings.warn(msg)
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'zipfile'
>   warnings.warn(msg)
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:265: 
> UserWarning: Unknown distribution option: 'executables'
>   warnings.warn(msg)
> /usr/lib/python3/dist-packages/setuptools/dist.py:946: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
> !!
> 
> 
> 
> Please replace its usage with implicit namespaces (PEP 420).
> 
> See 
> https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
>  for details.
> 
> 
> 
> !!
>   ep.load()(self, ep.name, value)
> running clean
> error: error in 
> /<>/.pybuild/cpython3_3.11_pyhoca-gui/.pydistutils.cfg: command 
> 'clean_i18n' has no such option 'all'
> E: pybuild pybuild:395: 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[1]: [debian/rules:23: override_dh_auto_clean] Error 25 (ignored)
> rm -Rf .pybuild/
> make[1]: Leaving directory '/<>'
>dh_autoreconf_clean -O--buildsystem=pybuild
>dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: verifying ./pyhoca-gui_0.6.1.1.orig.tar.gz.asc
> gpgv: Signature made Thu Jan  2 08:24:14 2020 UTC
> gpgv:using RSA key 1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B
> gpgv: Note: signatures using the SHA1 algorithm are rejected
> gpgv: Can't check signature: Bad public key
> dpkg-source: warning: cannot verify upstream tarball signature for 
> ./pyhoca-gui_0.6.1.1.orig.tar.gz: no acceptable signature found
> dpkg-source: info: building pyhoca-gui using existing 
> ./pyhoca-gui_0.6.1.1.orig.tar.gz
> dpkg-source: info: building pyhoca-gui using existing 
> ./pyhoca-gui_0.6.1.1.orig.tar.gz.asc
> dpkg-source: warning: ignoring deletion of directory build
> dpkg-source: warning: ignoring deletion of directory build/mo
> dpkg-source: warning: ignoring deletion of directory build/mo/tr
> dpkg-source: warning: ignoring deletion of directory build/mo/tr/LC_MESSAGES
> dpkg-source: warning: ignoring deletion of file 
> build/mo/tr/LC_MESSAGES/PyHoca-GUI.mo, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory build/mo/da
> dpkg-source: warning: ignoring deletion of directory build/mo/da/LC_MESSAGES
> dpkg-source: warning: ignoring deletion of file 
> build/mo/da/LC_MESSAGES/PyHoca-GUI.mo, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory build/mo/ru
> dpkg-source: warning: ignoring deletion of directory build/mo/ru/LC_MESSAGES
> dpkg-source: warning: ignoring deletion of file 
> build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory build/mo/et
> dpkg-source: warning: ignoring deletion of directory build/mo/et/LC_MESSAGES
> dpkg-source: warning: ignoring deletion of file 
> build/mo/et/LC_MESSAGES/PyHoca-GUI.mo, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory build/mo/nl
> dpkg-source: warning: ignoring deletion of directory build/mo/nl/LC_MESSAGES
> dpkg-source: warning: ignoring deletion of file 
> build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory build/mo/sv
> dpkg-source: warning: ignoring deletion of directory build/mo/sv/LC_MESSAGES
> dpkg-source: warning: ignoring deletion of file 
> build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory build/mo/en
> dpkg-source: warning: ignoring deletion of directory build/mo/en/LC_MESSAGES
> dpkg-source: warning: ignoring dele

Bug#1054831: haskell-hashable-time: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-hashable-time
Version: 0.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-hashable-time-doc.substvars
> dh_installdirs -plibghc-hashable-time-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/Jvpt3SW6CQ -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-hashable-time-dev
> libghc-hashable-time-prof
> libghc-hashable-time-doc
> Running dh_listpackages
> libghc-hashable-time-dev
> libghc-hashable-time-prof
> libghc-hashable-time-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/hashable-time-0.3/ 
> --datasubdir=hashable-time 
> --htmldir=/usr/share/doc/libghc-hashable-time-doc/html/ 
> --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring hashable-time-0.3...
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Encountered missing or private dependencies:
> base >=4.7 && <4.16
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/haskell-hashable-time_0.3-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054830: python-laspy: FTBFS: make: *** [debian/rules:11: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: python-laspy
Version: 2.5.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.11_laspy 
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/laspy
> copying laspy/typehints.py -> build/lib/laspy
> copying laspy/_pointwriter.py -> build/lib/laspy
> copying laspy/laswriter.py -> build/lib/laspy
> copying laspy/utils.py -> build/lib/laspy
> copying laspy/errors.py -> build/lib/laspy
> copying laspy/file.py -> build/lib/laspy
> copying laspy/lib.py -> build/lib/laspy
> copying laspy/__init__.py -> build/lib/laspy
> copying laspy/header.py -> build/lib/laspy
> copying laspy/extradims.py -> build/lib/laspy
> copying laspy/copc.py -> build/lib/laspy
> copying laspy/lasmmap.py -> build/lib/laspy
> copying laspy/lasreader.py -> build/lib/laspy
> copying laspy/lasdata.py -> build/lib/laspy
> copying laspy/_pointappender.py -> build/lib/laspy
> copying laspy/compression.py -> build/lib/laspy
> copying laspy/lasappender.py -> build/lib/laspy
> copying laspy/_pointreader.py -> build/lib/laspy
> creating build/lib/laspy/point
> copying laspy/point/dims.py -> build/lib/laspy/point
> copying laspy/point/format.py -> build/lib/laspy/point
> copying laspy/point/__init__.py -> build/lib/laspy/point
> copying laspy/point/packing.py -> build/lib/laspy/point
> copying laspy/point/record.py -> build/lib/laspy/point
> creating build/lib/laspy/_compression
> copying laspy/_compression/lazbackend.py -> build/lib/laspy/_compression
> copying laspy/_compression/format.py -> build/lib/laspy/_compression
> copying laspy/_compression/laszipbackend.py -> build/lib/laspy/_compression
> copying laspy/_compression/selection.py -> build/lib/laspy/_compression
> copying laspy/_compression/__init__.py -> build/lib/laspy/_compression
> copying laspy/_compression/backend.py -> build/lib/laspy/_compression
> copying laspy/_compression/lazrsbackend.py -> build/lib/laspy/_compression
> creating build/lib/laspy/vlrs
> copying laspy/vlrs/__init__.py -> build/lib/laspy/vlrs
> copying laspy/vlrs/vlr.py -> build/lib/laspy/vlrs
> copying laspy/vlrs/vlrlist.py -> build/lib/laspy/vlrs
> copying laspy/vlrs/known.py -> build/lib/laspy/vlrs
> copying laspy/vlrs/geotiff.py -> build/lib/laspy/vlrs
> running egg_info
> creating laspy.egg-info
> writing laspy.egg-info/PKG-INFO
> writing dependency_links to laspy.egg-info/dependency_links.txt
> writing requirements to laspy.egg-info/requires.txt
> writing top-level names to laspy.egg-info/top_level.txt
> writing manifest file 'laspy.egg-info/SOURCES.txt'
> reading manifest file 'laspy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE.txt'
> writing manifest file 'laspy.egg-info/SOURCES.txt'
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/typehints.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/_pointwriter.py -> 
> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/laswriter.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/utils.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/errors.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/file.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/lib.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/__init__.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/header.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/extradims.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/copc.py -> build/bdist.linux-x86_64/wheel/laspy
> copying build/lib/laspy/lasmmap.py -> build/bdist.linux-x86_64/wheel/laspy
> creating build/bdist.

Bug#1054829: php-fpdf: FTBFS: make: *** [/usr/share/quilt/quilt.make:23: unpatch] Error 1

2023-10-27 Thread Lucas Nussbaum
Source: php-fpdf
Version: 3:1.8.4.dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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
> I: 'php-fpdf'_'1.8'
> QUILT_PATCHES=debian/patches \
>   quilt --quiltrc /dev/null pop -a -R || test $? = 2
> No series file found
> make: *** [/usr/share/quilt/quilt.make:23: unpatch] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/php-fpdf_1.8.4.dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054828: propellor: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: propellor
Version: 5.13-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-propellor-doc.substvars
> dh_installdirs -plibghc-propellor-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.hs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/0XPnzc0se_ -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-propellor-dev
> libghc-propellor-doc
> libghc-propellor-prof
> propellor
> Running dh_listpackages
> libghc-propellor-dev
> libghc-propellor-doc
> libghc-propellor-prof
> propellor
> 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/propellor-5.13/ --datasubdir=propellor 
> --htmldir=/usr/share/doc/libghc-propellor-doc/html/ --enable-library-profiling
> Non-zero exit code 1.
> Using Parsec parser
> Configuring propellor-5.13...
> Flags chosen: withtypeerrors=True
> CallStack (from HasCallStack):
>   withMetadata, called at 
> libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in 
> Cabal-3.8.1.0:Distribution.Simple.Utils
> Error: hlibrary.setup: Duplicate modules in library: Utility.Scheduled
> 
>  at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 109.
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run_quiet("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 133
>   
> Debian::Debhelper::Buildsystem::Haskell::Recipes::run("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", ...) called at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 637
>   Debian::Debhelper::Buildsystem::Haskell::Recipes::configure_recipe() 
> called at -e line 1
> make: *** [/usr/share/cdbs/1/class/hlibrary.mk:153: configure-ghc-stamp] 
> Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/propellor_5.13-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054826: haskell-numtype: FTBFS: make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: haskell-numtype
Version: 1.2-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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-numtype-doc.substvars
> dh_installdirs -plibghc-numtype-doc \
>   
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'make_setup_recipe'
> Running ghc --make Setup.lhs -o debian/hlibrary.setup
> [1 of 2] Compiling Main ( Setup.lhs, Setup.o )
> [2 of 2] Linking debian/hlibrary.setup
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'configure_recipe'
> Running find . ! -newer /tmp/IaqP7H8z0z -exec touch -d 1998-01-01 UTC {} ;
> Running dh_listpackages
> libghc-numtype-dev
> libghc-numtype-prof
> libghc-numtype-doc
> Running dh_listpackages
> libghc-numtype-dev
> libghc-numtype-prof
> libghc-numtype-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/numtype-1.2/ --datasubdir=numtype 
> --htmldir=/usr/share/doc/libghc-numtype-doc/html/ --enable-library-profiling
> Using Parsec parser
> Configuring numtype-1.2...
> Dependency base <5: using base-4.17.2.0
> Source component graph: component lib
> Configured component graph:
> component numtype-1.2-1TzeWrAXQ9qDnL7XMQvuDI include base-4.17.2.0
> Linked component graph:
> unit numtype-1.2-1TzeWrAXQ9qDnL7XMQvuDI
> include base-4.17.2.0
> Numeric.NumType=numtype-1.2-1TzeWrAXQ9qDnL7XMQvuDI:Numeric.NumType
> Ready component graph:
> definite numtype-1.2-1TzeWrAXQ9qDnL7XMQvuDI depends base-4.17.2.0
> Using Cabal-3.8.1.0 compiled by ghc-9.4
> Using compiler: ghc-9.4.7
> Using install prefix: /usr
> Executables installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/numtype-1.2-1TzeWrAXQ9qDnL7XMQvuDI
> Dynamic Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7
> Private executables installed in: /usr/lib/x86_64-linux-ghc-9.4.7/numtype-1.2
> Data files installed in: /usr/share/numtype
> Documentation installed in: /usr/share/doc/x86_64-linux-ghc-9.4.7/numtype-1.2
> Configuration files installed in: /usr/etc
> No alex found
> Using ar found on system at: /usr/bin/x86_64-linux-gnu-ar
> No c2hs found
> No cpphs found
> No doctest found
> Using gcc version 13 found on system at: /usr/bin/x86_64-linux-gnu-gcc
> Using ghc version 9.4.7 found on system at: /usr/bin/ghc
> Using ghc-pkg version 9.4.7 found on system at: /usr/bin/ghc-pkg-9.4.7
> No ghcjs found
> No ghcjs-pkg found
> No greencard found
> Using haddock version 2.27.0 found on system at: /usr/bin/haddock-ghc-9.4.7
> No happy found
> Using haskell-suite found on system at: haskell-suite-dummy-location
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
> No hmake found
> Using hpc version 0.68 found on system at: /usr/bin/hpc-ghc-9.4.7
> Using hsc2hs version 0.68.8 found on system at: /usr/bin/hsc2hs-ghc-9.4.7
> Using hscolour version 1.24 found on system at: /usr/bin/HsColour
> No jhc found
> Using ld found on system at: /usr/bin/x86_64-linux-gnu-ld.gold
> No pkg-config found
> Using runghc version 9.4.7 found on system at: /usr/bin/runghc-9.4.7
> Using strip version 2.41 found on system at: /usr/bin/strip
> Using tar found on system at: /bin/tar
> No uhc found
> touch configure-ghc-stamp
> perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
>   -E 'build_recipe'
> Running dh_listpackages
> libghc-numtype-dev
> libghc-numtype-prof
> libghc-numtype-doc
> Preprocessing library for numtype-1.2..
> Building library for numtype-1.2..
> [1 of 1] Compiling Numeric.NumType  ( Numeric/NumType.lhs, 
> dist-ghc/build/Numeric/NumType.o, dist-ghc/build/Numeric/NumType.dyn_o )
> 
> Numeric/NumType.lhs:293:12: error:
> • Non type-variable argument
> in the constraint: Sum n' (Pos n'') (Pos n)
> • In the instance declaration for ‘Div (Pos n) (Pos n') (Pos n''')’
> Suggested fix: Perhaps you intended to use Flex

Bug#1054827: simple-ccsm: FTBFS: make: *** [debian/rules:4: binary] Error 25

2023-10-27 Thread Lucas Nussbaum
Source: simple-ccsm
Version: 2:0.8.18-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> python3 setup.py install \
> --root=debian/simple-ccsm \
> --prefix=/usr 
> Merging translations into simple-ccsm.desktop.
> Merging translations into simple-ccsm.appdata.xml.
> CREATED simple-ccsm.appdata.xml
> warning: no files found matching 'Makefile'
> *** Icon cache not updated. After install, run this:
> *** gtk-update-icon-cache -f -t /usr/share/icons/hicolor
> make[1]: Leaving directory '/<>'
>dh_installdocs
>dh_installchangelogs
>dh_python3
>dh_perl
>dh_usrlocal
> dh_usrlocal: error: debian/simple-ccsm/usr/local/bin/simple-ccsm is not a 
> directory
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/simple-ccsm_0.8.18-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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#1054825: ccsm: FTBFS: make[1]: *** [debian/rules:23: override_dh_install] Error 123

2023-10-27 Thread Lucas Nussbaum
Source: ccsm
Version: 2:0.8.18-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 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 '/<>'
> find /<>/debian/compizconfig-settings-manager \
> -type f -name '*.pyc' -o -name '*.egg-info' | xargs rm -f
> rm: cannot remove 
> '/<>/debian/compizconfig-settings-manager/usr/local/lib/python3.11/dist-packages/ccsm-0.8.18-py3.11.egg-info':
>  Is a directory
> make[1]: *** [debian/rules:23: override_dh_install] Error 123


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/ccsm_0.8.18-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231027=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.



  1   2   3   >