Bug#1003106: --tar does not honor .gbp.conf tarball-dir option, creating a clash

2023-10-28 Thread Osamu Aoki
Control: tags -1 moreinfo

Hi,

This is my response to your BTS report:  
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003106

I am trying to reduce non-essential features as much as possible.

As you noticed, reading another package's configuration is risky path towards
over-complicating this code.

* There are many places to place such configuration option.
* Parser is non-trivial.
* There may be similar another packages which needs to be checked if we atart
doing this

So, if I ever address your needs, I prefer to add an new option to pass download
path for debmake itself.  That still seems to be complicating code.

Of course, if you bother to write a clean path to implement such a feature, I
will consider including it.  So I mark this as moreinfo

I think it is easier for you to write a simple shell wrapper of debamke to
address your need, for now.  If you send me such example, I will include it to
README.Debian.

Osamu



Bug#1054657: transition: r-bioc-biocgenerics

2023-10-28 Thread Andreas Tille
Hi Graham,

Am Sat, Oct 28, 2023 at 04:55:24PM + schrieb Graham Inggs:
> 
> Please remove the 'moreinfo' tag once all NEW packages needed for this
> transition have been uploaded to experimental and have passed through
> NEW review.

Can you confirm that packages uploaded to experimental can be moved in
one rush from experimental to unstable without extra uploads?  Do you
have this process in mind after the moreinfo tag is removed? 

Kind regards
 Andreas.

-- 
http://fam-tille.de



Bug#1021872: curl should work with debmake

2023-10-28 Thread Osamu Aoki
Control tags -1 pending
thanks

curl need "-O" option to make it behave like wget.



Bug#1054994: xrootd: FTBFS on hppa - open with O_CREAT or O_TMPFILE in second argument needs 3 arguments

2023-10-28 Thread John David Anglin
Source: xrootd
Version: 5.6.3-2
Severity: normal
Tags: ftbfs patch

Dear Maintainer,

Build fails here:
[ 99%] Building CXX object 
tests/XrdClTests/CMakeFiles/XrdClTests.dir/OperationsWorkflowTest.cc.o
cd /<>/obj-hppa-linux-gnu/tests/XrdClTests && /usr/bin/c++ 
-DHAVE_ATOMICS -DHAVE_CRYPT -DHAVE_CURL_MULTI_WAIT -DHAVE_DH_PADDED 
-DHAVE_ET_COM_ERR_H -DHAVE_FSTATAT -DHAVE_FUSE -DHAVE_GETHBYXR 
-DHAVE_GETIFADDRS -DHAVE_LIBZ -DHAVE_NAMEINFO -DHAVE_PROTOR -DHAVE_READLINE 
-DHAVE_SENDFILE -DHAVE_SETRESUID -DHAVE_SHADOWPW -DHAVE_SIGWTI -DHAVE_SSL 
-DHAVE_SYSTEMD -DHAVE_XML2 -DHAVE_XRDCRYPTO -DXRDPLUGIN_SOVERSION=\"5\" 
-DXrdClTests_EXPORTS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
-D_LARGEFILE_SOURCE -I/<>/obj-hppa-linux-gnu/src 
-I/<>/src -I/<>/tests/XrdClTests/../common -g -O2 
-ffile-prefix-map=/<>=. -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wno-unused-parameter 
-std=gnu++14 -fPIC -MD -MT 
tests/XrdClTests/CMakeFiles/XrdClTests.dir/OperationsWorkflowTest.cc.o -MF 
CMakeFiles/XrdClTests.dir/OperationsWorkflowTest.cc.o.d -o 
CMakeFiles/XrdClTests.dir/OperationsWorkflowTest.cc.o -c 
/<>/tests/XrdClTests/OperationsWorkflowTest.cc
In file included from /usr/include/fcntl.h:342,
 from 
/<>/tests/XrdClTests/LocalFileHandlerTest.cc:25:
In function ‘int open(const char*, int, ...)’,
inlined from ‘void LocalFileHandlerTest::WriteMkdirTest()’ at 
/<>/tests/XrdClTests/LocalFileHandlerTest.cc:210:17:
/usr/include/hppa-linux-gnu/bits/fcntl2.h:50:31: error: call to 
‘__open_missing_mode’ declared with attribute error: open with O_CREAT or 
O_TMPFILE in second argument needs 3 arguments
   50 |   __open_missing_mode ();
  |   ^~
make[4]: *** [tests/XrdClTests/CMakeFiles/XrdClTests.dir/build.make:205: 
tests/XrdClTests/CMakeFiles/XrdClTests.dir/LocalFileHandlerTest.cc.o] Error 1

Full log is here:
https://buildd.debian.org/status/fetch.php?pkg=xrootd=hppa=5.6.3-2=1698540721=0

It's a puzzle why the package doesn't fail to build on other architectures
but adding a mode argument to LocalFileHandlerTest.cc:210 fixes build. See
attached patch. Probably, it would be better to fix flags argument.

Regards,
Dave Anglin

-- System Information:
Debian Release: trixie/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 6.1.60+ (SMP w/4 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
--- ./tests/XrdClTests/LocalFileHandlerTest.cc.save 2023-10-29 
01:22:07.198005340 +
+++ ./tests/XrdClTests/LocalFileHandlerTest.cc  2023-10-29 01:22:23.998124928 
+
@@ -207,7 +207,7 @@

//
// Read file with POSIX calls to confirm correct write

//
-   int fd = open( targetURL.c_str(), flags );
+   int fd = open( targetURL.c_str(), flags, mode );
int rc = read( fd, buffer, writeSize );
CPPUNIT_ASSERT_EQUAL( rc, int( writeSize ) );
std::string read( buffer, writeSize );


Bug#1054995: RFS: python-qmix/1.0.6-1 -- Quantum Mixing software

2023-10-28 Thread Yogeswaran Umasankar
Package: sponsorship-requests
Severity: wishlist
X-Debbugs-Cc: kd8...@gmail.com

Dear mentors,

I am looking for a sponsor for my package "python-qmix":

 * Package name : python-qmix
   Version  : 1.0.6-1
   Upstream contact : John Garrett 
 * URL  : https://github.com/garrettj403/QMix
 * License  : GPL-3+
 * Vcs  : https://salsa.debian.org/yogu/python-qmix
   Section  : python

The source builds the following binary packages:

  python3-qmix - Quantum Mixing software

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

  https://mentors.debian.net/package/python-qmix/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python-qmix/python-qmix_1.0.6-1.dsc

Changes for the initial release:

 python-qmix (1.0.6-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1054992)

Regards,
-- 
  Yogeswaran Umasankar



Bug#1054993: haskell-ghc-lib-parser: FTBFS on hppa - needs memory barriers and rules update

2023-10-28 Thread John David Anglin
Source: haskell-ghc-lib-parser
Version: 9.4.7.20230826-1
Severity: normal
Tags: ftbfs patch

Dear Maintainer,

Build fails here:

Preprocessing library for ghc-lib-parser-9.4.7.20230826..
compiling dist-ghc/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled_hsc_make.c 
failed (exit code 1)
rsp file was: "dist-ghc/build/GHC/Exts/Heap/hsc2hscall3782483-0.rsp"
command was: /usr/bin/hppa-linux-gnu-gcc -c 
dist-ghc/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled_hsc_make.c -o 
dist-ghc/build/GHC/Exts/Heap/FFIClosures_ProfilingDisabled_hsc_make.o 
-D_HPUX_SOURCE -D_HPUX_SOURCE -fuse-ld=bfd -D_HPUX_SOURCE -UTHREADED_RTS 
-D__GLASGOW_HASKELL__=904 -Dlinux_BUILD_OS=1 -Dhppa_BUILD_ARCH=1 
-Dlinux_HOST_OS=1 -Dhppa_HOST_ARCH=1 -Irts/include -Ighc-lib/stage0/lib 
-Ighc-lib/stage0/compiler/build -Icompiler -Idist-ghc/build/rts/include 
-Idist-ghc/build/ghc-lib/stage0/lib 
-Idist-ghc/build/ghc-lib/stage0/compiler/build -Idist-ghc/build/compiler 
-DTHREADED_RTS -DTHREADED_RTS -Idist-ghc/build/autogen 
-Idist-ghc/build/global-autogen -include dist-ghc/build/autogen/cabal_macros.h 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/process-1.6.17.0/include 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/unix-2.7.3/include 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/time-1.12.2/include 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/bytestring-0.11.5.2/include 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/base-4.17.2.0/include 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/ghc-bignum-1.3/include 
-I/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include -I/usr/include/
error: In file included from 
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/Stg.h:348,
 from 
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/Rts.h:38,
 from FFIClosures_ProfilingDisabled.hsc:9:
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/stg/SMP.h: In 
function ‘write_barrier’:
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/stg/SMP.h:416:2: 
error: #error memory barriers unimplemented on this architecture
  416 | #error memory barriers unimplemented on this architecture
  |  ^
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/stg/SMP.h: In 
function ‘store_load_barrier’:
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/stg/SMP.h:440:2: 
error: #error memory barriers unimplemented on this architecture
  440 | #error memory barriers unimplemented on this architecture
  |  ^
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/stg/SMP.h: In 
function ‘load_load_barrier’:
/usr/lib/ghc/lib/../lib/hppa-linux-ghc-9.4.7/rts-1.0.2/include/stg/SMP.h:464:2: 
error: #error memory barriers unimplemented on this architecture
  464 | #error memory barriers unimplemented on this architecture
  |  ^

-e: error: debian/hlibrary.setup build --builddir=dist-ghc returned exit code 1
 at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 880.
Debian::Debhelper::Dh_Lib::error("debian/hlibrary.setup build 
--builddir=dist-ghc returned exit"...) called at 
/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 610
Debian::Debhelper::Dh_Lib::error_exitcode("debian/hlibrary.setup build 
--builddir=dist-ghc") called at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm 
line 473
Debian::Debhelper::Dh_Lib::doit("debian/hlibrary.setup", "build", 
"--builddir=dist-ghc") called at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 656
Debian::Debhelper::Buildsystem::Haskell::Recipes::build_recipe() called 
at -e line 1
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:158: build-ghc-stamp] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned 
exit status 2

Note "-D_HPUX_SOURCE" is not relevant in hppa-linux build.

Patch for SMP.h in ghc is attached to fix this issue.

Build will also run out of memory unless rules is updated to reduce gcc
memory usage. Patch is attached to add hppa to build rule for this.

Please update ghc SMP.h and rules files to fix build.

Thanks,
Dave Anglin

-- System Information:
Debian Release: trixie/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 6.1.60+ (SMP w/4 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
--- ./rts/include/stg/SMP.h.save2023-10-28 00:06:14.205202427 +
+++ ./rts/include/stg/SMP.h 2023-10-28 00:08:51.706312556 +
@@ -412,6 +412,8 @@
 __asm__ __volatile__ ("dmb  st" : : : "memory");
 #elif defined(riscv64_HOST_ARCH)
 __asm__ __volatile__ ("fence w,w" : : : "memory");
+#elif defined(hppa_HOST_ARCH)
+__asm__ __volatile__ ("sync" : : : "memory");
 #else
 #error memory barriers unimplemented on this architecture
 #endif
@@ -436,6 +438,8 @@
 __asm__ __volatile__ ("dmb sy" : : : 

Bug#1054992: ITP: python-qmix -- Quantum Mixing software

2023-10-28 Thread Yogeswaran Umasankar
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, kd8...@gmail.com

* Package name: python-qmix
  Version : 1.0.6
  Upstream Contact: John Garrett 
* URL : https://github.com/garrettj403/QMix
* License : GPL-3+
  Programming Lang: Python
  Description : Quantum Mixing software

QMix is used to simulate the quasiparticle tunneling currents
 in Superconductor/Insulator/Superconductor (SIS) junctions.
 In radio astronomy, these junctions are used for heterodyne
 mixing at millimeter and submillimeter wavelengths. QMix can
 be used to simulate the behavior of SIS mixers, optimize their
 performance and analyze experimental data.



Bug#1054991: initramfs-tools: failed to make backup on esp directory /boot

2023-10-28 Thread Zhian Chen
Package: initramfs-tools
Version: 0.142
Severity: normal
X-Debbugs-Cc: moonexi...@gmail.com

Dear Maintainer,

I found backup_initramfs() function emits error message saying it failed to 
create a backup when it
tried to do so on esp partition /boot.

reproduce steps:

1. install Debian, make /boot as esp
2. execute update-initramfs -u

vfat fs doesn't support hard link though, use /boot as esp is possible, which 
leads to problem on Debian.


Cheers,
Zhian Chen (galiren)

-- Package-specific info:
-- initramfs sizes
-rwxr-xr-x 1 root root 77M Oct 29 10:33 /boot/initrd.img-6.5.0-3-amd64
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-6.5.0-3-amd64 
root=UUID=074ecead-0292-4e54-b4a0-22de457656ea ro nowatchdog loglevel=5

-- /proc/filesystems
btrfs
fuseblk
vfat

-- lsmod
Module  Size  Used by
hidp   36864  1
rfcomm102400  16
cmac   12288  3
algif_hash 12288  1
algif_skcipher 12288  1
af_alg 36864  6 algif_hash,algif_skcipher
snd_seq_dummy  12288  0
snd_hrtimer12288  1
snd_seq   114688  7 snd_seq_dummy
snd_seq_device 16384  1 snd_seq
snd_ctl_led24576  0
snd_soc_skl_hda_dsp24576  4
snd_soc_intel_hda_dsp_common16384  1 snd_soc_skl_hda_dsp
snd_sof_probes 24576  0
snd_soc_hdac_hdmi  45056  1 snd_soc_skl_hda_dsp
qrtr   57344  4
bnep   36864  2
snd_hda_codec_hdmi 90112  1
iwlmvm589824  0
snd_hda_codec_realtek   192512  1
snd_hda_codec_generic   114688  1 snd_hda_codec_realtek
intel_uncore_frequency12288  0
intel_uncore_frequency_common16384  1 intel_uncore_frequency
ledtrig_audio  12288  2 snd_ctl_led,snd_hda_codec_generic
x86_pkg_temp_thermal16384  0
intel_powerclamp   16384  0
snd_soc_dmic   12288  1
mac80211 1396736  1 iwlmvm
coretemp   16384  0
snd_sof_pci_intel_tgl12288  0
snd_sof_intel_hda_common   204800  1 snd_sof_pci_intel_tgl
kvm_intel 413696  0
soundwire_intel61440  1 snd_sof_intel_hda_common
soundwire_generic_allocation12288  1 soundwire_intel
btusb  81920  0
snd_sof_intel_hda_mlink40960  2 soundwire_intel,snd_sof_intel_hda_common
soundwire_cadence  45056  1 soundwire_intel
btrtl  28672  1 btusb
btbcm  24576  1 btusb
snd_sof_intel_hda  24576  1 snd_sof_intel_hda_common
btintel57344  1 btusb
snd_sof_pci24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
btmtk  12288  1 btusb
libarc412288  1 mac80211
kvm  1368064  1 kvm_intel
snd_sof_xtensa_dsp 16384  1 snd_sof_intel_hda_common
bluetooth1126400  49 
btrtl,hidp,btmtk,btintel,btbcm,bnep,btusb,rfcomm
snd_sof   356352  4 
snd_sof_pci,snd_sof_intel_hda_common,snd_sof_probes,snd_sof_intel_hda
iwlwifi   544768  1 iwlmvm
snd_sof_utils  16384  1 snd_sof
snd_soc_hdac_hda   24576  1 snd_sof_intel_hda_common
snd_hda_ext_core   36864  5 
snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_soc_acpi_intel_match90112  2 
snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_acpi   12288  2 
snd_soc_acpi_intel_match,snd_sof_intel_hda_common
binfmt_misc28672  1
irqbypass  12288  1 kvm
snd_soc_core  421888  8 
soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hdmi,snd_soc_hdac_hda,snd_sof_probes,snd_soc_dmic,snd_soc_skl_hda_dsp
cfg80211 1339392  3 iwlmvm,iwlwifi,mac80211
ghash_clmulni_intel16384  0
sha3_generic   16384  1
snd_compress   28672  2 snd_soc_core,snd_sof_probes
jitterentropy_rng  20480  1
nls_ascii  12288  1
soundwire_bus 114688  3 
soundwire_intel,soundwire_generic_allocation,soundwire_cadence
nls_cp437  16384  1
vfat   20480  1
sha512_ssse3   53248  1
fat   102400  1 vfat
sha512_generic 16384  1 sha512_ssse3
snd_hda_intel  61440  0
snd_intel_dspcfg   32768  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
uvcvideo  147456  0
snd_intel_sdw_acpi 16384  2 snd_sof_intel_hda_common,snd_intel_dspcfg
ctr12288  0
snd_hda_codec 225280  8 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda,snd_soc_skl_hda_dsp
drbg   49152  1
videobuf2_vmalloc  20480  1 uvcvideo
aesni_intel   360448  4
uvc12288  1 uvcvideo
videobuf2_memops   16384  1 videobuf2_vmalloc
ansi_cprng 12288  0
videobuf2_v4l2 36864  1 uvcvideo
snd_hda_core  147456  11 

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-28 Thread Peter Malmberg
Hi again,

I am just a newbie Linux tinkerer. The kernels I have installed before have 
been installed with repository links and such or with a image and headers file.
Am I supposed to download all the files in the link you sent me and compile the 
kernel?

I am happy to help but unfortunately I am not able.

Which files should I download?
Which cli commands do I use?

1. I just downloaded the linux-image-amd64_6.5~rc4-1~exp1_amd64.deb file
2. chmod +x
3. sudo apt install linux-image-amd64_6.5~rc4-1~exp1_amd64.deb
and got:
E: Unable to locate package linux-image-amd64_6.5~rc4-1~exp1_amd64.deb

4. dpkg -i linux-image-amd64_6.5~rc4-1~exp1_amd64.deb

Unpacking linux-image-amd64 (6.5~rc4-1~exp1) over (6.5~rc4-1~exp1) ...
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-6.5.0-0-amd64 (= 6.5~rc4-1~exp1); 
however:
  Package linux-image-6.5.0-0-amd64 is not installed.

Package linux-image-6.5.0-0-amd64 is not available, but is referred to by 
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-image-6.5.0-0-amd64' has no installation candidate

I have both experimental and backports activated in apt: 
deb http://deb.debian.org/debian experimental main contrib
and
deb http://deb.debian.org/debian bookworm main contrib non-free-firmware
deb-src http://deb.debian.org/debian bookworm main contrib non-free-firmware

Still can't find the linux-image-6.5.0.0-amd anywhere.

uname -a
Linux Ryzen 6.5.9-2-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.5-11.1~trixie 
(2023-10-26) x86_64 GNU/Linux

I have the following Kernels installed
Debian GNU/Linux, with Linux 6.5.0-2-amd64
Debian GNU/Linux, with Linux 6.4.15-2-liquorix-amd64
Debian GNU/Linux, with Linux 6.5.9-2-liquorix-amd64


Best regards, 

Peter

Sent with Proton Mail secure email.

--- Original Message ---
On Saturday, October 28th, 2023 at 11:54 PM, Diederik de Haas 
 wrote:


> Please, always keep the bug address in To/CC so everyone can track progress.
>
> On zaterdag 28 oktober 2023 14:17:29 CEST you wrote:
>
> > I'm sorry. I don't know how to install the rc kernel. I have downloaded it
> > and tried both apt and dpkg but it does not install. Am I missing som
> > packages to be able to install?
>
>
> https://snapshot.debian.org/package/linux-signed-amd64/6.5~rc4%2B1~exp1/#linux-image-rt-amd64_6.5:7e:rc4-1:7e:exp1
> would be the .deb file you'd need to install.
>
> Without the actual commands you tried and/or an error message and/or
> console log output, I don't know what or if something is missing.



Bug#1054990: distributed-net: obsolete package description refers to completed OGR project as an ongoing project

2023-10-28 Thread Ani Hay
Package: distributed-net
Version: 2.9112.521+arm64-2
Severity: minor
X-Debbugs-Cc: anihay1...@gmail.com

Dear Maintainer,

distributed-net has a few obsolete statements in its description.
Currently distributed.net is only working on RC5-72 package and it
doesn't seem like there are any other projects in the pipeline.

However, the package description states among other things:
"The ongoing projects are RC5-72 and Optimal Golomb Rulers (28-mark),
the latter of which has practical applications in science."

I think the description should be udpated in general to reflect the
current state of the project.

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

Kernel: Linux 5.15.130-20470-g75de2d59bd35 (SMP w/4 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 distributed-net depends on:
ii  bind9-host [host]  1:9.16.44-1~deb11u1
ii  debconf [debconf-2.0]  1.5.77
ii  init-system-helpers1.60
ii  libc6  2.31-13+deb11u7
ii  lsb-base   11.1.0

Versions of packages distributed-net recommends:
ii  logrotate  3.18.0-2+deb11u2

Versions of packages distributed-net suggests:
pn  acpid  
pn  apmd   

-- debconf information:
* distributed-net/fullconfig: false



Bug#1054989: various tests: gpg: WARNING: "--secret-keyring" is an obsolete option - it has no effect

2023-10-28 Thread Nicholas D Steeves
Package: devscripts
Version: 2.23.6
Severity: normal

Hi,

While creating a local bpo of devscripts 2.23.6 I noticed many
warnings like this:

  gpg: WARNING: "--secret-keyring" is an obsolete option - it has no effect

in the build log.  They are also visible on autobuilders

https://buildd.debian.org/status/fetch.php?pkg=devscripts=all=2.23.6=1692766249=0
https://ci.debian.net/data/autopkgtest/unstable/amd64/d/devscripts/39069460/log.gz
etc.

>From what I've read this might be an old gpg2 migration bug; although,
I seem to remember reading that it only affects >= gnupg 2.1.  Either
way, builds pass, it looks like we may have successfully released
bookworm despite this issue, and so maybe we can just drop this
argument (as well as the secret key identifier)?

$ ag secret-keyring
test/lib_test_uscan
89:--secret-keyring "$PRIVATE_KEYRING" --default-key \

test/test_mk-origtargz
99: --secret-keyring "$PRIVATE_KEYRING"

test/test_package_lifecycle
73: --secret-keyring $PRIVATE_KEYRING --default-key 72543FAF \

test/test_uscan_ftp
184:--secret-keyring $PRIVATE_KEYRING --default-key 72543FAF \
189:  --secret-keyring $PRIVATE_KEYRING --default-key 72543FAF \

test/test_uscan_mangle
211:--secret-keyring $PRIVATE_KEYRING --default-key 72543FAF \
216:--secret-keyring $PRIVATE_KEYRING --default-key 72543FAF \
221:--secret-keyring $PRIVATE_KEYRING --default-key 72543FAF \

Does someone see a better solution, or would you like me to take care
of deleting "--secret-keyring $PRIVATE_KEYRING"?  Alternatively, is
there someone whose is taking care of gnupg2 migration issues?  This
is the second bug I found, and I wonder if I should be CCing someone.
No, I don't want to make gnupg2 migration a project of mine ;)

Regards,
Nicholas



Bug#1054962: libsoup3: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=8 meson test returned exit code 5

2023-10-28 Thread Jeremy Bícha
Control: severity -1 important

On Sat, Oct 28, 2023 at 5:55 PM Lucas Nussbaum  wrote:
>
> Source: libsoup3
> Version: 3.4.4-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231028 ftbfs-trixie
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.

I happened to do a new upload to Unstable a couple days ago. The build
tests did fail like this once (on both amd64 and s390x) but passed on
retry. I don't think the failure is happening often enough to be a
problem for us yet.

https://buildd.debian.org/status/package.php?p=libsoup3

Thank you,
Jeremy Bícha



Bug#1054988: pulseaudio: Incorrect device selected when headphones are plugged in

2023-10-28 Thread Cameron Cawley
Package: pulseaudio
Version: 16.1+dfsg1-2+b1
Severity: important
X-Debbugs-Cc: ccawley2...@gmail.com

Dear Maintainer,

When plugging in headphones, the output device will switch to headphones, but 
no sound will play. Using pavucontrol to switch to Analog Output wil fix 
playing audio through the headphones, but unplugging and reconnecting them 
switches PulseAudio back to the non-working Headphones output device. Output 
via the speakers works fine without having to manually select the proper device.

This happens with the builtin audio on a Dell Dimension E520, but I'm not sure 
if this is a machine-specific issue.

-- Package-specific info:
File '/etc/default/pulseaudio' does not exist


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

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

Versions of packages pulseaudio depends on:
ii  adduser 3.134
ii  init-system-helpers 1.65.2
ii  libasound2  1.2.8-1+b1
ii  libasound2-plugins  1.2.7.1-1
ii  libc6   2.36-9+deb12u3
ii  libcap2 1:2.66-4
ii  libdbus-1-3 1.14.10-1~deb12u1
ii  libfftw3-single33.3.10-1
ii  libgcc-s1   12.2.0-14
ii  libglib2.0-02.74.6-2
ii  libgstreamer-plugins-base1.0-0  1.22.0-3+deb12u1
ii  libgstreamer1.0-0   1.22.0-2
ii  libice6 2:1.0.10-1
ii  libltdl72.4.7-5
ii  liborc-0.4-01:0.4.33-2
ii  libpulse0   16.1+dfsg1-2+b1
ii  libsm6  2:1.2.3-1
ii  libsndfile1 1.2.0-1
ii  libsoxr00.1.3-4
ii  libspeexdsp11.2.1-1
ii  libstdc++6  12.2.0-14
ii  libsystemd0 252.17-1~deb12u1
ii  libtdb1 1.4.8-2
ii  libudev1252.17-1~deb12u1
ii  libwebrtc-audio-processing1 0.3-1+b1
ii  libwrap07.6.q-32
ii  libx11-62:1.8.4-2+deb12u2
ii  libx11-xcb1 2:1.8.4-2+deb12u2
ii  libxcb1 1.15-1
ii  libxtst62:1.2.3-1.1
ii  lsb-base11.6
ii  pulseaudio-utils16.1+dfsg1-2+b1
ii  sysvinit-utils [lsb-base]   3.06-4

Versions of packages pulseaudio recommends:
ii  dbus-user-session1.14.10-1~deb12u1
ii  libpam-systemd [logind]  252.17-1~deb12u1
ii  rtkit0.13-5

Versions of packages pulseaudio suggests:
pn  paprefs  
ii  pavucontrol  5.0-2
pn  pavumeter
ii  udev 252.17-1~deb12u1

-- no debconf information
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB

; auto-connect-localhost = no
; auto-connect-display = no
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for the PulseAudio 

Bug#1054973: libcgi-application-plugin-authentication-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

2023-10-28 Thread gregor herrmann
Control: tag -1 + confirmed upstream

On Sat, 28 Oct 2023 23:50:26 +0200, Lucas Nussbaum wrote:

> Source: libcgi-application-plugin-authentication-perl
> Version: 0.23+~cs0.5-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231028 ftbfs-trixie
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> 
> > Test Summary Report
> > ---
> > t/03_destination.t(Wstat: 2048 (exited 8) Tests: 11 Failed: 
> > 8)
> >   Failed tests:  2-9
> >   Non-zero exit status: 8
> > t/80_devpopup.t   (Wstat: 256 (exited 1) Tests: 4 Failed: 1)
> >   Failed test:  4
> >   Non-zero exit status: 1
> > Files=47, Tests=575,  8 wallclock secs ( 0.16 usr  0.10 sys +  4.17 cusr  
> > 0.78 csys =  5.21 CPU)
> > Result: FAIL
> > Failed 2/47 test programs. 9/575 subtests failed.
> > make[2]: *** [Makefile:944: test_dynamic] Error 255
> > make[2]: Leaving directory '/<>'
> > dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

Same here.
Probably broken by libcgi-pm-perl 4.59-1 (building in testing with 4.57-1
still works).

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#1054981: libtk-objeditor-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

2023-10-28 Thread gregor herrmann
On Sat, 28 Oct 2023 23:50:46 +0200, Lucas Nussbaum wrote:

> Source: libtk-objeditor-perl
> Version: 2.009-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231028 ftbfs-trixie
> 
> > make[2]: Entering directory '/<>'
> > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" 
> > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 
> > 'blib/lib', 'blib/arch')" t/*.t
> > t/obj_ed_dialog.t .. 
> > 1..4
> > ok 1 - compiled
> > ok 2 - created dummy object
> > ok 3 - Created some data monitors
> > ok 4 - mainloop done
> > ok
> > Failed to AUTOLOAD 'Tk::HList::isPseudoHash' at 
> > /usr/lib/x86_64-linux-gnu/perl5/5.36/Tk/Derived.pm line 469.
> > # Looks like your test exited with 2 just after 4.
> > t/obj_editor.t . 
> > 1..5
> > ok 1 - compiled
> > ok 2 - created dummy object
> > ok 3 - Created some data monitors
> > ok 4 - Created obj editor
> > Dubious, test returned 2 (wstat 512, 0x200)
> > Failed 1/5 subtests 
> > t/pod.t  skipped: Test::Pod 1.00 required for testing POD
> > 
> > Test Summary Report
> > ---
> > t/obj_editor.t   (Wstat: 512 (exited 2) Tests: 4 Failed: 0)
> >   Non-zero exit status: 2
> >   Parse errors: Bad plan.  You planned 5 tests but ran 4.
> > Files=3, Tests=8,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.46 cusr  0.09 
> > csys =  0.57 CPU)
> > Result: FAIL
> > Failed 1/3 test programs. 0/8 subtests failed.
> > make[2]: *** [Makefile:860: test_dynamic] Error 255
> > make[2]: Leaving directory '/<>'
> > dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

Same here.
This seems to be broken by libtk-objscanner-perl 2.018-1 (building in
a testing chroot with 2.017-2 still works).

Dominique, I think that's a case for you :)


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#1054987: RFS: python-gradientmodel/0.0.2-1 [ITP] -- Gradient Model

2023-10-28 Thread Yogeswaran Umasankar
Package: sponsorship-requests
Severity: wishlist
X-Debbugs-Cc: kd8...@gmail.com

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "python-gradientmodel":

 * Package name : python-gradientmodel
   Version  : 0.0.2-1
   Upstream contact : John Garrett 
 * URL  : https://github.com/garrettj403/GradientModel
 * License  : MIT
 * Vcs  : https://salsa.debian.org/yogu/python-gradientmodel
   Section  : python

The source builds the following binary packages:

  python3-gradientmodel - Gradient Model

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

  https://mentors.debian.net/package/python-gradientmodel/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python-gradientmodel/python-gradientmodel_0.0.2-1.dsc

Changes for the initial release:

 python-gradientmodel (0.0.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1054986)

Regards,
-- 
  Yogeswaran Umasankar



Bug#1054986: ITP: python-gradientmodel -- Gradient Model

2023-10-28 Thread Yogeswaran Umasankar
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, kd8...@gmail.com

* Package name: python-gradientmodel
  Version : 0.0.2
  Upstream Contact: John Garrett 
* URL : https://github.com/garrettj403/GradientModel
* License : MIT
  Programming Lang: Python
  Description : Gradient Model

Gradient Model can be used to calculate the surface impedance
of a rough metal surface.

The results from this model can illustrate roughness impact
on loss and phase delay in typical transmission lines.



Bug#1054985: gpg-agent: missing dependency on pinentry-curses or pinentry-gtk2

2023-10-28 Thread Vincent Lefevre
Package: gpg-agent
Version: 2.2.40-1.1
Severity: important

gpg-agent needs a working pinentry program. As pinentry-gnome3
(installed by default) doesn't work on non-GNOME environments,
it should depend on pinentry-curses or pinentry-gtk2.

With just pinentry-gnome3 installed, this makes emacs completely
hang when opening a .gpg file. Replacing pinentry-gnome3 by
pinentry-curses and pinentry-gtk2 solves the issue.

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

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

Versions of packages gpg-agent depends on:
ii  gpgconf 2.2.40-1.1
ii  init-system-helpers 1.65.2
ii  libassuan0  2.5.5-5
ii  libc6   2.36-9+deb12u3
ii  libgcrypt20 1.10.1-3
ii  libgpg-error0   1.46-1
ii  libnpth01.6-3
ii  pinentry-curses [pinentry]  1.2.1-1
ii  pinentry-gtk2 [pinentry]1.2.1-1

Versions of packages gpg-agent recommends:
ii  gnupg  2.2.40-1.1

Versions of packages gpg-agent suggests:
ii  dbus-user-session  1.14.10-1~deb12u1
ii  libpam-systemd 252.17-1~deb12u1
pn  pinentry-gnome3
pn  scdaemon   

-- no debconf information

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



Bug#1050872: release.debian.org: mips64el apparently relies on buster (oldoldstable) LTS?

2023-10-28 Thread Luca Boccassi
On Sun, 3 Sep 2023 13:20:48 +0300 Adrian Bunk  wrote:
> On Wed, Aug 30, 2023 at 04:54:01PM +0100, Simon McVittie wrote:
> >...
> > However, if I understand correctly, Luca has been told that some
official
> > mips64el buildds are running mipsel user-space on mips64el hardware
which
> > only works with the buster kernel,
> >...
> > Is this true?
> 
> Yes:
> https://lists.debian.org/debian-mips/2023/07/msg00052.html
> 
> >...
> > If our official buildds for a release architecture are unable to
run on
> > either the stable or oldstable kernel, I think that raises some
important
> > questions about suitability for inclusion in future releases.
> >...
> 
> This problem affects older (and slower) buildds, the newer buildds 
> don't run with any kernel older than oldstable.
> 
> Turning off the affected buildds is an option.

Hi,

Any news on this topic? Debootstrap has been updated in p-u and o-p-u,
do we need to worry about Buster, or where those mips buildds retired?

-- 
Kind regards,
Luca Boccassi


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


Bug#1054984: haskell-lambdabot-social-plugins: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-c

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-social-plugins
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 0.13), 
> ghc (>= 8.4.3), ghc-prof, libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-split-dev (>= 0.2), libghc-split-prof, build-essential, fakeroot, 
> ghc-doc, libghc-lambdabot-core-doc, libghc-split-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 
> 0.13), ghc (>= 8.4.3), ghc-prof, libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-split-dev (>= 0.2), libghc-split-prof, build-essential, fakeroot, 
> ghc-doc, libghc-lambdabot-core-doc, libghc-split-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [893 B]
> Get:5 copy:/<>/apt_archive ./ Packages [905 B]
> Fetched 2407 B in 0s (186 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-lambdabot-core-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-binary-dev-0.8.8.0-507cc but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: libghc-dependent-map-dev-0.4.0.0-f824e 
> but it is not installable
>  Depends: libghc-dependent-sum-dev-0.7.1.0-2fd03 
> but it is not installable
>  Depends: 
> libghc-dependent-sum-template-dev-0.1.1.1-62abf but it is not installable
>  Depends: libghc-directory-dev-1.3.6.2-311c9 but 
> it is not installable
>  Depends: libghc-edit-distance-dev-0.2.2.1-cc475 
> but it is not installable
>  Depends: libghc-exceptions-dev-0.10.4-c14ff but 
> it is not installable
>  Depends: libghc-filepath-dev-1.4.2.1-4459f but 
> it is not installable
>  Depends: libghc-haskeline-dev-0.8.2-83f75 but it 
> is not installable
>  Depends: libghc-hslogger-dev-1.3.1.0-d393e but 
> it is not installable
>  Depends: libghc-http-dev-4000.3.16-b345c but it 
> is not installable
>  Depends: libghc-lifted-base-dev-0.2.3.12-e0695 
> but it is not installable
>  Depends: libghc-monad-control-dev-1.0.3.1-20361 
> but it is not installable
>  Depends: libghc-mtl-dev-2.2.2-e3bae but it is 
> not installable
>  Depends: libghc-network-bsd-dev-2.8.1.0-726d3 
> but it is not installable
>  Depends: libghc-network-dev-3.1.2.7-bb8a0 but it 
> is not installable
>  Depends: libghc-parsec-dev-3.1.14.0-377f0 but it 
> is not installable
>  Depends: libghc-prim-uniq-dev-0.2-b082a but it 
> is not installable
>  Depends: libghc-random-dev-1.2.1.1-f840d but it 
> is not installable
>  Depends:

Bug#1054983: haskell-copilot-prettyprinter: FTBFS: build-dependency not installable: haddock-interface-38

2023-10-28 Thread Lucas Nussbaum
Source: haskell-copilot-prettyprinter
Version: 3.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-copilot-core-dev 
> (>= 3.13), libghc-copilot-core-dev (<< 3.14), libghc-copilot-core-prof, 
> build-essential, fakeroot, ghc-doc, libghc-copilot-core-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-copilot-core-dev (>= 3.13), libghc-copilot-core-dev (<< 
> 3.14), libghc-copilot-core-prof, build-essential, fakeroot, ghc-doc, 
> libghc-copilot-core-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [841 B]
> Get:5 copy:/<>/apt_archive ./ Packages [822 B]
> Fetched 2272 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-copilot-core-doc : Depends: haddock-interface-38 but it is not 
> installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-copilot-prettyprinter_3.13-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054982: haskell-intern: FTBFS: unsatisfiable build-dependency: libghc-hashable-dev (< 1.4) but 1.4.3.0-1+b1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-intern
Version: 0.9.4-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper, ghc, ghc-prof, haskell-devscripts, 
> libghc-hashable-dev (<< 1.4), libghc-hashable-prof, ghc (>= 8.4.3+dfsg1-4~) | 
> libghc-text-dev (<< 1.3), ghc-prof (>= 8.4.3+dfsg1-4~) | libghc-text-prof, 
> libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, 
> build-essential, fakeroot, ghc-doc, libghc-hashable-doc, ghc-doc (>= 
> 8.4.3+dfsg1-4~) | libghc-text-doc, libghc-unordered-containers-doc
> Filtered Build-Depends: cdbs, debhelper, ghc, ghc-prof, haskell-devscripts, 
> libghc-hashable-dev (<< 1.4), libghc-hashable-prof, ghc (>= 8.4.3+dfsg1-4~), 
> ghc-prof (>= 8.4.3+dfsg1-4~), libghc-unordered-containers-dev (<< 0.3), 
> libghc-unordered-containers-prof, build-essential, fakeroot, ghc-doc, 
> libghc-hashable-doc, ghc-doc (>= 8.4.3+dfsg1-4~), 
> libghc-unordered-containers-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [612 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1003 B]
> Get:5 copy:/<>/apt_archive ./ Packages [951 B]
> Fetched 2566 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-hashable-dev (< 1.4) but 
> 1.4.3.0-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-intern_0.9.4-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054981: libtk-objeditor-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

2023-10-28 Thread Lucas Nussbaum
Source: libtk-objeditor-perl
Version: 2.009-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 
> 'blib/arch')" t/*.t
> t/obj_ed_dialog.t .. 
> 1..4
> ok 1 - compiled
> ok 2 - created dummy object
> ok 3 - Created some data monitors
> ok 4 - mainloop done
> ok
> Failed to AUTOLOAD 'Tk::HList::isPseudoHash' at 
> /usr/lib/x86_64-linux-gnu/perl5/5.36/Tk/Derived.pm line 469.
> # Looks like your test exited with 2 just after 4.
> t/obj_editor.t . 
> 1..5
> ok 1 - compiled
> ok 2 - created dummy object
> ok 3 - Created some data monitors
> ok 4 - Created obj editor
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 1/5 subtests 
> t/pod.t  skipped: Test::Pod 1.00 required for testing POD
> 
> Test Summary Report
> ---
> t/obj_editor.t   (Wstat: 512 (exited 2) Tests: 4 Failed: 0)
>   Non-zero exit status: 2
>   Parse errors: Bad plan.  You planned 5 tests but ran 4.
> Files=3, Tests=8,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.46 cusr  0.09 
> csys =  0.57 CPU)
> Result: FAIL
> Failed 1/3 test programs. 0/8 subtests failed.
> make[2]: *** [Makefile:860: test_dynamic] Error 255
> make[2]: Leaving directory '/<>'
> dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/libtk-objeditor-perl_2.009-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054980: django-dirtyfields: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-10-28 Thread Lucas Nussbaum
Source: django-dirtyfields
Version: 1.3.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 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_django-dirtyfields/build/dirtyfields
> copying src/dirtyfields/compare.py -> 
> /<>/.pybuild/cpython3_3.11_django-dirtyfields/build/dirtyfields
> copying src/dirtyfields/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_django-dirtyfields/build/dirtyfields
> copying src/dirtyfields/compat.py -> 
> /<>/.pybuild/cpython3_3.11_django-dirtyfields/build/dirtyfields
> copying src/dirtyfields/dirtyfields.py -> 
> /<>/.pybuild/cpython3_3.11_django-dirtyfields/build/dirtyfields
> PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html # HTML generator
> 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
> WARNING: html_static_path entry '_static' does not exist
> loading intersphinx inventory from http://docs.python.org/2.7/objects.inv...
> loading intersphinx inventory from http://sphinx.pocoo.org/objects.inv...
> loading intersphinx inventory from 
> http://docs.djangoproject.com/en/dev/_objects/...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'http://docs.python.org/2.7/objects.inv' not fetchable 
> due to : 
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: 
> http://docs.python.org/2.7/objects.inv (Caused by ProxyError('Cannot connect 
> to proxy.', NewConnectionError(' 0x7f87006c6f10>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'http://docs.djangoproject.com/en/dev/_objects/' not 
> fetchable due to : 
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: 
> http://docs.djangoproject.com/en/dev/_objects/ (Caused by ProxyError('Cannot 
> connect to proxy.', NewConnectionError(' object at 0x7f86fe50f810>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'http://sphinx.pocoo.org/objects.inv' not fetchable due 
> to : 
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: 
> http://sphinx.pocoo.org/objects.inv (Caused by ProxyError('Cannot connect to 
> proxy.', NewConnectionError(' 0x7f86fe518c50>: Failed to establish a new connection: [Errno 111] Connection 
> refused')))
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 3 source files that are out of date
> updating environment: [new config] 3 added, 0 changed, 0 removed
> reading sources... [ 33%] contributing
> reading sources... [ 66%] credits
> reading sources... [100%] index
> 
> /<>/docs/index.rst:88: WARNING: Title underline too short.
> 
> Checking many-to-many fields.
> 
> /<>/docs/index.rst:88: WARNING: Title underline too short.
> 
> Checking many-to-many fields.
> 
> /<>/docs/index.rst:122: WARNING: Title underline too short.
> 
> Checking a limited set of model fields.
> -
> /<>/docs/index.rst:122: WARNING: Title underline too short.
> 
> Checking a limited set of model fields.
> -
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 33%] contributing
> writing output... [ 66%] credits
> writing output... [100%] index
> 
> 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
> build succeeded, 9 warnings.
> 
> The HTML pages are in build/html.
> make[1]: Leaving directory '/<>'
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<>/.pybuild/cpython3_3.11_django-dirtyfields/build; python3.11 
> -m pytest tests
> = test session starts 
> ===

