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#1054889: linux-image-6.5.0-2-amd64: Kernel 6.5 amdgpu, with refreshrate above 120Hz, black screen appears when certain graphical element appear

2023-10-27 Thread dada007
Package: src:linux
Version: 6.5.6-1
Severity: important
X-Debbugs-Cc: peter_malmb...@proton.me

Dear Maintainer,

   * What led up to the situation?
Updating from kernel 6.4 to 6.5
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
When I later changed screen resolution from 144Hz down to 120Hz
   * What was the outcome of this action?
The black screens stopped. It does not matter which kernel 6.5-version
I use, it is the same. Black screen happens when certain graphical elements are
shown.


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: ASUS
product_name: System Product Name
product_version: System Version
chassis_vendor: Default string
chassis_version: Default string
bios_vendor: American Megatrends Inc.
bios_version: 3202
board_vendor: ASUSTeK COMPUTER INC.
board_name: ROG STRIX B550-I GAMING
board_version: Rev X.0x

** Network interface configuration:
*** /etc/network/interfaces:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne 
Root Complex [1022:1630]
Subsystem: ASUSTeK Computer Inc. Renoir/Cezanne Root Complex [1043:8809]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- 

00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe 
Dummy Host Bridge [1022:1632]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe 
Dummy Host Bridge [1022:1632]
DeviceName:  Onboard IGD
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe 
Dummy Host Bridge [1022:1632]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller 
[1022:790b] (rev 51)
Subsystem: ASUSTeK Computer Inc. FCH SMBus Controller [1043:87e1]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

02:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL 
Downstream Port of PCI Express Switch [1002:1479] (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream 
Port of PCI Express Switch [1002:1479]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Navi 23 [Radeon RX 6650 XT / 6700S / 6800S] [1002:73ef] (rev c1) 
(prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] Navi 23 [Radeon RX 
6650 XT / 6700S / 6800S] [1462:5026]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: amdgpu
Kernel modules: amdgpu

03:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 
HDMI/DP Audio Controller [1002:ab28]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP 
Audio Controller [1002:ab28]
Control: I/O- Mem+ 

Bug#1054477: autorandr: install autorandr.service twice once dh_installsystemd installs to /usr

2023-10-27 Thread Don Armstrong
On Fri, 27 Oct 2023, Helmut Grohne wrote:
> On Tue, Oct 24, 2023 at 10:08:00AM +0200, Helmut Grohne wrote:
> > We want to change dh_installsystemd such that it installs units below
> > /usr in order to finalize the /usr-merge transition via DEP17. When
> > doing so, autorandr happes to install the upstream unit (via
> > dh_auto_install) below /lib and debian/autorand.service (via
> > dh_installsystemd) below /usr/lib. Doing so is a policy violation and
> > this bug will become release critical once I upload debhelper. I'm
> > attaching a patch that disables the installation of the upstream unit.
> > Once you go back to the upstream unit, please leave SYSTEMD_UNIT_DIR
> > unset, because it'll then pick up the right value from pkgconfig and
> > dh_installsystemd now supports generating maintainer scripts from both
> > locations.
> 
> Jochen Sprickerhof made me aware that my original patch changes the udev
> rules file and breaking it in that way, because systemd is removed from
> TARGETS in Makefile. I'm attaching an updated patch to avoid this
> unintentional issue. Thanks for the attention to detail.

Thanks for all of the patches!

My current plan is to add the build-dependencies so the pkg-config bits
work correctly and then just remove the manual setting of the systemd
configuration line, so when you do the switch, the build will just
happen correctly. [The upstream systemd service is now in pretty good
shape, so there's no point in keeping the Debian specific version any
more.]

-- 
Don Armstrong  https://www.donarmstrong.com

I cannot find rest
Because I am powerless
To amend a broken world.
 -- Guy Gavriel Kay _Under Heaven_ p295



Bug#1049408: gnome-initial-setup does not like locale set as C

2023-10-27 Thread Da Xue
gnome-initial-setup will fail if the locale is C. That was the reason
it was not showing at startup.



Bug#1054888: fontconfig: FTBFS: Missing testsuite dependency on uuid-runtime

2023-10-27 Thread David (Plasma) Paul
Source: fontconfig
Version: 2.14.1-1
Severity: normal

Dear Maintainer,

Please add a 'uuid-runtime ' entry to the Build-Depends
stanza of fontconfig's debian/control file.

Starting from version 2.14.1-1, the testsuite for fontconfig requires
running the uuidgen command which comes from the uuid-runtime package.
fontconfig does not list uuid-runtime among its build dependencies, but
it does declare a Build-Depends on uuid-dev which Depends on libuuid1
which Recommends uuid-runtime, so this issue only arises when
Recommended packages aren't automatically installed.

Thanks,

-- 
Plasma



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#1052005: KDE Plasma with IBus: im-config changes needed

2023-10-27 Thread Osamu Aoki
Hi, this is just FYI.

Upcoming "IBus in a Plasma (Wayland) session" is interesting topic.

Since it may be related, let me quote interesting links from my previous post at
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054622#25

* Input Method Hub -- good overview
  https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/39
* Wayland and input methods -- wayland-protocol description
  https://dorotac.eu/posts/input_method/
* Using Fcitx 5 on Wayland -- view by fcitx community
  https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
* about Input Method wayland protocols #2331 -- view by ibus maintainer
  https://github.com/ibus/ibus/issues/2331
* New ideas using Wayland Input Methods -- view by QT people? August 3, 2023
  https://blog.davidedmundson.co.uk/blog/new-ideas-using-wayland-input-methods/


Out of all these linked pages, the following table may be useful for resolving
this bug (I may be wrong):

https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/39#implementation-matrix


Regards,

Osamu

On Fri, 2023-09-15 at 23:47 +0200, Gunnar Hjalmarsson wrote:
> Package: im-config
> Version: 0.57-2
> Severity: important
> 
> If you use IBus in a Plasma (Wayland) session, the intention seems to be 
> that you apply an "IBus Wayland" virtual keyboard and let Wayland handle 
> everything internally. Otherwise the suggestion window does not show up, 
> for instance. OTOH, with the virtual keyboard enabled im-config should 
> better be disabled.
> 
> In a Plasma (X11) session im-config keeps dealing with IBus as intended.
> 
> Probably we should change im-config so it doesn't do anything in case of 
> a Plasma (Wayland) session. However, during my tests things get 
> extremely slow with that "IBus Wayland" virtual keyboard enabled, which 
> may be a bug or a "user error" from my side.
> 
> In any case it's highly desirable that any changes are made in 
> consultation with somebody who actually uses IBus together with Plasma.
> 



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#1054887: ITP: libdata-compactreadonly-perl -- module for Compact Read-Only Databases

2023-10-27 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libdata-compactreadonly-perl
  Version : 0.1.0
  Upstream Author : David Cantrell 
* URL : https://metacpan.org/release/Data-CompactReadonly
* License : Artistic or GPL-2
  Programming Lang: Perl
  Description : module for Compact Read-Only Databases

Data::CompactReadonly provides a Compact Read Only Database that consumes
very little memory. Once created a database can not be practically updated
except by re-writing the whole thing. The aim is for random-access read
performance to be on a par with DBM::Deep and for files to be much smaller.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: Digital Signature


Bug#1054886: ITP: libstring-binary-interpolation-perl -- module to make it easier to interpolate binary bytes into a string

2023-10-27 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libstring-binary-interpolation-perl
  Version : 1.0.0
  Upstream Author : David Cantrell 
* URL : https://metacpan.org/release/String-Binary-Interpolation
* License : Artistic or GPL-2
  Programming Lang: Perl
  Description : module to make it easier to interpolate binary bytes into a 
string

String::Binary::Interpolation interpolates some random byte into a string:

 use String::Binary::Interpolation;
 my $binary = "ABC${b01000100}E";

The module creates a bunch of variables named from $b to $b
and their values are the corresponding characters.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: Digital Signature


Bug#1054885: ITP: libscalar-type-perl -- module to figure out type of a scalar

2023-10-27 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libscalar-type-perl
  Version : 0.3.2
  Upstream Author : David Cantrell 
* URL : https://metacpan.org/release/Scalar-Type
* License : Artistic or GPL-2
  Programming Lang: Perl
  Description : module to figure out type of a scalar

Perl scalars can be either strings or numbers, and normally you don't really
care which is which as it will do all the necessary type conversions
automagically.

But in some rare cases, generally when you are serialising data, the
difference matters. Scalar::Type provides some useful functions to help you
figure out what's what.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: Digital Signature


Bug#1054583: dpkg-dev: really enable -fstack-clash-protection on armhf/armel

2023-10-27 Thread Lennart Sorensen
On Fri, Oct 27, 2023 at 02:29:30PM +0100, Steve McIntyre wrote:
> Are either of those ports (armeb/arm64ilp32) actually useful / alive
> at this point?

Not that I have seen.  I didn't think anything other than the IXP ever
really used big endian and that's a long time ago.  arm64ilp32 seems
to serve less purpose than x32 did (and x32 doesn't seem to be doing
much either).  Certainly looks essentially dead at this point.

-- 
Len Sorensen



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#1054884: docker-registry runs only as a single instance, but multiple instances can be needed

2023-10-27 Thread Hadmut Danisch
Package: docker-registry
Version: 2.8.2+ds1-1
Severity: wishlist
X-Debbugs-Cc: had...@danisch.de

Dear Maintainer,

the debian package for the docker-registry is built to run exactly one
instance with exactly one config file. 


However, the docker-registry is limited in its capabilities, it can
either run as a local private registry for your own images, or it can
act as a proxy/cache for exactly one upstream server. 

In Reality, one would need more than one instance to run, e.g. one as a
store for local images, one as a proxy/cache for docker.io, and so on. 


I'd therefore propose:


- turn the systemd unit into a template (basically put a @ in the
  filename and replace some data with %i , and run the registry with 

   /etc/docker/registry/%i.yml

  i.e. allow to run an arbitrary number of instances for different
  purposes. 


 - maybe give two example config files, i.e. one for the store of local
   home made images at Port 5000, and a second as a cache/proxy for
   docker.io at Port 5001. 


best regards
Hadmut






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

Kernel: Linux 6.2.0-35-generic (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
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 docker-registry depends on:
ii  adduser3.134
ii  init-system-helpers1.65.2
ii  libc6  2.36-9+deb12u3
ii  sysvinit-utils [lsb-base]  3.06-4

docker-registry recommends no packages.

docker-registry suggests no packages.

-- no debconf information



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.



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#1054630: dgit - cant import llvm-toolchain-15.

2023-10-27 Thread Ian Jackson
Peter Green writes ("Bug#1054630: dgit - cant import llvm-toolchain-15."):
> Correct me if I'm wrong here, but doesn't the import process
> only use information from the topmost changelog entry.

I believe so.  I'd have to check the code.  I think the top changelog
entry information might be used for the "record in suite" pseudomerge.

Ian.

-- 
Ian JacksonThese opinions are my own.  

Pronouns: they/he.  If I emailed you from @fyvzl.net or @evade.org.uk,
that is a private address which bypasses my fierce spamfilter.



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.



Bug#1054883: recognize .m3u8 as playlist (use mp3 icon like .m3u)

2023-10-27 Thread Marvin Renich
Package: xfe
Version: 1.43.2-3
Severity: wishlist

[also seen in 1.45-2]

Files with extension .m3u8 are UTF-8 encoded .m3u files.  It would be
nice if these files used the same icon as .m3u files.

...Marvin



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#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



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


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#1054882: blhc: False positive: CPPFLAGS missing (-D_FORTIFY_SOURCE=2): /usr/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp

2023-10-27 Thread Soren Stoutner
Package: blhc
Version: 0.13+git20230913.fb2c46d-1
Severity: normal

This bug appears to be a revival of #994422.  It appears the that regex 
exception added there needs to be slightly tweaked
to apply to all affected scenarios.

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

It affects Privacy Browser as well as other packages like Falkon and possibly 
anything built with CMake.

https://qa.debian.org/bls/packages/p/privacybrowser.html

https://tracker.debian.org/media/packages/f/falkon/changelog-23.08.2-1

An example build log demonstrating the problem:

https://buildd.debian.org/status/fetch.php?pkg=privacybrowser=amd64=0.5-1=1697132593=0

blhc complains about missing -D_FORTIFY_SOURCE=2 for the following line:

/usr/bin/c++ -std=gnu++11 -dM -E -c 
/usr/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp -DKCOREADDONS_LIB
-DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_DEBUG -DQT_POSITIONING_LIB
-DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB 
-DQT_SQL_LIB -DQT_WEBCHANNEL_LIB
-DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<>/obj-x86_64-linux-gnu/src -I/<>/src 
-I/usr/include/x86_64-linux-gnu/qt5
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtSql
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore 
-I/usr/include/x86_64-linux-gnu/qt5/QtQuick
-I/usr/include/x86_64-linux-gnu/qt5/QtQmlModels 
-I/usr/include/x86_64-linux-gnu/qt5/QtQml
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
-I/usr/include/x86_64-linux-gnu/qt5/QtWebChannel
-I/usr/include/x86_64-linux-gnu/qt5/QtPositioning 
-I/usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets
-I/usr/include/KF5/KCompletion -I/usr/include/KF5 
-I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KWidgetsAddons
-I/usr/include/KF5/KConfig -I/usr/include/KF5/KConfigGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtXml
-I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KCoreAddons 
-I/usr/include/KF5/KCodecs -I/usr/include/KF5/KAuthWidgets
-I/usr/include/KF5/KAuthCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KCrash 
-I/usr/include/KF5/KDBusAddons
-I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/KF5/KDocTools 
-I/usr/include/KF5/KI18n -I/usr/include/KF5/KNotifications
-I/usr/include/KF5/KIOCore -I/usr/include/KF5/KIO -I/usr/include/KF5/KService 
-I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent
-I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KIOGui 
-I/usr/include/KF5/KWindowSystem -I/usr/include/KF5/KJobWidgets
-I/usr/include/KF5/Solid -I/usr/include/KF5/KXmlGui -I/usr/include 
-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13
-I/usr/include/c++/13/backward -I/usr/lib/gcc/x86_64-linux-gnu/13/include 
-I/usr/local/include -I/usr/include/x86_64-linux-gnu

The -D_FORTIFY_SOURCE=2 flag is specified later in the build where it is 
actually needed.  For example:

cd /<>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DKCOREADDONS_LIB 
-DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_POSITIONING_LIB 
-DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB
-DQT_QUICK_LIB -DQT_SQL_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB 
-DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/<>/obj-x86_64-linux-gnu/src 
-I/<>/src
-I/<>/obj-x86_64-linux-gnu/src/privacybrowser_autogen/include 
-isystem /usr/include/x86_64-linux-gnu/qt5
-isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++
-isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtSql
-isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtQuick
-isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtQml
-isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtWebChannel
-isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets
-isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5 -isystem 
/usr/include/KF5/KConfigWidgets
-isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KConfig 
-isystem /usr/include/KF5/KConfigGui
-isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
/usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KCoreAddons
-isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KAuthWidgets 
-isystem /usr/include/KF5/KAuthCore
-isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KCrash -isystem 
/usr/include/KF5/KDBusAddons

Bug#1054881: gcc-13-cross-mipsen: Duplicate paragraphs in gccrs-* descriptions

2023-10-27 Thread Thomas Vincent
Package: gcc-13-cross-mipsen
Severity: minor

Dear Maintainer,

gccrs-* packages currently have the following paragraph in their descriptions:

! Please note, the compiler is in a very early stage and not usable yet for 
compiling real Rust programs ! 


While I can understand that this warning is important not to set too high 
expectations among rustaceans, having a double occurrence of the same paragraph 
in a package description makes DDTP (the package description translating 
service) update script very unhappy.

Would it be possible to not have two identical paragraphs in gccrs-* 
descriptions, either by droping one paragraph or by changing it slightly? Even 
removing the trailing space in one of them would do. :)

Thanks a lot in advance and thanks even more for your work on gcc.

Thomas


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

Kernel: Linux 6.1.0-12-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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



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#1054659: transition: utf8proc

2023-10-27 Thread M. Zhou
Done. It's green on all release archs.

On Fri, 2023-10-27 at 18:40 +, Graham Inggs wrote:
> Control: tags -1 confirmed
> 
> Hi Mo
> 
> On Fri, 27 Oct 2023 at 15:36, M. Zhou  wrote:
> > We can start the transition for utf8proc, which recently got an
> > SOVERSION bump from 2 to 3. I tested the reverse dependencies
> > on ppc64el and all of them are fine. The results for amd64 should
> > be the same.
> 
> Please go ahead.
> 
> Regards
> Graham
> 



Bug#1054630: dgit - cant import llvm-toolchain-15.

2023-10-27 Thread Peter Green

On 27/10/2023 11:37, Ian Jackson wrote:

Peter Green writes ("Bug#1054630: dgit - cant import llvm-toolchain-15."):

Now on the one hand, the changelog in llvm-toolchain-15 is indeed broken.
I filed a bug about that.

Thanks.  (FMR that's #1051961)


On the other hand, the package was accepted by the Debian archive and
related tooling. Not being able to import it is blocking things up
for raspbian. I'd appreciate a way to downgrade this error to a
warning.

*sigh* what a mess.  Quite so.  I might be able to look at this in the
next few days.

It's not 100% straightfrward, because dgit uses that information to
construct the commit messages for the dsc import.  So I think some
dummy information will have to be provided.  Or maybe we should be
using the dsc Maintainer instead.  Presumably the archive is better at
rejecting a missing dsc Maintainer.

Correct me if I'm wrong here, but doesn't the import process
only use information from the topmost changelog entry.



Bug#1054880: avahi: CVE-2023-38473

2023-10-27 Thread Salvatore Bonaccorso
Source: avahi
Version: 0.8-12
Severity: important
Tags: security upstream
Forwarded: https://github.com/lathiat/avahi/issues/451
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for avahi.

CVE-2023-38473[0]:
| Reachable assertion in avahi_alternative_host_name


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-38473
https://www.cve.org/CVERecord?id=CVE-2023-38473
[1] https://github.com/lathiat/avahi/issues/451
[2] https://github.com/lathiat/avahi/pull/486

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1054879: avahi: CVE-2023-38472

2023-10-27 Thread Salvatore Bonaccorso
Source: avahi
Version: 0.8-12
Severity: important
Tags: security upstream
Forwarded: https://github.com/lathiat/avahi/issues/452
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for avahi.

CVE-2023-38472[0]:
| Reachable assertion in avahi_rdata_parse


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-38472
https://www.cve.org/CVERecord?id=CVE-2023-38472
[1] https://github.com/lathiat/avahi/issues/452
[2] https://github.com/lathiat/avahi/pull/490

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1054878: avahi: CVE-2023-38471

2023-10-27 Thread Salvatore Bonaccorso
Source: avahi
Version: 0.8-12
Severity: important
Tags: security upstream
Forwarded: https://github.com/lathiat/avahi/issues/453
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for avahi.

CVE-2023-38471[0]:
| Reachable assertion in dbus_set_host_name


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-38471
https://www.cve.org/CVERecord?id=CVE-2023-38471
[1] https://github.com/lathiat/avahi/issues/453
[2] https://github.com/lathiat/avahi/pull/494

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1054877: avahi: CVE-2023-38470

2023-10-27 Thread Salvatore Bonaccorso
Source: avahi
Version: 0.8-12
Severity: important
Tags: security upstream
Forwarded: https://github.com/lathiat/avahi/issues/454
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for avahi.

CVE-2023-38470[0]:
| Reachable assertion in avahi_escape_label


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-38470
https://www.cve.org/CVERecord?id=CVE-2023-38470
[1] https://github.com/lathiat/avahi/issues/454
[2] https://github.com/lathiat/avahi/pull/457

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1054876: avahi: CVE-2023-38469

2023-10-27 Thread Salvatore Bonaccorso
Source: avahi
Version: 0.8-12
Severity: important
Tags: security upstream
Forwarded: https://github.com/lathiat/avahi/issues/455
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for avahi.

CVE-2023-38469[0]:
| Reachable assertion in avahi_dns_packet_append_record


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-38469
https://www.cve.org/CVERecord?id=CVE-2023-38469
[1] https://github.com/lathiat/avahi/issues/455
[2] https://github.com/lathiat/avahi/pull/500

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1054875: /usr/bin/add-apt-repository: python3-launchpadlib required for apt-add-repository

2023-10-27 Thread Luke W Faraone
Package: software-properties-common
Version: 0.99.30-4
Severity: normal
File: /usr/bin/add-apt-repository
X-Debbugs-Cc: lfara...@debian.org

Using the apt-add-repository command with a Launchpad PPA produces this
unhelpful error:

$ sudo add-apt-repository ppa:yuezk/globalprotect-openconnect
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 362, in 
sys.exit(0 if addaptrepo.main() else 1)
  ^
  File "/usr/bin/add-apt-repository", line 345, in main
shortcut = handler(source, **shortcut_params)
   ^^
  File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line
40, in shortcut_handler
return handler(shortcut, **kwargs)
   ^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in
__init__
if self.lpppa.publish_debug_symbols:
   ^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in
lpppa
self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
  ^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in
lpteam
self._lpteam = self.lp.people(self.teamname)
   ^^
AttributeError: 'NoneType' object has no attribute 'people'

I understand that adding a PPA is not a "supported" operation in Debian, but at
the very least a hint for the needed package should be displayed.


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

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

Versions of packages software-properties-common depends on:
ii  ca-certificates  20230311
ii  gir1.2-glib-2.0  1.78.1-1
ii  gir1.2-packagekitglib-1.01.2.7-1
ii  packagekit   1.2.7-1
ii  python-apt-common2.6.0
ii  python3  3.11.4-5+b1
ii  python3-dbus 1.3.2-5
ii  python3-gi   3.46.0-1
ii  python3-software-properties  0.99.30-4

software-properties-common recommends no packages.

software-properties-common suggests no packages.

-- no debconf information



Bug#1054874: openimageio: CVE-2023-42295

2023-10-27 Thread Salvatore Bonaccorso
Source: openimageio
Version: 2.4.14.0+dfsg-1
Tags: security upstream
Justification: user security hole
Forwarded: https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/3947
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for openimageio.

CVE-2023-42295[0]:
| An issue in OpenImageIO oiio v.2.4.12.0 allows a remote attacker to
| execute arbitrary code and cause a denial of service via the
| read_rle_image function of file bifs/unquantize.c


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2023-42295
https://www.cve.org/CVERecord?id=CVE-2023-42295
[1] https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/3947
[2] 
https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/672ed4c445ebefd5581974c27e28ef717fb6c401

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1054873: openimageio: CVE-2023-42295

2023-10-27 Thread Moritz Mühlenhoff
Source: openimageio
X-Debbugs-CC: t...@security.debian.org
Severity: important
Tags: security

Hi,

The following vulnerability was published for openimageio.

CVE-2023-42295[0]:
| An issue in OpenImageIO oiio v.2.4.12.0 allows a remote attacker to
| execute arbitrary code and cause a denial of service via the
| read_rle_image function of file bifs/unquantize.c

https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/3947
https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/3948
Fixed by: 
https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/15750af31a5d130ea63ac133453eb5448cefa636
 (v2.5.3.0-beta1)
Fixed by: 
https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/672ed4c445ebefd5581974c27e28ef717fb6c401
 (v2.4.15.0)

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

For further information see:

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

Please adjust the affected versions in the BTS as needed.



Bug#1054872: libjose4j-java: CVE-2023-31582

2023-10-27 Thread Moritz Mühlenhoff
Source: libjose4j-java
X-Debbugs-CC: t...@security.debian.org
Severity: important
Tags: security

Hi,

The following vulnerability was published for libjose4j-java.

CVE-2023-31582[0]:
| jose4j before v0.9.3 allows attackers to set a low iteration count
| of 1000 or less.

https://bitbucket.org/b_c/jose4j/issues/203/insecure-support-of-setting-pbe-less-then
Fixed by: https://bitbucket.org/b_c/jose4j/commits/1929fe3 (jose4j/0.9.3)


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

For further information see:

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

Please adjust the affected versions in the BTS as needed.



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


Bug#1054871: ITP: legba -- A fast multi protocol credential bruteforcer/sprayer/enumerator

2023-10-27 Thread Samuel Henrique
Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Owner: Samuel Henrique 
Severity: wishlist

* Package name: legba
  Version : 0.2.0
  Upstream Contact: Simone Margaritelli 
* URL : https://github.com/evilsocket/legba
* License : GPL-3.0
  Programming Lang: Rust
  Description : A fast multi protocol credential
bruteforcer/sprayer/enumerator

Legba is a multiprotocol credentials bruteforcer / password sprayer
and enumerator built with Rust and the Tokio asynchronous runtime in
order to achieve better performances and stability while consuming
less resources than similar tools.

I plan to maintain this package under the pkg-security[0] and/or rust team[1].

[0] https://tracker.debian.org/teams/pkg-security/
[1] In case it ends up being easier to maintain under the rust team,
due to the way Rust crates are packaged.

-- 
Samuel Henrique 



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#1052298: metafun broken?

2023-10-27 Thread Siep Kroonenberg
On Fri, Oct 27, 2023 at 05:45:03PM +0200, Preuße, Hilmar wrote:
> On 26.09.2023 23:00, Karl Berry wrote:
> 
> Hello all,
> 
> >  The files are not in the "minimal distribution" (which includes 
> > binaries,
> >  fonts etc.), but they are still present in the context zip itself.
> > 
> > Mojca - by the "context zip" do you mean cont-tmf.zip? I'm guessing not
> > .. please advise. Because, as Siep said, the current cont-tmf.zip
> > contains only a few scattered remnants of mkii.  No metafun.mpii file,
> > for example.
> > 
> > I poked around on the wiki.contextgarden.net but didn't see the right
> > thing. And
> > http://pragma-ade.nl/context/latest/ doesn't bring up a directory
> > listing, so if there's something there besides cont-tmf.zip, I can't see it 
> > ...
> > 
> 
> Is there some progress for that issue?

The standalone context is mostly free from mkii, but cont-tmf.zip
still has most of the legacy stuff, which will mostly be added back
in, in the form of a context-legacy package for TL. I find sorting
things out and creating / modifying the .tlpsrc definitions for the
context packages a tricky business; it is going a lot slower than I
hoped and expected.

-- 
Siep Kroonenberg



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



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#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#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#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#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#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#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#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#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#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#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#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#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   

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#1052469: screenshot of plasma mobile on librem 5

2023-10-27 Thread Marco Mattiolo

Hi,

sorry for not getting back earlier. Please keep both the Debian BTS 
(n...@bugs.debian.org) and mine as addressee, otherwise I will see your 
message only when I check open bugs. I know, I did the same for my 
previous message, so that's my fault as well...


Looks like you're missing kscreen: could you please check if you have it 
installed? Maybe the upgrade got it removed... In the near future, the 
plasma-mobile metapackage(s) should be available in Debian and all these 
packages (like kscreen) which are needed but not actual dependencies of 
plasma-mobile itself will be brought in automatically as dependencies.


Kind regards

Marco



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#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#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#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.



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#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#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

  1   2   3   4   >