Bug#1054979: haskell-clash-lib: FTBFS: unsatisfiable build-dependencies: libghc-clash-prelude-dev (>= 1.6.6), libghc-clash-prelude-dev (< 1.6.7), libghc-clash-prelude-prof, libghc-clash-prelude-doc

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

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-aeson-dev (>= 
> 0.6.2.0), libghc-aeson-dev (<< 2.3), libghc-aeson-prof, 
> libghc-aeson-pretty-dev (>= 0.8), libghc-aeson-pretty-dev (<< 0.9), 
> libghc-aeson-pretty-prof, libghc-ansi-terminal-dev (>= 0.8.0.0), 
> libghc-ansi-terminal-dev (<< 0.12), libghc-ansi-terminal-prof, 
> libghc-async-dev (>= 2.2.0), libghc-async-dev (<< 2.3), libghc-async-prof, 
> libghc-attoparsec-dev (>= 0.10.4.0), libghc-attoparsec-dev (<< 0.15), 
> libghc-attoparsec-prof, libghc-base16-bytestring-dev (>= 0.1.1), 
> libghc-base16-bytestring-dev (<< 1.1), libghc-base16-bytestring-prof, 
> libghc-clash-prelude-dev (>= 1.6.6), libghc-clash-prelude-dev (<< 1.6.7), 
> libghc-clash-prelude-prof, libghc-concurrent-supply-dev (>= 0.1.7), 
> libghc-concurrent-supply-dev (<< 0.2), libghc-concurrent-supply-prof, 
> libghc-cryptohash-sha256-dev (>= 0.11), libghc-cryptohash-sha256-dev (<< 
> 0.12), libghc-cryptohash-sha256-prof, libghc-data-binary-ieee754-dev (>= 
> 0.4.4), libghc-data-binary-ieee754-dev (<< 0.6), 
> libghc-data-binary-ieee754-prof, libghc-data-default-dev (>= 0.7), 
> libghc-data-default-dev (<< 0.8), libghc-data-default-prof, libghc-dlist-dev 
> (>= 0.8), libghc-dlist-dev (<< 1.1), libghc-dlist-prof, libghc-extra-dev (>= 
> 1.6.17), libghc-extra-dev (<< 1.8), libghc-extra-prof, libghc-hashable-dev 
> (>= 1.2.1.0), libghc-hashable-dev (<< 1.5), libghc-hashable-prof, 
> libghc-src-meta-dev (>= 0.8), libghc-src-meta-dev (<< 0.9), 
> libghc-src-meta-prof, libghc-hint-dev (>= 0.7), libghc-hint-dev (<< 0.10), 
> libghc-hint-prof, libghc-interpolate-dev (>= 0.2.0), libghc-interpolate-dev 
> (<< 1.0), libghc-interpolate-prof, libghc-lens-dev (>= 4.10), libghc-lens-dev 
> (<< 5.3), libghc-lens-prof, libghc-ordered-containers-dev (>= 0.2), 
> libghc-ordered-containers-dev (<< 0.3), libghc-ordered-containers-prof, 
> libghc-pretty-show-dev (>= 1.9), libghc-pretty-show-dev (<< 2.0), 
> libghc-pretty-show-prof, libghc-prettyprinter-dev (>= 1.2.0.1), 
> libghc-prettyprinter-dev (<< 1.8), libghc-prettyprinter-prof, 
> libghc-primitive-dev (>= 0.5.0.1), libghc-primitive-dev (<< 1.0), 
> libghc-primitive-prof, libghc-quickcheck-text-dev, 
> libghc-quickcheck-text-prof, libghc-tasty-dev (>= 1.2), libghc-tasty-dev (<< 
> 1.5), libghc-tasty-prof, libghc-tasty-hunit-dev, libghc-tasty-hunit-prof, 
> libghc-tasty-quickcheck-dev, libghc-tasty-quickcheck-prof, 
> libghc-temporary-dev (>= 1.2.1), libghc-temporary-dev (<< 1.4), 
> libghc-temporary-prof, libghc-terminal-size-dev (>= 0.3), 
> libghc-terminal-size-dev (<< 0.4), libghc-terminal-size-prof, 
> libghc-trifecta-dev (>= 1.7.1.1), libghc-trifecta-dev (<< 2.2), 
> libghc-trifecta-prof, libghc-unordered-containers-dev (>= 0.2.3.3), 
> libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, 
> libghc-vector-dev (>= 0.11), libghc-vector-dev (<< 1.0), libghc-vector-prof, 
> libghc-vector-binary-instances-dev (>= 0.2.3.5), 
> libghc-vector-binary-instances-dev (<< 0.3), 
> libghc-vector-binary-instances-prof, libghc-yaml-dev (>= 0.11), 
> libghc-yaml-dev (<< 0.12), libghc-yaml-prof, libghc-glob-dev, 
> libghc-glob-prof, libghc-stringsearch-dev, libghc-stringsearch-prof, 
> build-essential, fakeroot, ghc-doc, libghc-aeson-doc, 
> libghc-aeson-pretty-doc, libghc-ansi-terminal-doc, libghc-async-doc, 
> libghc-attoparsec-doc, libghc-base16-bytestring-doc, 
> libghc-clash-prelude-doc, libghc-concurrent-supply-doc, 
> libghc-cryptohash-sha256-doc, libghc-data-binary-ieee754-doc, 
> libghc-data-default-doc, libghc-dlist-doc, libghc-extra-doc, 
> libghc-hashable-doc, libghc-src-meta-doc, libghc-hint-doc, 
> libghc-interpolate-doc, libghc-lens-doc, libghc-ordered-containers-doc, 
> libghc-pretty-show-doc, libghc-prettyprinter-doc, libghc-primitive-doc, 
> libghc-quickcheck-text-doc, libghc-tasty-doc, libghc-tasty-hu

Bug#1054978: haskell-raaz: FTBFS: unsatisfiable build-dependency: libghc-vector-dev (< 0.13) but 0.13.1.0-1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-raaz
Version: 0.2.1-2.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), dpkg-dev (>= 1.17.14), ghc (>= 
> 8), ghc-prof, haskell-devscripts (>= 0.13), libghc-hspec-dev, 
> libghc-hunit-dev (>= 1.2), libghc-quickcheck2-dev (>= 2.4), libghc-vector-dev 
> (>= 0.7.1), libghc-vector-dev (<< 0.13), libghc-vector-prof, 
> libghc-optparse-applicative-dev (>= 0.10.0), hspec-discover, build-essential, 
> fakeroot, ghc-doc, libghc-vector-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), dpkg-dev (>= 1.17.14), ghc 
> (>= 8), ghc-prof, haskell-devscripts (>= 0.13), libghc-hspec-dev, 
> libghc-hunit-dev (>= 1.2), libghc-quickcheck2-dev (>= 2.4), libghc-vector-dev 
> (>= 0.7.1), libghc-vector-dev (<< 0.13), libghc-vector-prof, 
> libghc-optparse-applicative-dev (>= 0.10.0), hspec-discover, build-essential, 
> fakeroot, ghc-doc, libghc-vector-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [991 B]
> Get:5 copy:/<>/apt_archive ./ Packages [971 B]
> Fetched 2571 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-vector-dev (< 0.13) but 
> 0.13.1.0-1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-raaz_0.2.1-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054977: haskell-userid: FTBFS: unsatisfiable build-dependency: libghc-aeson-dev (< 2.1) but 2.1.2.1-5 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-userid
Version: 0.1.3.7-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-aeson-dev (>= 0.9), libghc-aeson-dev (<< 
> 2.1), libghc-aeson-prof, libghc-boomerang-dev (<< 1.5), libghc-boomerang-dev 
> (>= 1.4), libghc-boomerang-prof, libghc-cereal-dev (>= 0.5), 
> libghc-cereal-dev (<< 0.6), libghc-cereal-prof, libghc-safecopy-dev (>= 0.8), 
> libghc-safecopy-dev (<< 0.11), libghc-safecopy-prof, libghc-web-routes-dev 
> (>= 0.27), libghc-web-routes-dev (<< 0.28), libghc-web-routes-prof (<< 0.28), 
> libghc-web-routes-prof (>= 0.27), libghc-web-routes-th-dev (<< 0.23), 
> libghc-web-routes-th-dev (>= 0.22), libghc-web-routes-th-prof (<< 0.23), 
> libghc-web-routes-th-prof (>= 0.22), build-essential, fakeroot, ghc-doc, 
> libghc-aeson-doc, libghc-boomerang-doc, libghc-cereal-doc, 
> libghc-safecopy-doc, libghc-web-routes-doc, libghc-web-routes-th-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-aeson-dev (>= 0.9), libghc-aeson-dev (<< 
> 2.1), libghc-aeson-prof, libghc-boomerang-dev (<< 1.5), libghc-boomerang-dev 
> (>= 1.4), libghc-boomerang-prof, libghc-cereal-dev (>= 0.5), 
> libghc-cereal-dev (<< 0.6), libghc-cereal-prof, libghc-safecopy-dev (>= 0.8), 
> libghc-safecopy-dev (<< 0.11), libghc-safecopy-prof, libghc-web-routes-dev 
> (>= 0.27), libghc-web-routes-dev (<< 0.28), libghc-web-routes-prof (<< 0.28), 
> libghc-web-routes-prof (>= 0.27), libghc-web-routes-th-dev (<< 0.23), 
> libghc-web-routes-th-dev (>= 0.22), libghc-web-routes-th-prof (<< 0.23), 
> libghc-web-routes-th-prof (>= 0.22), build-essential, fakeroot, ghc-doc, 
> libghc-aeson-doc, libghc-boomerang-doc, libghc-cereal-doc, 
> libghc-safecopy-doc, libghc-web-routes-doc, libghc-web-routes-th-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1427 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1437 B]
> Fetched 3479 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-aeson-dev (< 2.1) but 
> 2.1.2.1-5 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-userid_0.1.3.7-1_unstable.log

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

2023-10-28 Thread Lucas Nussbaum
Source: patat
Version: 0.8.8.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 12), ghc, libghc-aeson-dev (>= 
> 2.0), libghc-aeson-dev (<< 2.1), libghc-ansi-terminal-dev (>= 0.6), 
> libghc-ansi-terminal-dev (<< 0.12), libghc-ansi-wl-pprint-dev (>= 0.6), 
> libghc-ansi-wl-pprint-dev (<< 0.7), libghc-async-dev (>= 2.2), 
> libghc-async-dev (<< 2.3), libghc-base64-bytestring-dev (>= 1.0), 
> libghc-base64-bytestring-dev (<< 1.3), libghc-colour-dev (>= 2.3), 
> libghc-colour-dev (<< 2.4), libghc-mtl-dev (>= 2.2), libghc-mtl-dev (<< 2.3), 
> libghc-optparse-applicative-dev (>= 0.16), libghc-optparse-applicative-dev 
> (<< 0.17), libghc-pandoc-dev (>= 2.11), libghc-pandoc-dev (<< 2.20), 
> libghc-pandoc-types-dev (>= 1.22), libghc-pandoc-types-dev (<< 1.23), 
> libghc-skylighting-dev (>= 0.10), libghc-skylighting-dev (<< 0.14), 
> libghc-terminal-size-dev (>= 0.3), libghc-terminal-size-dev (<< 0.4), 
> libghc-text-dev (>= 1.2), libghc-text-dev (<< 1.3), 
> libghc-unordered-containers-dev (>= 0.2), libghc-unordered-containers-dev (<< 
> 0.3), libghc-yaml-dev (>= 0.8), libghc-yaml-dev (<< 0.12), libghc-wcwidth-dev 
> (>= 0.0), libghc-wcwidth-dev (<< 0.1), libghc-tasty-dev (>= 1.2), 
> libghc-tasty-dev (<< 1.5), libghc-tasty-hunit-dev (>= 0.10), 
> libghc-tasty-hunit-dev (<< 0.11), libghc-tasty-quickcheck-dev (>= 0.10), 
> libghc-tasty-quickcheck-dev (<< 0.11), libghc-quickcheck2-dev (>= 2.8), 
> libghc-quickcheck2-dev (<< 2.15), pandoc-data, build-essential, fakeroot
> Filtered Build-Depends: debhelper-compat (= 12), ghc, libghc-aeson-dev (>= 
> 2.0), libghc-aeson-dev (<< 2.1), libghc-ansi-terminal-dev (>= 0.6), 
> libghc-ansi-terminal-dev (<< 0.12), libghc-ansi-wl-pprint-dev (>= 0.6), 
> libghc-ansi-wl-pprint-dev (<< 0.7), libghc-async-dev (>= 2.2), 
> libghc-async-dev (<< 2.3), libghc-base64-bytestring-dev (>= 1.0), 
> libghc-base64-bytestring-dev (<< 1.3), libghc-colour-dev (>= 2.3), 
> libghc-colour-dev (<< 2.4), libghc-mtl-dev (>= 2.2), libghc-mtl-dev (<< 2.3), 
> libghc-optparse-applicative-dev (>= 0.16), libghc-optparse-applicative-dev 
> (<< 0.17), libghc-pandoc-dev (>= 2.11), libghc-pandoc-dev (<< 2.20), 
> libghc-pandoc-types-dev (>= 1.22), libghc-pandoc-types-dev (<< 1.23), 
> libghc-skylighting-dev (>= 0.10), libghc-skylighting-dev (<< 0.14), 
> libghc-terminal-size-dev (>= 0.3), libghc-terminal-size-dev (<< 0.4), 
> libghc-text-dev (>= 1.2), libghc-text-dev (<< 1.3), 
> libghc-unordered-containers-dev (>= 0.2), libghc-unordered-containers-dev (<< 
> 0.3), libghc-yaml-dev (>= 0.8), libghc-yaml-dev (<< 0.12), libghc-wcwidth-dev 
> (>= 0.0), libghc-wcwidth-dev (<< 0.1), libghc-tasty-dev (>= 1.2), 
> libghc-tasty-dev (<< 1.5), libghc-tasty-hunit-dev (>= 0.10), 
> libghc-tasty-hunit-dev (<< 0.11), libghc-tasty-quickcheck-dev (>= 0.10), 
> libghc-tasty-quickcheck-dev (<< 0.11), libghc-quickcheck2-dev (>= 2.8), 
> libghc-quickcheck2-dev (<< 2.15), pandoc-data, build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1939 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1969 B]
> Fetched 4523 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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
&

Bug#1054975: haskell-copilot: FTBFS: unsatisfiable build-dependencies

2023-10-28 Thread Lucas Nussbaum
Source: haskell-copilot
Version: 3.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-copilot-c99-dev (>= 
> 3.13), libghc-copilot-c99-dev (<< 3.14), libghc-copilot-c99-prof, 
> libghc-copilot-core-dev (>= 3.13), libghc-copilot-core-dev (<< 3.14), 
> libghc-copilot-core-prof, libghc-copilot-language-dev (>= 3.13), 
> libghc-copilot-language-dev (<< 3.14), libghc-copilot-language-prof, 
> libghc-copilot-libraries-dev (>= 3.13), libghc-copilot-libraries-dev (<< 
> 3.14), libghc-copilot-libraries-prof, libghc-copilot-theorem-dev (>= 3.13), 
> libghc-copilot-theorem-dev (<< 3.14), libghc-copilot-theorem-prof, 
> libghc-optparse-applicative-dev (>= 0.14), libghc-optparse-applicative-dev 
> (<< 0.18), libghc-optparse-applicative-prof, build-essential, fakeroot, 
> ghc-doc, libghc-copilot-c99-doc, libghc-copilot-core-doc, 
> libghc-copilot-language-doc, libghc-copilot-libraries-doc, 
> libghc-copilot-theorem-doc, libghc-optparse-applicative-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-copilot-c99-dev (>= 3.13), libghc-copilot-c99-dev (<< 
> 3.14), libghc-copilot-c99-prof, libghc-copilot-core-dev (>= 3.13), 
> libghc-copilot-core-dev (<< 3.14), libghc-copilot-core-prof, 
> libghc-copilot-language-dev (>= 3.13), libghc-copilot-language-dev (<< 3.14), 
> libghc-copilot-language-prof, libghc-copilot-libraries-dev (>= 3.13), 
> libghc-copilot-libraries-dev (<< 3.14), libghc-copilot-libraries-prof, 
> libghc-copilot-theorem-dev (>= 3.13), libghc-copilot-theorem-dev (<< 3.14), 
> libghc-copilot-theorem-prof, libghc-optparse-applicative-dev (>= 0.14), 
> libghc-optparse-applicative-dev (<< 0.18), libghc-optparse-applicative-prof, 
> build-essential, fakeroot, ghc-doc, libghc-copilot-c99-doc, 
> libghc-copilot-core-doc, libghc-copilot-language-doc, 
> libghc-copilot-libraries-doc, libghc-copilot-theorem-doc, 
> libghc-optparse-applicative-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1525 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1504 B]
> Fetched 3644 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-copilot-c99-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-copilot-core-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-copilot-language-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it 
> is not installable
>Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>Depends: libghc-containers-dev-0.6.4.1-31c3b 
> but it is not installable
>Depends: libghc-copilot-core-dev-3.13-db5ae 
> but it is not installable
>Depends: 
> libghc-copilot-interpreter-dev-3.13-5676b but it is not installable
>Depends: 
> libghc-copilot-prettyprinter-dev-3.13-91705 but it is not installable
>Depends: libghc-data-reify-dev-0.6.3-e6216 but 
> it is not installable
>Depends: libghc-mtl-dev-2.2.2-e3bae but it is 
&

Bug#1054973: libcgi-application-plugin-authentication-perl: FTBFS: dh_auto_test: error: make -j8 test TEST_VERBOSE=1 returned exit code 2

2023-10-28 Thread Lucas Nussbaum
Source: libcgi-application-plugin-authentication-perl
Version: 0.23+~cs0.5-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/driver-dbic'
> 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-signature.t  skipped: Set the environment variable 
> TEST_SIGNATURE to enable this test.
> # Testing CGI::Application::Plugin::Authentication::Driver::DBIC 0.02, Perl 
> 5.036000, /usr/bin/perl
> t/01-load.t . 
> 1..1
> ok 1 - use CGI::Application::Plugin::Authentication::Driver::DBIC;
> ok
> DBIx::Class::ResultSet::search_rs(): search( %condition ) is deprecated, use 
> search( \%condition ) instead at 
> /<>/driver-dbic/../blib/lib/CGI/Application/Plugin/Authentication/Driver/DBIC.pm
>  line 121
> t/authenticate.t  
> 1..8
> ok 1 - missing credentials - login failure
> ok 2 - missing credentials - username not set
> ok 3 - successful login
> ok 4 - successful login - username set
> ok 5 - successful login - failed login count
> ok 6 - login failure
> ok 7 - login failure - username not set
> ok 8 - login failure - failed login count
> ok
> DBIx::Class::ResultSet::search_rs(): search( %condition ) is deprecated, use 
> search( \%condition ) instead at 
> /<>/driver-dbic/../blib/lib/CGI/Application/Plugin/Authentication/Driver/DBIC.pm
>  line 121
> t/authenticate_crypt.t .. 
> 1..3
> ok 1 - successful login crypt
> ok 2 - successful login crypt - username set
> ok 3 - successful login crypt - failed login count
> ok
> DBIx::Class::ResultSet::search_rs(): search( %condition ) is deprecated, use 
> search( \%condition ) instead at 
> /<>/driver-dbic/../blib/lib/CGI/Application/Plugin/Authentication/Driver/DBIC.pm
>  line 121
> t/authenticate_md5.t  
> 1..3
> ok 1 - successful login MD5
> ok 2 - successful login MD5 - username set
> ok 3 - successful login MD5 - failed login count
> ok
> t/pod-coverage.t  skipped: Test::Pod::Coverage 1.04 required for 
> testing POD coverage
> t/pod.t . skipped: Test::Pod 1.14 required for testing POD
> All tests successful.
> Files=7, Tests=15,  1 wallclock secs ( 0.02 usr  0.02 sys +  0.97 cusr  0.20 
> csys =  1.21 CPU)
> Result: PASS
> make[3]: Leaving directory '/<>/driver-dbic'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 
> 'blib/arch')" t/*.t
> t/01_basic.t  
> 1..9
> ok 1 - require CGI::Application::Plugin::Authentication;
> ok 2 - warning when the plugin is used in a non-CGIApp module
> ok 3 - instance dies when called passed non CGI::App module
> ok 4 - ->authen called as a class method works
> ok 5 - An object of class 'CGI::Application::Plugin::Authentication' isa 
> 'CGI::Application::Plugin::Authentication'
> ok 6 - An object of class 'CGI::Application::Plugin::Authentication' isa 
> 'CGI::Application::Plugin::Authentication'
> ok 7 - Objects have same different address
> ok 8 - Objects have same address
> ok 9 - instance dies when called incorrectly
> ok
> t/02_config.t ... 
> 1..69
> ok 1 - All config parameters accepted
> ok 2 - credentials set
> ok 3 - An object of class 
> 'CGI::Application::Plugin::Authentication::Driver::Generic' isa 
> 'CGI::Application::Plugin::Authentication::Driver::Generic'
> ok 4 - An object of class 'Store::Dummy' isa 'Store::Dummy'
> ok 5 - All config parameters accepted
> ok 6 - config dies when DRIVER is passed a hashref
> ok 7 - config accepts single DRIVER without options
> ok 8 - config accepts single DRIVER with options
> ok 9 - config accepts multiple DRIVERs
> ok 10 - config dies when STORE is passed a hashref
> ok 11 - config accepts STORE without options
> ok 12 - config accepts STORE with options
> ok 13 - config dies when LOGIN_RUNMODE is passed a hashref
> ok 14 - config accepts LOGIN_RUNMODE as a string
> ok 15 - config dies when LOGIN_URL is passed a hashref
> ok 16 - config accepts LOGIN_URL as a string
> ok 17 - LOGIN_URL ignored when LOGIN_RUNMODE is configured
> ok 18 - config dies when LOGOUT_RUNMODE is passed a hashref
> ok 19 - config accepts LOGOUT_RUNMODE as a string
> ok 20 - config dies when LOGOUT_URL is passed a hashref
> ok 21 - config accept

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

2023-10-28 Thread Lucas Nussbaum
Source: behave
Version: 1.2.6-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 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
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
> 
> 
> Usage of dash-separated 'upload-dir' will not be supported in future
> versions. Please use the underscore name 'upload_dir' instead.
> 
> This deprecation is overdue, please update your project and remove 
> deprecated
> calls to avoid build errors in the future.
> 
> See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
> 
> 
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> copying setuptools_behave.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build
> creating /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/configuration.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/model.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/_types.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/parser.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/userdata.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/__main__.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/tag_matcher.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/model_describe.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/log_capture.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/json_parser.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/textutil.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/runner_util.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/importer.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/i18n.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/runner.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/matchers.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/step_registry.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/capture.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/_stepimport.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/fixture.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/tag_expression.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> copying behave/model_core.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave
> creating /<>/.pybuild/cpython3_3.11_behave/build/behave/compat
> copying behave/compat/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/compat
> copying behave/compat/collections.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/compat
> creating /<>/.pybuild/cpython3_3.11_behave/build/behave/api
> copying behave/api/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/api
> copying behave/api/async_step.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/api
> creating /<>/.pybuild/cpython3_3.11_behave/build/behave/contrib
> copying behave/contrib/formatter_missing_steps.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/contrib
> copying behave/contrib/scenario_autoretry.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/contrib
> copying behave/contrib/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/contrib
> copying behave/contrib/substep_dirs.py -> 
> /<>/.pybuild/cpython3_3.11_behave/build/behave/contrib
> creating /<>/.pybuild/cpython3_3.11_behave/build/behave/formatter
> copying behave/formatter/formatters.py -> 
> /<>/.pybuild/cpython3_3

Bug#1054972: haskell-butcher: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-monad-control-dev-1.0.3.1-20361, libghc-mtl-dev-2.2.2-e3bae, libghc-tagged-dev-0.8.6.1-383

2023-10-28 Thread Lucas Nussbaum
Source: haskell-butcher
Version: 1.3.3.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-bifunctors-dev (<< 
> 5.6), libghc-bifunctors-prof (<< 5.6), libghc-deque-dev (>= 0.3), 
> libghc-deque-dev (<< 0.5), libghc-deque-prof (>= 0.3), libghc-deque-prof (<< 
> 0.5), libghc-extra-dev (<< 1.8), libghc-extra-prof (<< 1.8), libghc-free-dev 
> (<< 5.2), libghc-free-prof (<< 5.2), libghc-microlens-dev (<< 0.5), 
> libghc-microlens-prof (<< 0.5), libghc-microlens-th-dev (<< 0.5), 
> libghc-microlens-th-prof (<< 0.5), libghc-multistate-dev (>= 0.7), 
> libghc-multistate-dev (<< 0.9), libghc-multistate-prof (>= 0.7), 
> libghc-multistate-prof (<< 0.9), libghc-unsafe-dev (<< 0.1), 
> libghc-unsafe-prof (<< 0.1), libghc-void-dev (<< 0.8), libghc-void-prof (<< 
> 0.8), libghc-hspec-dev, libghc-hspec-prof, build-essential, fakeroot, 
> ghc-doc, libghc-bifunctors-doc, libghc-deque-doc, libghc-extra-doc, 
> libghc-free-doc, libghc-microlens-doc, libghc-microlens-th-doc, 
> libghc-multistate-doc, libghc-unsafe-doc, libghc-void-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-bifunctors-dev (<< 5.6), libghc-bifunctors-prof (<< 
> 5.6), libghc-deque-dev (>= 0.3), libghc-deque-dev (<< 0.5), libghc-deque-prof 
> (>= 0.3), libghc-deque-prof (<< 0.5), libghc-extra-dev (<< 1.8), 
> libghc-extra-prof (<< 1.8), libghc-free-dev (<< 5.2), libghc-free-prof (<< 
> 5.2), libghc-microlens-dev (<< 0.5), libghc-microlens-prof (<< 0.5), 
> libghc-microlens-th-dev (<< 0.5), libghc-microlens-th-prof (<< 0.5), 
> libghc-multistate-dev (>= 0.7), libghc-multistate-dev (<< 0.9), 
> libghc-multistate-prof (>= 0.7), libghc-multistate-prof (<< 0.9), 
> libghc-unsafe-dev (<< 0.1), libghc-unsafe-prof (<< 0.1), libghc-void-dev (<< 
> 0.8), libghc-void-prof (<< 0.8), libghc-hspec-dev, libghc-hspec-prof, 
> build-essential, fakeroot, ghc-doc, libghc-bifunctors-doc, libghc-deque-doc, 
> libghc-extra-doc, libghc-free-doc, libghc-microlens-doc, 
> libghc-microlens-th-doc, libghc-multistate-doc, libghc-unsafe-doc, 
> libghc-void-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1597 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1576 B]
> Fetched 3788 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-multistate-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it is 
> not installable
>  Depends: libghc-monad-control-dev-1.0.3.1-20361 but 
> it is not installable
>  Depends: libghc-mtl-dev-2.2.2-e3bae but it is not 
> installable
>  Depends: libghc-tagged-dev-0.8.6.1-38317 but it is 
> not installable
>  Depends: libghc-transformers-base-dev-0.4.6-a0a78 
> but it is not installable
>  Depends: libghc-transformers-dev-0.5.6.2-fc6f3 but 
> it is not installable
>  libghc-multistate-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-multistate-prof : Depends: libghc-base-prof-4.15

Bug#1054971: haskell-clash-ghc: FTBFS: unsatisfiable build-dependencies: libghc-clash-lib-dev (>= 1.6.6), libghc-clash-lib-dev (< 1.6.7), libghc-clash-lib-prof, libghc-clash-prelude-dev (>= 1.6.6), li

2023-10-28 Thread Lucas Nussbaum
Source: haskell-clash-ghc
Version: 1.6.6-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-clash-lib-dev (>= 
> 1.6.6), libghc-clash-lib-dev (<< 1.6.7), libghc-clash-lib-prof, 
> libghc-clash-prelude-dev (>= 1.6.6), libghc-clash-prelude-dev (<< 1.6.7), 
> libghc-clash-prelude-prof, libghc-concurrent-supply-dev (>= 0.1.7), 
> libghc-concurrent-supply-dev (<< 0.2), libghc-concurrent-supply-prof, 
> libghc-data-binary-ieee754-dev (>= 0.4.4), libghc-data-binary-ieee754-dev (<< 
> 0.6), libghc-data-binary-ieee754-prof, libghc-extra-dev (>= 1.6), 
> libghc-extra-dev (<< 1.8), libghc-extra-prof, libghc-ghc-typelits-extra-dev 
> (>= 0.3.2), libghc-ghc-typelits-extra-dev (<< 0.5), 
> libghc-ghc-typelits-extra-prof, libghc-ghc-typelits-knownnat-dev (>= 0.6), 
> libghc-ghc-typelits-knownnat-dev (<< 0.8), libghc-ghc-typelits-knownnat-prof, 
> libghc-ghc-typelits-natnormalise-dev (>= 0.6), 
> libghc-ghc-typelits-natnormalise-dev (<< 0.8), 
> libghc-ghc-typelits-natnormalise-prof, libghc-hashable-dev (>= 1.1.2.3), 
> libghc-hashable-dev (<< 1.5), libghc-hashable-prof, libghc-lens-dev (>= 
> 4.10), libghc-lens-dev (<< 5.3), libghc-lens-prof, libghc-primitive-dev (>= 
> 0.5.0.1), libghc-primitive-dev (<< 1.0), libghc-primitive-prof, 
> libghc-reflection-dev (>= 2.1.2), libghc-reflection-dev (<< 3.0), 
> libghc-reflection-prof, libghc-split-dev (>= 0.2.3), libghc-split-dev (<< 
> 0.3), libghc-split-prof, libghc-uniplate-dev (>= 1.6.12), libghc-uniplate-dev 
> (<< 1.8), libghc-uniplate-prof, libghc-unordered-containers-dev (>= 0.2.1.0), 
> libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, 
> libghc-utf8-string-dev (>= 1.0.0.0), libghc-utf8-string-dev (<< 1.1.0.0), 
> libghc-utf8-string-prof, libghc-vector-dev (>= 0.11), libghc-vector-dev (<< 
> 1.0), libghc-vector-prof, build-essential, fakeroot, ghc-doc, 
> libghc-clash-lib-doc, libghc-clash-prelude-doc, libghc-concurrent-supply-doc, 
> libghc-data-binary-ieee754-doc, libghc-extra-doc, 
> libghc-ghc-typelits-extra-doc, libghc-ghc-typelits-knownnat-doc, 
> libghc-ghc-typelits-natnormalise-doc, libghc-hashable-doc, libghc-lens-doc, 
> libghc-primitive-doc, libghc-reflection-doc, libghc-split-doc, 
> libghc-uniplate-doc, libghc-unordered-containers-doc, libghc-utf8-string-doc, 
> libghc-vector-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-clash-lib-dev (>= 1.6.6), libghc-clash-lib-dev (<< 
> 1.6.7), libghc-clash-lib-prof, libghc-clash-prelude-dev (>= 1.6.6), 
> libghc-clash-prelude-dev (<< 1.6.7), libghc-clash-prelude-prof, 
> libghc-concurrent-supply-dev (>= 0.1.7), libghc-concurrent-supply-dev (<< 
> 0.2), libghc-concurrent-supply-prof, libghc-data-binary-ieee754-dev (>= 
> 0.4.4), libghc-data-binary-ieee754-dev (<< 0.6), 
> libghc-data-binary-ieee754-prof, libghc-extra-dev (>= 1.6), libghc-extra-dev 
> (<< 1.8), libghc-extra-prof, libghc-ghc-typelits-extra-dev (>= 0.3.2), 
> libghc-ghc-typelits-extra-dev (<< 0.5), libghc-ghc-typelits-extra-prof, 
> libghc-ghc-typelits-knownnat-dev (>= 0.6), libghc-ghc-typelits-knownnat-dev 
> (<< 0.8), libghc-ghc-typelits-knownnat-prof, 
> libghc-ghc-typelits-natnormalise-dev (>= 0.6), 
> libghc-ghc-typelits-natnormalise-dev (<< 0.8), 
> libghc-ghc-typelits-natnormalise-prof, libghc-hashable-dev (>= 1.1.2.3), 
> libghc-hashable-dev (<< 1.5), libghc-hashable-prof, libghc-lens-dev (>= 
> 4.10), libghc-lens-dev (<< 5.3), libghc-lens-prof, libghc-primitive-dev (>= 
> 0.5.0.1), libghc-primitive-dev (<< 1.0), libghc-primitive-prof, 
> libghc-reflection-dev (>= 2.1.2), libghc-reflection-dev (<< 3.0), 
> libghc-reflection-prof, libghc-split-dev (>= 0.2.3), libghc-split-dev (<< 
> 0.3), libghc-split-prof, libghc-uniplate-dev (>= 1.6.12), libghc-uniplate-dev 
> (<< 1.8), libghc-uniplate-prof, libghc-unordered-containers-dev (>= 0.2.1.0), 
> libghc-unordered-container

Bug#1054969: haskell-yi-mode-javascript: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-mode-javascript
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.9), cdbs, ghc (>= 8.4.3), ghc-prof, 
> libghc-data-default-dev, libghc-data-default-prof, libghc-dlist-dev, 
> libghc-dlist-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-language-dev (>= 0.19), 
> libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> alex, build-essential, fakeroot, ghc-doc, libghc-data-default-doc, 
> libghc-dlist-doc, libghc-microlens-platform-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-data-default-dev, libghc-data-default-prof, 
> libghc-dlist-dev, libghc-dlist-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-language-dev (>= 0.19), 
> libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> alex, build-essential, fakeroot, ghc-doc, libghc-data-default-doc, 
> libghc-dlist-doc, libghc-microlens-platform-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1186 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1169 B]
> Fetched 2970 B in 0s (143 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
> not installable
>   Depends: libghc-exceptions-dev-0.10.4-c14ff but it is 
> not installable
>   Depends: libghc-filepath-dev-1.4.2.1-4459f but it is 
> not installable
>   Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-listlike-dev-4.7.7-58f6d but it is not 
> installable
>   Depends: libghc-microlens-platform-dev-0.4.2.1-8c955 
> but it is not installable
>   Depends: libghc-mtl-dev-2.2.2-e3bae but it is not 
> installable
>   Depends: libghc-old-locale-dev-1.0.0.7-60e52 but it is 
> not installable
>   Depends: libghc-oo-prototypes-dev-0.1.0.0-9dda4 but it 
> is not installable
>  

Bug#1054970: haskell-drbg: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-cereal-dev-0.5.8.3-8b478, libghc-crypto-api-dev-0.13.3

2023-10-28 Thread Lucas Nussbaum
Source: haskell-drbg
Version: 0.5.5-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-cereal-dev (<< 0.6), libghc-cereal-dev 
> (>= 0.5), libghc-cereal-prof, libghc-cipher-aes128-dev (>= 0.6), 
> libghc-cipher-aes128-prof, libghc-crypto-api-dev (>= 0.13), 
> libghc-crypto-api-prof, libghc-cryptohash-cryptoapi-dev (>= 0.1), 
> libghc-cryptohash-cryptoapi-prof, libghc-entropy-dev, libghc-entropy-prof, 
> libghc-parallel-dev, libghc-parallel-prof, libghc-prettyclass-dev, 
> libghc-prettyclass-prof, libghc-tagged-dev (>= 0.7), libghc-tagged-prof, 
> build-essential, fakeroot, ghc-doc, libghc-cereal-doc, 
> libghc-cipher-aes128-doc, libghc-crypto-api-doc, 
> libghc-cryptohash-cryptoapi-doc, libghc-entropy-doc, libghc-parallel-doc, 
> libghc-prettyclass-doc, libghc-tagged-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-cereal-dev (<< 0.6), libghc-cereal-dev 
> (>= 0.5), libghc-cereal-prof, libghc-cipher-aes128-dev (>= 0.6), 
> libghc-cipher-aes128-prof, libghc-crypto-api-dev (>= 0.13), 
> libghc-crypto-api-prof, libghc-cryptohash-cryptoapi-dev (>= 0.1), 
> libghc-cryptohash-cryptoapi-prof, libghc-entropy-dev, libghc-entropy-prof, 
> libghc-parallel-dev, libghc-parallel-prof, libghc-prettyclass-dev, 
> libghc-prettyclass-prof, libghc-tagged-dev (>= 0.7), libghc-tagged-prof, 
> build-essential, fakeroot, ghc-doc, libghc-cereal-doc, 
> libghc-cipher-aes128-doc, libghc-crypto-api-doc, 
> libghc-cryptohash-cryptoapi-doc, libghc-entropy-doc, libghc-parallel-doc, 
> libghc-prettyclass-doc, libghc-tagged-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1342 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1352 B]
> Fetched 3309 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-cipher-aes128-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it is 
> not installable
> Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
> Depends: libghc-cereal-dev-0.5.8.3-8b478 but it 
> is not installable
> Depends: libghc-crypto-api-dev-0.13.3-cfd5d but 
> it is not installable
> Depends: libghc-tagged-dev-0.8.6.1-38317 but it 
> is not installable
>  libghc-cipher-aes128-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-cipher-aes128-prof : Depends: libghc-base-prof-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-bytestring-prof-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-cereal-prof-0.5.8.3-8b478 but it 
> is not installable
>  Depends: libghc-crypto-api-prof-0.13.3-cfd5d but 
> it is not installable
>  Depends: libghc-tagged-prof-0.8.6.1-38317 but it 
> is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-drbg_0.5.5-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-2

Bug#1054968: haskell-yi-mode-haskell: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-mode-haskell
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.9), cdbs, ghc (>= 8.4.3), ghc-prof, 
> libghc-data-default-dev, libghc-data-default-prof, 
> libghc-microlens-platform-dev, libghc-microlens-platform-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, alex, build-essential, fakeroot, ghc-doc, 
> libghc-data-default-doc, libghc-microlens-platform-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-data-default-dev, libghc-data-default-prof, 
> libghc-microlens-platform-dev, libghc-microlens-platform-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, alex, build-essential, fakeroot, ghc-doc, 
> libghc-data-default-doc, libghc-microlens-platform-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1131 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1114 B]
> Fetched 2860 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
> not installable
>   Depends: libghc-exceptions-dev-0.10.4-c14ff but it is 
> not installable
>   Depends: libghc-filepath-dev-1.4.2.1-4459f but it is 
> not installable
>   Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-listlike-dev-4.7.7-58f6d but it is not 
> installable
>   Depends: libghc-microlens-platform-dev-0.4.2.1-8c955 
> but it is not installable
>   Depends: libghc-mtl-dev-2.2.2-e3bae but it is not 
> installable
>   Depends: libghc-old-locale-dev-1.0.0.7-60e52 but it is 
> not installable
>   Depends: libghc-oo-prototypes-dev-0.1.0.0-9dda4 but it 
> is not installable
>   Depends: libghc-parsec-dev-3.1.14.0-377f0 but it is not 
> installable
>   Depends: libghc-pointe

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

2023-10-28 Thread Lucas Nussbaum
Source: guile-2.2
Version: 2.2.7+1-9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[5]: Entering directory '/<>'
> Testing /<>/meta/guile ...
> with GUILE_LOAD_PATH=/<>/test-suite
> Running 00-initial-env.test
> Running 00-repl-server.test
> Running 00-socket.test
> Running alist.test
> Running and-let-star.test
> Running array-map.test
> Running arrays.test
> Running asyncs.test
> ERROR: asyncs.test: preemption via sigprof - arguments: ((vm-error vm-run 
> "Unrewindable partial continuation" (#)))
> Running atomic.test
> Running bit-operations.test
> Running bitvectors.test
> Running brainfuck.test
> Running bytevectors.test
> Running c-api.test
> Running chars.test
> Running coding.test
> Running common-list.test
> Running compiler.test
> Running continuations.test
> Running control.test
> Running coverage.test
> Running cross-compilation.test
> Running curried-definitions.test
> Running dwarf.test
> Running ecmascript.test
> Running elisp-compiler.test
> Running elisp-reader.test
> Running elisp.test
> Running encoding-escapes.test
> UNRESOLVED: encoding-escapes.test: input escapes: \xfaltima
> UNRESOLVED: encoding-escapes.test: input escapes: \u7f85\u751f\u9580
> Running encoding-iso88591.test
> Running encoding-iso88597.test
> Running encoding-utf8.test
> Running eval-string.test
> Running eval.test
> Running exceptions.test
> Running fdes-finalizers.test
> Running filesys.test
> Running fluids.test
> Running foreign.test
> UNRESOLVED: foreign.test: pointer<->string: bijection [latin1]
> Running format.test
> Running fractions.test
> Running ftw.test
> Running future.test
> Running gc.test
> Running getopt-long.test
> Running goops.test
> Running guardians.test
> UNRESOLVED: guardians.test: g2-garbage saved
> UNRESOLVED: guardians.test: standard guardian functionality: guarding 
> independent objects: re-guarding non-immediates
> UNRESOLVED: guardians.test: standard guardian functionality: guarding weakly 
> referenced objects: guarded element of weak vector gets eventually removed 
> from weak vector
> Running hash.test
> Running hooks.test
> Running i18n.test
> UNRESOLVED: i18n.test: text collation (French): string-locale UNRESOLVED: i18n.test: text collation (French): char-locale UNRESOLVED: i18n.test: text collation (French): string-locale-ci=?
> UNRESOLVED: i18n.test: text collation (French): string-locale-ci=? (2 args, 
> wide strings)
> UNRESOLVED: i18n.test: text collation (French): string-locale-ci=? (3 args, 
> wide strings)
> UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>?
> UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>? (wide 
> strings)
> UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>? (wide and 
> narrow strings)
> UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>?
> UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>? (wide)
> UNRESOLVED: i18n.test: text collation (German): string-locale-ci=?
> UNRESOLVED: i18n.test: text collation (Greek): string-locale-ci=?
> UNRESOLVED: i18n.test: text collation (Czech): string-locale UNRESOLVED: i18n.test: character mapping: char-locale-upcase Turkish
> UNRESOLVED: i18n.test: character mapping: char-locale-downcase Turkish
> UNRESOLVED: i18n.test: string mapping: string-locale-upcase German
> UNRESOLVED: i18n.test: string mapping: string-locale-upcase Greek
> UNRESOLVED: i18n.test: string mapping: string-locale-upcase Greek (two sigmas)
> UNRESOLVED: i18n.test: string mapping: string-locale-downcase Greek
> UNRESOLVED: i18n.test: string mapping: string-locale-downcase Greek (two 
> sigmas)
> UNRESOLVED: i18n.test: string mapping: string-locale-upcase Turkish
> UNRESOLVED: i18n.test: string mapping: string-locale-downcase Turkish
> UNRESOLVED: i18n.test: number parsing: locale-string->inexact (French)
> UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French)
> UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French, using 
> `%global-locale')
> UNRESOLVED: i18n.test: nl-langinfo et al.: default locale
> UNRESOLVED: i18n.test: nl-langinfo et al.: locale-am-string (greek)
> UNRESOLVED: i18n.test: nl-langinfo et al.: locale-pm-string (Greek)
> UNRESOLVED: i18n.test: nl-langinfo et al.: locale-digit-grouping (French)
> UNRESOLVED: i18n.test: nl-langinfo et al.: locale-monetary-grouping (French)
> UNRESOLVED: i18n.test: number->locale-string: French: integer
> UNRESOLVED: i18n.test: number->loc

Bug#1054967: haskell-lambdabot-misc-plugins: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-con

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-misc-plugins
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-safesemaphore-dev (>= 0.9), 
> libghc-safesemaphore-prof, libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, libghc-network-dev 
> (>= 2.7), libghc-network-dev (<< 3.2), libghc-network-prof, 
> libghc-network-uri-dev (>= 2.6), libghc-network-uri-dev (<< 2.7), 
> libghc-network-uri-prof, libghc-regex-tdfa-dev (>= 1.1), 
> libghc-regex-tdfa-prof, libghc-split-dev (>= 0.2), libghc-split-prof, 
> libghc-tagsoup-dev (>= 0.12), libghc-tagsoup-prof, 
> libghc-transformers-base-dev (>= 0.4), libghc-transformers-base-prof, 
> libghc-transformers-dev, libghc-transformers-prof, libghc-utf8-string-dev (>= 
> 0.3), libghc-utf8-string-prof, libghc-zlib-dev (>= 0.5), libghc-zlib-prof, 
> build-essential, fakeroot, ghc-doc, libghc-safesemaphore-doc, 
> libghc-lambdabot-core-doc, libghc-lifted-base-doc, libghc-network-doc, 
> libghc-network-uri-doc, libghc-regex-tdfa-doc, libghc-split-doc, 
> libghc-tagsoup-doc, libghc-transformers-base-doc, libghc-transformers-doc, 
> libghc-utf8-string-doc, libghc-zlib-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-safesemaphore-dev (>= 0.9), 
> libghc-safesemaphore-prof, libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, libghc-network-dev 
> (>= 2.7), libghc-network-dev (<< 3.2), libghc-network-prof, 
> libghc-network-uri-dev (>= 2.6), libghc-network-uri-dev (<< 2.7), 
> libghc-network-uri-prof, libghc-regex-tdfa-dev (>= 1.1), 
> libghc-regex-tdfa-prof, libghc-split-dev (>= 0.2), libghc-split-prof, 
> libghc-tagsoup-dev (>= 0.12), libghc-tagsoup-prof, 
> libghc-transformers-base-dev (>= 0.4), libghc-transformers-base-prof, 
> libghc-transformers-dev, libghc-transformers-prof, libghc-utf8-string-dev (>= 
> 0.3), libghc-utf8-string-prof, libghc-zlib-dev (>= 0.5), libghc-zlib-prof, 
> build-essential, fakeroot, ghc-doc, libghc-safesemaphore-doc, 
> libghc-lambdabot-core-doc, libghc-lifted-base-doc, libghc-network-doc, 
> libghc-network-uri-doc, libghc-regex-tdfa-doc, libghc-split-doc, 
> libghc-tagsoup-doc, libghc-transformers-base-doc, libghc-transformers-doc, 
> libghc-utf8-string-doc, libghc-zlib-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1749 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1759 B]
> Fetched 4123 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-lambdabot-core-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-binary-dev-0.8.8.0-507cc but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: libghc-dependent-map-dev-0.4.0.0-f824e 
> but i

Bug#1054966: glirc: FTBFS: unsatisfiable build-dependencies: libghc-irc-core-dev (>= 2.11), libghc-irc-core-dev (< 2.12), libghc-lens-dev (< 5.2), libghc-vector-dev (< 0.13), libghc-vty-dev (< 5.36)

2023-10-28 Thread Lucas Nussbaum
Source: glirc
Version: 2.39.0.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), cdbs, 
> ghc (>= 8.4.3), libghc-hsopenssl-dev (>= 0.11), libghc-hsopenssl-dev (<< 
> 0.12), libghc-async-dev (>= 2.2), libghc-async-dev (<< 2.3), 
> libghc-attoparsec-dev (>= 0.14), libghc-attoparsec-dev (<< 0.15), 
> libghc-base64-bytestring-dev (>= 1.0.0.1), libghc-base64-bytestring-dev (<< 
> 1.3), libghc-config-schema-dev, libghc-config-value-dev (>= 0.8), 
> libghc-config-value-dev (<< 0.9), libghc-curve25519-dev (>= 0.2.5), 
> libghc-curve25519-dev (<< 0.3), libghc-free-dev (>= 4.12), libghc-free-dev 
> (<< 5.2), libghc-githash-dev (>= 0.1.6), libghc-githash-dev (<< 0.2), 
> libghc-hashable-dev (>= 1.2.4), libghc-hashable-dev (<< 1.5), 
> libghc-hookup-dev (>= 0.7), libghc-hookup-dev (<< 0.8), libghc-irc-core-dev 
> (>= 2.11), libghc-irc-core-dev (<< 2.12), libghc-kan-extensions-dev (>= 5.0), 
> libghc-kan-extensions-dev (<< 5.3), libghc-lens-dev (>= 4.14), 
> libghc-lens-dev (<< 5.2), libghc-network-dev (>= 2.6.2), libghc-network-dev 
> (<< 3.2), libghc-psqueues-dev (>= 0.2.7), libghc-psqueues-dev (<< 0.3), 
> libghc-random-dev (>= 1.1), libghc-random-dev (<< 1.3), libghc-regex-tdfa-dev 
> (>= 1.3.1), libghc-regex-tdfa-dev (<< 1.4), libghc-split-dev (>= 0.2), 
> libghc-split-dev (<< 0.3), libghc-unordered-containers-dev (>= 0.2.11), 
> libghc-unordered-containers-dev (<< 0.3), libghc-vector-dev (>= 0.11), 
> libghc-vector-dev (<< 0.13), libghc-vty-dev (>= 5.33), libghc-vty-dev (<< 
> 5.36), libghc-hunit-dev (>= 1.6), libghc-hunit-dev (<< 1.7), build-essential, 
> fakeroot
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), 
> cdbs, ghc (>= 8.4.3), libghc-hsopenssl-dev (>= 0.11), libghc-hsopenssl-dev 
> (<< 0.12), libghc-async-dev (>= 2.2), libghc-async-dev (<< 2.3), 
> libghc-attoparsec-dev (>= 0.14), libghc-attoparsec-dev (<< 0.15), 
> libghc-base64-bytestring-dev (>= 1.0.0.1), libghc-base64-bytestring-dev (<< 
> 1.3), libghc-config-schema-dev, libghc-config-value-dev (>= 0.8), 
> libghc-config-value-dev (<< 0.9), libghc-curve25519-dev (>= 0.2.5), 
> libghc-curve25519-dev (<< 0.3), libghc-free-dev (>= 4.12), libghc-free-dev 
> (<< 5.2), libghc-githash-dev (>= 0.1.6), libghc-githash-dev (<< 0.2), 
> libghc-hashable-dev (>= 1.2.4), libghc-hashable-dev (<< 1.5), 
> libghc-hookup-dev (>= 0.7), libghc-hookup-dev (<< 0.8), libghc-irc-core-dev 
> (>= 2.11), libghc-irc-core-dev (<< 2.12), libghc-kan-extensions-dev (>= 5.0), 
> libghc-kan-extensions-dev (<< 5.3), libghc-lens-dev (>= 4.14), 
> libghc-lens-dev (<< 5.2), libghc-network-dev (>= 2.6.2), libghc-network-dev 
> (<< 3.2), libghc-psqueues-dev (>= 0.2.7), libghc-psqueues-dev (<< 0.3), 
> libghc-random-dev (>= 1.1), libghc-random-dev (<< 1.3), libghc-regex-tdfa-dev 
> (>= 1.3.1), libghc-regex-tdfa-dev (<< 1.4), libghc-split-dev (>= 0.2), 
> libghc-split-dev (<< 0.3), libghc-unordered-containers-dev (>= 0.2.11), 
> libghc-unordered-containers-dev (<< 0.3), libghc-vector-dev (>= 0.11), 
> libghc-vector-dev (<< 0.13), libghc-vty-dev (>= 5.33), libghc-vty-dev (<< 
> 5.36), libghc-hunit-dev (>= 1.6), libghc-hunit-dev (<< 1.7), build-essential, 
> fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [2059 B]
> Get:5 copy:/<>/apt_archive ./ Packages [2089 B]
> Fetched 4763 B in 0s (329 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading pack

Bug#1054964: haskell-lambdabot-novelty-plugins: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-novelty-plugins
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-brainfuck-dev (>= 0.1), 
> libghc-brainfuck-prof, libghc-dice-dev (>= 0.1), libghc-dice-prof, 
> libghc-lambdabot-core-dev (>= 5.3), libghc-lambdabot-core-dev (<< 5.4), 
> libghc-lambdabot-core-prof, libghc-misfortune-dev (>= 0.1), 
> libghc-misfortune-prof, libghc-random-dev (>= 1.2), libghc-random-prof, 
> libghc-random-fu-dev (>= 0.3.0.0), libghc-random-fu-prof, 
> libghc-regex-tdfa-dev (>= 1.1), libghc-regex-tdfa-prof, libghc-unlambda-dev 
> (>= 0.1), libghc-unlambda-prof, build-essential, fakeroot, ghc-doc, 
> libghc-brainfuck-doc, libghc-dice-doc, libghc-lambdabot-core-doc, 
> libghc-misfortune-doc, libghc-random-doc, libghc-random-fu-doc, 
> libghc-regex-tdfa-doc, libghc-unlambda-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-brainfuck-dev (>= 0.1), 
> libghc-brainfuck-prof, libghc-dice-dev (>= 0.1), libghc-dice-prof, 
> libghc-lambdabot-core-dev (>= 5.3), libghc-lambdabot-core-dev (<< 5.4), 
> libghc-lambdabot-core-prof, libghc-misfortune-dev (>= 0.1), 
> libghc-misfortune-prof, libghc-random-dev (>= 1.2), libghc-random-prof, 
> libghc-random-fu-dev (>= 0.3.0.0), libghc-random-fu-prof, 
> libghc-regex-tdfa-dev (>= 1.1), libghc-regex-tdfa-prof, libghc-unlambda-dev 
> (>= 0.1), libghc-unlambda-prof, build-essential, fakeroot, ghc-doc, 
> libghc-brainfuck-doc, libghc-dice-doc, libghc-lambdabot-core-doc, 
> libghc-misfortune-doc, libghc-random-doc, libghc-random-fu-doc, 
> libghc-regex-tdfa-doc, libghc-unlambda-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1343 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1353 B]
> Fetched 3311 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-lambdabot-core-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-binary-dev-0.8.8.0-507cc but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: libghc-dependent-map-dev-0.4.0.0-f824e 
> but it is not installable
>  Depends: libghc-dependent-sum-dev-0.7.1.0-2fd03 
> but it is not installable
>  Depends: 
> libghc-dependent-sum-template-dev-0.1.1.1-62abf but it is not installable
>  Depends: libghc-directory-dev-1.3.6.2-311c9 but 
> it is not installable
>  Depends: libghc-edit-distance-dev-0.2.2.1-cc475 
> but it is not installable
>  Depends: libghc-exceptions-dev-0.10.4-c14ff but 
> it is not installable
>  Depends: libghc-filepath-dev-1.4.2.1-4459f but 
> it is not installable
>  Depends: libghc-haskeline-dev-0.8.2-83f75 but it 
> is not installable
>  Depends: libghc-hslogger-dev-1.3.1.0-d393e but 
> it is not installable
>

Bug#1054963: haskell-aeson-compat: FTBFS: unsatisfiable build-dependencies: libghc-attoparsec-iso8601-dev (< 1.1), libghc-attoparsec-iso8601-prof (< 1.1), libghc-hashable-dev (< 1.4), libghc-vector-de

2023-10-28 Thread Lucas Nussbaum
Source: haskell-aeson-compat
Version: 0.3.10-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 10), 
> ghc (>= 8.4.3), ghc-prof, libghc-aeson-dev, libghc-aeson-prof, 
> libghc-attoparsec-dev (>= 0.12), libghc-attoparsec-dev (<< 0.15), 
> libghc-attoparsec-prof, libghc-attoparsec-iso8601-dev (>= 1.0.0.0), 
> libghc-attoparsec-iso8601-dev (<< 1.1), libghc-attoparsec-iso8601-prof (>= 
> 1.0.0.0), libghc-attoparsec-iso8601-prof (<< 1.1), libghc-base-compat-dev (>= 
> 0.6.0), libghc-base-compat-dev (<< 0.13), libghc-base-compat-prof, 
> libghc-exceptions-dev (>= 0.8), libghc-exceptions-dev (<< 0.11), 
> libghc-exceptions-prof (>= 0.8), libghc-exceptions-prof (<< 0.11), 
> libghc-hashable-dev (>= 1.2), libghc-hashable-dev (<< 1.4), 
> libghc-hashable-prof, libghc-scientific-dev (>= 0.3), libghc-scientific-dev 
> (<< 0.4), libghc-scientific-prof (>= 0.3), libghc-scientific-prof (<< 0.4), 
> libghc-tagged-dev (>= 0.7.3), libghc-tagged-dev (<< 0.9), libghc-tagged-prof 
> (>= 0.7.3), libghc-tagged-prof (<< 0.9), libghc-time-locale-compat-dev (>= 
> 0.1.0.1), libghc-time-locale-compat-dev (<< 0.2), 
> libghc-time-locale-compat-prof (>= 0.1.0.1), libghc-time-locale-compat-prof 
> (<< 0.2), libghc-unordered-containers-dev (>= 0.2), 
> libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof 
> (>= 0.2), libghc-unordered-containers-prof (<< 0.3), libghc-vector-dev (>= 
> 0.10), libghc-vector-dev (<< 0.13), libghc-vector-prof (>= 0.10), 
> libghc-vector-prof (<< 0.13), libghc-quickcheck2-dev (>= 2.10), 
> libghc-quickcheck2-dev (<< 2.15), libghc-quickcheck2-prof, 
> libghc-base-orphans-dev (>= 0.4.5), libghc-base-orphans-dev (<< 0.9), 
> libghc-base-orphans-prof (>= 0.4.5), libghc-base-orphans-prof (<< 0.9), 
> libghc-quickcheck-instances-dev (>= 0.3.16), libghc-quickcheck-instances-dev 
> (<< 0.4), libghc-quickcheck-instances-prof (>= 0.3.16), 
> libghc-quickcheck-instances-prof (<< 0.4), libghc-tasty-dev (>= 0.10), 
> libghc-tasty-dev (<< 1.5), libghc-tasty-prof, libghc-tasty-hunit-dev (>= 
> 0.9), libghc-tasty-hunit-dev (<< 0.11), libghc-tasty-hunit-prof (>= 0.9), 
> libghc-tasty-hunit-prof (<< 0.11), libghc-tasty-quickcheck-dev (>= 0.8), 
> libghc-tasty-quickcheck-dev (<< 0.11), libghc-tasty-quickcheck-prof (>= 0.8), 
> libghc-tasty-quickcheck-prof (<< 0.11), build-essential, fakeroot, ghc-doc, 
> libghc-aeson-doc, libghc-attoparsec-doc, libghc-attoparsec-iso8601-doc, 
> libghc-base-compat-doc, libghc-exceptions-doc, libghc-hashable-doc, 
> libghc-scientific-doc, libghc-tagged-doc, libghc-time-locale-compat-doc, 
> libghc-unordered-containers-doc, libghc-vector-doc
> Filtered Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 
> 10), ghc (>= 8.4.3), ghc-prof, libghc-aeson-dev, libghc-aeson-prof, 
> libghc-attoparsec-dev (>= 0.12), libghc-attoparsec-dev (<< 0.15), 
> libghc-attoparsec-prof, libghc-attoparsec-iso8601-dev (>= 1.0.0.0), 
> libghc-attoparsec-iso8601-dev (<< 1.1), libghc-attoparsec-iso8601-prof (>= 
> 1.0.0.0), libghc-attoparsec-iso8601-prof (<< 1.1), libghc-base-compat-dev (>= 
> 0.6.0), libghc-base-compat-dev (<< 0.13), libghc-base-compat-prof, 
> libghc-exceptions-dev (>= 0.8), libghc-exceptions-dev (<< 0.11), 
> libghc-exceptions-prof (>= 0.8), libghc-exceptions-prof (<< 0.11), 
> libghc-hashable-dev (>= 1.2), libghc-hashable-dev (<< 1.4), 
> libghc-hashable-prof, libghc-scientific-dev (>= 0.3), libghc-scientific-dev 
> (<< 0.4), libghc-scientific-prof (>= 0.3), libghc-scientific-prof (<< 0.4), 
> libghc-tagged-dev (>= 0.7.3), libghc-tagged-dev (<< 0.9), libghc-tagged-prof 
> (>= 0.7.3), libghc-tagged-prof (<< 0.9), libghc-time-locale-compat-dev (>= 
> 0.1.0.1), libghc-time-locale-compat-dev (<< 0.2), 
> libghc-time-locale-compat-prof (>= 0.1.0.1), libghc-time-locale-compat-prof 
> (<< 0.2), libghc-unordered-containers-dev (>= 0.2), 
> libghc-unordered-co

Bug#1054960: lambdabot: FTBFS: unsatisfiable build-dependencies

2023-10-28 Thread Lucas Nussbaum
Source: lambdabot
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, haskell-devscripts (>= 0.13), debhelper (>= 10), 
> ghc (>= 8.4.3), libghc-lambdabot-core-dev (>= 5.3), libghc-lambdabot-core-dev 
> (<< 5.4), libghc-lambdabot-haskell-plugins-dev (>= 5.3), 
> libghc-lambdabot-haskell-plugins-dev (<< 5.4), 
> libghc-lambdabot-irc-plugins-dev (>= 5.3), libghc-lambdabot-irc-plugins-dev 
> (<< 5.4), libghc-lambdabot-misc-plugins-dev (>= 5.3), 
> libghc-lambdabot-misc-plugins-dev (<< 5.4), 
> libghc-lambdabot-novelty-plugins-dev (>= 5.3), 
> libghc-lambdabot-novelty-plugins-dev (<< 5.4), 
> libghc-lambdabot-reference-plugins-dev (>= 5.3), 
> libghc-lambdabot-reference-plugins-dev (<< 5.4), 
> libghc-lambdabot-social-plugins-dev (>= 5.3), 
> libghc-lambdabot-social-plugins-dev (<< 5.4), build-essential, fakeroot
> Filtered Build-Depends: cdbs, haskell-devscripts (>= 0.13), debhelper (>= 
> 10), ghc (>= 8.4.3), libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-haskell-plugins-dev (>= 
> 5.3), libghc-lambdabot-haskell-plugins-dev (<< 5.4), 
> libghc-lambdabot-irc-plugins-dev (>= 5.3), libghc-lambdabot-irc-plugins-dev 
> (<< 5.4), libghc-lambdabot-misc-plugins-dev (>= 5.3), 
> libghc-lambdabot-misc-plugins-dev (<< 5.4), 
> libghc-lambdabot-novelty-plugins-dev (>= 5.3), 
> libghc-lambdabot-novelty-plugins-dev (<< 5.4), 
> libghc-lambdabot-reference-plugins-dev (>= 5.3), 
> libghc-lambdabot-reference-plugins-dev (<< 5.4), 
> libghc-lambdabot-social-plugins-dev (>= 5.3), 
> libghc-lambdabot-social-plugins-dev (<< 5.4), build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1287 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1319 B]
> Fetched 3221 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-lambdabot-core-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-binary-dev-0.8.8.0-507cc but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: libghc-dependent-map-dev-0.4.0.0-f824e 
> but it is not installable
>  Depends: libghc-dependent-sum-dev-0.7.1.0-2fd03 
> but it is not installable
>  Depends: 
> libghc-dependent-sum-template-dev-0.1.1.1-62abf but it is not installable
>  Depends: libghc-directory-dev-1.3.6.2-311c9 but 
> it is not installable
>  Depends: libghc-edit-distance-dev-0.2.2.1-cc475 
> but it is not installable
>  Depends: libghc-exceptions-dev-0.10.4-c14ff but 
> it is not installable
>  Depends: libghc-filepath-dev-1.4.2.1-4459f but 
> it is not installable
>  Depends: libghc-haskeline-dev-0.8.2-83f75 but it 
> is not installable
>  Depends: libghc-hslogger-dev-1.3.1.0-d393e but 
> it is not installable
>

Bug#1054961: haskell-hsyaml-aeson: FTBFS: unsatisfiable build-dependencies: libghc-hsyaml-dev (>= 0.2.0), libghc-hsyaml-dev (< 0.3), libghc-hsyaml-prof, libghc-vector-dev (< 0.13), libghc-hsyaml-doc

2023-10-28 Thread Lucas Nussbaum
Source: haskell-hsyaml-aeson
Version: 0.2.0.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), cdbs, 
> ghc, ghc-prof, libghc-hsyaml-dev (>= 0.2.0), libghc-hsyaml-dev (<< 0.3), 
> libghc-hsyaml-prof, libghc-aeson-dev, libghc-aeson-prof, 
> libghc-scientific-dev (>= 0.3.6.2), libghc-scientific-dev (<< 0.4), 
> libghc-scientific-prof, libghc-unordered-containers-dev (>= 0.2), 
> libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, 
> libghc-vector-dev (>= 0.12.0.2), libghc-vector-dev (<< 0.13), 
> libghc-vector-prof, build-essential, fakeroot, ghc-doc, libghc-hsyaml-doc, 
> libghc-aeson-doc, libghc-scientific-doc, libghc-unordered-containers-doc, 
> libghc-vector-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), 
> cdbs, ghc, ghc-prof, libghc-hsyaml-dev (>= 0.2.0), libghc-hsyaml-dev (<< 
> 0.3), libghc-hsyaml-prof, libghc-aeson-dev, libghc-aeson-prof, 
> libghc-scientific-dev (>= 0.3.6.2), libghc-scientific-dev (<< 0.4), 
> libghc-scientific-prof, libghc-unordered-containers-dev (>= 0.2), 
> libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, 
> libghc-vector-dev (>= 0.12.0.2), libghc-vector-dev (<< 0.13), 
> libghc-vector-prof, build-essential, fakeroot, ghc-doc, libghc-hsyaml-doc, 
> libghc-aeson-doc, libghc-scientific-doc, libghc-unordered-containers-doc, 
> libghc-vector-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1210 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1223 B]
> Fetched 3048 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-hsyaml-dev (>= 0.2.0) but 
> it is not going to be installed
>Depends: libghc-hsyaml-dev (< 0.3) but it 
> is not going to be installed
>Depends: libghc-hsyaml-prof but it is not 
> going to be installed
>Depends: libghc-vector-dev (< 0.13) but 
> 0.13.1.0-1 is to be installed
>Depends: libghc-hsyaml-doc but it is not 
> going to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-hsyaml-aeson_0.2.0.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054958: haskell-lambdabot-haskell-plugins: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-haskell-plugins
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-arrows-dev (>= 0.4), libghc-arrows-prof, 
> libghc-data-memocombinators-dev (>= 0.4), libghc-data-memocombinators-prof, 
> libghc-src-exts-simple-dev (>= 1.18), libghc-src-exts-simple-dev (<< 1.24), 
> libghc-src-exts-simple-prof, libghc-hoogle-dev (>= 5.0.17.1), 
> libghc-hoogle-prof, libghc-http-dev (>= 1:4000), libghc-http-prof, 
> libghc-iospec-dev (>= 0.2), libghc-iospec-prof, libghc-lambdabot-core-dev (>= 
> 5.3), libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-lambdabot-reference-plugins-dev (>= 5.3), 
> libghc-lambdabot-reference-plugins-dev (<< 5.4), 
> libghc-lambdabot-reference-plugins-prof, libghc-lambdabot-trusted-dev (>= 
> 5.3), libghc-lambdabot-trusted-dev (<< 5.4), libghc-lambdabot-trusted-prof, 
> libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, libghc-logict-dev 
> (>= 0.5), libghc-logict-prof, libghc-monadrandom-dev (>= 0.1), 
> libghc-monadrandom-prof, libghc-mueval-dev (>= 0.9.3), libghc-mueval-prof, 
> libghc-network-dev (>= 2.7), libghc-network-dev (<< 3.2), 
> libghc-network-prof, libghc-numbers-dev (>= 3000), libghc-numbers-prof, 
> libghc-oeis-dev (>= 0.3.1), libghc-oeis-prof, libghc-quickcheck2-dev (>= 2), 
> libghc-quickcheck2-prof, libghc-regex-tdfa-dev (>= 1.1), 
> libghc-regex-tdfa-prof, libghc-show-dev (>= 0.4), libghc-show-prof, 
> libghc-split-dev (>= 0.2), libghc-split-prof, libghc-syb-dev (>= 0.3), 
> libghc-syb-prof, libghc-transformers-dev, libghc-transformers-prof, 
> libghc-utf8-string-dev (>= 0.3), libghc-utf8-string-prof, 
> libghc-vector-space-dev (>= 0.8), libghc-vector-space-prof, build-essential, 
> fakeroot, ghc-doc, libghc-arrows-doc, libghc-data-memocombinators-doc, 
> libghc-src-exts-simple-doc, libghc-hoogle-doc, libghc-http-doc, 
> libghc-iospec-doc, libghc-lambdabot-core-doc, 
> libghc-lambdabot-reference-plugins-doc, libghc-lambdabot-trusted-doc, 
> libghc-lifted-base-doc, libghc-logict-doc, libghc-monadrandom-doc, 
> libghc-mueval-doc, libghc-network-doc, libghc-numbers-doc, libghc-oeis-doc, 
> libghc-quickcheck2-doc, libghc-regex-tdfa-doc, libghc-show-doc, 
> libghc-split-doc, libghc-syb-doc, libghc-transformers-doc, 
> libghc-utf8-string-doc, libghc-vector-space-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-arrows-dev (>= 0.4), libghc-arrows-prof, 
> libghc-data-memocombinators-dev (>= 0.4), libghc-data-memocombinators-prof, 
> libghc-src-exts-simple-dev (>= 1.18), libghc-src-exts-simple-dev (<< 1.24), 
> libghc-src-exts-simple-prof, libghc-hoogle-dev (>= 5.0.17.1), 
> libghc-hoogle-prof, libghc-http-dev (>= 1:4000), libghc-http-prof, 
> libghc-iospec-dev (>= 0.2), libghc-iospec-prof, libghc-lambdabot-core-dev (>= 
> 5.3), libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-lambdabot-reference-plugins-dev (>= 5.3), 
> libghc-lambdabot-reference-plugins-dev (<< 5.4), 
> libghc-lambdabot-reference-plugins-prof, libghc-lambdabot-trusted-dev (>= 
> 5.3), libghc-lambdabot-trusted-dev (<< 5.4), libghc-lambdabot-trusted-prof, 
> libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, libghc-logict-dev 
> (>= 0.5), libghc-logict-prof, libghc-monadrandom-dev (>= 0.1), 
> libghc-monadrandom-prof, libghc-mueval-dev (>= 0.9.3), libghc-mueval-prof, 
> libghc-network-dev (>= 2.7), libghc-network-dev (<< 3.2), 
> libghc-network-prof, libghc-numbers-dev (>= 3000), libghc-numbers-prof, 
> libghc-oeis-dev (>= 0.3.1), libghc-oeis-prof, libghc-quickcheck2-dev (>= 2), 
> libghc-quickcheck2-prof, libghc-regex-tdfa-dev (>= 1.1), 
> libghc-regex-tdfa-prof, libghc-show-dev (>= 0.4), libghc-show-prof, 
> libghc-split-dev (>= 0.2), libghc-split-prof, libghc-syb-dev (>= 0.3), 
> libghc-syb-prof, libghc-transformers-dev, libghc-transformers-prof, 
> libghc-utf8-string-dev (>= 0.3), libghc-utf8-string-prof, 
> libghc-vector-space-dev (&g

Bug#1054959: haskell-irc-core: FTBFS: unsatisfiable build-dependencies: libghc-primitive-dev (< 0.8), libghc-vector-dev (< 0.13)

2023-10-28 Thread Lucas Nussbaum
Source: haskell-irc-core
Version: 2.11-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 10), 
> ghc (>= 8.4.3), ghc-prof, libghc-attoparsec-dev (>= 0.14), 
> libghc-attoparsec-dev (<< 0.15), libghc-attoparsec-prof, 
> libghc-base64-bytestring-dev (>= 1.0.0.1), libghc-base64-bytestring-dev (<< 
> 1.3), libghc-base64-bytestring-prof, libghc-hashable-dev (>= 1.2), 
> libghc-hashable-dev (<< 1.5), libghc-hashable-prof, libghc-primitive-dev (>= 
> 0.6), libghc-primitive-dev (<< 0.8), libghc-primitive-prof, libghc-vector-dev 
> (>= 0.11), libghc-vector-dev (<< 0.13), libghc-vector-prof, libghc-hunit-dev 
> (>= 1.3), libghc-hunit-dev (<< 1.7), build-essential, fakeroot, ghc-doc, 
> libghc-attoparsec-doc, libghc-base64-bytestring-doc, libghc-hashable-doc, 
> libghc-primitive-doc, libghc-vector-doc
> Filtered Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 
> 10), ghc (>= 8.4.3), ghc-prof, libghc-attoparsec-dev (>= 0.14), 
> libghc-attoparsec-dev (<< 0.15), libghc-attoparsec-prof, 
> libghc-base64-bytestring-dev (>= 1.0.0.1), libghc-base64-bytestring-dev (<< 
> 1.3), libghc-base64-bytestring-prof, libghc-hashable-dev (>= 1.2), 
> libghc-hashable-dev (<< 1.5), libghc-hashable-prof, libghc-primitive-dev (>= 
> 0.6), libghc-primitive-dev (<< 0.8), libghc-primitive-prof, libghc-vector-dev 
> (>= 0.11), libghc-vector-dev (<< 0.13), libghc-vector-prof, libghc-hunit-dev 
> (>= 1.3), libghc-hunit-dev (<< 1.7), build-essential, fakeroot, ghc-doc, 
> libghc-attoparsec-doc, libghc-base64-bytestring-doc, libghc-hashable-doc, 
> libghc-primitive-doc, libghc-vector-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1344 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1332 B]
> Fetched 3291 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-primitive-dev (< 0.8) but 
> 0.8.0.0-1+b1 is to be installed
>Depends: libghc-vector-dev (< 0.13) but 
> 0.13.1.0-1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-irc-core_2.11-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054957: haskell-happstack-authenticate: FTBFS: unsatisfiable build-dependencies: libghc-happstack-server-dev (< 7.8), libghc-lens-dev (< 5.2), libghc-shakespeare-dev (< 2.1), libghc-userid-dev (

2023-10-28 Thread Lucas Nussbaum
Source: haskell-happstack-authenticate
Version: 2.6.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-acid-state-dev (>= 0.6), 
> libghc-acid-state-dev (<< 0.17), libghc-acid-state-prof, libghc-aeson-dev, 
> libghc-aeson-prof, libghc-authenticate-dev (<< 1.4), libghc-authenticate-dev 
> (>= 1.3), libghc-authenticate-prof, libghc-base64-bytestring-dev (>= 1.0), 
> libghc-base64-bytestring-dev (<< 1.3), libghc-base64-bytestring-prof, 
> libghc-boomerang-dev (<< 1.5), libghc-boomerang-dev (>= 1.4), 
> libghc-boomerang-prof, libghc-data-default-dev (<< 0.8), 
> libghc-data-default-dev (>= 0.5), libghc-data-default-prof, 
> libghc-email-validate-dev (>= 2.1), libghc-email-validate-dev (<< 2.4), 
> libghc-email-validate-prof, libghc-happstack-hsp-dev (<< 7.4), 
> libghc-happstack-hsp-dev (>= 7.3), libghc-happstack-hsp-prof, 
> libghc-happstack-jmacro-dev (<< 7.1), libghc-happstack-jmacro-dev (>= 7.0), 
> libghc-happstack-jmacro-prof, libghc-happstack-server-dev (>= 6.0), 
> libghc-happstack-server-dev (<< 7.8), libghc-happstack-server-prof, 
> libghc-hsp-dev (<< 0.11), libghc-hsp-dev (>= 0.10), libghc-hsp-prof, 
> libghc-hsx-jmacro-dev (<< 7.4), libghc-hsx-jmacro-dev (>= 7.3), 
> libghc-hsx-jmacro-prof, libghc-hsx2hs-dev (<< 0.15), libghc-hsx2hs-dev (>= 
> 0.13), libghc-hsx2hs-prof, libghc-http-conduit-dev (>= 2.1.0), 
> libghc-http-conduit-dev (<< 2.4), libghc-http-conduit-prof, 
> libghc-http-types-dev (>= 0.6), libghc-http-types-dev (<< 0.13), 
> libghc-http-types-prof, libghc-ixset-typed-dev (>= 0.3), 
> libghc-ixset-typed-dev (<< 0.6), libghc-ixset-typed-prof, libghc-jmacro-dev 
> (<< 0.7), libghc-jmacro-dev (>= 0.6.11), libghc-jmacro-prof, libghc-jwt-dev 
> (>= 0.3), libghc-jwt-dev (<< 0.12), libghc-jwt-prof, libghc-lens-dev (>= 
> 4.2), libghc-lens-dev (<< 5.2), libghc-lens-prof, libghc-mime-mail-dev (<< 
> 0.6), libghc-mime-mail-dev (>= 0.4), libghc-mime-mail-prof, 
> libghc-pwstore-fast-dev, libghc-pwstore-fast-prof, libghc-random-dev (>= 
> 1.0), libghc-random-dev (<< 1.3), libghc-random-prof, libghc-safecopy-dev (>= 
> 0.8), libghc-safecopy-dev (<< 0.11), libghc-safecopy-prof, 
> libghc-shakespeare-dev (<< 2.1), libghc-shakespeare-dev (>= 2.0), 
> libghc-shakespeare-prof, libghc-unordered-containers-dev (<< 0.3), 
> libghc-unordered-containers-dev (>= 0.2), libghc-unordered-containers-prof, 
> libghc-userid-dev (<< 0.2), libghc-userid-dev (>= 0.1), libghc-userid-prof, 
> libghc-web-routes-boomerang-dev (<< 0.29), libghc-web-routes-boomerang-dev 
> (>= 0.28), libghc-web-routes-boomerang-prof, libghc-web-routes-dev (<< 0.28), 
> libghc-web-routes-dev (>= 0.26), libghc-web-routes-happstack-dev (<< 0.24), 
> libghc-web-routes-happstack-dev (>= 0.23), libghc-web-routes-happstack-prof, 
> libghc-web-routes-hsp-dev (<< 0.25), libghc-web-routes-hsp-dev (>= 0.24), 
> libghc-web-routes-hsp-prof, libghc-web-routes-prof, libghc-web-routes-th-dev 
> (<< 0.23), libghc-web-routes-th-dev (>= 0.22), libghc-web-routes-th-prof, 
> build-essential, fakeroot, ghc-doc, libghc-acid-state-doc, libghc-aeson-doc, 
> libghc-authenticate-doc, libghc-base64-bytestring-doc, libghc-boomerang-doc, 
> libghc-data-default-doc, libghc-email-validate-doc, libghc-happstack-hsp-doc, 
> libghc-happstack-jmacro-doc, libghc-happstack-server-doc, libghc-hsp-doc, 
> libghc-hsx-jmacro-doc, libghc-hsx2hs-doc, libghc-http-conduit-doc, 
> libghc-http-types-doc, libghc-ixset-typed-doc, libghc-jmacro-doc, 
> libghc-jwt-doc, libghc-lens-doc, libghc-mime-mail-doc, 
> libghc-pwstore-fast-doc, libghc-random-doc, libghc-safecopy-doc, 
> libghc-shakespeare-doc, libghc-unordered-containers-doc, libghc-userid-doc, 
> libghc-web-routes-boomerang-doc, libghc-web-routes-doc, 
> libghc-web-routes-happstack-doc, libghc-web-routes-hsp-doc, 
> libghc-web-routes-th-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-acid-state-dev (>= 

Bug#1054956: haskell-lambdabot-core: FTBFS: unsatisfiable build-dependency: libghc-dependent-sum-template-dev (< 0.2) but 0.2.0.0-1+b1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-core
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-http-dev (>= 1:4000), libghc-http-prof, 
> libghc-safesemaphore-dev (>= 0.9), libghc-safesemaphore-prof, 
> libghc-dependent-map-dev (>= 0.2), libghc-dependent-map-dev (<< 0.5), 
> libghc-dependent-map-prof, libghc-dependent-sum-dev (>= 0.7), 
> libghc-dependent-sum-dev (<< 0.8), libghc-dependent-sum-prof, 
> libghc-dependent-sum-template-dev (>= 0.1.0.2), 
> libghc-dependent-sum-template-dev (<< 0.2), 
> libghc-dependent-sum-template-prof, libghc-edit-distance-dev (>= 0.2), 
> libghc-edit-distance-prof, libghc-exceptions-dev (>= 0.10), 
> libghc-exceptions-dev (<< 0.11), libghc-exceptions-prof, libghc-hslogger-dev 
> (>= 1.2.1), libghc-hslogger-prof, libghc-lifted-base-dev (>= 0.2), 
> libghc-lifted-base-prof, libghc-monad-control-dev (>= 1.0), 
> libghc-monad-control-prof, libghc-network-dev (>= 2.7), libghc-network-dev 
> (<< 3.2), libghc-network-prof, libghc-network-bsd-dev, 
> libghc-network-bsd-prof, libghc-prim-uniq-dev (>= 0.2), libghc-prim-uniq-dev 
> (<< 0.4), libghc-prim-uniq-prof, libghc-random-dev (>= 1.2), 
> libghc-random-prof, libghc-random-fu-dev (>= 0.3.0.0), libghc-random-fu-prof, 
> libghc-regex-tdfa-dev (>= 1.1), libghc-regex-tdfa-dev (<< 1.4), 
> libghc-regex-tdfa-prof, libghc-split-dev (>= 0.2), libghc-split-prof, 
> libghc-syb-dev (>= 0.3), libghc-syb-prof, libghc-transformers-base-dev (>= 
> 0.4), libghc-transformers-base-prof, libghc-utf8-string-dev (>= 0.3), 
> libghc-utf8-string-prof, libghc-zlib-dev (>= 0.5), libghc-zlib-prof, 
> build-essential, fakeroot, ghc-doc, libghc-dependent-map-doc, 
> libghc-dependent-sum-doc, libghc-dependent-sum-template-doc, 
> libghc-edit-distance-doc, libghc-exceptions-doc, libghc-hslogger-doc, 
> libghc-http-doc, libghc-lifted-base-doc, libghc-monad-control-doc, 
> libghc-network-doc, libghc-network-bsd-doc, libghc-prim-uniq-doc, 
> libghc-random-doc, libghc-random-fu-doc, libghc-regex-tdfa-doc, 
> libghc-safesemaphore-doc, libghc-split-doc, libghc-syb-doc, 
> libghc-transformers-base-doc, libghc-utf8-string-doc, libghc-zlib-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-http-dev (>= 1:4000), libghc-http-prof, 
> libghc-safesemaphore-dev (>= 0.9), libghc-safesemaphore-prof, 
> libghc-dependent-map-dev (>= 0.2), libghc-dependent-map-dev (<< 0.5), 
> libghc-dependent-map-prof, libghc-dependent-sum-dev (>= 0.7), 
> libghc-dependent-sum-dev (<< 0.8), libghc-dependent-sum-prof, 
> libghc-dependent-sum-template-dev (>= 0.1.0.2), 
> libghc-dependent-sum-template-dev (<< 0.2), 
> libghc-dependent-sum-template-prof, libghc-edit-distance-dev (>= 0.2), 
> libghc-edit-distance-prof, libghc-exceptions-dev (>= 0.10), 
> libghc-exceptions-dev (<< 0.11), libghc-exceptions-prof, libghc-hslogger-dev 
> (>= 1.2.1), libghc-hslogger-prof, libghc-lifted-base-dev (>= 0.2), 
> libghc-lifted-base-prof, libghc-monad-control-dev (>= 1.0), 
> libghc-monad-control-prof, libghc-network-dev (>= 2.7), libghc-network-dev 
> (<< 3.2), libghc-network-prof, libghc-network-bsd-dev, 
> libghc-network-bsd-prof, libghc-prim-uniq-dev (>= 0.2), libghc-prim-uniq-dev 
> (<< 0.4), libghc-prim-uniq-prof, libghc-random-dev (>= 1.2), 
> libghc-random-prof, libghc-random-fu-dev (>= 0.3.0.0), libghc-random-fu-prof, 
> libghc-regex-tdfa-dev (>= 1.1), libghc-regex-tdfa-dev (<< 1.4), 
> libghc-regex-tdfa-prof, libghc-split-dev (>= 0.2), libghc-split-prof, 
> libghc-syb-dev (>= 0.3), libghc-syb-prof, libghc-transformers-base-dev (>= 
> 0.4), libghc-transformers-base-prof, libghc-utf8-string-dev (>= 0.3), 
> libghc-utf8-string-prof, libghc-zlib-dev (>= 0.5), libghc-zlib-prof, 
> build-essential, fakeroot, ghc-doc, libghc-dependent-map-doc, 
> libghc-dependent-sum-doc, libghc-dependent-sum-template-doc, 
> libghc-edit-distance-doc, libghc-exceptions-doc, libghc-hslogger-doc, 
> libghc-http-doc, libghc-lifted-base-doc, libghc

Bug#1054954: haskell-copilot-theorem: FTBFS: unsatisfiable build-dependencies: haddock-interface-38, haddock-interface-38, libghc-async-dev-2.2.4-7edea, libghc-attoparsec-dev-0.14.4-9b901, libghc-base

2023-10-28 Thread Lucas Nussbaum
Source: haskell-copilot-theorem
Version: 3.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-bimap-dev, 
> libghc-bimap-prof, libghc-bv-sized-dev (>= 1.0.2), libghc-bv-sized-dev (<< 
> 1.1), libghc-bv-sized-prof, libghc-copilot-core-dev (>= 3.13), 
> libghc-copilot-core-dev (<< 3.14), libghc-copilot-core-prof, 
> libghc-copilot-prettyprinter-dev (>= 3.13), libghc-copilot-prettyprinter-dev 
> (<< 3.14), libghc-copilot-prettyprinter-prof, libghc-data-default-dev (>= 
> 0.7), libghc-data-default-dev (<< 0.8), libghc-data-default-prof, 
> libghc-libbf-dev (>= 0.6.2), libghc-libbf-dev (<< 0.7), libghc-libbf-prof, 
> libghc-panic-dev (>= 0.4.0), libghc-panic-dev (<< 0.5), libghc-panic-prof, 
> libghc-parameterized-utils-dev (>= 2.1.1), libghc-parameterized-utils-dev (<< 
> 2.2), libghc-parameterized-utils-prof, libghc-random-dev (>= 1.1), 
> libghc-random-dev (<< 1.3), libghc-random-prof, libghc-what4-dev (>= 1.3), 
> libghc-what4-dev (<< 1.4), libghc-what4-prof, libghc-xml-dev (>= 1.3), 
> libghc-xml-dev (<< 1.4), libghc-xml-prof, build-essential, fakeroot, ghc-doc, 
> libghc-bimap-doc, libghc-bv-sized-doc, libghc-copilot-core-doc, 
> libghc-copilot-prettyprinter-doc, libghc-data-default-doc, libghc-libbf-doc, 
> libghc-panic-doc, libghc-parameterized-utils-doc, libghc-random-doc, 
> libghc-what4-doc, libghc-xml-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-bimap-dev, libghc-bimap-prof, libghc-bv-sized-dev (>= 
> 1.0.2), libghc-bv-sized-dev (<< 1.1), libghc-bv-sized-prof, 
> libghc-copilot-core-dev (>= 3.13), libghc-copilot-core-dev (<< 3.14), 
> libghc-copilot-core-prof, libghc-copilot-prettyprinter-dev (>= 3.13), 
> libghc-copilot-prettyprinter-dev (<< 3.14), 
> libghc-copilot-prettyprinter-prof, libghc-data-default-dev (>= 0.7), 
> libghc-data-default-dev (<< 0.8), libghc-data-default-prof, libghc-libbf-dev 
> (>= 0.6.2), libghc-libbf-dev (<< 0.7), libghc-libbf-prof, libghc-panic-dev 
> (>= 0.4.0), libghc-panic-dev (<< 0.5), libghc-panic-prof, 
> libghc-parameterized-utils-dev (>= 2.1.1), libghc-parameterized-utils-dev (<< 
> 2.2), libghc-parameterized-utils-prof, libghc-random-dev (>= 1.1), 
> libghc-random-dev (<< 1.3), libghc-random-prof, libghc-what4-dev (>= 1.3), 
> libghc-what4-dev (<< 1.4), libghc-what4-prof, libghc-xml-dev (>= 1.3), 
> libghc-xml-dev (<< 1.4), libghc-xml-prof, build-essential, fakeroot, ghc-doc, 
> libghc-bimap-doc, libghc-bv-sized-doc, libghc-copilot-core-doc, 
> libghc-copilot-prettyprinter-doc, libghc-data-default-doc, libghc-libbf-doc, 
> libghc-panic-doc, libghc-parameterized-utils-doc, libghc-random-doc, 
> libghc-what4-doc, libghc-xml-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1884 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1863 B]
> Fetched 4362 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-copilot-core-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-copilot-prettyprinter-doc : Depends: haddock-interface-38 but it is 
> not installable
> 

Bug#1054955: haskell-fclabels: FTBFS: unsatisfiable build-dependency: libghc-base-orphans-dev (< 0.9) but 0.9.1-1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-fclabels
Version: 2.0.5.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-base-orphans-dev (>= 0.8.2), 
> libghc-base-orphans-dev (<< 0.9), libghc-base-orphans-prof, build-essential, 
> fakeroot, ghc-doc, libghc-base-orphans-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-base-orphans-dev (>= 0.8.2), 
> libghc-base-orphans-dev (<< 0.9), libghc-base-orphans-prof, build-essential, 
> fakeroot, ghc-doc, libghc-base-orphans-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [823 B]
> Get:5 copy:/<>/apt_archive ./ Packages [835 B]
> Fetched 2267 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-base-orphans-dev (< 0.9) 
> but 0.9.1-1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-fclabels_2.0.5.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054953: darcs: FTBFS: unsatisfiable build-dependencies: libghc-cryptonite-dev (< 0.30), libghc-fgl-dev (< 5.8), libghc-hashable-dev (< 1.4), libghc-memory-dev (< 0.17), libghc-unix-compat-dev (<

2023-10-28 Thread Lucas Nussbaum
Source: darcs
Version: 2.16.5-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: haskell-devscripts (>= 0.13), bash-completion (>= 
> 1:1.1), cdbs, debhelper (>= 10), libcurl4-gnutls-dev (>= 7.19.1), ghc (>= 
> 8.4.3), libghc-async-dev (>= 2.0.2), libghc-async-dev (<< 2.3), 
> libghc-attoparsec-dev (>= 0.13.0.1), libghc-attoparsec-dev (<< 0.15), 
> libghc-base16-bytestring-dev (>= 0.1.1.7), libghc-base16-bytestring-dev (<< 
> 1.1), libghc-conduit-dev (>= 1.3.0), libghc-conduit-dev (<< 1.4), 
> libghc-constraints-dev (>= 0.11), libghc-constraints-dev (<< 0.14), 
> libghc-cryptonite-dev (>= 0.24), libghc-cryptonite-dev (<< 0.30), 
> libghc-data-ordlist-dev (>= 0.4), libghc-data-ordlist-dev (<< 0.5), 
> libghc-fgl-dev (>= 5.5.2.3), libghc-fgl-dev (<< 5.8), libghc-hashable-dev (>= 
> 1.2.3.3), libghc-hashable-dev (<< 1.4), libghc-html-dev (>= 1.0.1.2), 
> libghc-html-dev (<< 1.1), libghc-http-conduit-dev (>= 2.3), 
> libghc-http-conduit-dev (<< 2.4), libghc-http-types-dev (>= 0.12.1), 
> libghc-http-types-dev (<< 0.12.4), libghc-memory-dev (>= 0.14), 
> libghc-memory-dev (<< 0.17), libghc-mmap-dev (>= 0.5.9), libghc-mmap-dev (<< 
> 0.6), libghc-network-dev (>= 2.6), libghc-network-dev (<< 3.2), 
> libghc-network-uri-dev (>= 2.6), libghc-network-uri-dev (<< 2.8), 
> libghc-old-time-dev (>= 1.1.0.3), libghc-old-time-dev (<< 1.2), 
> libghc-regex-applicative-dev (>= 0.2), libghc-regex-applicative-dev (<< 0.4), 
> libghc-regex-base-dev (>= 0.94.0.1), libghc-regex-base-dev (<< 0.94.1), 
> libghc-regex-tdfa-dev (>= 1.3.1.0), libghc-regex-tdfa-dev (<< 1.3.3), 
> libghc-tar-dev (>= 0.5), libghc-tar-dev (<< 0.6), libghc-temporary-dev (>= 
> 1.2.1), libghc-temporary-dev (<< 1.4), libghc-unix-compat-dev (>= 0.5), 
> libghc-unix-compat-dev (<< 0.6), libghc-utf8-string-dev (>= 1), 
> libghc-utf8-string-dev (<< 1.1), libghc-vector-dev (>= 0.11), 
> libghc-vector-dev (<< 0.13), libghc-zip-archive-dev (>= 0.3), 
> libghc-zip-archive-dev (<< 0.5), libghc-zlib-dev (>= 0.6.1.2), 
> libghc-zlib-dev (<< 0.7.0.0), pkg-config, build-essential, fakeroot
> Filtered Build-Depends: haskell-devscripts (>= 0.13), bash-completion (>= 
> 1:1.1), cdbs, debhelper (>= 10), libcurl4-gnutls-dev (>= 7.19.1), ghc (>= 
> 8.4.3), libghc-async-dev (>= 2.0.2), libghc-async-dev (<< 2.3), 
> libghc-attoparsec-dev (>= 0.13.0.1), libghc-attoparsec-dev (<< 0.15), 
> libghc-base16-bytestring-dev (>= 0.1.1.7), libghc-base16-bytestring-dev (<< 
> 1.1), libghc-conduit-dev (>= 1.3.0), libghc-conduit-dev (<< 1.4), 
> libghc-constraints-dev (>= 0.11), libghc-constraints-dev (<< 0.14), 
> libghc-cryptonite-dev (>= 0.24), libghc-cryptonite-dev (<< 0.30), 
> libghc-data-ordlist-dev (>= 0.4), libghc-data-ordlist-dev (<< 0.5), 
> libghc-fgl-dev (>= 5.5.2.3), libghc-fgl-dev (<< 5.8), libghc-hashable-dev (>= 
> 1.2.3.3), libghc-hashable-dev (<< 1.4), libghc-html-dev (>= 1.0.1.2), 
> libghc-html-dev (<< 1.1), libghc-http-conduit-dev (>= 2.3), 
> libghc-http-conduit-dev (<< 2.4), libghc-http-types-dev (>= 0.12.1), 
> libghc-http-types-dev (<< 0.12.4), libghc-memory-dev (>= 0.14), 
> libghc-memory-dev (<< 0.17), libghc-mmap-dev (>= 0.5.9), libghc-mmap-dev (<< 
> 0.6), libghc-network-dev (>= 2.6), libghc-network-dev (<< 3.2), 
> libghc-network-uri-dev (>= 2.6), libghc-network-uri-dev (<< 2.8), 
> libghc-old-time-dev (>= 1.1.0.3), libghc-old-time-dev (<< 1.2), 
> libghc-regex-applicative-dev (>= 0.2), libghc-regex-applicative-dev (<< 0.4), 
> libghc-regex-base-dev (>= 0.94.0.1), libghc-regex-base-dev (<< 0.94.1), 
> libghc-regex-tdfa-dev (>= 1.3.1.0), libghc-regex-tdfa-dev (<< 1.3.3), 
> libghc-tar-dev (>= 0.5), libghc-tar-dev (<< 0.6), libghc-temporary-dev (>= 
> 1.2.1), libghc-temporary-dev (<< 1.4), libghc-unix-compat-dev (>= 0.5), 
> libghc-unix-compat-dev (<< 0.6), libghc-utf8-string-dev (>= 1), 
> libghc-ut

Bug#1054952: haskell-copilot-language: FTBFS: unsatisfiable build-dependencies

2023-10-28 Thread Lucas Nussbaum
Source: haskell-copilot-language
Version: 3.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-copilot-core-dev 
> (>= 3.13), libghc-copilot-core-dev (<< 3.14), libghc-copilot-core-prof, 
> libghc-copilot-interpreter-dev (>= 3.13), libghc-copilot-interpreter-dev (<< 
> 3.14), libghc-copilot-interpreter-prof, libghc-copilot-prettyprinter-dev (>= 
> 3.13), libghc-copilot-prettyprinter-dev (<< 3.14), 
> libghc-copilot-prettyprinter-prof, libghc-copilot-theorem-dev (>= 3.13), 
> libghc-copilot-theorem-dev (<< 3.14), libghc-copilot-theorem-prof, 
> libghc-data-reify-dev (>= 0.6), libghc-data-reify-dev (<< 0.7), 
> libghc-data-reify-prof, libghc-hunit-dev, libghc-hunit-prof, 
> libghc-quickcheck2-dev, libghc-quickcheck2-prof, libghc-test-framework-dev, 
> libghc-test-framework-prof, libghc-test-framework-hunit-dev, 
> libghc-test-framework-hunit-prof, libghc-test-framework-quickcheck2-dev, 
> libghc-test-framework-quickcheck2-prof, build-essential, fakeroot, ghc-doc, 
> libghc-copilot-core-doc, libghc-copilot-interpreter-doc, 
> libghc-copilot-prettyprinter-doc, libghc-copilot-theorem-doc, 
> libghc-data-reify-doc, libghc-hunit-doc, libghc-quickcheck2-doc, 
> libghc-test-framework-doc, libghc-test-framework-hunit-doc, 
> libghc-test-framework-quickcheck2-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-copilot-core-dev (>= 3.13), libghc-copilot-core-dev (<< 
> 3.14), libghc-copilot-core-prof, libghc-copilot-interpreter-dev (>= 3.13), 
> libghc-copilot-interpreter-dev (<< 3.14), libghc-copilot-interpreter-prof, 
> libghc-copilot-prettyprinter-dev (>= 3.13), libghc-copilot-prettyprinter-dev 
> (<< 3.14), libghc-copilot-prettyprinter-prof, libghc-copilot-theorem-dev (>= 
> 3.13), libghc-copilot-theorem-dev (<< 3.14), libghc-copilot-theorem-prof, 
> libghc-data-reify-dev (>= 0.6), libghc-data-reify-dev (<< 0.7), 
> libghc-data-reify-prof, libghc-hunit-dev, libghc-hunit-prof, 
> libghc-quickcheck2-dev, libghc-quickcheck2-prof, libghc-test-framework-dev, 
> libghc-test-framework-prof, libghc-test-framework-hunit-dev, 
> libghc-test-framework-hunit-prof, libghc-test-framework-quickcheck2-dev, 
> libghc-test-framework-quickcheck2-prof, build-essential, fakeroot, ghc-doc, 
> libghc-copilot-core-doc, libghc-copilot-interpreter-doc, 
> libghc-copilot-prettyprinter-doc, libghc-copilot-theorem-doc, 
> libghc-data-reify-doc, libghc-hunit-doc, libghc-quickcheck2-doc, 
> libghc-test-framework-doc, libghc-test-framework-hunit-doc, 
> libghc-test-framework-quickcheck2-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1822 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1801 B]
> Fetched 4238 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-copilot-core-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-copilot-interpreter-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-copilot-prettyprinter-doc : Depends: haddock-interface-38 but it is 
> not installable
>  libghc-copilot-theorem-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  

Bug#1054951: haskell-lambdabot-irc-plugins: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-cont

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-irc-plugins
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 0.13), 
> ghc (>= 8.4.3), ghc-prof, libghc-safesemaphore-dev (>= 0.9), 
> libghc-safesemaphore-prof, libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, libghc-network-dev 
> (>= 2.7), libghc-network-dev (<< 3.2), libghc-network-prof, libghc-split-dev 
> (>= 0.2), libghc-split-prof, build-essential, fakeroot, ghc-doc, 
> libghc-lambdabot-core-doc, libghc-lifted-base-doc, libghc-network-doc, 
> libghc-safesemaphore-doc, libghc-split-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 
> 0.13), ghc (>= 8.4.3), ghc-prof, libghc-safesemaphore-dev (>= 0.9), 
> libghc-safesemaphore-prof, libghc-lambdabot-core-dev (>= 5.3), 
> libghc-lambdabot-core-dev (<< 5.4), libghc-lambdabot-core-prof, 
> libghc-lifted-base-dev (>= 0.2), libghc-lifted-base-prof, libghc-network-dev 
> (>= 2.7), libghc-network-dev (<< 3.2), libghc-network-prof, libghc-split-dev 
> (>= 0.2), libghc-split-prof, build-essential, fakeroot, ghc-doc, 
> libghc-lambdabot-core-doc, libghc-lifted-base-doc, libghc-network-doc, 
> libghc-safesemaphore-doc, libghc-split-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1162 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1175 B]
> Fetched 2952 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-lambdabot-core-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-binary-dev-0.8.8.0-507cc but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: libghc-dependent-map-dev-0.4.0.0-f824e 
> but it is not installable
>  Depends: libghc-dependent-sum-dev-0.7.1.0-2fd03 
> but it is not installable
>  Depends: 
> libghc-dependent-sum-template-dev-0.1.1.1-62abf but it is not installable
>  Depends: libghc-directory-dev-1.3.6.2-311c9 but 
> it is not installable
>  Depends: libghc-edit-distance-dev-0.2.2.1-cc475 
> but it is not installable
>  Depends: libghc-exceptions-dev-0.10.4-c14ff but 
> it is not installable
>  Depends: libghc-filepath-dev-1.4.2.1-4459f but 
> it is not installable
>  Depends: libghc-haskeline-dev-0.8.2-83f75 but it 
> is not installable
>  Depends: libghc-hslogger-dev-1.3.1.0-d393e but 
> it is not installable
>  Depends: libghc-http-dev-4000.3.16-b345c but it 
> is not installable
>  Depends: libghc-lifted-base-dev-0.2.3.12-e0695 
> but it is not installable
>  Depends: libghc-monad-control-dev-1.0.3.1-20361 
> but it is not installable
>  Depends: li

Bug#1054949: haskell-lambdabot-trusted: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-http-dev-4000.3.16-b345c, libghc-network-dev-3.1.2.7-bb8a0, libghc-network-uri-d

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-trusted
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-oeis-dev (>= 0.3.1), libghc-oeis-prof, 
> libghc-quickcheck-safe-dev (>= 0.1), libghc-quickcheck-safe-prof, 
> libghc-quickcheck2-dev (>= 2), libghc-quickcheck2-prof (>= 2), 
> build-essential, fakeroot, ghc-doc, libghc-oeis-doc, 
> libghc-quickcheck-safe-doc, libghc-quickcheck2-doc (>= 2)
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-oeis-dev (>= 0.3.1), libghc-oeis-prof, 
> libghc-quickcheck-safe-dev (>= 0.1), libghc-quickcheck-safe-prof, 
> libghc-quickcheck2-dev (>= 2), libghc-quickcheck2-prof (>= 2), 
> build-essential, fakeroot, ghc-doc, libghc-oeis-doc, 
> libghc-quickcheck-safe-doc, libghc-quickcheck2-doc (>= 2)
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [949 B]
> Get:5 copy:/<>/apt_archive ./ Packages [961 B]
> Fetched 2519 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-oeis-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>Depends: libghc-http-dev-4000.3.16-b345c but it is not 
> installable
>Depends: libghc-network-dev-3.1.2.7-bb8a0 but it is not 
> installable
>Depends: libghc-network-uri-dev-2.6.4.1-35b94 but it is 
> not installable
>  libghc-oeis-doc : Depends: haddock-interface-38 but it is not installable
>  libghc-oeis-prof : Depends: libghc-base-prof-4.15.1.0-6a406 but it is not 
> installable
> Depends: libghc-http-prof-4000.3.16-b345c but it is not 
> installable
> Depends: libghc-network-prof-3.1.2.7-bb8a0 but it is not 
> installable
> Depends: libghc-network-uri-prof-2.6.4.1-35b94 but it is 
> not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-lambdabot-trusted_5.3.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054950: haskell-multistate: FTBFS: unsatisfiable build-dependency: libghc-hspec-dev (< 2.9) but 2.10.10-1+b1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-multistate
Version: 0.8.0.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, libghc-monad-control-dev 
> (>= 1.0), libghc-monad-control-dev (<< 1.1), libghc-monad-control-prof (>= 
> 1.0), libghc-monad-control-prof (<< 1.1), libghc-tagged-dev (>= 0.7), 
> libghc-tagged-dev (<< 0.9), libghc-tagged-prof (>= 0.7), libghc-tagged-prof 
> (<< 0.9), libghc-transformers-base-dev (<< 0.5), 
> libghc-transformers-base-prof (<< 0.5), libghc-hspec-dev (>= 2), 
> libghc-hspec-dev (<< 2.9), libghc-hspec-prof, build-essential, fakeroot, 
> ghc-doc, libghc-monad-control-doc, libghc-tagged-doc, 
> libghc-transformers-base-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-monad-control-dev (>= 1.0), libghc-monad-control-dev 
> (<< 1.1), libghc-monad-control-prof (>= 1.0), libghc-monad-control-prof (<< 
> 1.1), libghc-tagged-dev (>= 0.7), libghc-tagged-dev (<< 0.9), 
> libghc-tagged-prof (>= 0.7), libghc-tagged-prof (<< 0.9), 
> libghc-transformers-base-dev (<< 0.5), libghc-transformers-base-prof (<< 
> 0.5), libghc-hspec-dev (>= 2), libghc-hspec-dev (<< 2.9), libghc-hspec-prof, 
> build-essential, fakeroot, ghc-doc, libghc-monad-control-doc, 
> libghc-tagged-doc, libghc-transformers-base-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1201 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1183 B]
> Fetched 2999 B in 0s (211 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-hspec-dev (< 2.9) but 
> 2.10.10-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-multistate_0.8.0.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054948: haskell-oeis: FTBFS: unsatisfiable build-dependency: libghc-http-dev (< 1:4000.4) but 1:4000.4.1-1+b1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-oeis
Version: 0.3.10-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-http-dev (<< 1:4000.4), libghc-http-dev 
> (>= 1:4000.2), libghc-http-prof, libghc-network-dev (>= 2.6), 
> libghc-network-prof, libghc-network-uri-dev (>= 2.6), 
> libghc-network-uri-prof, build-essential, fakeroot, ghc-doc, libghc-http-doc, 
> libghc-network-doc, libghc-network-uri-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-http-dev (<< 1:4000.4), libghc-http-dev 
> (>= 1:4000.2), libghc-http-prof, libghc-network-dev (>= 2.6), 
> libghc-network-prof, libghc-network-uri-dev (>= 2.6), 
> libghc-network-uri-prof, build-essential, fakeroot, ghc-doc, libghc-http-doc, 
> libghc-network-doc, libghc-network-uri-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [947 B]
> Get:5 copy:/<>/apt_archive ./ Packages [959 B]
> Fetched 2515 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-http-dev (< 1:4000.4) but 
> 1:4000.4.1-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-oeis_0.3.10-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054946: distro-info: FTBFS: dh_auto_test: error: make -j8 test returned exit code 2

2023-10-28 Thread Lucas Nussbaum
Source: distro-info
Version: 1.6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 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-debian-distro-info
> cd perl && ./test.pl
> testAlias
> testAll
> py3versions: no X-Python3-Version in control file, using supported versions
> testDevel
> cd python && python3.11 setup.py test
> 1..35
> ok 1 - unique: Matching lists
> ok 2 - symmetric_difference: Matching lists
> ok 3 - unique: 1 Unique Item
> ok 4 - unique: 1 Unique Item in the haystack
> ok 5 - symmetric_difference: 1 Unique Item
> ok 6 - Debian all
> ok 7 - Debian devel
> ok 8 - Debian oldstable
> ok 9 - Debian stable
> ok 10 - Debian testing
> ok 11 - Debian valid
> ok 12 - Debian valid
> ok 13 - Debian invalid
> ok 14 - Debian supported
> ok 15 - Debian LTS
> ok 16 - Debian ELTS
> ok 17 - Debian unsupported
> ok 18 - Debian codename, invalid
> ok 19 - Debian codename
> ok 20 - Debian version, invalid
> ok 21 - Debian version
> testOldstable
> ok 22 - Ubuntu all
> ok 23 - Ubuntu version
> ok 24 - Ubuntu LTS version
> ok 25 - Ubuntu devel
> ok 26 - Ubuntu LTS
> ok 27 - Ubuntu stable
> ok 28 - Ubuntu valid
> ok 29 - Ubuntu invalid
> ok 30 - Ubuntu is_lts
> ok 31 - Ubuntu !is_lts
> ok 32 - Ubuntu !is_lts
> ok 33 - Ubuntu supported
> ok 34 - Ubuntu ESM
> ok 35 - Ubuntu unsupported
> testStable
> testSupported
> testLTS
> testELTS
> testUnsupported
> testTesting
> testFullname
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193: 
> _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`.
> 
> 
> 
> !!
>   ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194: 
> _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`.
> 
> 
> 
> !!
>   tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195: 
> _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`.
> 
> 
> 
> !!
>   er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> creating distro_info.egg-info
> writing distro_info.egg-info/PKG-INFO
> writing dependency_links to distro_info.egg-info/dependency_links.txt
> writing top-level names to distro_info.egg-info/top_level.txt
> writing manifest file 'distro_info.egg-info/SOURCES.txt'
> testRelease
> reading manifest file 'distro_info.egg-info/SOURCES.txt'
> writing manifest file 'distro_info.egg-info/SOURCES.txt'
> running build_ext
> testSeries
> testCombinedShortform
> test_flake8 (distro_info_test.test_flake8.Flake8TestCase.test_flake8)
> Test: Run flake8 on Python source code. ... Running following command:
> /usr/bin/python3.11 -m flake8 --max-line-length=99 debian-distro-info 
> ubuntu-distro-info distro_info_test distro_info.py setup.py
> testReleaseDate
> testHelp
> testExactlyOne
> testUnrecognizedOption
> testUnrecognizedArguments
> testMissingArgumentAlias
> testMissingArgumentDate
> testMissingArgumentSeries
> testInvalidAlias
> testInvalidDate
> ok
> test_mypy (distro_info_test.test_mypy.MypyTe

Bug#1054947: haskell-ircbot: FTBFS: unsatisfiable build-dependency: libghc-optparse-applicative-dev (< 0.17) but 0.17.1.0-1+b1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-ircbot
Version: 0.6.6.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-irc-dev (<< 0.7), libghc-irc-dev (>= 
> 0.6), libghc-irc-prof, libghc-network-dev (>= 3.1), libghc-network-dev (<< 
> 3.2), libghc-network-prof, libghc-optparse-applicative-dev (>= 0.14), 
> libghc-optparse-applicative-dev (<< 0.17), libghc-optparse-applicative-prof, 
> libghc-random-dev (>= 1.0), libghc-random-dev (<< 1.3), libghc-random-prof, 
> libghc-safesemaphore-dev (<< 0.11), libghc-safesemaphore-dev (>= 0.10), 
> libghc-safesemaphore-prof, build-essential, fakeroot, ghc-doc, 
> libghc-irc-doc, libghc-network-doc, libghc-optparse-applicative-doc, 
> libghc-random-doc, libghc-safesemaphore-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-irc-dev (<< 0.7), libghc-irc-dev (>= 
> 0.6), libghc-irc-prof, libghc-network-dev (>= 3.1), libghc-network-dev (<< 
> 3.2), libghc-network-prof, libghc-optparse-applicative-dev (>= 0.14), 
> libghc-optparse-applicative-dev (<< 0.17), libghc-optparse-applicative-prof, 
> libghc-random-dev (>= 1.0), libghc-random-dev (<< 1.3), libghc-random-prof, 
> libghc-safesemaphore-dev (<< 0.11), libghc-safesemaphore-dev (>= 0.10), 
> libghc-safesemaphore-prof, build-essential, fakeroot, ghc-doc, 
> libghc-irc-doc, libghc-network-doc, libghc-optparse-applicative-doc, 
> libghc-random-doc, libghc-safesemaphore-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1257 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1270 B]
> Fetched 3142 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-optparse-applicative-dev 
> (< 0.17) but 0.17.1.0-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-ircbot_0.6.6.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054945: haskell-yi-frontend-vty: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-frontend-vty
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.9), cdbs, ghc (>= 8.4.3), ghc-prof, 
> libghc-data-default-dev, libghc-data-default-prof, libghc-dlist-dev, 
> libghc-dlist-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-pointedlist-dev, 
> libghc-pointedlist-prof, libghc-vty-dev (>= 5.4), libghc-vty-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, build-essential, fakeroot, ghc-doc, 
> libghc-data-default-doc, libghc-dlist-doc, libghc-microlens-platform-doc, 
> libghc-pointedlist-doc, libghc-vty-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-data-default-dev, libghc-data-default-prof, 
> libghc-dlist-dev, libghc-dlist-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-pointedlist-dev, 
> libghc-pointedlist-prof, libghc-vty-dev (>= 5.4), libghc-vty-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, build-essential, fakeroot, ghc-doc, 
> libghc-data-default-doc, libghc-dlist-doc, libghc-microlens-platform-doc, 
> libghc-pointedlist-doc, libghc-vty-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1311 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1294 B]
> Fetched 3220 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
> not installable
>   Depends: libghc-exceptions-dev-0.10.4-c14ff but it is 
> not installable
>   Depends: libghc-filepath-dev-1.4.2.1-4459f but it is 
> not installable
>   Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-listlike-dev-4.7.7-58f6d but it is not 
> installable
>   Depends: libghc-microlens-platform-dev-0.4.2.1-8c955 
> but it is not installable
>   Depends: libghc-mtl

Bug#1054944: gitit: FTBFS: unsatisfiable build-dependencies: libghc-aeson-dev (< 2.1), libghc-happstack-server-dev (< 7.8), libghc-hoauth2-dev (< 2.4), libghc-pandoc-dev (>= 2.9), libghc-pandoc-dev (

2023-10-28 Thread Lucas Nussbaum
Source: gitit
Version: 0.15.1.0+dfsg-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, docbook-xsl, ghc, ghc-prof, 
> libghc-configfile-dev (>= 1), libghc-configfile-prof, 
> libghc-hstringtemplate-dev (>= 0.8.8), libghc-hstringtemplate-dev (<< 0.9), 
> libghc-hstringtemplate-prof, libghc-http-dev (>= 1:4000.0), libghc-http-prof, 
> libghc-sha-dev (>> 1), libghc-sha-prof, libghc-aeson-dev (>= 0.7), 
> libghc-aeson-dev (<< 2.1), libghc-aeson-prof, libghc-base64-bytestring-dev 
> (>= 0.1), libghc-base64-bytestring-prof, libghc-blaze-html-dev (>= 0.4), 
> libghc-blaze-html-dev (<< 0.10), libghc-blaze-html-prof, 
> libghc-doctemplates-dev (>= 0.7.1), libghc-doctemplates-prof, libghc-feed-dev 
> (>= 1.0), libghc-feed-dev (<< 1.4), libghc-feed-prof, libghc-filestore-dev 
> (>= 0.6.5), libghc-filestore-dev (<< 0.7), libghc-filestore-prof, 
> libghc-ghc-paths-dev, libghc-ghc-paths-prof, libghc-happstack-server-dev (>= 
> 7.5), libghc-happstack-server-dev (<< 7.8), libghc-happstack-server-prof, 
> libghc-hoauth2-dev (>= 2.3.0), libghc-hoauth2-dev (<< 2.4), 
> libghc-hoauth2-prof, libghc-hslogger-dev (>= 1), libghc-hslogger-prof, 
> libghc-http-client-tls-dev (>= 0.2.2), libghc-http-client-tls-dev (<< 0.4), 
> libghc-http-client-tls-prof, libghc-http-conduit-dev (>= 2.1.6), 
> libghc-http-conduit-dev (<< 2.4), libghc-http-conduit-prof, libghc-json-dev 
> (>= 0.4), libghc-json-dev (<< 0.11), libghc-json-prof, libghc-network-dev (>= 
> 2.6), libghc-network-dev (<< 3.2), libghc-network-prof, 
> libghc-network-bsd-dev (>= 2.8.1), libghc-network-bsd-dev (<< 2.9), 
> libghc-network-bsd-prof, libghc-network-uri-dev (>= 2.6), 
> libghc-network-uri-prof, libghc-old-locale-dev, libghc-old-locale-prof, 
> libghc-old-time-dev, libghc-old-time-prof, libghc-pandoc-dev (>= 2.9), 
> libghc-pandoc-dev (<< 2.18), libghc-pandoc-prof, libghc-pandoc-types-dev (>= 
> 1.20), libghc-pandoc-types-dev (<< 1.23), libghc-pandoc-types-prof, 
> libghc-random-dev, libghc-random-prof, libghc-recaptcha-dev (>= 0.1), 
> libghc-recaptcha-prof, libghc-safe-dev, libghc-safe-prof, 
> libghc-skylighting-dev (>= 0.8.2.3), libghc-skylighting-dev (<< 0.13), 
> libghc-skylighting-prof, libghc-split-dev, libghc-split-prof, libghc-syb-dev, 
> libghc-syb-prof, libghc-tagsoup-dev (>= 0.13), libghc-tagsoup-dev (<< 0.15), 
> libghc-tagsoup-prof, libghc-temporary-dev, libghc-temporary-prof, 
> libghc-uri-bytestring-dev (>= 0.2.3.3), libghc-uri-bytestring-prof, 
> libghc-url-dev (>= 2.1), libghc-url-prof, libghc-utf8-string-dev (>= 0.3), 
> libghc-utf8-string-dev (<< 1.1), libghc-utf8-string-prof, libghc-uuid-dev (>= 
> 1.3), libghc-uuid-dev (<< 1.4), libghc-uuid-prof, libghc-xml-dev (>= 1.3.5), 
> libghc-xml-prof, libghc-xml-conduit-dev (>= 1.5), libghc-xml-conduit-dev (<< 
> 1.10), libghc-xml-conduit-prof, libghc-xml-types-dev (>= 0.3), 
> libghc-xml-types-prof, libghc-xss-sanitize-dev (>= 0.3), 
> libghc-xss-sanitize-dev (<< 0.4), libghc-xss-sanitize-prof, libghc-zlib-dev 
> (>= 0.5), libghc-zlib-dev (<< 0.7), libghc-zlib-prof, libjs-jquery, 
> libjs-jquery-hotkeys, libjs-jquery-ui, pandoc, xsltproc, build-essential, 
> fakeroot, ghc-doc, libghc-configfile-doc, libghc-hstringtemplate-doc, 
> libghc-http-doc, libghc-sha-doc, libghc-aeson-doc, 
> libghc-base64-bytestring-doc, libghc-blaze-html-doc, libghc-doctemplates-doc, 
> libghc-feed-doc, libghc-filestore-doc, libghc-ghc-paths-doc, 
> libghc-happstack-server-doc, libghc-hoauth2-doc, libghc-hslogger-doc, 
> libghc-http-client-tls-doc, libghc-http-conduit-doc, libghc-json-doc, 
> libghc-network-doc, libghc-network-bsd-doc, libghc-network-uri-doc, 
> libghc-old-locale-doc, libghc-old-time-doc, libghc-pandoc-doc, 
> libghc-pandoc-types-doc, libghc-random-doc, libghc-recaptcha-doc, 
> libghc-safe-doc, libghc-skylighting-doc, libghc-split-doc, libghc-syb-doc, 
> libghc-tagsoup-doc, libghc-temporary-doc, libghc-uri-bytestring-doc, 
> libghc-url-doc, libghc-utf8-string-doc, libghc-uuid-doc, libghc-xml-doc, 

Bug#1054943: haskell-yesod-bin: FTBFS: unsatisfiable build-dependency: libghc-fsnotify-dev (< 0.4) but 0.4.1.0-1+b1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yesod-bin
Version: 1.6.2.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 10), 
> ghc, libghc-aeson-dev, libghc-conduit-dev (>= 1.3), libghc-conduit-extra-dev 
> (>= 1.3), libghc-data-default-class-dev, libghc-file-embed-dev, 
> libghc-fsnotify-dev (>= 0.0), libghc-fsnotify-dev (<< 0.4), 
> libghc-http-client-dev (>= 0.4.7), libghc-http-client-tls-dev, 
> libghc-http-reverse-proxy-dev (>= 0.4), libghc-http-types-dev (>= 0.7), 
> libghc-network-dev (>= 2.5), libghc-optparse-applicative-dev (>= 0.11), 
> libghc-project-template-dev (>= 0.1.1), libghc-say-dev, libghc-split-dev (>= 
> 0.2), libghc-split-dev (<< 0.3), libghc-streaming-commons-dev, libghc-tar-dev 
> (<< 0.6), libghc-tar-dev (>= 0.4), libghc-transformers-compat-dev, 
> libghc-unliftio-dev, libghc-unordered-containers-dev, libghc-wai-dev (>= 
> 2.0), libghc-wai-extra-dev, libghc-warp-dev (>= 1.3.7.5), libghc-warp-tls-dev 
> (>= 3.0.1), libghc-yaml-dev (>= 0.8), libghc-yaml-dev (<< 0.12), 
> libghc-zlib-dev (>= 0.5), build-essential, fakeroot
> Filtered Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 
> 10), ghc, libghc-aeson-dev, libghc-conduit-dev (>= 1.3), 
> libghc-conduit-extra-dev (>= 1.3), libghc-data-default-class-dev, 
> libghc-file-embed-dev, libghc-fsnotify-dev (>= 0.0), libghc-fsnotify-dev (<< 
> 0.4), libghc-http-client-dev (>= 0.4.7), libghc-http-client-tls-dev, 
> libghc-http-reverse-proxy-dev (>= 0.4), libghc-http-types-dev (>= 0.7), 
> libghc-network-dev (>= 2.5), libghc-optparse-applicative-dev (>= 0.11), 
> libghc-project-template-dev (>= 0.1.1), libghc-say-dev, libghc-split-dev (>= 
> 0.2), libghc-split-dev (<< 0.3), libghc-streaming-commons-dev, libghc-tar-dev 
> (<< 0.6), libghc-tar-dev (>= 0.4), libghc-transformers-compat-dev, 
> libghc-unliftio-dev, libghc-unordered-containers-dev, libghc-wai-dev (>= 
> 2.0), libghc-wai-extra-dev, libghc-warp-dev (>= 1.3.7.5), libghc-warp-tls-dev 
> (>= 3.0.1), libghc-yaml-dev (>= 0.8), libghc-yaml-dev (<< 0.12), 
> libghc-zlib-dev (>= 0.5), build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1522 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1552 B]
> Fetched 3689 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-fsnotify-dev (< 0.4) but 
> 0.4.1.0-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-yesod-bin_1.6.2.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054942: haskell-parallel-tree-search: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, haddock-interface-38, libghc-base-prof-4.15.1.0-6a406

2023-10-28 Thread Lucas Nussbaum
Source: haskell-parallel-tree-search
Version: 0.4.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.8), cdbs, 
> ghc, ghc-prof, libghc-parallel-dev, libghc-parallel-prof, 
> libghc-tree-monad-dev (>= 0.3.1), libghc-tree-monad-prof (>= 0.3.1), 
> build-essential, fakeroot, ghc-doc, libghc-parallel-doc, libghc-tree-monad-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.8), cdbs, 
> ghc, ghc-prof, libghc-parallel-dev, libghc-parallel-prof, 
> libghc-tree-monad-dev (>= 0.3.1), libghc-tree-monad-prof (>= 0.3.1), 
> build-essential, fakeroot, ghc-doc, libghc-parallel-doc, libghc-tree-monad-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [846 B]
> Get:5 copy:/<>/apt_archive ./ Packages [858 B]
> Fetched 2313 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-tree-monad-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it is 
> not installable
>  libghc-tree-monad-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-tree-monad-prof : Depends: libghc-base-prof-4.15.1.0-6a406 but it is 
> not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-parallel-tree-search_0.4.2-2_unstable.log

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

2023-10-28 Thread Lucas Nussbaum
Source: python-tblib
Version: 3.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:310: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11/build/tblib
> copying src/tblib/decorators.py -> 
> /<>/.pybuild/cpython3_3.11/build/tblib
> copying src/tblib/pickling_support.py -> 
> /<>/.pybuild/cpython3_3.11/build/tblib
> copying src/tblib/__init__.py -> 
> /<>/.pybuild/cpython3_3.11/build/tblib
> running egg_info
> writing src/tblib.egg-info/PKG-INFO
> writing dependency_links to src/tblib.egg-info/dependency_links.txt
> writing top-level names to src/tblib.egg-info/top_level.txt
> reading manifest file 'src/tblib.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.py[cod]' found anywhere in 
> distribution
> warning: no previously-included files matching '__pycache__/*' found anywhere 
> in distribution
> warning: no previously-included files matching '*.so' found anywhere in 
> distribution
> warning: no previously-included files matching '*.dylib' found anywhere in 
> distribution
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'src/tblib.egg-info/SOURCES.txt'
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd /<>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest -vv tests
> = test session starts 
> ==
> platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 -- 
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<>/.pybuild/cpython3_3.11/build
> configfile: pytest.ini
> collecting ... collected 43 items
> 
> tests/test_issue30.py::test_30 PASSED[  
> 2%]
> tests/test_pickle_exception.py::test_install[global-None] PASSED [  
> 4%]
> tests/test_pickle_exception.py::test_install[global-1] FAILED[  
> 6%]
> tests/test_pickle_exception.py::test_install[global-2] FAILED[  
> 9%]
> tests/test_pickle_exception.py::test_install[global-3] FAILED[ 
> 11%]
> tests/test_pickle_exception.py::test_install[global-4] FAILED[ 
> 13%]
> tests/test_pickle_exception.py::test_install[global-5] FAILED[ 
> 16%]
> tests/test_pickle_exception.py::test_install[instance-None] PASSED   [ 
> 18%]
> tests/test_pickle_exception.py::test_install[instance-1] FAILED  [ 
> 20%]
> tests/test_pickle_exception.py::test_install[instance-2] FAILED  [ 
> 23%]
> tests/test_pickle_exception.py::test_install[instance-3] FAILED  [ 
> 25%]
> tests/test_pickle_exception.py::test_install[instance-4] FAILED  [ 
> 27%]
> tests/test_pickle_exception.py::test_install[instance-5] FAILED  [ 
> 30%]
> tests/test_pickle_exception.py::test_install[class-None] PASSED  [ 
> 32%]
> tests/test_pickle_exception.py::test_install[class-1] FAILED [ 
> 34%]
> tests/test_pickle_exception.py::test_install[class-2] FAILED [ 
> 37%]
> tests/test_pickle_exception.py::test_install[class-3] FAILED [ 
> 39%]
> tests/test_pickle_exception.py::test_install[class-4] FAILED [ 
> 41%]
> tests/test_pickle_exception.py::test_install[class-5] FAILED [ 
> 44%]
> tests/test_pickle_exception.py::test_install_decorator PASSED[ 
> 46%]
> tests/test_pickle_exception.py::test_install_instance_recursively PASSED [ 
> 48%]
> tests/test_pickle_exception.py::test_install_typeerror PASSED[ 
> 51%]
> tests/test_pickle_exception.py::test_get_locals[global-None] PASSED  [ 
> 53%]
> tests/test_pickle_exception.py::test_get_locals[global-1] PASSED [ 
> 55%]
> tests/test_pickle_exception.py::test_get_locals[global-2] PASSED [ 
> 58%]
> tests/test_pickle_exception.py::test_get_locals[global-3] PASSED [ 
> 60%]
> tests/test_pickle_exception.py::test_get_locals[global-4] PASSED [ 
> 62%]
> tests/test_pickle_exception.py::test_get_locals[global-5] PASSED [ 
> 65%]
> tests/test_pickle_exception.py::test_get_locals[i

Bug#1054941: haskell-repa: FTBFS: unsatisfiable build-dependency: libghc-vector-dev (< 0.13) but 0.13.1.0-1 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: haskell-repa
Version: 3.4.1.5-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-quickcheck2-dev (>= 2.8), 
> libghc-quickcheck2-dev (<< 2.15), libghc-quickcheck2-prof, libghc-vector-dev 
> (<< 0.13), libghc-vector-dev (>= 0.11), libghc-vector-prof, build-essential, 
> fakeroot, ghc-doc, libghc-quickcheck2-doc, libghc-vector-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-quickcheck2-dev (>= 2.8), 
> libghc-quickcheck2-dev (<< 2.15), libghc-quickcheck2-prof, libghc-vector-dev 
> (<< 0.13), libghc-vector-dev (>= 0.11), libghc-vector-prof, build-essential, 
> fakeroot, ghc-doc, libghc-quickcheck2-doc, libghc-vector-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [911 B]
> Get:5 copy:/<>/apt_archive ./ Packages [923 B]
> Fetched 2443 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-vector-dev (< 0.13) but 
> 0.13.1.0-1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-repa_3.4.1.5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054940: pandoc: FTBFS: unsatisfiable build-dependencies: libghc-aeson-dev (< 2.1), libghc-citeproc-dev (< 0.7), libghc-doclayout-dev (< 0.4), libghc-doctemplates-dev (< 0.11), libghc-haddock-libr

2023-10-28 Thread Lucas Nussbaum
Source: pandoc
Version: 2.17.1.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper, dh-buildinfo, ghc, ghc-prof, alex, 
> happy, libghc-aeson-dev (<< 2.1), libghc-aeson-prof, libghc-aeson-pretty-dev 
> (<< 0.9), libghc-aeson-pretty-prof, libghc-attoparsec-dev (<< 0.15), 
> libghc-attoparsec-prof, libghc-base64-bytestring-dev (<< 1.3), 
> libghc-base64-bytestring-prof, libghc-blaze-html-dev (<< 0.10), 
> libghc-blaze-html-prof, libghc-blaze-markup-dev (<< 0.9), 
> libghc-blaze-markup-prof, libghc-case-insensitive-dev (<< 1.3), 
> libghc-case-insensitive-prof, libghc-citeproc-dev (<< 0.7), 
> libghc-citeproc-prof, libghc-commonmark-dev (<< 0.3), libghc-commonmark-prof, 
> libghc-commonmark-extensions-dev (<< 0.3), libghc-commonmark-extensions-prof, 
> libghc-commonmark-pandoc-dev (<< 0.3), libghc-commonmark-pandoc-prof, 
> libghc-connection-dev (>= 0.3.1), libghc-connection-prof, 
> libghc-data-default-dev (<< 0.8), libghc-data-default-prof, 
> libghc-doclayout-dev (>= 0.3.1.1), libghc-doclayout-dev (<< 0.4), 
> libghc-doclayout-prof, libghc-doctemplates-dev (>= 0.10), 
> libghc-doctemplates-dev (<< 0.11), libghc-doctemplates-prof, 
> libghc-emojis-dev (<< 0.2), libghc-emojis-prof, libghc-exceptions-dev (<< 
> 0.11), libghc-exceptions-prof, libghc-file-embed-dev (<< 0.1), 
> libghc-file-embed-prof, libghc-glob-dev (<< 0.11), libghc-glob-prof, 
> libghc-haddock-library-dev (>= 1.10), libghc-haddock-library-dev (<< 1.11), 
> libghc-haddock-library-prof, libghc-hslua-dev (>= 2.1), libghc-hslua-dev (<< 
> 2.2), libghc-hslua-prof, libghc-hslua-aeson-dev (>= 2.1), 
> libghc-hslua-aeson-dev (<< 2.2), libghc-hslua-aeson-prof, 
> libghc-hslua-marshalling-dev (>= 2.1), libghc-hslua-marshalling-dev (<< 2.2), 
> libghc-hslua-marshalling-prof, libghc-hslua-module-path-dev (<< 1.1), 
> libghc-hslua-module-path-prof, libghc-hslua-module-system-dev (>= 1), 
> libghc-hslua-module-system-dev (<< 1.1), libghc-hslua-module-system-prof, 
> libghc-hslua-module-text-dev (>= 1), libghc-hslua-module-text-dev (<< 1.1), 
> libghc-hslua-module-text-prof, libghc-hslua-module-version-dev (<< 1.1), 
> libghc-hslua-module-version-prof, libghc-http-client-dev (<< 0.8), 
> libghc-http-client-prof, libghc-http-client-tls-dev (<< 0.4), 
> libghc-http-client-tls-prof, libghc-http-types-dev (<< 0.13), 
> libghc-http-types-prof, libghc-ipynb-dev (>= 0.2), libghc-ipynb-dev (<< 0.3), 
> libghc-ipynb-prof, libghc-jira-wiki-markup-dev (>= 1.4), 
> libghc-jira-wiki-markup-dev (<< 1.5), libghc-jira-wiki-markup-prof, 
> libghc-juicypixels-dev (<< 3.4), libghc-juicypixels-prof, libghc-lpeg-dev (<< 
> 1.1), libghc-lpeg-prof, libghc-network-dev, libghc-network-prof, 
> libghc-network-uri-dev (<< 2.8), libghc-network-uri-prof, 
> libghc-pandoc-lua-marshal-dev (<< 0.2), libghc-pandoc-lua-marshal-prof, 
> libghc-pandoc-types-dev (>= 1.22.1), libghc-pandoc-types-dev (<< 1.23), 
> libghc-pandoc-types-prof, libghc-pretty-show-dev (>= 1.10), 
> libghc-pretty-show-dev (<< 1.11), libghc-pretty-show-prof, libghc-random-dev 
> (<< 1.3), libghc-random-prof, libghc-safe-dev (<< 0.4), libghc-safe-prof, 
> libghc-scientific-dev (<< 0.4), libghc-scientific-prof, libghc-sha-dev (<< 
> 1.7), libghc-sha-prof, libghc-skylighting-dev (>= 0.12.3.1), 
> libghc-skylighting-dev (<< 0.13), libghc-skylighting-prof, 
> libghc-skylighting-core-dev (>= 0.12.3.1), libghc-skylighting-core-dev (<< 
> 0.13), libghc-skylighting-core-prof, libghc-split-dev (<< 0.3), 
> libghc-split-prof, libghc-syb-dev (<< 0.8), libghc-syb-prof, 
> libghc-tagsoup-dev (<< 0.15), libghc-tagsoup-prof, libghc-temporary-dev (<< 
> 1.4), libghc-temporary-prof, libghc-texmath-dev (>= 0.12.4), 
> libghc-texmath-dev (<< 0.12.5), libghc-texmath-prof, 
> libghc-text-conversions-dev (<< 0.4), libghc-text-conversions-prof, 
> libghc-unicode-collation-dev (<< 0.2), libghc-unicode-collation-prof, 
> libghc-unicode-transforms-dev (<< 0.5), libghc-unicode-transforms-

Bug#1054939: threadscope: FTBFS: unsatisfiable build-dependency: libghc-ghc-events-dev (< 0.18) but 0.19.0.1-1+b2 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: threadscope
Version: 0.2.14.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 0.13), 
> ghc (>= 8.4.3), libghc-cairo-dev (<< 0.14), libghc-file-embed-dev (<< 0.1), 
> libghc-ghc-events-dev (>= 0.13), libghc-ghc-events-dev (<< 0.18), 
> libghc-glib-dev (<< 0.14), libghc-gtk-dev (>= 0.12), libghc-gtk-dev (<< 
> 0.16), libghc-pango-dev (<< 0.14), libghc-temporary-dev (>= 1.1), 
> libghc-temporary-dev (<< 1.4), build-essential, fakeroot
> Filtered Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 
> 0.13), ghc (>= 8.4.3), libghc-cairo-dev (<< 0.14), libghc-file-embed-dev (<< 
> 0.1), libghc-ghc-events-dev (>= 0.13), libghc-ghc-events-dev (<< 0.18), 
> libghc-glib-dev (<< 0.14), libghc-gtk-dev (>= 0.12), libghc-gtk-dev (<< 
> 0.16), libghc-pango-dev (<< 0.14), libghc-temporary-dev (>= 1.1), 
> libghc-temporary-dev (<< 1.4), build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [958 B]
> Get:5 copy:/<>/apt_archive ./ Packages [990 B]
> Fetched 2557 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-ghc-events-dev (< 0.18) 
> but 0.19.0.1-1+b2 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/threadscope_0.2.14.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054937: haskell-hakyll: FTBFS: unsatisfiable build-dependencies: libghc-fsnotify-dev (< 0.4), libghc-optparse-applicative-dev (< 0.17), libghc-pandoc-dev (>= 2.11), libghc-pandoc-dev (< 2.18), li

2023-10-28 Thread Lucas Nussbaum
Source: haskell-hakyll
Version: 4.15.1.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 10), 
> ghc (>= 8.4.3), ghc-prof, libghc-aeson-dev, libghc-aeson-prof, 
> libghc-blaze-html-dev (>= 0.5), libghc-blaze-html-dev (<< 0.10), 
> libghc-blaze-html-prof, libghc-blaze-markup-dev (>= 0.5.1), 
> libghc-blaze-markup-dev (<< 0.9), libghc-blaze-markup-prof, 
> libghc-data-default-dev (>= 0.4), libghc-data-default-dev (<< 0.8), 
> libghc-data-default-prof, libghc-file-embed-dev (>= 0.0.10.1), 
> libghc-file-embed-dev (<< 0.0.16), libghc-file-embed-prof, 
> libghc-fsnotify-dev (>= 0.2), libghc-fsnotify-dev (<< 0.4), 
> libghc-fsnotify-prof, libghc-hashable-dev (>= 1.0), libghc-hashable-dev (<< 
> 2), libghc-hashable-prof, libghc-http-conduit-dev (>= 2.2), 
> libghc-http-conduit-dev (<< 2.4), libghc-http-conduit-prof, 
> libghc-http-types-dev (>= 0.9), libghc-http-types-dev (<< 0.13), 
> libghc-http-types-prof, libghc-lifted-async-dev (>= 0.10), 
> libghc-lifted-async-dev (<< 1), libghc-lifted-async-prof, libghc-lrucache-dev 
> (>= 1.1.1), libghc-lrucache-dev (<< 1.3), libghc-lrucache-prof, 
> libghc-network-uri-dev (>= 2.6), libghc-network-uri-dev (<< 2.7), 
> libghc-network-uri-prof, libghc-optparse-applicative-dev (>= 0.12), 
> libghc-optparse-applicative-dev (<< 0.17), libghc-optparse-applicative-prof, 
> libghc-pandoc-dev (>= 2.11), libghc-pandoc-dev (<< 2.18), libghc-pandoc-prof, 
> libghc-random-dev (>= 1.0), libghc-random-dev (<< 1.3), libghc-random-prof, 
> libghc-regex-tdfa-dev (>= 1.1), libghc-regex-tdfa-dev (<< 1.4), 
> libghc-regex-tdfa-prof, libghc-resourcet-dev (>= 1.1), libghc-resourcet-dev 
> (<< 1.3), libghc-resourcet-prof, libghc-scientific-dev (<< 0.4), 
> libghc-scientific-dev (>= 0.3.4), libghc-scientific-prof, libghc-tagsoup-dev 
> (>= 0.13.1), libghc-tagsoup-dev (<< 0.15), libghc-tagsoup-prof, 
> libghc-test-framework-dev (<< 0.9), libghc-test-framework-dev (>= 0.4), 
> libghc-test-framework-hunit-dev (<< 0.4), libghc-test-framework-hunit-dev (>= 
> 0.3), libghc-test-framework-quickcheck2-dev (<< 0.4), 
> libghc-test-framework-quickcheck2-dev (>= 0.3), libghc-time-locale-compat-dev 
> (<< 0.2), libghc-time-locale-compat-dev (>= 0.1), 
> libghc-time-locale-compat-prof, libghc-unordered-containers-dev (<< 0.3), 
> libghc-unordered-containers-dev (>= 0.2), libghc-unordered-containers-prof, 
> libghc-vector-dev (>= 0.11), libghc-vector-dev (<< 0.13), libghc-vector-prof, 
> libghc-wai-dev (>= 3.2), libghc-wai-dev (<< 3.3), libghc-wai-prof, 
> libghc-wai-app-static-dev (>= 3.1), libghc-wai-app-static-dev (<< 3.2), 
> libghc-wai-app-static-prof, libghc-warp-dev (>= 3.2), libghc-warp-dev (<< 
> 3.4), libghc-warp-prof, libghc-yaml-dev (>= 0.8.11), libghc-yaml-dev (<< 
> 0.12), libghc-yaml-prof, libghc-quickcheck2-dev (>= 2.8), 
> libghc-quickcheck2-dev (<< 2.15), libghc-quickcheck2-prof, libghc-tasty-dev 
> (>= 0.11), libghc-tasty-dev (<< 1.5), libghc-tasty-prof, 
> libghc-tasty-golden-dev (>= 2.3), libghc-tasty-golden-dev (<< 2.4), 
> libghc-tasty-golden-prof, libghc-tasty-hunit-dev (>= 0.9), 
> libghc-tasty-hunit-dev (<< 0.11), libghc-tasty-quickcheck-dev (>= 0.8), 
> libghc-tasty-quickcheck-dev (<< 0.11), build-essential, fakeroot, ghc-doc, 
> libghc-aeson-doc, libghc-blaze-html-doc, libghc-blaze-markup-doc, 
> libghc-data-default-doc, libghc-file-embed-doc, libghc-fsnotify-doc, 
> libghc-hashable-doc, libghc-http-conduit-doc, libghc-http-types-doc, 
> libghc-lifted-async-doc, libghc-lrucache-doc, libghc-network-uri-doc, 
> libghc-optparse-applicative-doc, libghc-pandoc-doc, libghc-random-doc, 
> libghc-regex-tdfa-doc, libghc-resourcet-doc, libghc-scientific-doc, 
> libghc-tagsoup-doc, libghc-time-locale-compat-doc, 
> libghc-unordered-containers-doc, libghc-vector-doc, libghc-wai-doc, 
> libghc-wai-app-static-doc, libghc-warp-doc, libghc-yaml-doc
> Filtered Build-Depends: haskell-devscripts (>= 0.13), cdbs, debhelper (>= 
> 10), ghc (>

Bug#1054935: haskell-yi-keymap-emacs: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-keymap-emacs
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.9), cdbs, ghc (>= 8.4.3), ghc-prof, 
> libghc-hclip-dev, libghc-hclip-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-oo-prototypes-dev, 
> libghc-oo-prototypes-prof, libghc-transformers-base-dev, 
> libghc-transformers-base-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-language-dev (>= 0.19), 
> libghc-yi-language-prof, libghc-yi-misc-modes-dev (>= 0.19), 
> libghc-yi-misc-modes-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> build-essential, fakeroot, ghc-doc, libghc-hclip-doc, 
> libghc-microlens-platform-doc, libghc-oo-prototypes-doc, 
> libghc-transformers-base-doc, libghc-yi-core-doc, libghc-yi-language-doc, 
> libghc-yi-misc-modes-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-hclip-dev, libghc-hclip-prof, 
> libghc-microlens-platform-dev, libghc-microlens-platform-prof, 
> libghc-oo-prototypes-dev, libghc-oo-prototypes-prof, 
> libghc-transformers-base-dev, libghc-transformers-base-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-misc-modes-dev (>= 0.19), 
> libghc-yi-misc-modes-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> build-essential, fakeroot, ghc-doc, libghc-hclip-doc, 
> libghc-microlens-platform-doc, libghc-oo-prototypes-doc, 
> libghc-transformers-base-doc, libghc-yi-core-doc, libghc-yi-language-doc, 
> libghc-yi-misc-modes-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1366 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1346 B]
> Fetched 3327 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
> not installable
>   Depends: libghc-exceptions-dev-0.10.4-c14ff but it is 
> not installable
>   Depends: libghc-filepath-dev-1.4.2.1-4459f but it is 
> not installable
>   Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-listlike-dev-4.7.7-58f6d but it is not 
> installable
>   D

Bug#1054936: agda-stdlib: FTBFS: unsatisfiable build-dependencies: agda-bin (< 2.6.3~), libghc-agda-dev (< 2.6.3~)

2023-10-28 Thread Lucas Nussbaum
Source: agda-stdlib
Version: 1.7.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 12), agda-bin (>= 2.6.2), agda-bin 
> (<< 2.6.3~), libghc-agda-dev (>= 2.6.2), libghc-agda-dev (<< 2.6.3~), 
> libghc-filemanip-dev, build-essential, fakeroot
> Filtered Build-Depends: debhelper-compat (= 12), agda-bin (>= 2.6.2), 
> agda-bin (<< 2.6.3~), libghc-agda-dev (>= 2.6.2), libghc-agda-dev (<< 
> 2.6.3~), libghc-filemanip-dev, build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [739 B]
> Get:5 copy:/<>/apt_archive ./ Packages [771 B]
> Fetched 2119 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: agda-bin (< 2.6.3~) but 
> 2.6.3-1+b1 is to be installed
>Depends: libghc-agda-dev (< 2.6.3~) but 
> 2.6.3-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/agda-stdlib_1.7.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054933: yi: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-by

2023-10-28 Thread Lucas Nussbaum
Source: yi
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts-minimal (>= 0.13) | haskell-devscripts (>= 0.13), 
> libghc-microlens-platform-dev (>= 0.3.4.0), libghc-microlens-platform-prof, 
> libghc-optparse-applicative-dev (>= 0.13.0.0), 
> libghc-optparse-applicative-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-frontend-vty-dev (>= 0.19), 
> libghc-yi-frontend-vty-prof, libghc-yi-keymap-emacs-dev (>= 0.19), 
> libghc-yi-keymap-emacs-prof, libghc-yi-keymap-vim-dev (>= 0.19), 
> libghc-yi-keymap-vim-prof, libghc-yi-misc-modes-dev (>= 0.19), 
> libghc-yi-misc-modes-prof, libghc-yi-mode-haskell-dev (>= 0.19), 
> libghc-yi-mode-haskell-prof, libghc-yi-mode-javascript-dev (>= 0.19), 
> libghc-yi-mode-javascript-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, build-essential, fakeroot
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts-minimal (>= 0.13), libghc-microlens-platform-dev (>= 
> 0.3.4.0), libghc-microlens-platform-prof, libghc-optparse-applicative-dev (>= 
> 0.13.0.0), libghc-optparse-applicative-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-frontend-vty-dev (>= 0.19), 
> libghc-yi-frontend-vty-prof, libghc-yi-keymap-emacs-dev (>= 0.19), 
> libghc-yi-keymap-emacs-prof, libghc-yi-keymap-vim-dev (>= 0.19), 
> libghc-yi-keymap-vim-prof, libghc-yi-misc-modes-dev (>= 0.19), 
> libghc-yi-misc-modes-prof, libghc-yi-mode-haskell-dev (>= 0.19), 
> libghc-yi-mode-haskell-prof, libghc-yi-mode-javascript-dev (>= 0.19), 
> libghc-yi-mode-javascript-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1374 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1373 B]
> Fetched 3362 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
> not installable
>   Depends: libghc-exceptions-dev-0.10.4-c14ff but it is 
> not installable
>   Depends: libghc-filepath-dev-1.4.2.1-4459f but it is 
> not installable
>   Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-listlike-dev-4.7.7-58f6d but 

Bug#1054934: linuxcnc: FTBFS: dh_install: error: missing files, aborting

2023-10-28 Thread Lucas Nussbaum
Source: linuxcnc
Version: 2.9.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 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 '/<>/src'
> Reading 205/205 dependency files
> Done reading dependencies
> Reading 237/237 realtime dependency files
> Done reading realtime dependencies
> install -o root -d -m 0755 /<>/debian/tmp/usr/share/doc/linuxcnc
> install -o root -m 0644 ../docs/README.adoc ../docs/INSTALL.adoc 
> ../docs/AUTHORS /<>/debian/tmp/usr/share/doc/linuxcnc
> install -o root -m 0644 ../docs/help/asciidoc-markup_es.adoc 
> ../docs/help/rtfaults.adoc ../docs/help/rtfaults_es.adoc 
> ../docs/help/tklinuxcnc.adoc 
> /<>/debian/tmp/usr/share/doc/linuxcnc
> install -o root -m 0644 emc/usr_intf/axis/etc/axis_light_background 
> /<>/debian/tmp/usr/share/doc/linuxcnc
> install -o root -m 0644 emc/usr_intf/axis/README 
> /<>/debian/tmp/usr/share/doc/linuxcnc/README.axis
> install -o root -d -m 0755 /<>/debian/tmp/usr/share/doc/linuxcnc
> install -o root -m 0644 ../docs/LinuxCNC_Getting_Started.pdf 
> ../docs/LinuxCNC_Documentation.pdf ../docs/LinuxCNC_Integrator.pdf 
> ../docs/LinuxCNC_Developer.pdf ../docs/LinuxCNC_Manual_Pages.pdf  
> ../docs/LinuxCNC_Developer_de.pdf ../docs/LinuxCNC_Documentation_de.pdf 
> ../docs/LinuxCNC_Getting_Started_de.pdf ../docs/LinuxCNC_Integrator_de.pdf 
> ../docs/LinuxCNC_Developer_es.pdf ../docs/LinuxCNC_Documentation_es.pdf 
> ../docs/LinuxCNC_Getting_Started_es.pdf ../docs/LinuxCNC_Integrator_es.pdf 
> ../docs/LinuxCNC_Developer_fr.pdf ../docs/LinuxCNC_Documentation_fr.pdf 
> ../docs/LinuxCNC_Getting_Started_fr.pdf ../docs/LinuxCNC_Integrator_fr.pdf 
> ../docs/LinuxCNC_Developer_nb.pdf ../docs/LinuxCNC_Documentation_nb.pdf 
> ../docs/LinuxCNC_Getting_Started_nb.pdf ../docs/LinuxCNC_Integrator_nb.pdf 
> ../docs/LinuxCNC_Developer_zh_CN.pdf ../docs/LinuxCNC_Documentation_zh_CN.pdf 
> ../docs/LinuxCNC_Getting_Started_zh_CN.pdf 
> ../docs/LinuxCNC_Integrator_zh_CN.pdf 
> /<>/debian/tmp/usr/share/doc/linuxcnc
> make[2]: Leaving directory '/<>/src'
> # Remove the docs we just built that we don't have debs for yet...
> rm -f /<>/debian/tmp/usr/share/doc/linuxcnc/*_nb.pdf
> make[1]: Leaving directory '/<>'
>dh_install
>   install -m0755 -d debian/linuxcnc-uspace-dev//usr/bin
>   cp --reflink=auto -a debian/tmp/usr/bin/halcompile 
> debian/tmp/usr/bin/modcompile debian/linuxcnc-uspace-dev//usr/bin/
>   install -m0755 -d debian/linuxcnc-uspace-dev//usr/include
>   cp --reflink=auto -a debian/tmp/usr/include/linuxcnc 
> debian/linuxcnc-uspace-dev//usr/include/
>   install -m0755 -d debian/linuxcnc-uspace-dev//usr/lib
>   cp --reflink=auto -a debian/tmp/usr/lib/liblinuxcnc.a 
> debian/tmp/usr/lib/liblinuxcnchal.so debian/tmp/usr/lib/liblinuxcncini.so 
> debian/tmp/usr/lib/libnml.so debian/tmp/usr/lib/libposemath.so 
> debian/tmp/usr/lib/libpyplugin.so debian/tmp/usr/lib/librs274.so 
> debian/tmp/usr/lib/libtooldata.so debian/linuxcnc-uspace-dev//usr/lib/
>   install -m0755 -d debian/linuxcnc-uspace-dev//usr/share/linuxcnc
>   cp --reflink=auto -a debian/tmp/usr/share/linuxcnc/Makefile.modinc 
> debian/tmp/usr/share/linuxcnc/mesa_modbus.c.tmpl 
> debian/linuxcnc-uspace-dev//usr/share/linuxcnc/
>   install -m0755 -d debian/linuxcnc-uspace-dev//usr/share/man
>   cp --reflink=auto -a debian/tmp/usr/share/man/man3 
> debian/linuxcnc-uspace-dev//usr/share/man/
>   install -m0755 -d debian/linuxcnc-uspace-dev//usr/share/man/man1
>   cp --reflink=auto -a debian/tmp/usr/share/man/man1/halcompile.1 
> debian/linuxcnc-uspace-dev//usr/share/man/man1/
> dh_install: warning: Cannot find (any matches for) "usr/share/glade3" (tried 
> in ., debian/tmp)
> 
> dh_install: warning: linuxcnc-uspace missing files: usr/share/glade3
> dh_install: warning: Cannot find (any matches for) 
> "usr/share/man/man1/hal_parport.1" (tried in ., debian/tmp)
> 
> dh_install: warning: linuxcnc-uspace missing files: 
> usr/share/man/man1/hal_parport.1
>   install -m0755 -d debian/linuxcnc-uspace/
>   cp --reflink=auto -a debian/tmp/etc debian/linuxcnc-uspace//
>   install -m0755 -d debian/linuxcnc-uspace//usr/bin
>   cp --reflink=auto -a debian/tmp/usr/bin/5axisgui 
> debian/tmp/usr/bin/axis debian/tmp/usr/bin/axis-remote 
> debian/tmp/usr/bin/classicladder debian/tmp/usr/bin/debuglevel 
> debian/tmp/usr/bin/elbpcom debian/tmp/usr/bin/genserkins 
> debian/tmp/usr/bin/gladevcp debian/tmp/usr/bin/gladevcp_demo 
> debian/tmp/usr/bin/gmoccapy debian/tmp/usr/bin/gremlin_v

Bug#1054932: haskell-swish: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-base-dev-4.15.1.0-6a406, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-hashable-dev-1.3.5.0-

2023-10-28 Thread Lucas Nussbaum
Source: haskell-swish
Version: 0.10.4.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper, dh-buildinfo, ghc, ghc-prof, 
> libghc-hashable-dev (<< 1.6), libghc-hashable-prof, libghc-intern-dev (<< 
> 1.0), libghc-intern-prof, libghc-network-uri-dev (<< 2.8), 
> libghc-network-uri-prof, libghc-polyparse-dev (<< 1.14), 
> libghc-polyparse-prof, libghc-semigroups-dev (<< 0.21), 
> libghc-semigroups-prof, haskell-devscripts, help2man, libghc-hunit-dev, 
> libghc-test-framework-dev, libghc-test-framework-hunit-dev, chrpath, 
> build-essential, fakeroot, ghc-doc, libghc-hashable-doc, libghc-intern-doc, 
> libghc-network-uri-doc, libghc-polyparse-doc, libghc-semigroups-doc, 
> libghc-unordered-containers-doc
> Filtered Build-Depends: cdbs, debhelper, dh-buildinfo, ghc, ghc-prof, 
> libghc-hashable-dev (<< 1.6), libghc-hashable-prof, libghc-intern-dev (<< 
> 1.0), libghc-intern-prof, libghc-network-uri-dev (<< 2.8), 
> libghc-network-uri-prof, libghc-polyparse-dev (<< 1.14), 
> libghc-polyparse-prof, libghc-semigroups-dev (<< 0.21), 
> libghc-semigroups-prof, haskell-devscripts, help2man, libghc-hunit-dev, 
> libghc-test-framework-dev, libghc-test-framework-hunit-dev, chrpath, 
> build-essential, fakeroot, ghc-doc, libghc-hashable-doc, libghc-intern-doc, 
> libghc-network-uri-doc, libghc-polyparse-doc, libghc-semigroups-doc, 
> libghc-unordered-containers-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1229 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1209 B]
> Fetched 3053 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-intern-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>  Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it is 
> not installable
>  Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is not 
> installable
>  Depends: libghc-text-dev-1.2.5.0-8553e but it is not 
> installable
>  Depends: libghc-unordered-containers-dev-0.2.17.0-1d16d 
> but it is not installable
>  libghc-intern-doc : Depends: haddock-interface-38 but it is not installable
>  libghc-intern-prof : Depends: libghc-array-prof-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-base-prof-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-bytestring-prof-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-hashable-prof-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-text-prof-1.2.5.0-8553e but it is not 
> installable
>   Depends: 
> libghc-unordered-containers-prof-0.2.17.0-1d16d but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-swish_0.10.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-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=lu...@debian.org=1=1=1=1#results

A list of current commo

Bug#1054931: haskell-tidal: FTBFS: unsatisfiable build-dependencies: libghc-hosc-dev (< 0.20), libghc-primitive-dev (< 0.8)

2023-10-28 Thread Lucas Nussbaum
Source: haskell-tidal
Version: 1.7.10-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.8), cdbs, ghc (>= 8.4.3), ghc-prof, 
> libghc-bifunctors-dev (<< 5.6), libghc-bifunctors-prof, libghc-clock-dev (<< 
> 0.9), libghc-clock-prof, libghc-colour-dev (<< 2.4), libghc-colour-prof, 
> libghc-exceptions-dev (<< 0.11), libghc-exceptions-prof, libghc-hosc-dev (>= 
> 0.17), libghc-hosc-dev (<< 0.20), libghc-hosc-prof, libghc-network-dev (<< 
> 3.2), libghc-network-prof, libghc-primitive-dev (<< 0.8), 
> libghc-primitive-prof, libghc-random-dev (<< 1.3), libghc-random-prof, 
> libghc-async-dev (<< 2.3), libghc-async-prof, libghc-hint-dev (<< 0.10), 
> libghc-hint-prof, build-essential, fakeroot, ghc-doc, libghc-bifunctors-doc, 
> libghc-clock-doc, libghc-colour-doc, libghc-exceptions-doc, libghc-hosc-doc, 
> libghc-network-doc, libghc-primitive-doc, libghc-random-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-bifunctors-dev (<< 5.6), 
> libghc-bifunctors-prof, libghc-clock-dev (<< 0.9), libghc-clock-prof, 
> libghc-colour-dev (<< 2.4), libghc-colour-prof, libghc-exceptions-dev (<< 
> 0.11), libghc-exceptions-prof, libghc-hosc-dev (>= 0.17), libghc-hosc-dev (<< 
> 0.20), libghc-hosc-prof, libghc-network-dev (<< 3.2), libghc-network-prof, 
> libghc-primitive-dev (<< 0.8), libghc-primitive-prof, libghc-random-dev (<< 
> 1.3), libghc-random-prof, libghc-async-dev (<< 2.3), libghc-async-prof, 
> libghc-hint-dev (<< 0.10), libghc-hint-prof, build-essential, fakeroot, 
> ghc-doc, libghc-bifunctors-doc, libghc-clock-doc, libghc-colour-doc, 
> libghc-exceptions-doc, libghc-hosc-doc, libghc-network-doc, 
> libghc-primitive-doc, libghc-random-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1416 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1396 B]
> Fetched 3427 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-hosc-dev (< 0.20) but 
> 0.20-1+b1 is to be installed
>Depends: libghc-primitive-dev (< 0.8) but 
> 0.8.0.0-1+b1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-tidal_1.7.10-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054930: debug-me: FTBFS: unsatisfiable build-dependency: libghc-aeson-dev (< 2.1) but 2.1.2.1-5 is to be installed

2023-10-28 Thread Lucas Nussbaum
Source: debug-me
Version: 1.20221231-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), dh-exec, ghc (>= 8.4.3), 
> libghc-aeson-dev (>= 0.11), libghc-aeson-dev (<< 2.1), libghc-async-dev (>= 
> 2.1), libghc-cereal-dev (>= 0.5), libghc-cryptonite-dev (>= 0.20), 
> libghc-graphviz-dev (>= 2999.18.0), libghc-graphviz-dev (<< 2999.21), 
> libghc-http-client-dev (>= 0.4), libghc-http-client-tls-dev (>= 0.2), 
> libghc-http-types-dev (>= 0.9), libghc-memory-dev (>= 0.13), 
> libghc-mime-mail-dev (>= 0.4), libghc-network-dev (>= 2.6), 
> libghc-network-uri-dev (>= 2.6), libghc-optparse-applicative-dev (>= 0.12), 
> libghc-posix-pty-dev (>= 0.2.1), libghc-protobuf-dev (>= 0.2), 
> libghc-sandi-dev (>= 0.4), libghc-stm-chans-dev (>= 3.0), 
> libghc-terminal-size-dev (>= 0.3), libghc-text-dev (>= 1.2.2), 
> libghc-unbounded-delays-dev (>= 0.1), libghc-unordered-containers-dev (>= 
> 0.2), libghc-utf8-string-dev (>= 1.0), libghc-uuid-dev (>= 1.3), 
> libghc-wai-dev (>= 3.2), libghc-wai-websockets-dev (>= 3.0), libghc-warp-dev 
> (>= 3.2), libghc-websockets-dev (>= 0.12.6.0), build-essential, fakeroot
> Filtered Build-Depends: debhelper (>= 10), dh-exec, ghc (>= 8.4.3), 
> libghc-aeson-dev (>= 0.11), libghc-aeson-dev (<< 2.1), libghc-async-dev (>= 
> 2.1), libghc-cereal-dev (>= 0.5), libghc-cryptonite-dev (>= 0.20), 
> libghc-graphviz-dev (>= 2999.18.0), libghc-graphviz-dev (<< 2999.21), 
> libghc-http-client-dev (>= 0.4), libghc-http-client-tls-dev (>= 0.2), 
> libghc-http-types-dev (>= 0.9), libghc-memory-dev (>= 0.13), 
> libghc-mime-mail-dev (>= 0.4), libghc-network-dev (>= 2.6), 
> libghc-network-uri-dev (>= 2.6), libghc-optparse-applicative-dev (>= 0.12), 
> libghc-posix-pty-dev (>= 0.2.1), libghc-protobuf-dev (>= 0.2), 
> libghc-sandi-dev (>= 0.4), libghc-stm-chans-dev (>= 3.0), 
> libghc-terminal-size-dev (>= 0.3), libghc-text-dev (>= 1.2.2), 
> libghc-unbounded-delays-dev (>= 0.1), libghc-unordered-containers-dev (>= 
> 0.2), libghc-utf8-string-dev (>= 1.0), libghc-uuid-dev (>= 1.3), 
> libghc-wai-dev (>= 3.2), libghc-wai-websockets-dev (>= 3.0), libghc-warp-dev 
> (>= 3.2), libghc-websockets-dev (>= 0.12.6.0), build-essential, fakeroot
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1566 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1596 B]
> Fetched 3777 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  sbuild-build-depends-main-dummy : Depends: libghc-aeson-dev (< 2.1) but 
> 2.1.2.1-5 is to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/debug-me_1.20221231-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054929: haskell-ixset: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-base-dev-4.15.1.0-6a406, libghc-bytestring-dev-0.10.12.1-ced9a, libghc-containers-dev-0.6.4.

2023-10-28 Thread Lucas Nussbaum
Source: haskell-ixset
Version: 1.1.1.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-safecopy-dev, libghc-safecopy-prof, 
> libghc-syb-dev, libghc-syb-prof, libghc-syb-with-class-dev (>= 0.6.1), 
> libghc-syb-with-class-prof, build-essential, fakeroot, ghc-doc, 
> libghc-safecopy-doc, libghc-syb-doc, libghc-syb-with-class-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-safecopy-dev, libghc-safecopy-prof, 
> libghc-syb-dev, libghc-syb-prof, libghc-syb-with-class-dev (>= 0.6.1), 
> libghc-syb-with-class-prof, build-essential, fakeroot, ghc-doc, 
> libghc-safecopy-doc, libghc-syb-doc, libghc-syb-with-class-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [904 B]
> Get:5 copy:/<>/apt_archive ./ Packages [916 B]
> Fetched 2429 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-syb-with-class-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it 
> is not installable
>  Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: 
> libghc-template-haskell-dev-2.17.0.0-7274a but it is not installable
>  libghc-syb-with-class-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-syb-with-class-prof : Depends: libghc-array-prof-0.5.4.0-0b6fa but it 
> is not installable
>   Depends: libghc-base-prof-4.15.1.0-6a406 but it 
> is not installable
>   Depends: libghc-bytestring-prof-0.10.12.1-ced9a 
> but it is not installable
>   Depends: libghc-containers-prof-0.6.4.1-31c3b 
> but it is not installable
>   Depends: 
> libghc-template-haskell-prof-2.17.0.0-7274a but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-ixset_1.1.1.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231028;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231028=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#1054927: haskell-yi-frontend-pango: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-frontend-pango
Version: 0.19.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 11), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.9), cdbs, ghc (>= 8.4.3), ghc-prof, libghc-glib-dev 
> (>= 0.13), libghc-glib-dev (<< 0.14), libghc-glib-prof, libghc-gtk-dev (>= 
> 0.13), libghc-gtk-dev (<< 0.16), libghc-gtk-prof, 
> libghc-microlens-platform-dev, libghc-microlens-platform-prof, 
> libghc-oo-prototypes-dev, libghc-oo-prototypes-prof, libghc-pango-dev (>= 
> 0.13), libghc-pango-dev (<< 0.14), libghc-pango-prof, libghc-pointedlist-dev, 
> libghc-pointedlist-prof, libghc-transformers-base-dev, 
> libghc-transformers-base-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-language-dev (>= 0.19), 
> libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> build-essential, fakeroot, ghc-doc, libghc-glib-doc, libghc-gtk-doc, 
> libghc-microlens-platform-doc, libghc-oo-prototypes-doc, libghc-pango-doc, 
> libghc-pointedlist-doc, libghc-transformers-base-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 11), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-glib-dev (>= 0.13), libghc-glib-dev (<< 
> 0.14), libghc-glib-prof, libghc-gtk-dev (>= 0.13), libghc-gtk-dev (<< 0.16), 
> libghc-gtk-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-oo-prototypes-dev, 
> libghc-oo-prototypes-prof, libghc-pango-dev (>= 0.13), libghc-pango-dev (<< 
> 0.14), libghc-pango-prof, libghc-pointedlist-dev, libghc-pointedlist-prof, 
> libghc-transformers-base-dev, libghc-transformers-base-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, build-essential, fakeroot, ghc-doc, libghc-glib-doc, 
> libghc-gtk-doc, libghc-microlens-platform-doc, libghc-oo-prototypes-doc, 
> libghc-pango-doc, libghc-pointedlist-doc, libghc-transformers-base-doc, 
> libghc-yi-core-doc, libghc-yi-language-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1562 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1542 B]
> Fetched 3719 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
&g

Bug#1054928: haskell-copilot-libraries: FTBFS: unsatisfiable build-dependencies

2023-10-28 Thread Lucas Nussbaum
Source: haskell-copilot-libraries
Version: 3.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.13), cdbs, ghc, ghc-prof, 
> libghc-copilot-language-dev (>= 3.13), libghc-copilot-language-dev (<< 3.14), 
> libghc-copilot-language-prof, build-essential, fakeroot, ghc-doc, 
> libghc-copilot-language-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc, ghc-prof, libghc-copilot-language-dev (>= 3.13), 
> libghc-copilot-language-dev (<< 3.14), libghc-copilot-language-prof, 
> build-essential, fakeroot, ghc-doc, libghc-copilot-language-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [609 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [857 B]
> Get:5 copy:/<>/apt_archive ./ Packages [838 B]
> Fetched 2304 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-copilot-language-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it 
> is not installable
>Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>Depends: libghc-containers-dev-0.6.4.1-31c3b 
> but it is not installable
>Depends: libghc-copilot-core-dev-3.13-db5ae 
> but it is not installable
>Depends: 
> libghc-copilot-interpreter-dev-3.13-5676b but it is not installable
>Depends: 
> libghc-copilot-prettyprinter-dev-3.13-91705 but it is not installable
>Depends: libghc-copilot-theorem-dev-3.13-667ed
>Depends: libghc-data-reify-dev-0.6.3-e6216 but 
> it is not installable
>Depends: libghc-mtl-dev-2.2.2-e3bae but it is 
> not installable
>  libghc-copilot-language-doc : Depends: haddock-interface-38 but it is not 
> installable
>  libghc-copilot-language-prof : Depends: libghc-array-prof-0.5.4.0-0b6fa but 
> it is not installable
> Depends: libghc-base-prof-4.15.1.0-6a406 but 
> it is not installable
> Depends: libghc-containers-prof-0.6.4.1-31c3b 
> but it is not installable
> Depends: libghc-copilot-core-prof-3.13-db5ae 
> but it is not installable
> Depends: 
> libghc-copilot-interpreter-prof-3.13-5676b but it is not installable
> Depends: 
> libghc-copilot-prettyprinter-prof-3.13-91705 but it is not installable
> Depends: 
> libghc-copilot-theorem-prof-3.13-667ed
> Depends: libghc-data-reify-prof-0.6.3-e6216 
> but it is not installable
> Depends: libghc-mtl-prof-2.2.2-e3bae but it 
> is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.


The full build log is available from:
http://qa-logs.debian.net/2023/10/28/haskell-copilot-libraries_3.13-1_unstable.log

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

A list of current common problems and possible soluti

Bug#1054926: haskell-yi-keymap-vim: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-keymap-vim
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.9), cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-hclip-dev, libghc-hclip-prof, 
> libghc-attoparsec-dev, libghc-attoparsec-prof, libghc-data-default-dev, 
> libghc-data-default-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-oo-prototypes-dev, 
> libghc-oo-prototypes-prof, libghc-pointedlist-dev, libghc-pointedlist-prof, 
> libghc-safe-dev, libghc-safe-prof, libghc-transformers-base-dev, 
> libghc-transformers-base-prof, libghc-unordered-containers-dev, 
> libghc-unordered-containers-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-language-dev (>= 0.19), 
> libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> build-essential, fakeroot, ghc-doc, libghc-hclip-doc, libghc-attoparsec-doc, 
> libghc-data-default-doc, libghc-microlens-platform-doc, 
> libghc-oo-prototypes-doc, libghc-pointedlist-doc, libghc-safe-doc, 
> libghc-transformers-base-doc, libghc-unordered-containers-doc, 
> libghc-yi-core-doc, libghc-yi-language-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.9), cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-hclip-dev, libghc-hclip-prof, 
> libghc-attoparsec-dev, libghc-attoparsec-prof, libghc-data-default-dev, 
> libghc-data-default-prof, libghc-microlens-platform-dev, 
> libghc-microlens-platform-prof, libghc-oo-prototypes-dev, 
> libghc-oo-prototypes-prof, libghc-pointedlist-dev, libghc-pointedlist-prof, 
> libghc-safe-dev, libghc-safe-prof, libghc-transformers-base-dev, 
> libghc-transformers-base-prof, libghc-unordered-containers-dev, 
> libghc-unordered-containers-prof, libghc-yi-core-dev (>= 0.19), 
> libghc-yi-core-prof, libghc-yi-language-dev (>= 0.19), 
> libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), libghc-yi-rope-prof, 
> build-essential, fakeroot, ghc-doc, libghc-hclip-doc, libghc-attoparsec-doc, 
> libghc-data-default-doc, libghc-microlens-platform-doc, 
> libghc-oo-prototypes-doc, libghc-pointedlist-doc, libghc-safe-doc, 
> libghc-transformers-base-doc, libghc-unordered-containers-doc, 
> libghc-yi-core-doc, libghc-yi-language-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1619 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1629 B]
> Fetched 3863 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6

Bug#1054925: haskell-yi-misc-modes: FTBFS: unsatisfiable build-dependencies: libghc-array-dev-0.5.4.0-0b6fa, libghc-attoparsec-dev-0.14.4-9b901, libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8

2023-10-28 Thread Lucas Nussbaum
Source: haskell-yi-misc-modes
Version: 0.19.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | 
> haskell-devscripts (>= 0.9), cdbs, ghc (>= 8.4.3), ghc-prof, 
> libghc-data-default-dev, libghc-data-default-prof, 
> libghc-microlens-platform-dev, libghc-microlens-platform-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, alex, build-essential, fakeroot, ghc-doc, 
> libghc-data-default-doc, libghc-microlens-platform-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, 
> ghc (>= 8.4.3), ghc-prof, libghc-data-default-dev, libghc-data-default-prof, 
> libghc-microlens-platform-dev, libghc-microlens-platform-prof, 
> libghc-yi-core-dev (>= 0.19), libghc-yi-core-prof, libghc-yi-language-dev (>= 
> 0.19), libghc-yi-language-prof, libghc-yi-rope-dev (>= 0.10), 
> libghc-yi-rope-prof, alex, build-essential, fakeroot, ghc-doc, 
> libghc-data-default-doc, libghc-microlens-platform-doc, libghc-yi-core-doc, 
> libghc-yi-language-doc, libghc-yi-rope-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1131 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1114 B]
> Fetched 2860 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-yi-core-dev : Depends: libghc-array-dev-0.5.4.0-0b6fa but it is not 
> installable
>   Depends: libghc-attoparsec-dev-0.14.4-9b901 but it is 
> not installable
>   Depends: libghc-base-dev-4.15.1.0-6a406 but it is not 
> installable
>   Depends: libghc-binary-dev-0.8.8.0-507cc but it is not 
> installable
>   Depends: libghc-bytestring-dev-0.10.12.1-ced9a but it 
> is not installable
>   Depends: libghc-containers-dev-0.6.4.1-31c3b but it is 
> not installable
>   Depends: libghc-data-default-dev-0.7.1.1-6d3b3 but it 
> is not installable
>   Depends: libghc-directory-dev-1.3.6.2-311c9 but it is 
> not installable
>   Depends: libghc-dlist-dev-1.0-366f6 but it is not 
> installable
>   Depends: libghc-dynamic-state-dev-0.3.1-d49ee but it is 
> not installable
>   Depends: libghc-exceptions-dev-0.10.4-c14ff but it is 
> not installable
>   Depends: libghc-filepath-dev-1.4.2.1-4459f but it is 
> not installable
>   Depends: libghc-hashable-dev-1.3.5.0-3fad8 but it is 
> not installable
>   Depends: libghc-listlike-dev-4.7.7-58f6d but it is not 
> installable
>   Depends: libghc-microlens-platform-dev-0.4.2.1-8c955 
> but it is not installable
>   Depends: libghc-mtl-dev-2.2.2-e3bae but it is not 
> installable
>   Depends: libghc-old-locale-dev-1.0.0.7-60e52 but it is 
> not installable
>   Depends: libghc-oo-prototypes-dev-0.1.0.0-9dda4 but it 
> is not installable
>   Depends: libghc-parsec-dev-3.1.14.0-377f0 but it is not 
> installable
>   Depends: libghc-pointe

Bug#1054924: haskell-lambdabot-reference-plugins: FTBFS: unsatisfiable build-dependencies: libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev-0.10.12.1-ced9a, libgh

2023-10-28 Thread Lucas Nussbaum
Source: haskell-lambdabot-reference-plugins
Version: 5.3.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231028 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-http-dev (>= 1:4000), libghc-http-prof, 
> libghc-lambdabot-core-dev (>= 5.3), libghc-lambdabot-core-dev (<< 5.4), 
> libghc-lambdabot-core-prof, libghc-network-dev (>= 2.7), libghc-network-dev 
> (<< 3.2), libghc-network-prof, libghc-network-uri-dev (>= 2.6), 
> libghc-network-uri-dev (<< 2.7), libghc-network-uri-prof, libghc-oeis-dev (>= 
> 0.3.1), libghc-oeis-prof, libghc-regex-tdfa-dev (>= 1.1), 
> libghc-regex-tdfa-prof, libghc-split-dev (>= 0.2), libghc-split-prof, 
> libghc-tagsoup-dev (>= 0.12), libghc-tagsoup-prof, libghc-utf8-string-dev (>= 
> 0.3), libghc-utf8-string-prof, build-essential, fakeroot, ghc-doc, 
> libghc-http-doc, libghc-lambdabot-core-doc, libghc-network-doc, 
> libghc-network-uri-doc, libghc-oeis-doc, libghc-regex-tdfa-doc, 
> libghc-split-doc, libghc-tagsoup-doc, libghc-utf8-string-doc
> Filtered Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, 
> haskell-devscripts (>= 0.13), libghc-http-dev (>= 1:4000), libghc-http-prof, 
> libghc-lambdabot-core-dev (>= 5.3), libghc-lambdabot-core-dev (<< 5.4), 
> libghc-lambdabot-core-prof, libghc-network-dev (>= 2.7), libghc-network-dev 
> (<< 3.2), libghc-network-prof, libghc-network-uri-dev (>= 2.6), 
> libghc-network-uri-dev (<< 2.7), libghc-network-uri-prof, libghc-oeis-dev (>= 
> 0.3.1), libghc-oeis-prof, libghc-regex-tdfa-dev (>= 1.1), 
> libghc-regex-tdfa-prof, libghc-split-dev (>= 0.2), libghc-split-prof, 
> libghc-tagsoup-dev (>= 0.12), libghc-tagsoup-prof, libghc-utf8-string-dev (>= 
> 0.3), libghc-utf8-string-prof, build-essential, fakeroot, ghc-doc, 
> libghc-http-doc, libghc-lambdabot-core-doc, libghc-network-doc, 
> libghc-network-uri-doc, libghc-oeis-doc, libghc-regex-tdfa-doc, 
> libghc-split-doc, libghc-tagsoup-doc, libghc-utf8-string-doc
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1469 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1479 B]
> Fetched 3563 B in 0s (0 B/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> 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:
>  libghc-lambdabot-core-dev : Depends: libghc-base-dev-4.15.1.0-6a406 but it 
> is not installable
>  Depends: libghc-binary-dev-0.8.8.0-507cc but it 
> is not installable
>  Depends: libghc-bytestring-dev-0.10.12.1-ced9a 
> but it is not installable
>  Depends: libghc-containers-dev-0.6.4.1-31c3b but 
> it is not installable
>  Depends: libghc-dependent-map-dev-0.4.0.0-f824e 
> but it is not installable
>  Depends: libghc-dependent-sum-dev-0.7.1.0-2fd03 
> but it is not installable
>  Depends: 
> libghc-dependent-sum-template-dev-0.1.1.1-62abf but it is not installable
>  Depends: libghc-directory-dev-1.3.6.2-311c9 but 
> it is not installable
>  Depends: libghc-edit-distance-dev-0.2.2.1-cc475 
> but it is not installable
>  Depends: libghc-exceptions-dev-0.10.4-c14ff but 
> it is not installable
>

Bug#1054923: haskell-bloomfilter: FTBFS on 32 bit architectures

2023-10-28 Thread Sebastian Ramacher
Source: haskell-bloomfilter
Version: 2.0.1.2-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=haskell-bloomfilter=i386=2.0.1.2-1=1697820373=0

Test suite tests: RUNNING...
(): [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
()
P {unP = 0.7852277453373501}
(used seed 1637712005)
Bool: [Failed]
*** Failed! (after 1 test and 1 shrink):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
False
P {unP = 0.46435421374098484}
(used seed 264433601)
Ordering: [Failed]
*** Failed! (after 1 test and 1 shrink):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
EQ
P {unP = 0.2748138958018922}
(used seed 1581490613)
Char: [Failed]
*** Failed! (after 1 test and 1 shrink):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
'a'
P {unP = 0.6983351882082282}
(used seed 1220519996)
Int: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 0.4615917121683851}
(used seed -134086739)
Float: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0.0
P {unP = 0.32385088008417523}
(used seed 1689817889)
Double: [Failed]
*** Failed! (after 1 test and 1 shrink):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0.0
P {unP = 0.6260354834095129}
(used seed 1656916460)
Int8: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 0.8540685687438456}
(used seed 1158948667)
Int16: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 0.6387708081076423}
(used seed 1235079411)
Int32: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 1.4161169040657062e-2}
(used seed -2100870522)
Int64: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 0.6288523118408181}
(used seed 1988986015)
Word8: [Failed]
*** Failed! (after 1 test and 1 shrink):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 0.6257545063607108}
(used seed -1162120865)
Word16: [Failed]
*** Failed! (after 1 test and 1 shrink):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 
bloomfilter-2.0.1.2-7YR3IunNtOb2hpGyRafp51:Data.BloomFilter.Easy
0
P {unP = 0.1765552926676932}
(used seed -1007907611)
Word32: [Failed]
*** Failed! (after 1 test):
Exception:
  Data.BloomFilter.Util.suggestSizing: capacity too large to represent
  CallStack (from HasCallStack):
error, called at ./Data/BloomFilter/Easy.hs:90:17 in 

Bug#1054922: libengine-gost-openssl: FTBFS on s390x

2023-10-28 Thread Sebastian Ramacher
Source: libengine-gost-openssl
Version: 3.0.2-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=libengine-gost-openssl=s390x=3.0.2-1=1692050126=0

14/15 Test #15: mgm-with-provider ***Failed0.01 sec
Tests for kuznyechik-mgm
Encryption test kuznyechik-mgm [big chunks]: Test passed
Decryption test kuznyechik-mgm [big chunks]: Test passed
Encryption test kuznyechik-mgm [small chunks]: Test passed
Decryption test kuznyechik-mgm [small chunks]: Test passed
Tests for magma-mgm
Encryption test magma-mgm [big chunks]: Test FAILED
Decryption test magma-mgm [big chunks]: Test FAILED
Encryption test magma-mgm [small chunks]: Test FAILED
Decryption test magma-mgm [small chunks]: Test FAILED
Some tests FAILED!

9: ␛[1;34mTest rsa␛[m
9: Protocol: TLSv1.3
9: Cipher:   TLS_AES_256_GCM_SHA384
9: ␛[1;34mTest gost2012_256␛[1;34m:A␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[1;34mTest gost2012_256␛[1;34m:B␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[1;34mTest gost2012_256␛[1;34m:C␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[1;34mTest gost2012_256␛[1;34m:TCA␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[1;34mTest gost2012_512␛[1;34m:A␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[1;34mTest gost2012_512␛[1;34m:B␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[1;34mTest gost2012_512␛[1;34m:C␛[m
9: Protocol: TLSv1.2
9: Cipher:   GOST2012-MAGMA-MAGMAOMAC
9: ␛[0;32m= All tests passed!
9: ␛[m
15/15 Test  #9: TLS-with-engine ..   Passed0.52 sec

87% tests passed, 2 tests failed out of 15

Total Test time (real) =   1.10 sec

The following tests FAILED:
 14 - mgm-with-engine (Failed)
 15 - mgm-with-provider (Failed)
Errors while running CTest

Cheers
-- 
Sebastian Ramacher



Bug#1054921: quantlib-swig: FTBFS on mips64el

2023-10-28 Thread Dirk Eddelbuettel


On 28 October 2023 at 22:53, Sebastian Ramacher wrote:
| Source: quantlib-swig
| Version: 1.32-1
| Severity: serious
| Tags: ftbfs
| Justification: fails to build from source (but built successfully in the past)
| X-Debbugs-Cc: sramac...@debian.org
| 
| 
https://buildd.debian.org/status/fetch.php?pkg=quantlib-swig=mips64el=1.32-1=1698321785=0
| 
| g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -O0 -g0 -mxgot --param 
ggc-min-expand=20 -DBOOST_NO_AUTO_PTR 
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o 
-L/usr/lib/mips64el-linux-gnuabi64 -L/usr/lib -lQuantLib -o 
build/lib.linux-mips64-cpython-311/QuantLib/_QuantLib.cpython-311-mips64el-linux-gnuabi64.so
 -fopenmp
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::HimalayaOption::arguments::~arguments()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption9argumentsD1Ev[_ZN8QuantLib14HimalayaOption9argumentsD1Ev]+0x104):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption9argumentsD1Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::results::~results()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD1Ev[_ZN8QuantLib14HimalayaOption7resultsD1Ev]+0xf0):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD1Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::HimalayaOption::results::~results()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD1Ev[_ZN8QuantLib14HimalayaOption7resultsD1Ev]+0x118):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD1Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::results::~results()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD0Ev[_ZN8QuantLib14HimalayaOption7resultsD0Ev]+0x8c):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD0Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::HimalayaOption::results::~results()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD0Ev[_ZN8QuantLib14HimalayaOption7resultsD0Ev]+0xb4):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD0Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to 
QuantLib::GenericEngine::~GenericEngine()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED2Ev[_ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED5Ev]+0x110):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED2Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to 
QuantLib::GenericEngine::~GenericEngine()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED0Ev[_ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED5Ev]+0x8c):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED0Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::engine::~engine()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption6engineD2Ev[_ZN8QuantLib14HimalayaOption6engineD5Ev]+0xa4):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption6engineD2Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::engine::~engine()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption6engineD0Ev[_ZN8QuantLib14HimalayaOption6engineD5Ev]+0x8c):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption6engineD0Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::CliquetOption::arguments::~arguments()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib13CliquetOption9argumentsD1Ev[_ZN8QuantLib13CliquetOption9argumentsD1Ev]+0x104):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib13CliquetOption9argumentsD1Ev'
| build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to 
QuantLib::GenericEngine::~GenericEngine()':
| 
quantlib_wrap.cpp:(.text._ZN8QuantLib13GenericEngineINS_13CliquetOption9argumentsENS_14OneAssetOption7resultsEED2Ev[_ZN8QuantLib13GenericEngineINS_13CliquetOption9argumentsENS_14OneAssetOption7resultsEED5Ev]+0x110):
 additional relocation overflows omitted from the 

Bug#1053307: bullseye-pu: package glib2.0/2.66.8-1+deb11u1

2023-10-28 Thread Simon McVittie
On Sun, 01 Oct 2023 at 11:52:25 +0100, Simon McVittie wrote:
> I would like to update glib2.0 in Debian 11.9. We're too close to the
> 11.8 deadline for an update with this size of diffstat, so I'd like
> to upload it to bullseye-proposed-updates shortly after 11.8 is out,
> to give it the maximum amount of review and testing possible.

Now that 11.8 has happened, I've uploaded this to stable-NEW. (Sorry for
the delay, there was some confusion on my part over whether the security
team wanted different changelog wording, but it seems they are now happy
with the version I proposed.)

> [ Tests ]

I built an amd64 netboot-gtk image with this glib2.0's udeb included
(using steps similar to #1050868 and #1025708) and was able to install
a Plasma desktop successfully.

As mentioned previously, for those who cannot access stable-NEW, a
test-build that differs only in its changelog and version number can be
downloaded from: https://people.debian.org/~smcv/11.9/pool/main/g/glib2.0/
(built from commit f23101922 and mentioning that commit ID in its
version number). Testing by bullseye users would be appreciated, I don't
routinely run bullseye on my own systems any more.

The version I uploaded to stable-NEW is functionally equivalent to commit
f23101922, with the only difference being `dch -r`.

Thanks,
smcv



Bug#1054921: quantlib-swig: FTBFS on mips64el

2023-10-28 Thread Sebastian Ramacher
Source: quantlib-swig
Version: 1.32-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=quantlib-swig=mips64el=1.32-1=1698321785=0

g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -O0 -g0 -mxgot --param 
ggc-min-expand=20 -DBOOST_NO_AUTO_PTR 
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o 
-L/usr/lib/mips64el-linux-gnuabi64 -L/usr/lib -lQuantLib -o 
build/lib.linux-mips64-cpython-311/QuantLib/_QuantLib.cpython-311-mips64el-linux-gnuabi64.so
 -fopenmp
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::HimalayaOption::arguments::~arguments()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption9argumentsD1Ev[_ZN8QuantLib14HimalayaOption9argumentsD1Ev]+0x104):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption9argumentsD1Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::results::~results()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD1Ev[_ZN8QuantLib14HimalayaOption7resultsD1Ev]+0xf0):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD1Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::HimalayaOption::results::~results()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD1Ev[_ZN8QuantLib14HimalayaOption7resultsD1Ev]+0x118):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD1Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::results::~results()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD0Ev[_ZN8QuantLib14HimalayaOption7resultsD0Ev]+0x8c):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD0Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::HimalayaOption::results::~results()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption7resultsD0Ev[_ZN8QuantLib14HimalayaOption7resultsD0Ev]+0xb4):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption7resultsD0Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to 
QuantLib::GenericEngine::~GenericEngine()':
quantlib_wrap.cpp:(.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED2Ev[_ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED5Ev]+0x110):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED2Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to 
QuantLib::GenericEngine::~GenericEngine()':
quantlib_wrap.cpp:(.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED0Ev[_ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED5Ev]+0x8c):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib13GenericEngineINS_14HimalayaOption9argumentsENS1_7resultsEED0Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::engine::~engine()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption6engineD2Ev[_ZN8QuantLib14HimalayaOption6engineD5Ev]+0xa4):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption6engineD2Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to QuantLib::HimalayaOption::engine::~engine()':
quantlib_wrap.cpp:(.text._ZN8QuantLib14HimalayaOption6engineD0Ev[_ZN8QuantLib14HimalayaOption6engineD5Ev]+0x8c):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib14HimalayaOption6engineD0Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`virtual thunk to QuantLib::CliquetOption::arguments::~arguments()':
quantlib_wrap.cpp:(.text._ZN8QuantLib13CliquetOption9argumentsD1Ev[_ZN8QuantLib13CliquetOption9argumentsD1Ev]+0x104):
 relocation truncated to fit: R_MIPS_GOT_PAGE against 
`.text._ZN8QuantLib13CliquetOption9argumentsD1Ev'
build/temp.linux-mips64-cpython-311/QuantLib/quantlib_wrap.o: in function 
`non-virtual thunk to 
QuantLib::GenericEngine::~GenericEngine()':
quantlib_wrap.cpp:(.text._ZN8QuantLib13GenericEngineINS_13CliquetOption9argumentsENS_14OneAssetOption7resultsEED2Ev[_ZN8QuantLib13GenericEngineINS_13CliquetOption9argumentsENS_14OneAssetOption7resultsEED5Ev]+0x110):
 additional relocation overflows omitted from the output
collect2: error: ld returned 1 exit status

Cheers
-- 
Sebastian Ramacher



Bug#1025708: debootstrap 1.0.123+deb11u2 flagged for acceptance

2023-10-28 Thread Adam D Barratt
package release.debian.org
tags 1025708 = bullseye pending
thanks

Hi,

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

Thanks for your contribution!

Upload details
==

Package: debootstrap
Version: 1.0.123+deb11u2

Explanation: backport merged-/usr support changes from trixie: implement 
merged-/usr by post-merging, default to merged-/usr for suites newer than 
bookworm in all profiles



Bug#1050868: debootstrap 1.0.128+nmu2+deb12u1 flagged for acceptance

2023-10-28 Thread Adam D Barratt
package release.debian.org
tags 1050868 = bookworm pending
thanks

Hi,

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

Thanks for your contribution!

Upload details
==

Package: debootstrap
Version: 1.0.128+nmu2+deb12u1

Explanation: backport merged-/usr support changes from trixie: implement 
merged-/usr by post-merging, default to merged-/usr for suites newer than 
bookworm in all profiles



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

2023-10-28 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'm investigsting now.  The faulty changelog entry indeed isn't the
topmost one.  However, dgit needs to use the changelog entry
corresponding to the (first) import of that upstream version, for its
synthetic commits representing the .origs.

(dgit tries to make these stable, as that improves the synthetic git
commit structure.)

I think the best thing is to use dummy data for the authorship, and
the date of the last non-broken changelog entry before the one it
wants.  But perhaps that's too complicated and dgit should just use
today's data and dummy authorship if any of this archaeology fails.

I'll work on some kind of fix.

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#1054475: spyder: Fix language autoconfiguration

2023-10-28 Thread Samuel Thibault
Julian Gilbey, le sam. 28 oct. 2023 20:06:53 +0100, a ecrit:
> On Fri, Oct 27, 2023 at 07:33:19PM +0200, Samuel Thibault wrote:
> > Control: tags -1 + fixed-upstream.
> > 
> > Samuel Thibault, le mar. 24 oct. 2023 13:40:58 +0200, a ecrit:
> > > The autoconfiguration of the language is currently completely broken in
> > > spyder: when starting spyder on a e.g. french-installed Debian, spyder
> > > still displays english by default, and one has to change the language
> > > by hand.  I have submitted a bug to upstream, but a very simple fix is
> > > possible for Debian to apply easily, as attached, could you apply it?
> > 
> > Upstream preferred to apply the attached patch, which explicitly
> > disables these language (they are incomplete translations)
> > [...]
> 
> Ah, so it is probably not worth applying this to bookworm, as these
> languages are not enabled at present in the bookworm version, and this
> patch would essentially leave them disable.  Is that a correct
> understanding?

No, it is missing the point: currently, language autoconfiguration
is broken even for complete translations: even if you have a
french-installed Debian, spyder will by default show an english
interface, even if the french translation *is* complete. That is because
of a bug that is fixed by

https://github.com/spyder-ide/spyder/pull/21451/commits/7daea2051fbd28c9bf60523423366e96d68d660a

but rather than backporting that codechange which might uncover
who-knows-what bug, better apply the language list update patch:

https://github.com/spyder-ide/spyder/pull/21451/commits/28c12114299d8da8e58ee150cf1f7af1e0fd75b4

which happens to avoid the bug and let language autoconfiguration
actually work (for those languages which are not disabled due to
incompleteness).

Samuel



Bug#1054475: spyder: Fix language autoconfiguration

2023-10-28 Thread Julian Gilbey
Hello Samuel,

On Fri, Oct 27, 2023 at 07:33:19PM +0200, Samuel Thibault wrote:
> Control: tags -1 + fixed-upstream.
> 
> Hello,
> 
> Samuel Thibault, le mar. 24 oct. 2023 13:40:58 +0200, a ecrit:
> > The autoconfiguration of the language is currently completely broken in
> > spyder: when starting spyder on a e.g. french-installed Debian, spyder
> > still displays english by default, and one has to change the language
> > by hand.  I have submitted a bug to upstream, but a very simple fix is
> > possible for Debian to apply easily, as attached, could you apply it?
> 
> Upstream preferred to apply the attached patch, which explicitly
> disables these language (they are incomplete translations)
> [...]

Ah, so it is probably not worth applying this to bookworm, as these
languages are not enabled at present in the bookworm version, and this
patch would essentially leave them disable.  Is that a correct
understanding?

Best wishes,

   Julian



Bug#1040062: Build failure for pydevd on alpha: gp-relative relocation against dynamic symbol

2023-10-28 Thread Julian Gilbey
On Sat, Oct 28, 2023 at 03:34:47PM +0300, Adrian Bunk wrote:
> On Fri, Oct 20, 2023 at 07:03:41AM +0100, Julian Gilbey wrote:
> > Hi!
> > 
> > I'm completely out of my depth on this one, and I wonder whether
> > anyone might be able to help.
> > [...]
> > /usr/bin/ld: /tmp/ccR4bmTq.ltrans5.ltrans.o: gp-relative relocation against 
> > dynamic symbol __pyx_module_is_main__pydevd_bundle__pydevd_cython
> > [...]
> 
> That's related to #1040062, the best fix that does not involve touching dpkg 
> is:

Thanks Adrian!  I'll apply this patch.

Best wishes,

   Julian



Bug#1054920: perftest: ib__ manual pages outdated

2023-10-28 Thread Étienne Mollier
Package: perftest
Version: 4.5+0.17-1
Severity: minor

Dear Maintainer,

There is currently a lot of delta between the documented options
of maintainer manual pages of the different ib__
commands, which are timestamped as dating back from 2008, and
the wealth of options currently reported by the commands' --help
output.  I have been banging my head wondering how to change
some test parameters until I noticed the newer options while
browsing through perftest source code.

Depending on what is the easiest for you, I think it would be
welcome to see the manual pages refreshed, or at least have a
prominent SEE ALSO section strongly stating that the information
in the manual may be outdated, and one should preferably refer
to --help for the complete list of options.

Have a good day,  :)
-- 
  .''`.  Étienne Mollier 
 : :' :  gpg: 8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
 `. `'   sent from /dev/pts/3, please excuse my verbosity
   `-on air: Subsignal - Sliver (The Sheltered Garden)


signature.asc
Description: PGP signature


Bug#1050868: bookworm-pu: package debootstrap/1.0.128+nmu2+deb12u1

2023-10-28 Thread Cyril Brulebois
Luca Boccassi  (2023-10-28):
> If you still have some time to spare by any chance, I think this will
> be needed soon:
> 
> https://salsa.debian.org/installer-team/debian-installer/-/merge_requests/39
> 
> If everything goes according to plans, next week there will be udev
> v255-rc1, which I will upload to unstable to get more coverage before
> the release - and it will no longer support legacy paths/layouts, which
> I think will affect the daily d-i builds.

Yes, that's the next topic on my list, as shared with Helmut a couple
weeks ago and confirmed earlier today.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Bug#1054917: evolution-ews: Importing ics calendar to Exchange server gets TZ wrong

2023-10-28 Thread Andrew Perrin
Sure, here you go:

https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/248

On Sat, 2023-10-28 at 12:24 -0400, Jeremy Bícha wrote:
> On Sat, Oct 28, 2023 at 12:21 PM Andrew Perrin
>  wrote:
> > Importing .ics calendar files downloaded from elsewhere, for
> > example
> > sports schedules
> > from GoHeels.com, that have DTSTART and DTEND fields demarcated in
> > UTC
> > with Z at the end to
> > identify
> 
> Could you report this issue to the upstream developers and reply here
> with the link to the issue?
> 
> https://gitlab.gnome.org/GNOME/evolution-ews/-/issues
> 
> Thank you,
> Jeremy Bícha



Bug#619328: console-setup-freebsd: Uninstallable on Linux hosts

2023-10-28 Thread Paul Gevers

Hi,

On Mon, 24 Jul 2023 17:17:54 +0200 Paul Gevers  wrote:
On Wed, 23 Mar 2011 10:49:42 +0100 Julien Cristau  
wrote:

> On Wed, Mar 23, 2011 at 11:36:00 +0200, Anton Zinoviev wrote:
> > Does this mean the 
> > architectures are not equal in rights - an 'all' package is allowed to 
> > be uninsallable on kFreeBSD but not on Linux?
> > 
> No, it's fine.


While I totally stand behind this, with the kfreebsd's removed now even 
from the ports [1], maybe it's time to stop building console-setup-freebsd?


And now, due to changes in our migration software, this issue has caused 
console-setup to be blocked for 34 days already [1]:

uninstallable on arch amd64, not running autopkgtest there

I'll hint it through now, but it would be nicer if console-setup-freebsd 
would be dropped next time (as it would ensure src:console-setup gets 
the normal autopkgtest treatment).


Paul

[1] https://qa.debian.org/excuses.php?package=console-setup


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1054819: ezdxf: FTBFS: make[2]: *** [Makefile:44: html] Error 2

2023-10-28 Thread Santiago Vila

El 28/10/23 a las 18:48, Santiago Vila escribió:

Just put it inside your chroot replacing /usr/bin/make.


I forgot, sorry: you will also need this in the environment to enable shuffle:

export GNUMAKEFLAGS=--shuffle

but for some reason I did not even need that to reproduce the problem.

Thanks.



Bug#1054898: piuparts.d.o: overhaul merged-/usr configuration to match the majority of installed systems

2023-10-28 Thread Paul Gevers

Hi,

On 28-10-2023 17:10, Nicolas Dandrimont wrote:

In short, I think we've made a mistake by having piuparts use unmerged-/usr
chroots during the bookworm development cycle, and I'd like to fix that now.


Well, if I recall correctly one of the worries during the bookworm 
development cycle was a class of bugs that would break on 
un-merged-/usr, but not on merged-/usr. Hence, we *choose* to have 
piuparts test with the former. I don't think *yet* that that was a mistake.



As far as I can tell, to guard testing migration, the release team is
comparing the results of piuparts running on the package in trixie, with
the results of piuparts running on the package in sid. I'm not sure that
upgrades (that is, testing2sid) are involved, so, as long as the chroots
are consistent between the trixie tests and the sid tests, these exports
should keep making sense for the release team.


Indeed, britney2 only looks at the pure sid and pure testing results.

Paul


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1041562: dracut-core: dracut 059 produces broken unified kernel images with systemd 254

2023-10-28 Thread Phil Calvin
On Thu, 3 Aug 2023 22:28:42 + Harlan Lieberman-Berg 
 wrote:
> On Thu, 20 Jul 2023 23:16:43 +0200 Pawel Jasiak  
wrote:

> > Fixes are already in dracut master branch:
> > - f32e95bcadbc5158843530407adc1e7b700561b1
> > - 33a66ed04bdc30eccb172a0cd6dcc36d9d74f825
>
> I confirm that these two patches fix the problem. I've pushed up a
> branch to Salsa (fix-uki) with the patch fuzzed and included, plus an
> entry for d/changelog.
>

Thank you!

I built dracut and dracut-core packages from your branch and can also 
confirm it fixes the issue, and the generated EFI image is now bootable 
again.


It would be good to make sure the broken dracut doesn't migrate to 
stable. Since this bug results in an unbootable system after a kernel 
upgrade, should this be `serious` instead of `normal`?


All the best,

Phil



Bug#1050868: bookworm-pu: package debootstrap/1.0.128+nmu2+deb12u1

2023-10-28 Thread Luca Boccassi
On Sat, 28 Oct 2023 17:35:27 +0200 Cyril Brulebois 
wrote:
> Cyril Brulebois  (2023-10-15):
> > Simon McVittie  (2023-10-15):
> > > I have attempted to test the proposed version in d-i. I am not an
> > > expert on d-i, but I hope what I have done here is approximately
> > > correct:
> > […]
> > > I hope this is helpful information.
> > 
> > That's decent testing, yes, thanks.
> > 
> > The pu/opu review on my side should be happening in a couple of
days
> > anyway.
> 
> Test results look good to me too, feel free to go ahead.
> 
> (With the same unimportant proviso about debian/.gitignore)

Thank you for the reviews!

If you still have some time to spare by any chance, I think this will
be needed soon:

https://salsa.debian.org/installer-team/debian-installer/-/merge_requests/39

If everything goes according to plans, next week there will be udev
v255-rc1, which I will upload to unstable to get more coverage before
the release - and it will no longer support legacy paths/layouts, which
I think will affect the daily d-i builds.

-- 
Kind regards,
Luca Boccassi


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


Bug#1054919: kaccounts-providers: google authentication hang after username entry

2023-10-28 Thread Alexis Murzeau

Package: kaccounts-providers
Version: 4:22.12.3-2
Severity: important
Tags: patch

Dear Maintainer,

When trying to login to a google account to use google drive with kio-gdrive,
the authentication hang.

The reproduction steps are:
- Open systemsettings
- Go to online accounts
- Add a new account and choose "Google"
- A webpage dialog is opened with the google login page
- Enter the username then click on "Next" on the google login page
- The webpage hangs there and never goes to the next page


To fix this, I've put this line in /etc/signon-ui/webkit-
options.d/accounts.google.com.conf:
UserAgent = Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101
Firefox/77.0

The webpage issue is maybe caused by the use of Qt webkit, using an older
UserAgent probably causes Google to offer an older login page that works with
Qt webkit.

As the UserAgent is required to make the login work, can it be added to the
package ?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (950, 'unstable'), (500, 'unstable-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
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)

Versions of packages kaccounts-providers depends on:
ii  kio   5.107.0-1
ii  kpackagetool5 5.107.0-1
ii  libc6 2.37-12
ii  libkaccounts2 4:22.12.3-1
ii  libkf5coreaddons5 5.107.0-1
ii  libkf5declarative55.107.0-1
ii  libkf5i18n5   5.107.0-1+b1
ii  libkf5kiocore55.107.0-1
ii  libkf5package55.107.0-1
ii  libqt5core5a  5.15.10+dfsg-3
ii  libqt5gui55.15.10+dfsg-3
ii  libqt5qml55.15.10+dfsg-2
ii  libqt5webengine5  5.15.15+dfsg-2+b1
ii  libqt5webenginecore5  5.15.15+dfsg-2+b1
ii  libqt5xml55.15.10+dfsg-3
ii  libstdc++613.2.0-5
ii  plasma-framework  5.107.0-1
ii  qml-module-org-kde-kirigami2  5.107.0-1+b1
ii  qml-module-qtquick-controls   5.15.10-2
ii  qml-module-qtquick-layouts5.15.10+dfsg-2
ii  qml-module-qtquick2   5.15.10+dfsg-2
ii  qml-module-qtwebengine5.15.15+dfsg-2+b1
ii  signon-plugin-oauth2  0.25-2

Versions of packages kaccounts-providers recommends:
ii  libkf5purpose-bin  5.107.0-1

kaccounts-providers suggests no packages.

-- Configuration Files:
/etc/signon-ui/webkit-options.d/accounts.google.com.conf changed:
ViewportWidth = 480
ViewportHeight = 420
UsernameField = input[name="Email"]
PasswordField = input[name="Passwd"]
AllowedUrls = (https://.*|http://[^/]*google\\.[^.]+/accounts/.*)
UserAgent = Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/77.0


-- no debconf information

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



Bug#1054657: transition: r-bioc-biocgenerics

2023-10-28 Thread Graham Inggs
Control: tags -1 + moreinfo

Hi Andreas

On Fri, 27 Oct 2023 at 14:03, Andreas Tille  wrote:
> The BioConductor transition will bump the virtual package
> r-api-bioc-3.17 to r-api-bioc-3.18.
>
> BTW, I'm aware that a couple of r-bioc-* packages did not yet migrated
> to testing due to some autopkgtest issues on some architectures.  We
> decided that it makes sense to do the transition first and approach
> upstream about their latest release in case those issues might remain.

Please remove the 'moreinfo' tag once all NEW packages needed for this
transition have been uploaded to experimental and have passed through
NEW review.

> Ben file:
>
> title = "r-bioc-biocgenerics";
> is_affected = .depends ~ "r-api-bioc-3.17" | .depends ~ "r-api-bioc-3.18";
> is_good = .depends ~ "r-api-bioc-3.18";
> is_bad = .depends ~ "r-api-bioc-3.17";

I modified the tracker used for the previous transition and the output
can be viewed here:
https://release.debian.org/transitions/html/r-api-bioc-3.18.html
Please let me know if that doesn't look correct.

Regards
Graham



  1   2   >