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

2024-03-20 Thread Vladimir Petko
Hi,

 This issue appears to be caused by the openssl fix[1].

Best Regards,
 Vladimir.

[1] https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363



Bug#1067403: perdition: definition of strcasestr clashes with that of glibc

2024-03-20 Thread Michael Hudson-Doyle
Package: perdition
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: michael.hud...@ubuntu.com

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/patches/remove-strcasestr.patch: remove implementation of strcasestr
that conflicts with that provided by glibc.

which causes a ftbfs in Ubuntu. I'm not sure why Debian is not affected
-- we have a newer version of glibc though, so it's probably that.

Thanks for considering the patch. I doubt upstream would be happy with
it!

Cheers,
mwh

-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-25-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru perdition-2.2/debian/patches/remove-strcasestr.patch 
perdition-2.2/debian/patches/remove-strcasestr.patch
--- perdition-2.2/debian/patches/remove-strcasestr.patch1970-01-01 
12:00:00.0 +1200
+++ perdition-2.2/debian/patches/remove-strcasestr.patch2024-03-21 
16:23:27.0 +1300
@@ -0,0 +1,68 @@
+--- a/perdition/str.c
 b/perdition/str.c
+@@ -705,37 +705,6 @@
+ }
+ 
+ /**
+- * strcasestring
+- * Find the first occurrence of string in a string, case insensitively
+- * pre: haystack: string to search in
+- *  needle: string to search for
+- * return: pointer to the first occurrence of needle
+- * NULL on error
+- *
+- * Note: returns a const char* rather than a char * like strstr().
+- *   This seems more logical given the type of the inputs.
+- *
+- *   strcasestr() exists in gcc (and returns char *) but this
+- *   is a GNU extension. As an implementation is needed for when
+- *   perdition is compiled against other libcs, it may as be used all
+- *   the time.
+- **/
+-
+-const char *strcasestr(const char *haystack, const char *needle)
+-{
+-  size_t i, haystack_len, needle_len;
+-
+-  haystack_len = strlen(haystack);
+-  needle_len = strlen(needle);
+-
+-  for (i = 0; haystack_len - i >= needle_len; i++)
+-  if (!strcasecmp(haystack + i, needle))
+-  return haystack + i;
+-
+-  return NULL;
+-}
+-
+-/**
+  * strcasedelimword
+  * Find the first occurrence of a word in a string
+  * That is, find a needle in a haystack and make sure that;
+--- a/perdition/str.h
 b/perdition/str.h
+@@ -335,25 +335,6 @@
+ char *str_replace(char *str, size_t n, ...);
+ 
+ /**
+- * strcasestring
+- * Find the first occurrence of string in a string, case insensitively
+- * pre: haystack: string to search in
+- *  needle: string to search for
+- * return: pointer to the first occurrence of needle
+- * NULL on error
+- *
+- * Note: returns a const char* rather than a char * like strstr().
+- *   This seems more logical given the type of the inputs.
+- *
+- *   strcasestr() exists in gcc (and returns char *) but this
+- *   is a GNU extension. As an implementation is needed for when
+- *   perdition is compiled against other libcs, it may as be used all
+- *   the time.
+- **/
+-
+-const char *strcasestr(const char *haystack, const char *needle);
+-
+-/**
+  * strcasedelimword
+  * Find the first occurrence of a word in a string
+  * That is, find a needle in a haystack and make sure that;
diff -Nru perdition-2.2/debian/patches/series 
perdition-2.2/debian/patches/series
--- perdition-2.2/debian/patches/series 2019-08-02 23:10:52.0 +1200
+++ perdition-2.2/debian/patches/series 2024-03-21 16:23:13.0 +1300
@@ -1 +1,2 @@
 fix-build.patch
+remove-strcasestr.patch


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

2024-03-20 Thread Yadd

Control: tags -1 + moreinfo

Hi,

I'm unable to reproduce this issue. Probably fixed elsewhere during 
time_t transition




Bug#1064196: tracker-extract: Repeatedly coredumps

2024-03-20 Thread Alban Browaeys
Could you install the debug packages so as to get a more complete
stacktrace? (I believe nvidia ones at least)


Cheers
Alban

On Sun, 18 Feb 2024 10:11:32 +0100 Nicolas Patrois
 wrote:
> Package: tracker-extract
> Version: 3.4.6-3
> Severity: important
> Tags: upstream
> 
> Dear Maintainer,
> 
> tracker got installed automatically, why not.
> But this morning, tracker-extract coredumps systematically: my old
machine was
> unusable.
> Here is an example of systemd-coredump’s output in the logs:
> 
> févr. 18 09:52:56 [mymachine] systemd-coredump[28563]: [] Process
28551
> (tracker-extract) of user 65534 dumped core.
> 
>  Module
libnvidia-
> fatbinaryloader.so.390.157 without build-id.
>  Module
libcuda.so.1
> without build-id.
>  Module
libsystemd.so.0
> from deb systemd-255.3-2.i386
>  Module
> libarchive.so.13 from deb libarchive-3.7.2-1.i386
>  Module
libzstd.so.1
> from deb libzstd-1.5.5+dfsg2-2.i386
>  Module
libudev.so.1
> from deb systemd-255.3-2.i386
>  Stack trace
of thread
> 28551:
>  #0 
0xb7fa5577
> __kernel_rt_sigreturn (linux-gate.so.1 + 0x577)
>  #1 
0xa1947e5e
> n/a (libnvidia-fatbinaryloader.so.390.157 + 0x2e5e)
>  ELF object
binary
> architecture: Intel 80386
> 
> I won’t send send a coredump here (about 20 MB) but if you want one,
just ask.
> For example there are 43 coredumps in /var/lib/systemd/coredump/,
like:
> core.tracker-
>
extract.65534.68bda4c586434f3d9e89df19e3f88eae.28551.170824633700.z
st
> 
> Yours,
> n.
> 
> 
> -- System Information:
> Debian Release: trixie/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'stable')
> Architecture: i386 (i686)
> 
> Kernel: Linux 5.16.0-6-686-pae (SMP w/3 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR:fr:en_GB:en
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages tracker-extract depends on:
> ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-4+b1



Bug#1056778: gnome-shell: Leaks memory using Wayland; bug still present as of 2024-03-21

2024-03-20 Thread Adrian Kieß


Dear Maintainer,

the bug in the gnome-shell process is still there in Debian/testing as
of the 2024-03-21.

The gnome-shell process leaks memory in a tremendous way. The process
can get up to 4-8 Gigabyte large.

Thank you for your kind attention.

Sincerely,

Adrian Kieß



Bug#1067402: ITP: python-fake-headers -- package for generate headers to http requests

2024-03-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-de...@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python-fake-headers
  Version : 1.0.2
  Upstream Contact: TheDevFromKer
* URL : https://github.com/TheDevFromKer/Fake-Headers
* License : MIT/X
  Programming Lang: Python
  Description : package for generate headers to http requests

 Fake-Headers is a library capable of manipulating HTTP headers, allowing
 users to create custom HTTP requests. Providing an additional layer of
 anonymity and security when interacting with web servers.
 .
 With a simple and intuitive interface, the tool can be easily integrated
 into existing Python scripts, offering a flexible and powerful solution
 for manipulating HTTP headers.
 .
 It stands out for enabling developers to manipulate and customize HTTP
 headers, including false or personalized information in HTTP requests.
 .
 It also allows anonymity and privacy by allowing users to hide sensitive
 information, such as user-agent and other identifying details, maintaining
 their privacy and anonymity when interacting with web servers.

 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1067076: x11vnc: FTBFS on arm{el,hf}: uinput.c:723:25: error: ‘struct input_event’ has no member named ‘time’

2024-03-20 Thread Michael Hudson-Doyle
Package: x11vnc
Followup-For: Bug #1067076
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: michael.hud...@ubuntu.com
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/0007-use-clock_gettime-to-replace-gettimeofday.patch:
Use clock_gettime to replace gettimeofday.

Thanks for considering the patch.


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-25-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru 
x11vnc-0.9.16/debian/patches/0007-use-clock_gettime-to-replace-gettimeofday.patch
 
x11vnc-0.9.16/debian/patches/0007-use-clock_gettime-to-replace-gettimeofday.patch
--- 
x11vnc-0.9.16/debian/patches/0007-use-clock_gettime-to-replace-gettimeofday.patch
   1970-01-01 12:00:00.0 +1200
+++ 
x11vnc-0.9.16/debian/patches/0007-use-clock_gettime-to-replace-gettimeofday.patch
   2024-03-21 15:26:54.0 +1300
@@ -0,0 +1,86 @@
+Description: Use clock_gettime to replace gettimeofday
+ So that the program is compatible with 64-bit time_t types on 32-bit systems
+Author: Zixing Liu 
+Forwarded: no
+Last-Update: 2024-03-21
+
+Index: x11vnc/src/uinput.c
+===
+--- x11vnc.orig/src/uinput.c
 x11vnc/src/uinput.c
+@@ -710,6 +710,7 @@ void parse_uinput_str(char *in) {
+ static void ptr_move(int dx, int dy) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timespec tv;
+   int d = direct_rel_fd < 0 ? fd : direct_rel_fd;
+ 
+   if (injectable && strchr(injectable, 'M') == NULL) {
+@@ -720,7 +721,9 @@ static void ptr_move(int dx, int dy) {
+ 
+   if (db) fprintf(stderr, "ptr_move(%d, %d) fd=%d\n", dx, dy, d);
+ 
+-  gettimeofday(, NULL);
++  clock_gettime(CLOCK_REALTIME, );
++  ev.input_event_sec = tv.tv_sec;
++  ev.input_event_usec = tv.tv_nsec / 1000;
+   ev.type = EV_REL;
+   ev.code = REL_Y;
+   ev.value = dy;
+@@ -755,6 +758,7 @@ static void apply_tslib(int *x, int *y)
+ static void ptr_abs(int x, int y, int p) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timespec tv;
+   int x0, y0;
+   int d = direct_abs_fd < 0 ? fd : direct_abs_fd;
+ 
+@@ -773,7 +777,9 @@ static void ptr_abs(int x, int y, int p)
+ 
+   if (db) fprintf(stderr, "ptr_abs(%d, %d => %d %d, p=%d) fd=%d\n", x0, 
y0, x, y, p, d);
+ 
+-  gettimeofday(, NULL);
++  clock_gettime(CLOCK_REALTIME, );
++  ev.input_event_sec = tv.tv_sec;
++  ev.input_event_usec = tv.tv_nsec / 1000;
+   ev.type = EV_ABS;
+   ev.code = ABS_Y;
+   ev.value = y;
+@@ -950,6 +956,7 @@ if (0) {usleep(100*1000) ;}
+ static void button_click(int down, int btn) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timespec tv;
+   int d = direct_btn_fd < 0 ? fd : direct_btn_fd;
+ 
+   if (injectable && strchr(injectable, 'B') == NULL) {
+@@ -959,7 +966,9 @@ static void button_click(int down, int b
+   if (db) fprintf(stderr, "button_click: btn %d %s fd=%d\n", btn, down ? 
"down" : "up", d);
+ 
+   memset(, 0, sizeof(ev));
+-  gettimeofday(, NULL);
++  clock_gettime(CLOCK_REALTIME, );
++  ev.input_event_sec = tv.tv_sec;
++  ev.input_event_usec = tv.tv_nsec / 1000;
+   ev.type = EV_KEY;
+   ev.value = down;
+ 
+@@ -1230,6 +1239,7 @@ void uinput_pointer_command(int mask, in
+ void uinput_key_command(int down, int keysym, rfbClientPtr client) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timespec tv;
+   int scancode;
+   allowed_input_t input;
+   int d = direct_key_fd < 0 ? fd : direct_key_fd;
+@@ -1253,7 +1263,9 @@ void uinput_key_command(int down, int ke
+   if (db) fprintf(stderr, "uinput_key_command: %d -> %d %s fd=%d\n", 
keysym, scancode, down ? "down" : "up", d);
+ 
+   memset(, 0, sizeof(ev));
+-  gettimeofday(, NULL);
++clock_gettime(CLOCK_REALTIME, );
++ev.input_event_sec = tv.tv_sec;
++ev.input_event_usec = tv.tv_nsec / 1000;
+   ev.type = EV_KEY;
+   ev.code = (unsigned char) scancode;
+   ev.value = down;
diff -Nru x11vnc-0.9.16/debian/patches/series 
x11vnc-0.9.16/debian/patches/series
--- x11vnc-0.9.16/debian/patches/series 2020-12-02 20:57:42.0 +1300
+++ x11vnc-0.9.16/debian/patches/series 2024-03-21 15:26:54.0 +1300
@@ -5,3 +5,4 @@
 0004-x11vnc.ftbfs-gcc10.patch
 0005-scan-limit-access-to-shared-memory-segments-to-curre.patch
 

Bug#1067401: trantor: libtrantor1 has spurious depends on libssl3

2024-03-20 Thread Michael Hudson-Doyle
Package: trantor
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: michael.hud...@ubuntu.com

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Drop spurious Depends on libssl3 as package is currently built with no TLS
provider.

The libssl3 package is being renamed to libssl3t64 as part of the time_t
transition so this is blocking various things on armhf and other
affected arches.

Thanks for considering the patch.


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-25-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru trantor-1.5.12+ds/debian/control trantor-1.5.12+ds/debian/control
--- trantor-1.5.12+ds/debian/control2024-03-05 15:07:38.0 +1300
+++ trantor-1.5.12+ds/debian/control2024-03-21 15:06:24.0 +1300
@@ -12,7 +11,7 @@
 
 Package: libtrantor1
 Architecture: any
-Depends: libssl3, libc-ares2, ${misc:Depends}, ${shlibs:Depends}
+Depends: libc-ares2, ${misc:Depends}, ${shlibs:Depends}
 Description: Non-blocking I/O cross-platform TCP network library
  Trantor is a non-blocking I/O cross-platform TCP network library, using C++14.
  Drawing on the design of Muduo Library


Bug#1066942: xmrig: FTBFS on armhf: cc: error: unrecognized command-line option ‘-maes’

2024-03-20 Thread Ben Westover

Hello,

The package builds fine on my armhf VM as well as a Raspberry Pi 2 
running armhf Debian bare metal. Maybe some transitioning library caused 
this issue? If xmrig gets binNMU'd, it will probably build successfully. 
I would do it, but I'm not a Debian Developer. Could you do it?


Thanks,
--
Ben Westover


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1031793: dgit: Treat single-debian-patch as implying --quilt=single

2024-03-20 Thread Sean Whitton
Hello,

On Wed 22 Feb 2023 at 05:21pm -07, Sean Whitton wrote:

>
> Right, but the pile of Emacs addons I maintain using dgit-maint-merge(7)
> will never hit any of those behaviours.  So it's a high cost to impose
> on someone in a position such as mine.
>

I still regret that this change went into bookworm, and would like to
simplify things again.  I still think that this is a case where the cost
of correctness-in-all-cases is too high.

I think we can revert the behavioural change and come up with an
appropriate warning in the workflow manpage.  It might be relevant to
recommend users consider using source format 1.0, even.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#1050713: mixed team workflows incl. --overwrite, split brain

2024-03-20 Thread Sean Whitton
Hello,

On Wed 20 Mar 2024 at 06:12pm GMT, Ian Jackson wrote:

> Control: severity -1 important
>
> Having thought about it, I propose the following changes to try to
> help with this:
>
> 1. Provide an alias for --overwrite (without version) called
>something like --trust-changelog, and make that be the primary name.
>That's really what --overwrite (without version) does.

Nice.

> 2. Provide a new option --collab-sceptics [1] which implies
>--split-view=always --trust-changelog.
>
> [1] I'm very unusre of the right name.  This option should be used in
> two situations:
>
>  (a) The package is team maintained, and you are doing a team upload;
>  your teammates don't use dgit (and object to the .dsc import
>  commits that can happen in the dgit history (so the maintainer
>  history doesn't have the .dsc imports).  So you must hide the
>  .dsc imports (which are in the dgit view) and trust the
>  changelog.
>
>  (b) You are doing an NMU, and you're doing it from maintainer git,
>  but the maintainer doesn't use dgit.  Nevertheless the maintainer
>  wants your git commits.  So you want to provide a git branch that
>  doesn't have the .dsc import commits (and you must truxt the
>  changelog).

How about --with-non-dgit ?

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#1050713: mixed team workflows incl. --overwrite, split brain

2024-03-20 Thread Sean Whitton
Hello,

On Thu 21 Mar 2024 at 10:16am +08, Sean Whitton wrote:

>
> How about --with-non-dgit ?

Or, combining suggestions, --collab-non-dgit .

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#1067400: bash should build with standard shell

2024-03-20 Thread Gioele Barabucci

Package: src:bash
Version: 5.2.21-2
Tags: patch

Dear bash maintainer,

currently d/rules sets "SHELL = /bin/bash". This may create problems 
during bootstrapping.


Please find a at

https://salsa.debian.org/gioele/bash/-/compare/rrr-no...shell-sh

a couple of small commits that remove this limitation and get rid of the 
few bashisms present in d/rules. With these changes bash builds just 
fine with dash.


Please note that these commits build on the rrr-no series related to 
.


Diffoscope shows no changes in the generated binaries.

Regards,

--
Gioele Barabucci



Bug#1067399: openjdk-17-jre: uninstallable (depends on wrong libraries)

2024-03-20 Thread Thorsten Glaser
Package: openjdk-17-jre
Version: 17.0.11~6ea-1
Severity: serious
Justification: uninstallable

Depends: openjdk-17-jre-headless (= 17.0.11~6ea-1),
 libglib2.0-0t64 (>= 2.24), […], libcups2, […]

This must of course be libcups2t64.



Bug#421591: bash: test builtin (or [) does not behave correctly

2024-03-20 Thread Gioele Barabucci

found 421591 5.2.21-2
thanks

On Mon, 11 Feb 2008 13:20:25 +0100 Vincent Lefevre  
wrote:

As a summary, the following test at least does not behave correctly:

vlefevre@vin:~$ test \( ! -e \) ; echo $?
bash: test: `)' expected
2

And I think this one is also buggy:

vlefevre@vin:~$ test true -a \( ! -a \) ; echo $?
bash: test: `)' expected
2

FYI, the coreutils and zsh test utility both output 1 on these tests;
so does dash on the second one only.


In bash 5.2.21-2 the first invocation behaves correctly:

$ test \( ! -e \) ; echo $?
1

but the second is still broken:

test true -a \( ! -a \) ; echo $?
-bash: test: `)' expected
2

--
Gioele Barabucci



Bug#1067041: Please also include "Incus UI"

2024-03-20 Thread Mathias Gibbens
Control: block 1067041 by 1067132

On Tue, 2024-03-19 at 15:47 +0900, Osamu Aoki wrote:
> I realize that the current Debian package doesn't seem to set INCUS_UI.
> 
> Do you plan to set it to `/var/lib/incus/ui`?  I think that is better place to
> put web page for distribution if it ever happens.

  For right now, I don't think I want to set a default INCUS_UI
environment variable, as there isn't any corresponding packaging in
Debian that would populate such a path. Better to let individuals set
it themselves if they wish to manually make a web-based UI available.
But I'd be happy to add that default along with a Recommends or
Suggests when Incus UI is packaged and ready for upload into the
archive.

> I think someone with interest and good skill on typescript and node needs to
> work on this to make real debian package.

  I'm blocking this bug by the RFP; thanks for filing it. Down the road
if/when someone does the packaging work, please let me know of any
progress that's made.

Mathias


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


Bug#1067398: python3-numpy: Missing /usr/include/python3.11/numpy link breaks builds

2024-03-20 Thread Dima Kogan
Package: python3-numpy
Version: 1:1.26.4+ds-5
Severity: important
X-Debbugs-Cc: none, Dima Kogan 

Hi.

Many of my packages just started to FTBFS. For instance this:

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

This is due to the

  /usr/include/python3.11/numpy (and/or other versions)

symlink not being shipped in python3-numpy anymore. I haven't bisected,
but it has worked as recently as python3-numpy = 1:1.24.2-2. It no
longer works as of 1:1.26.4+ds-5.

Can we get that symlink back, please?

Thanks!




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

Kernel: Linux 6.6.13-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf-8, LC_CTYPE=en_US.utf-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf-8), LANGUAGE=en_US.utf-8
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-numpy depends on:
ii  libatlas3-base [liblapack.so.3]3.10.3-13
ii  libblas3 [libblas.so.3]3.11.0-2
ii  libc6  2.37-7
ii  libgcc-s1  13.2.0-2
ii  liblapack3 [liblapack.so.3]3.11.0-2
ii  libopenblas0-openmp [liblapack.so.3]   0.3.25+ds-1
ii  libopenblas0-pthread [liblapack.so.3]  0.3.25+ds-1
ii  python33.11.4-5+b1
ii  python3-pkg-resources  68.1.2-1

python3-numpy recommends no packages.

Versions of packages python3-numpy suggests:
ii  gcc 4:13.2.0-1
ii  gfortran4:13.2.0-1
ii  python3-dev 3.11.4-5+b1
ii  python3-pytest  7.4.0-2

-- no debconf information



Bug#1067226: flint: libflint needs soversion bump to 19

2024-03-20 Thread Torrance, Douglas

Control: block 1067262 by -1
Control: block 1067274 by -1
Control: block 1067286 by -1
Control: block 1067293 by -1
Control: block 1067300 by -1
Control: block 1067360 by -1

On Wed 20 Mar 2024 10:13:20 AM -04, Doug Torrance  
wrote:

The binary package libflint18t64 ships libflint.so.19, so it should be
renamed to libflint19 and there should be a transition.


FTBFS bugs were recently filed against several packages (e-antic, normaliz,
msolve, singular, pynormaliz, and macaulay2) that depend on flint.  I'm
pretty sure that this is the underlying issue behind all of them.


signature.asc
Description: PGP signature


Bug#1067397: ITP: pysocks5 -- lightweight Socks5 proxy server back and forth

2024-03-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-de...@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: pysocks5
  Version : 0.1
  Upstream Contact: pandolia 
* URL : https://github.com/pandolia/pysocks5
* License : MIT/X
  Programming Lang: Python
  Description : lightweight Socks5 proxy server back and forth

 pysocks5 is a program that allows communication between clients and servers
 through a tunnel.
 The tunnel server (TunnelServer) listens for incoming connections and creates
 a tunnel between the client and the proxy server. Furthermore, the program
 implements a "backdoor" functionality that allows you  to establish a reverse
 connection with a remote server through the tunnel.
 
 Note: This package is a required dependency for the TeraBoxUtility
 ITP package: #1067395



Bug#1067396: paraller: package new release 20240222

2024-03-20 Thread Jari Aalto
Package: parallel
Version: 20231122+ds-1
Severity: wishlist

Please update package to newest release:

   GNU Parallel 20240222 released [stable]
   https://savannah.gnu.org/news/?id=10602

NOTE: The 'testing' version of parallel displays
perl notice bug:

  /usr/bin/parallel --version
  GNU parallel 20231122

  /usr/bin/parallel --semaphore --wait
  Bareword found where operator expected (Missing operator before "lint"?) 
at (eval 13) line 1, near "lint"
  Bareword found where operator expected (Missing operator before "lint"?) 
at (eval 14) line 1, near "lint"
  Bareword found where operator expected (Missing operator before "lint"?) 
at (eval 16) line 1, near "lint"

The newest version doesn't.

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

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

Versions of packages parallel depends on:
ii  perl 5.38.2-3
ii  procps   2:4.0.4-4
ii  sysstat  12.7.5-2

parallel recommends no packages.

Versions of packages parallel suggests:
pn  csh   
pn  fish  
pn  ksh   
pn  tcsh  
pn  zsh   

-- debconf-show failed



Bug#1067395: ITP: teraboxutility -- A python package for save file in TeraBox

2024-03-20 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-de...@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: teraboxutility
  Version : 0.0.1
  Upstream Contact: Thanh Dung 
* URL : https://github.com/nguyenThanhDg/TeraBox
* License : MIT/expat
  Programming Lang: Python
  Description : A python package for save file in TeraBox

 TeraBoxUtility is a tool to quickly upload data to TeraBox.
 Store large amounts of information securely.



Bug#1067394: bash: Support for Rules-Requires-Root: no

2024-03-20 Thread Gioele Barabucci

Package: src:bash
Version: 5.2.21-2
Tags: patch

Dear bash maintainer,

please find at

https://salsa.debian.org/gioele/bash/-/compare/nodoc...rrr-no

a series of commits that enable `Rules-Requires-Root: no` and implement 
all the minor but necessary changes to d/rules needed to support it.


Please note that the commits rely on the simplification work done to 
support the  profile and reported in 
.


Regards,

--
Gioele Barabucci



Bug#1067356: hipsolver: FTBFS: make[1]: *** [debian/rules:17: override_dh_auto_configure-arch] Error 2

2024-03-20 Thread Cordell Bloor

Control: reassign 1067356 libamdhip64-dev 5.7.1-1
Control: affects 1067356 hipsolver
Control: fixed 1067356 5.7.1-2

On 2024-03-20 15:00, Lucas Nussbaum wrote:

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


Relevant part (hopefully):

make[1]: Entering directory '/<>'
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DROCM_SYMLINK_LIBS=OFF 
-DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF -DBUILD_CLIENTS_TESTS=ON
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Release -DROCM_SYMLINK_LIBS=OFF 
-DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF -DBUILD_CLIENTS_TESTS=ON ..
Re-run cmake no build system arguments
-- The CXX compiler identification is GNU 13.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The Fortran compiler identification is GNU 13.2.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/gfortran - skipped
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/hip/hip-config.cmake:170 
(message):
   Unexpected HIP_PLATFORM:
Call Stack (most recent call first):
   CMakeLists.txt:145 (find_package)


Thanks Lucas. I uploaded a fix for this yesterday, but it was too late 
for this build.


Sincerely,
Cory Bloor


Bug#1067187: ITP: golang-github-lmittmann-tint -- slog.Handler that writes tinted (colorized) logs

2024-03-20 Thread Daniel Swarbrick

I think you're missing the point of this package.

Firstly, it is a _library_, not a daemon, so it is intended to be 
compiled / linked into other Go applications. It provides an easy 
jumping-off point for developers to customize the output of logs, 
particularly with respect to color and syntax highlighting, which is 
quite helpful during the development and debugging phase of writing 
software.


I doubt that it is of much interest to production deployments, which 
will typically not be logging to a console. However, it is trivial to 
configure tint to detect whether it is logging to a tty or not, and 
disable color accordingly.


The key-value functionality is not inherent to tint - that is part of 
Go's standaring library log/slog package.


For comparison's sake, the older sirupsen/logrus package also featured 
color output by default on ttys. That package is no longer actively 
developed (and predates log/slog by many years), so developers are 
likely to be looking for alternatives.


tint is currently imported by 164 other Go packages. It's only a matter 
of time before one of those Go packages needs to be packaged in Debian.


On 21.03.24 00:31, Salvo Tomaselli wrote:

journalctl does this, assuming that the journald or syslog protocols are used.

If stdout is used to log everything then it won't work.

Personally I prefer when software uses syslog, then I can filter by severity
directly, and the colours work too, of course.

journald protocol lets software define arbitrary keys and values.

Just a suggestion.


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#978755: courier-webadmin not working

2024-03-20 Thread trith
I can confirm that courier-webadmin does not work. 

On a fresh Debian 12.4.0 install (32-bit, server setup), after immediately 
installing courier-webadmin, when trying to access the webadmin frontend thru 
http://localhost/cgi-bin/courierwebadmin as stated in the install wizard, I get 
a 404. Plain "localhost" loads the Apache default page as expected.

The upstream website is also down quite a lot, and has to be accessed through 
the Wayback Machine. It's hard to get manual configuration instructions, and if 
I'm not sure that other components are functional, I doubt I have the skills to 
get it all working.

A partial substitute, with a mail server, webmail and webadmin, would be the 
Freedombox package:
https://tracker.debian.org/pkg/freedombox
Unfortunately it's not a very exact substitute. Freedombox doesn't really seem 
to have multi-domain hosting support; it has to be kludged to host a second 
website on a second domain, and I'm not sure if one could kludge it to do what 
Courier calls "vanity fronting", where each domain seems to have its own 
mailserver, webmail, users, etc.. Nor can Freedombox be set to provide just a 
mail system and allow other programs to provide other server services; it's 
intended as a monolithic standard-form home-server app that is administered 
entirely through a web interface, which is useful, but not at all the same 
thing.

Is there any other mailserver package that plays well with Debian and is easy 
test and maintain?


Bug#1065245: wl-mirror: Please include wl-present in the package

2024-03-20 Thread yrlf

Thanks @birger for packaging pipectl.

I have published wl-mirror 0.16.2-1 to close this bug.

@simon, it would be great if you could upload it again if that is ok for 
you.


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1067390: ITP: watcher -- watch for files or directory changes without using filesystem events

2024-03-20 Thread Shengjing Zhu
On Thu, Mar 21, 2024 at 5:39 AM Arthur Diniz  wrote:
>
> Package: wnpp
> Severity: wishlist
> Owner: Arthur Diniz 
>
> * Package name: watcher

There is already a package named watcher https://tracker.debian.org/pkg/watcher.
Maybe you can use go-watcher or golang-watcher for the package name.
But the cli /usr/bin/watcher is already taken by
python3-watcherclient.

-- 
Shengjing Zhu



Bug#1067094: pacman-package-manager: FTBFS on armel/armh

2024-03-20 Thread Ben Westover
It turned out to just be a test expecting the 32 bit limit. This is 
patched in the newest version which I have just uploaded. Build fixed!

--
Ben Westover


OpenPGP_signature.asc
Description: PGP signature


Bug#1067305: libjson-schema-modern-perl: FTBFS: dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code 3

2024-03-20 Thread gregor herrmann
On Thu, 21 Mar 2024 00:46:45 +0200, Niko Tyni wrote:

> Indeed. It seems to have regressed with
> libtest-json-schema-acceptance-perl_1.022-1, and specifically
> by the removal of some of its dependencies. Just installing
> libcpanel-json-xs-perl makes it pass again.

D'oh!
Thanks, nice find :)


Cheers,
gregor, preparing the upload

-- 
 .''`.  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#1067305: libjson-schema-modern-perl: FTBFS: dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code 3

2024-03-20 Thread Niko Tyni
On Wed, Mar 20, 2024 at 11:17:54PM +0100, gregor herrmann wrote:
> On Wed, 20 Mar 2024 22:00:40 +0100, Lucas Nussbaum wrote:
> 
> > Source: libjson-schema-modern-perl
> > Version: 0.582-1
> > Severity: serious
> > Justification: FTBFS
> > Tags: trixie sid ftbfs
> > User: lu...@debian.org
> > Usertags: ftbfs-20240319 ftbfs-trixie
> > 
> > Hi,
> > 
> > During a rebuild of all packages in sid, your package failed to build
> > on amd64.

> Same failure in all 3 tests:

> t/additional-tests-draft2019-09.t .. 1/? # Failed test 'evaluation result 
> is incorrect'
> # at t/additional-tests-draft2019-09.t line 36.
> # expected false; got true
> # {
> #   "valid": true
> # }

Indeed. It seems to have regressed with
libtest-json-schema-acceptance-perl_1.022-1, and specifically
by the removal of some of its dependencies. Just installing
libcpanel-json-xs-perl makes it pass again.

HTH,
-- 
Niko



Bug#1066832: Debian #1066832: [fsverity-utils] hard Build-Depends on unportable package pandoc

2024-03-20 Thread Eric Biggers
[Added the correct mailing list, fsver...@lists.linux.dev]

On Thu, Mar 14, 2024 at 03:20:07AM +, Thorsten Glaser wrote:
> Dixi quod…
> 
> >Please split the package so that the part that requires pandoc is
> >done in an arch:all build. Normally, pandoc is needed only for
> >documentation, which is often easy enough to split off in a -doc
> >binary package, which can then move to B-D-Indep and be built on
> >amd64 or whatever hosts.
> 
> Looking at this in some detail, this is *only* ONE manual page.
> Splitting into a separate package for one file will not go over
> well with ftpmaster.
> 
> Dear upstream, please consider keeping the manpage in something
> else, like mdoc. I would be willing to convert the manpage to
> semantic, readable mdoc for you, even.
> 
> (fsverity-utils is a Build-Depends of rpm, some subpackages of
> which are necessary to build other software even in Debian.)
> 
> If upstream is not willing, we could:
> 
> • do this as local patch (effort updating it every time)
> 
> • hack a script that converts man/fsverity.1.md to mdoc;
>   this doesn’t need to be a full converter, it needs to
>   just be good enough to convert this one page (effort
>   one-time, but probably not much if at all when updating)
> 
> • as package maintainer, run the pandoc conversion script
>   and put the result into debian/fsverity.1 and install
>   from there and stop B-D’ing on pandoc (needs some, but
>   not much, manual effort on each update, and the package
>   maintainer to have a clean sid system on which to do that)
> 
> • install a dummy manpage (that maybe summarises the options
>   and points the reader to
>   https://manpages.debian.org/unstable/fsverity/fsverity.1.en.html
>   for the full page) on architectures without pandoc (needs
>   a bit of initial hacking, and to keep a whitelist of arches
>   with pandoc up-to-date)
> 
> bye,
> //mirabilos

I'm not sure how reasonable this request is (surely the rpm package should not
be depending on the fsverity manual page...), but to eliminate the reliance on
pandoc I've gone ahead and replaced the markdown file fsverity.1.md with a
native Linux man page fsverity.1.  So, it no longer needs any conversion before
installing it.

I did not choose mdoc, as I'm not familiar with it and it seems to be a BSD-ism.

- Eric



Bug#1067263: [Pkg-electronics-devel] Bug#1067263: sigrok-firmware-fx2lafw: FTBFS: sdcpp: fatal error: cannot execute 'cc1': execvp: No such file or directory

2024-03-20 Thread Jonathan McDowell
Control: reassign -1 sdcc

This is going to be a result of the 4.4.0 sdcc upload I did over the
weekend.

On Wed, Mar 20, 2024 at 10:04:12PM +0100, Lucas Nussbaum wrote:
> Source: sigrok-firmware-fx2lafw
> Version: 0.1.7-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20240319 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 '/<>'
> > sdcc -mmcs51 -I./include -I./fx2lib/include -c fx2lafw.c -o fx2lafw.rel
> > sdcc -mmcs51 -I./include -I./fx2lib/include -c gpif-acquisition.c -o 
> > gpif-acquisition.rel
> > sdcpp: fatal error: cannot execute 'cc1': execvp: No such file or directory
> > compilation terminated.
> > sdcpp: fatal error: cannot execute 'cc1': execvp: No such file or directory
> > at 1: warning 190: ISO C forbids an empty translation unit
> > subprocess error 256
> > compilation terminated.
> > at 1: warning 190: ISO C forbids an empty translation unit
> > subprocess error 256
> > make[1]: *** [Makefile:991: fx2lafw.rel] Error 1
> 
> 
> The full build log is available from:
> http://qa-logs.debian.net/2024/03/19/sigrok-firmware-fx2lafw_0.1.7-1_unstable.log
> 
> All bugs filed during this archive rebuild are listed at:
> https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
> or:
> https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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.
> 
> ___
> Pkg-electronics-devel mailing list
> pkg-electronics-de...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-electronics-devel

J.

-- 
] https://www.earth.li/~noodles/ []  Shopping is hard. Let's do Math!  [
]  PGP/GPG Key @ the.earth.li[][
] via keyserver, web or email.   [][
] RSA: 4096/0x94FA372B2DA8B985   [][



Bug#1067305: libjson-schema-modern-perl: FTBFS: dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code 3

2024-03-20 Thread gregor herrmann
Control: tag -1 + confirmed

On Wed, 20 Mar 2024 22:00:40 +0100, Lucas Nussbaum wrote:

> Source: libjson-schema-modern-perl
> Version: 0.582-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20240319 ftbfs-trixie
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> 
> Relevant part (hopefully):
> > Test Summary Report
> > ---
> > t/additional-tests-draft2019-09.t (Wstat: 256 (exited 1) Tests: 983 
> > Failed: 1)
> >   Failed test:  79
> >   Non-zero exit status: 1
> > t/additional-tests-draft2020-12.t (Wstat: 256 (exited 1) Tests: 1066 
> > Failed: 1)
> >   Failed test:  86
> >   Non-zero exit status: 1
> > t/additional-tests-draft7.t   (Wstat: 256 (exited 1) Tests: 762 
> > Failed: 1)
> >   Failed test:  40
> >   Non-zero exit status: 1

Same failure in all 3 tests:

#v+

# prove --blib t/additional-tests-draft2019-09.t 
t/additional-tests-draft2020-12.t t/additional-tests-draft7.t

t/additional-tests-draft2019-09.t .. 1/? # Failed test 'evaluation result 
is incorrect'
# at t/additional-tests-draft2019-09.t line 36.
# expected false; got true
# {
#   "valid": true
# }

# Failed test 'integers.json: "int64 range checks" - "beyond lower boundary"'
# at t/additional-tests-draft2019-09.t line 36.
t/additional-tests-draft2019-09.t .. 865/? # 
# 
# Results using Test::JSON::Schema::Acceptance 1.022
# specification version: draft2019-09
# using custom test directory: t/additional-tests-draft2019-09
# optional tests included: yes
# 
# filename  pass  todo-fail  fail
# ---
# anchor.json  2  0 0
# annotation-collection.json  10  0 0
# badRef.json  3  0 0
# faux-buggy-schemas.json  2  0 0
# format-duration.json 9  0 0
# format-ipv4.json 4  0 0
# format-ipv6.json17  0 0
# format-relative-json-pointer.json7  0 0
# formats.json 4  0 0
# id.json  6  0 0
# integers.json   28  0 1
# keyword-independence.json  812  0 0
# loose-types-const-enum.json  8  0 0
# recursive-dynamic.json   4  0 0
# ref-and-id.json  6  0 0
# ref.json10  0 0
# short-circuit.json  20  0 0
# unknownKeyword.json  4  0 0
# vocabulary.json  5  0 0
# optional/format-date-time.json   4  0 0
# optional/format-date.json1  0 0
# optional/format-time.json   13  0 0
# ---
# TOTAL  979  0 1
# 
# WARNING: some non-optional tests are failing! This implementation is not 
fully compliant with the specification!
# 
# Looks like you failed 1 test of 983.
t/additional-tests-draft2019-09.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/983 subtests 


t/additional-tests-draft2020-12.t .. 1/? # Failed test 'evaluation result 
is incorrect'
# at t/additional-tests-draft2020-12.t line 36.
# expected false; got true
# {
#   "valid": true
# }

# Failed test 'integers.json: "int64 range checks" - "beyond lower boundary"'
# at t/additional-tests-draft2020-12.t line 36.
t/additional-tests-draft2020-12.t .. 930/? # 
# 
# Results using Test::JSON::Schema::Acceptance 1.022
# specification version: draft2020-12
# using custom test directory: t/additional-tests-draft2020-12
# optional tests included: yes
# 
# filename  pass  todo-fail  fail
# ---
# anchor.json  2  0 0
# annotation-collection.json  10  0 0
# badRef.json  3  0 0
# dynamicRef.json  7  0 0
# faux-buggy-schemas.json  2  0 0
# format-duration.json 9  0 0
# format-ipv4.json 4  0 0
# format-ipv6.json17  0 0
# format-relative-json-pointer.json7  0 0
# formats.json 4  0 0
# id.json  

Bug#1067393: fastdds: CVE-2024-28231

2024-03-20 Thread Salvatore Bonaccorso
Source: fastdds
Version: 2.11.2+ds-6
Severity: grave
Tags: security upstream
Justification: user security hole
X-Debbugs-Cc: car...@debian.org, Debian Security Team 

Hi,

The following vulnerability was published for fastdds.

CVE-2024-28231[0]:
| eprosima Fast DDS is a C++ implementation of the Data Distribution
| Service standard of the Object Management Group. Prior to versions
| 2.14.0, 2.13.4, 2.12.3, 2.10.4, and 2.6.8, manipulated DATA
| Submessage can cause a heap overflow error in the Fast-DDS process,
| causing the process to be terminated remotely. Additionally, the
| payload_size in the DATA Submessage packet is declared as uint32_t.
| When a negative number, such as -1, is input into this variable, it
| results in an Integer Overflow (for example, -1 gets converted to
| 0x). This eventually leads to a heap-buffer-overflow,
| causing the program to terminate. Versions 2.14.0, 2.13.4, 2.12.3,
| 2.10.4, and 2.6.8 contain a fix for this issue.


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

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2024-28231
https://www.cve.org/CVERecord?id=CVE-2024-28231
[1] https://github.com/eProsima/Fast-DDS/security/advisories/GHSA-9m2j-qw67-ph4w

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#1067392: bullseye-pu: package allegro5/2:5.2.6.0-3+deb11u1

2024-03-20 Thread Andreas Rönnquist
Package: release.debian.org
Severity: normal
Tags: bullseye
X-Debbugs-Cc: alleg...@packages.debian.org
Control: affects -1 + src:allegro5
User: release.debian@packages.debian.org
Usertags: pu

[ Reason ]
Older versions of Allegro5 contains a no-dsa security vulnerability
(CVE-2021-36489, https://security-tracker.debian.org/tracker/CVE-2021-36489 )

fixed in later versions of allegro5, and also still present in allegro4.4
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032670

I would like to fix this in allegro5 in bullseye, patch containing four
commits cherry-picked from upstream attached.

[ Tests ]
Running an example with a provided file crashes allegro with a buffer
overflow, as in https://github.com/liballeg/allegro5/issues/1251

With the fix, the result is an error message and not the crash.

[ Risks ]
The code is applied upstream in later version (5.2.8.0, already
provided in later versions of Debian).

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
Four commits cherry-picked from upstream, providing better checks if the image
provided is invalid.

[ Other info ]
debdiff attached.



CVE-2021-36489.debdiff
Description: Binary data


Bug#1067391: bitlbee-facebook: redundant dependency on libglib2.0-0

2024-03-20 Thread Michael Hudson-Doyle
Package: bitlbee-facebook
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: michael.hud...@ubuntu.com

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:


  * Remove explicit depedency on libglib2.0-0.


Thanks for considering the patch.


-- System Information:
Debian Release: trixie/sid
  APT prefers mantic-updates
  APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500, 
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-25-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru bitlbee-facebook-1.2.2/debian/control 
bitlbee-facebook-1.2.2/debian/control
--- bitlbee-facebook-1.2.2/debian/control   2024-03-08 16:56:22.0 
+1300
+++ bitlbee-facebook-1.2.2/debian/control   2024-03-21 10:47:15.0 
+1300
@@ -17,7 +16,6 @@
 Architecture: any
 Depends:
  bitlbee (>= 3.4) | bitlbee-libpurple (>= 3.4),
- libglib2.0-0 (>= 2.28),
  libjson-glib-1.0-0 (>= 0.14),
  ${misc:Depends},
  ${shlibs:Depends},


Bug#1067390: ITP: watcher -- watch for files or directory changes without using filesystem events

2024-03-20 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: watcher
  Version : 1.0.7-1
  Upstream Author : Benjamin Radovsky
* URL : https://github.com/radovskyb/watcher
* License : BSD-3-clause
  Programming Lang: Go
  Description : watch for files or directory changes without using 
filesystem events

 watcher is a Go package for watching for files or directory changes
 (recursively or non recursively) without using filesystem events, which allows
 it to work cross platform consistently.
 .
 It watches for changes and notifies over channels either anytime an event or
 an error has occurred. Events contain the os.FileInfo of the file or directory
 that the event is based on and the type of event and file or directory path.
 .
 The features include customizable polling interval, event filtering, recursive
 or non-recursive folder watching, ability to ignore hidden files, specified
 files and folders, notification of os.FileInfo details, notification of full
 file paths or old and new paths in case of Rename or Move events, limitation
 on the number of events per watching cycle, listing watched files, and
 triggering custom events.



Bug#1067384: node-ajv: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 134

2024-03-20 Thread Jérémy Lal
Le mer. 20 mars 2024 à 22:14, Lucas Nussbaum  a écrit :

> Source: node-ajv
> Version: 8.12.0~ds+~2.1.1-4
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20240319 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 '/<>'
> > tsc
> > cp -r lib/refs dist
> > rm dist/refs/json-schema-2019-09/index.ts
> > rm dist/refs/json-schema-2020-12/index.ts
> > rm dist/refs/jtd-schema.ts
> > dh_auto_build --buildsystem=nodejs
> > Found debian/nodejs/ajv-formats/build
> >   cd ./ajv-formats && sh -ex ../debian/nodejs/ajv-formats/build
> > + mkdir -p node_modules
> > + ln -s ../.. node_modules/ajv
> > + tsc
> > + rm -rf node_modules
> > make[1]: Leaving directory '/<>'
> >dh_auto_test --buildsystem=nodejs
> >   ln -s ../debian/tests/test_modules/fast-uri node_modules/fast-uri
> >   ln -s ../debian/tests/test_modules/json-schema-test
> node_modules/json-schema-test
> >   ln -s ../debian/tests/test_modules/module-from-string
> node_modules/module-from-string
> >   ln -s ../. node_modules/ajv
> >   /bin/sh -ex debian/tests/pkg-js/test
> > + rm -f spec/_json/*.js
> > + node scripts/jsontests
> > + test  !=
> > + TS_NODE_PROJECT=spec/tsconfig.json mocha --bail --exit --timeout
> 10 -r ts-node/register spec/**/*.spec.{ts,js}
> > Aborted
> > dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit
> code 134
>

It's a crash when running
spec/issues/1683_re2_engine.spec.ts

Jérémy


Bug#1067389: scapy: please move scapy to python team

2024-03-20 Thread Jérémy Lal
Source: scapy
Version: 2.5.0+dfsg-2
Severity: wishlist

It would allow team uploads when other python modules
are upgraded. It makes sense, scapy being a python module.

Currently there's python-cryptography 42 that has been
uploaded too soon, and fixing scapy requires an upstream patch,
see merge request in salsa.

However, python team has no right to the scapy salsa repo,
and cannot team upload it, so it will somewhat slower at
a time it should have been quicker.

Jérémy




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

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


Bug#1067387: prometheus-homeplug-exporter: FTBFS: make[1]: *** [debian/rules:31: override_dh_auto_build] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: prometheus-homeplug-exporter
Version: 0.3.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 -- -tags "" -ldflags " -X 
> github.com/prometheus/common/version.Version=0.3.0 -X 
> github.com/prometheus/common/version.Revision=0.3.0-4 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20221008-13:15:02 -X 
> github.com/prometheus/common/version.GoVersion=go1.22.1"
>   cd build && go version
> go version go1.22.1 linux/amd64
>   cd build && go env
> GO111MODULE='off'
> GOARCH='amd64'
> GOBIN=''
> GOCACHE='/<>/build/go-build'
> GOENV='/<>/debian/.debhelper/generated/_source/home/.config/go/env'
> GOEXE=''
> GOEXPERIMENT=''
> GOFLAGS=''
> GOHOSTARCH='amd64'
> GOHOSTOS='linux'
> GOINSECURE=''
> GOMODCACHE='/<>/build/pkg/mod'
> GONOPROXY=''
> GONOSUMDB=''
> GOOS='linux'
> GOPATH='/<>/build'
> GOPRIVATE=''
> GOPROXY='off'
> GOROOT='/usr/lib/go-1.22'
> GOSUMDB='sum.golang.org'
> GOTMPDIR=''
> GOTOOLCHAIN='local'
> GOTOOLDIR='/usr/lib/go-1.22/pkg/tool/linux_amd64'
> GOVCS=''
> GOVERSION='go1.22.1'
> GCCGO='gccgo'
> GOAMD64='v1'
> AR='ar'
> CC='gcc'
> CXX='g++'
> CGO_ENABLED='1'
> GOMOD=''
> GOWORK=''
> CGO_CFLAGS='-g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection'
> CGO_CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
> CGO_CXXFLAGS='-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection'
> CGO_FFLAGS='-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-clash-protection -fcf-protection'
> CGO_LDFLAGS='-Wl,-z,relro'
> PKG_CONFIG='pkg-config'
> GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 
> -ffile-prefix-map=/tmp/go-build3746614504=/tmp/go-build 
> -gno-record-gcc-switches'
>   cd build && go install -trimpath -v -p 8 -tags  -ldflags " -X 
> github.com/prometheus/common/version.Version=0.3.0 -X 
> github.com/prometheus/common/version.Revision=0.3.0-4 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20221008-13:15:02 -X 
> github.com/prometheus/common/version.GoVersion=go1.22.1" 
> github.com/brandond/homeplug_exporter
> internal/goexperiment
> internal/goos
> internal/godebugs
> internal/cpu
> runtime/internal/atomic
> internal/unsafeheader
> internal/coverage/rtcov
> internal/goarch
> runtime/internal/syscall
> internal/itoa
> math/bits
> unicode/utf8
> internal/race
> internal/abi
> internal/chacha8rand
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> unicode
> internal/bytealg
> cmp
> math
> encoding
> slices
> unicode/utf16
> log/internal
> internal/nettrace
> container/list
> crypto/internal/alias
> crypto/subtle
> crypto/internal/boring/sig
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/alias
> google.golang.org/protobuf/internal/flags
> google.golang.org/protobuf/internal/set
> runtime
> internal/reflectlite
> runtime/metrics
> sync
> internal/singleflight
> internal/bisect
> internal/testlog
> google.golang.org/protobuf/internal/pragma
> runtime/cgo
> errors
> sort
> internal/godebug
> internal/oserror
> io
> internal/safefilepath
> path
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> internal/intern
> math/rand
> crypto/internal/nistec/fiat
> strings
> bytes
> hash
> reflect
> hash/crc32
> net/netip
> crypto
> crypto/internal/randutil
> bufio
> regexp/syntax
> crypto/rc4
> vendor/golang.org/x/text/transform
> net/http/internal/ascii
> internal/syscall/unix
> time
> internal/syscall/execenv
> github.com/beorn7/perks/quantile
> hash/fnv
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> regexp
> context
> io/fs
> internal/poll
> embed
> encoding/binary
> internal/fmtsort
> os
> encoding/base64
> github.com/josharian/native
> crypto/cipher
> crypto/internal/edwards25519/field
> crypto/internal/nistec
> golang.org/x/sys/unix
> crypto/md5
> encoding/pem
> crypto/internal/boring
> crypto/des
> vendor/golang.org/x/crypto/chacha20
> crypto/aes
> crypto/sha512
> crypto/internal/edwards25519
> crypto/hmac
> crypto/sha1
> crypto/sha256
> fmt
> net
> path/filepath
> vendor/golang.org/x/crypto/internal/poly1305
> crypto/ecdh
> vendor/golang.org/x/sys/cpu
> vendor/golang.org/x/crypto/hkdf
> github.com/cespare/xxhash
> google.golang.org/protobuf/internal/detrand
> github.com/prometheus/procfs/internal/util
> internal/lazyregexp
> io/ioutil
> vendor/golang.org/x/crypto/chacha20poly1305
> encoding/hex
> 

Bug#1067386: anymarkup-core: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-20 Thread Lucas Nussbaum
Source: anymarkup-core
Version: 0.8.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.12_anymarkup-core/build/anymarkup_core
> copying anymarkup_core/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_anymarkup-core/build/anymarkup_core
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<>/.pybuild/cpython3_3.11_anymarkup-core/build/anymarkup_core
> copying anymarkup_core/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_anymarkup-core/build/anymarkup_core
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_anymarkup-core/build; python3.12 -m 
> pytest test
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<>
> collected 83 items / 1 error
> 
>  ERRORS 
> 
> _ ERROR collecting 
> .pybuild/cpython3_3.12_anymarkup-core/build/test/test_libs_not_installed.py _
> test/test_libs_not_installed.py:1: in 
> from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in 
> from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in 
> saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> === short test summary info 
> 
> ERROR test/test_libs_not_installed.py - AttributeError: module 
> '_pytest.runne...
>  Interrupted: 1 error during collection 
> 
> === 1 error in 0.21s 
> ===
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<>/.pybuild/cpython3_3.12_anymarkup-core/build; python3.12 -m 
> pytest test
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.11_anymarkup-core/build; python3.11 -m 
> pytest test
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<>
> collected 83 items / 1 error
> 
>  ERRORS 
> 
> _ ERROR collecting 
> .pybuild/cpython3_3.11_anymarkup-core/build/test/test_libs_not_installed.py _
> test/test_libs_not_installed.py:1: in 
> from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in 
> from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in 
> saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> === short test summary info 
> 
> ERROR test/test_libs_not_installed.py - AttributeError: module 
> '_pytest.runne...
>  Interrupted: 1 error during collection 
> 
> === 1 error in 0.23s 
> ===
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<>/.pybuild/cpython3_3.11_anymarkup-core/build; python3.11 -m 
> pytest test
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/anymarkup-core_0.8.1-3_unstable.log

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

Bug#1067385: python-escript: FTBFS: unsatisfiable build-dependencies (purely virtual?): libocct-data-exchange-7.6 (>= 7.6.3+dfsg1), libocct-ocaf-7.6 (>= 7.6.3+dfsg1)

2024-03-20 Thread Lucas Nussbaum
Source: python-escript
Version: 5.6-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 13), dh-sequence-python3, 
> dh-sequence-sphinxdoc, python3-dev, python3-gdal, python3-matplotlib, 
> python3-numpy, python3-scipy, python3-pyproj, libcppunit-dev, 
> libsuitesparse-dev, libboost-python-dev, libboost-random-dev, 
> libboost-numpy-dev, libboost-iostreams-dev, libnetcdf-dev, 
> libnetcdf-c++4-dev, libsilo-dev (>= 4.10.2.real-5), libscotchparmetis-dev, 
> libscotchmetis-dev, gmsh, mpi-default-dev, scons, zip, python3-sphinx, 
> doxygen, texlive, ghostscript, texlive-latex-extra, 
> texlive-latex-recommended, lsb-release, libopenmpi-dev, openmpi-bin, 
> libjs-mathjax, build-essential, fakeroot
> Filtered Build-Depends: debhelper-compat (= 13), dh-sequence-python3, 
> dh-sequence-sphinxdoc, python3-dev, python3-gdal, python3-matplotlib, 
> python3-numpy, python3-scipy, python3-pyproj, libcppunit-dev, 
> libsuitesparse-dev, libboost-python-dev, libboost-random-dev, 
> libboost-numpy-dev, libboost-iostreams-dev, libnetcdf-dev, 
> libnetcdf-c++4-dev, libsilo-dev (>= 4.10.2.real-5), libscotchparmetis-dev, 
> libscotchmetis-dev, gmsh, mpi-default-dev, scons, zip, python3-sphinx, 
> doxygen, texlive, ghostscript, texlive-latex-extra, 
> texlive-latex-recommended, lsb-release, libopenmpi-dev, openmpi-bin, 
> libjs-mathjax, 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 [1173 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1206 B]
> Fetched 2994 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:
>  libgmsh4.12t64 : Depends: libocct-data-exchange-7.6 (>= 7.6.3+dfsg1)
>   Depends: libocct-ocaf-7.6 (>= 7.6.3+dfsg1)
> 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/2024/03/19/python-escript_5.6-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067384: node-ajv: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 134

2024-03-20 Thread Lucas Nussbaum
Source: node-ajv
Version: 8.12.0~ds+~2.1.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> tsc
> cp -r lib/refs dist
> rm dist/refs/json-schema-2019-09/index.ts
> rm dist/refs/json-schema-2020-12/index.ts
> rm dist/refs/jtd-schema.ts
> dh_auto_build --buildsystem=nodejs
> Found debian/nodejs/ajv-formats/build
>   cd ./ajv-formats && sh -ex ../debian/nodejs/ajv-formats/build
> + mkdir -p node_modules
> + ln -s ../.. node_modules/ajv
> + tsc
> + rm -rf node_modules
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs
>   ln -s ../debian/tests/test_modules/fast-uri node_modules/fast-uri
>   ln -s ../debian/tests/test_modules/json-schema-test 
> node_modules/json-schema-test
>   ln -s ../debian/tests/test_modules/module-from-string 
> node_modules/module-from-string
>   ln -s ../. node_modules/ajv
>   /bin/sh -ex debian/tests/pkg-js/test
> + rm -f spec/_json/*.js
> + node scripts/jsontests
> + test  != 
> + TS_NODE_PROJECT=spec/tsconfig.json mocha --bail --exit --timeout 10 -r 
> ts-node/register spec/**/*.spec.{ts,js}
> Aborted
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 
> 134


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/node-ajv_8.12.0~ds+~2.1.1-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067383: paraview: FTBFS: unsatisfiable build-dependencies (purely virtual?): libocct-data-exchange-7.6 (>= 7.6.3+dfsg1), libocct-ocaf-7.6 (>= 7.6.3+dfsg1)

2024-03-20 Thread Lucas Nussbaum
Source: paraview
Version: 5.11.2+dfsg-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 13), cmake, qtbase5-dev, 
> libqt5svg5-dev, libxcursor-dev, libdouble-conversion-dev, libopengl-dev, 
> libqt5opengl5-dev, libqt5x11extras5-dev, liblz4-dev, libgdal-dev, 
> qttools5-dev, qttools5-dev-tools, qttools5-private-dev, 
> qtxmlpatterns5-dev-tools, libsqlite3-dev, sqlite3, libboost-all-dev, 
> libavformat-dev, gfortran, libavutil-dev, libcgns-dev, libprotobuf-dev, 
> protobuf-compiler, libavcodec-dev, libswscale-dev, libqt5sql5-sqlite, 
> python3-all-dev, dh-sequence-python3, libglu1-mesa-dev, libxt-dev, 
> libxext-dev, doxygen, graphviz, gnuplot-qt | gnuplot, libtiff-dev, 
> libpng-dev, libjpeg-dev, libxml2-dev, libexpat-dev, zlib1g-dev, 
> libfreetype-dev, default-libmysqlclient-dev, libpq-dev, libtheora-dev, 
> mpi-default-dev, mpi-default-bin, libhdf5-openmpi-dev, hdf5-tools, 
> libadios2-mpi-c++11-dev, libgl2ps-dev, libeigen3-dev, libnetcdf-dev (>= 
> 1:4.9.0), libjsoncpp-dev, libglew-dev, libxdmf-dev, libutfcpp-dev, 
> libgmsh-dev, python3-matplotlib, python3-mpi4py, build-essential, fakeroot
> Filtered Build-Depends: debhelper-compat (= 13), cmake, qtbase5-dev, 
> libqt5svg5-dev, libxcursor-dev, libdouble-conversion-dev, libopengl-dev, 
> libqt5opengl5-dev, libqt5x11extras5-dev, liblz4-dev, libgdal-dev, 
> qttools5-dev, qttools5-dev-tools, qttools5-private-dev, 
> qtxmlpatterns5-dev-tools, libsqlite3-dev, sqlite3, libboost-all-dev, 
> libavformat-dev, gfortran, libavutil-dev, libcgns-dev, libprotobuf-dev, 
> protobuf-compiler, libavcodec-dev, libswscale-dev, libqt5sql5-sqlite, 
> python3-all-dev, dh-sequence-python3, libglu1-mesa-dev, libxt-dev, 
> libxext-dev, doxygen, graphviz, gnuplot-qt, libtiff-dev, libpng-dev, 
> libjpeg-dev, libxml2-dev, libexpat-dev, zlib1g-dev, libfreetype-dev, 
> default-libmysqlclient-dev, libpq-dev, libtheora-dev, mpi-default-dev, 
> mpi-default-bin, libhdf5-openmpi-dev, hdf5-tools, libadios2-mpi-c++11-dev, 
> libgl2ps-dev, libeigen3-dev, libnetcdf-dev (>= 1:4.9.0), libjsoncpp-dev, 
> libglew-dev, libxdmf-dev, libutfcpp-dev, libgmsh-dev, python3-matplotlib, 
> python3-mpi4py, 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 [1637 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1590 B]
> Fetched 3842 B in 0s (358 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:
>  libgmsh4.12t64 : Depends: libocct-data-exchange-7.6 (>= 7.6.3+dfsg1)
>   Depends: libocct-ocaf-7.6 (>= 7.6.3+dfsg1)
> 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/2024/03/19/paraview_5.11.2+dfsg-6_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: node-vega-embed
Version: 6.23.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure --buildsystem=nodejs
> Link ./node_modules/fast-json-patch -> /usr/share/nodejs/fast-json-patch
> Link ./node_modules/json-stringify-pretty-compact -> 
> /usr/share/nodejs/json-stringify-pretty-compact
> Link ./node_modules/@rollup/plugin-commonjs -> 
> /usr/share/nodejs/@rollup/plugin-commonjs
> Link ./node_modules/@rollup/plugin-json -> 
> /usr/share/nodejs/@rollup/plugin-json
> Link ./node_modules/@rollup/plugin-node-resolve -> 
> /usr/share/nodejs/@rollup/plugin-node-resolve
> Link ./node_modules/rollup-plugin-terser -> 
> /usr/share/nodejs/rollup-plugin-terser
> Link ./node_modules/@rollup/plugin-typescript -> 
> /usr/share/nodejs/@rollup/plugin-typescript
> Link ./node_modules/semver -> /usr/share/nodejs/semver
> Link ./node_modules/@types/semver -> /usr/share/nodejs/@types/semver
> Link ./node_modules/vega -> /usr/share/nodejs/vega
> Link ./node_modules/vega-interpreter -> /usr/share/nodejs/vega-interpreter
> Link ./node_modules/vega-lite -> /usr/share/nodejs/vega-lite
> Link ./node_modules/vega-schema-url-parser -> 
> /usr/share/nodejs/vega-schema-url-parser
> Link ./node_modules/vega-themes -> /usr/share/nodejs/vega-themes
> Link ./node_modules/vega-tooltip -> /usr/share/nodejs/vega-tooltip
>dh_auto_build --buildsystem=nodejs
> Found debian/nodejs/./build
>   cd ./. && sh -ex debian/nodejs/./build
> + printf // generated with build-style.sh\nexport default `
> + node-sass vega-embed.scss
> /usr/lib/x86_64-linux-gnu/nodejs/node-sass/lib/binding.js:13
>   throw new Error(errors.unsupportedEnvironment());
>   ^
> 
> Error: Node Sass does not yet support your current environment: Linux 64-bit 
> with Unsupported runtime (109)
> For more information on which environments are supported please see:
> https://github.com/sass/node-sass/releases/tag/v8.0.0
> at module.exports 
> (/usr/lib/x86_64-linux-gnu/nodejs/node-sass/lib/binding.js:13:13)
> at Object. 
> (/usr/lib/x86_64-linux-gnu/nodejs/node-sass/lib/index.js:13:35)
> at Module._compile (node:internal/modules/cjs/loader:1356:14)
> at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
> at Module.load (node:internal/modules/cjs/loader:1197:32)
> at Module._load (node:internal/modules/cjs/loader:1013:12)
> at Module.require (node:internal/modules/cjs/loader:1225:19)
> at require (node:internal/modules/helpers:177:18)
> at Object. 
> (/usr/lib/x86_64-linux-gnu/nodejs/node-sass/bin/node-sass:10:10)
> at Module._compile (node:internal/modules/cjs/loader:1356:14)
> 
> Node.js v18.19.1
> dh_auto_build: error: cd ./. && sh -ex debian/nodejs/./build returned exit 
> code 1
> make: *** [debian/rules:8: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/node-vega-embed_6.23.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067380: snapd-glib: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below

2024-03-20 Thread Lucas Nussbaum
Source: snapd-glib
Version: 1.63-5.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mkdir -p debian/tmp/usr/share/doc/libsnapd-glib-dev/
> mv debian/tmp/usr/share/gtk-doc/html/snapd-glib 
> debian/tmp/usr/share/doc/libsnapd-glib-dev/html
> make[1]: Leaving directory '/<>'
>dh_install
>dh_installdocs
>dh_installchangelogs
>dh_installexamples
>dh_perl
>dh_link
>dh_strip_nondeterminism
>dh_compress
>dh_fixperms
>dh_missing
>dh_dwz -a
> dwz: 
> debian/snapd-glib-tests/usr/libexec/installed-tests/snapd-glib-2/test-markdown-glib:
>  DWARF compression not beneficial - old size 71241 new size 71797
>dh_strip -a
>dh_makeshlibs -a
> dpkg-gensymbols: error: some new symbols appeared in the symbols file: see 
> diff output below
> dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libsnapd-qt-2-1/DEBIAN/symbols doesn't match 
> completely debian/libsnapd-qt-2-1.symbols
> --- debian/libsnapd-qt-2-1.symbols (libsnapd-qt-2-1_1.63-5.1_amd64)
> +++ dpkg-gensymbols5vcvtw 2024-03-20 06:51:51.018905909 +
> @@ -2,11 +2,11 @@
>  * Build-Depends-Package: libsnapd-qt-dev
>   _Z17callback_data_newPv@Base 1.60
>   _Z22callback_data_get_typev@Base 1.60
> -#MISSING: 1.63-1# 
> (optional=templinst|arch=amd64)_Z27qRegisterNormalizedMetaTypeIP9QIODeviceEiRK10QByteArrayPT_N9QtPrivate21MetaTypeDefinedHelperIS5_Xaasr12QMetaTypeId2IS5_E7DefinedntsrSA_9IsBuiltInEE11DefinedTypeE@Base
>  1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst|arch=amd64)_Z27qRegisterNormalizedMetaTypeIP9QIODeviceEiRK10QByteArrayPT_N9QtPrivate21MetaTypeDefinedHelperIS5_Xaasr12QMetaTypeId2IS5_E7DefinedntsrSA_9IsBuiltInEE11DefinedTypeE@Base
>  1.58
>   _Z5loginRK7QStringS1_@Base 1.58
>   _Z5loginRK7QStringS1_S1_@Base 1.58
> - _ZN10QByteArrayD1Ev@Base 1.58
> - _ZN10QByteArrayD2Ev@Base 1.58
> +#MISSING: 1.63-5.1# _ZN10QByteArrayD1Ev@Base 1.58
> +#MISSING: 1.63-5.1# _ZN10QByteArrayD2Ev@Base 1.58
>   _ZN10QSnapdIcon11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.58
>   _ZN10QSnapdIcon11qt_metacastEPKc@Base 1.58
>   _ZN10QSnapdIcon16staticMetaObjectE@Base 1.58
> @@ -185,8 +185,8 @@
>   _ZN12QSnapdClientD0Ev@Base 1.58
>   _ZN12QSnapdClientD1Ev@Base 1.58
>   _ZN12QSnapdClientD2Ev@Base 1.58
> -#MISSING: 1.63-1# 
> (optional=templinst|arch=amd64)_ZN12QWeakPointerI7QObjectED1Ev@Base 1.58
> -#MISSING: 1.63-1# 
> (optional=templinst|arch=amd64)_ZN12QWeakPointerI7QObjectED2Ev@Base 1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst|arch=amd64)_ZN12QWeakPointerI7QObjectED1Ev@Base 1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst|arch=amd64)_ZN12QWeakPointerI7QObjectED2Ev@Base 1.58
>   _ZN13QSnapdChannel11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.58
>   _ZN13QSnapdChannel11qt_metacastEPKc@Base 1.58
>   _ZN13QSnapdChannel16staticMetaObjectE@Base 1.58
> @@ -871,14 +871,14 @@
>   _ZN33QSnapdGetSystemInformationRequestD0Ev@Base 1.58
>   _ZN33QSnapdGetSystemInformationRequestD1Ev@Base 1.58
>   _ZN33QSnapdGetSystemInformationRequestD2Ev@Base 1.58
> -#MISSING: 1.63-1# 
> (optional=templinst)_ZN4QMapI7QString8QVariantEC1ERKS2_@Base 1.58
> -#MISSING: 1.63-1# 
> (optional=templinst)_ZN4QMapI7QString8QVariantEC2ERKS2_@Base 1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst)_ZN4QMapI7QString8QVariantEC1ERKS2_@Base 1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst)_ZN4QMapI7QString8QVariantEC2ERKS2_@Base 1.58
>   (optional=templinst)_ZN4QMapI7QString8QVariantED1Ev@Base 1.58
>   (optional=templinst)_ZN4QMapI7QString8QVariantED2Ev@Base 1.58
>   
> (optional=templinst)_ZN5QHashI7QString11QStringListE11deleteNode2EPN9QHashData4NodeE@Base
>  1.58
>   
> (optional=templinst)_ZN5QHashI7QString11QStringListE13duplicateNodeEPN9QHashData4NodeEPv@Base
>  1.58
> -#MISSING: 1.63-1# 
> (optional=templinst|arch=amd64)_ZN5QHashI7QString11QStringListED1Ev@Base 1.58
> -#MISSING: 1.63-1# 
> (optional=templinst|arch=amd64)_ZN5QHashI7QString11QStringListED2Ev@Base 1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst|arch=amd64)_ZN5QHashI7QString11QStringListED1Ev@Base 1.58
> +#MISSING: 1.63-5.1# 
> (optional=templinst|arch=amd64)_ZN5QHashI7QString11QStringListED2Ev@Base 1.58
>   
> (optional=templinst)_ZN5QHashI7QString8QVariantE11deleteNode2EPN9QHashData4NodeE@Base
>  1.58
>   (optional=templinst)_ZN5QHashI7QString8QVariantE13detach_helperEv@Base 1.58
>   
> (optional=templinst)_ZN5QHashI7QString8QVariantE13duplicateNodeEPN9QHashData4NodeEPv@Base
>  1.58
> @@ -887,8 +887,8 @@
>   (optional=templinst)_ZN5QHashI7QString8QVariantED2Ev@Base 1.58
>   
> (optional=templinst)_ZN5QListI18QSnapdMarkdownNodeE18detach_helper_growEii@Base
>  1.58
>   (optional=templinst)_ZN5QListI18QSnapdMarkdownNodeE6appendERKS0_@Base 1.58
> -#MISSING: 1.63-1# 
> 

Bug#1067379: python-measurement: FTBFS: make: *** [debian/rules:9: build] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: python-measurement
Version: 3.2.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with sphinxdoc --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> E: pybuild pybuild:389: configure: plugin pyproject failed with: PEP517 
> plugin dependencies are not available. Please Build-Depend on 
> pybuild-plugin-pyproject.
> dh_auto_configure: error: pybuild --configure -i python{version} -p "3.12 
> 3.11" returned exit code 13
> make: *** [debian/rules:9: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/python-measurement_3.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-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067378: python-docs-theme: FTBFS: make: *** [debian/rules:4: build] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: python-docs-theme
Version: 2024.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=pybuild --with python3
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> E: pybuild pybuild:389: configure: plugin pyproject failed with: PEP517 
> plugin dependencies are not available. Please Build-Depend on 
> pybuild-plugin-pyproject.
> dh_auto_configure: error: pybuild --configure -i python{version} -p 3.11 
> returned exit code 13
> make: *** [debian/rules:4: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/python-docs-theme_2024.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067375: amp: FTBFS: FileNotFoundError: [Errno 2] No such file or directory: 'meson'

2024-03-20 Thread Lucas Nussbaum
Source: amp
Version: 0.6.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>/amp/descriptor'
> gfortran -c cutoffs.f90
> cp cutoffs.mod ..
> make[2]: Leaving directory '/<>/amp/descriptor'
> f2py3.12 -c -m fmodules model.f90 descriptor/cutoffs.f90 
> descriptor/gaussian.f90 descriptor/zernike.f90 model/neuralnetwork.f90
> rmbadname1: Replacing "index" with "index_bn".
> Cannot use distutils backend with Python>=3.12, using meson backend instead.
> Using meson backend
> Will pass --lower to f2py
> See https://numpy.org/doc/stable/f2py/buildtools/meson.html
> Reading fortran codes...
>   Reading file 'model.f90' (format:free)
> ::image_forces 
> ::integer_one_d_array  match='::integer_one_d_array'>
> ::embedded_real_one_one_d_array  match='::embedded_real_one_one_d_array'>
> ::embedded_real_one_two_d_array  match='::embedded_real_one_two_d_array'>
> ::embedded_integer_one_one_d_array  match='::embedded_integer_one_one_d_array'>
> ::embedded_one_one_two_d_array  match='::embedded_one_one_two_d_array'>
>   Reading file 'descriptor/cutoffs.f90' (format:free)
>   Reading file 'descriptor/gaussian.f90' (format:free)
>   Reading file 'descriptor/zernike.f90' (format:free)
>   Reading file 'model/neuralnetwork.f90' (format:free)
> ::real_two_d_array 
> ::element_parameters  match='::element_parameters'>
> ::real_one_d_array 
> Post-processing...
>   Block: fmodules
>   Block: check_version
>   Block: fingerprint_props
>   Block: model_props
>   Block: images_props
> {}
> In: :fmodules:model.f90:calculate_loss:calculate_energy
> vars2fortran: No typespec for argument "image_no".
> {}
> In: :fmodules:model.f90:calculate_loss:calculate_forces
> vars2fortran: No typespec for argument "image_no".
> {}
> In: :fmodules:model.f90:calculate_loss:calculate_denergy_dparameters
> vars2fortran: No typespec for argument "image_no".
> {}
> In: :fmodules:model.f90:calculate_loss:calculate_numerical_denergy_dparameters
> vars2fortran: No typespec for argument "image_no".
> {}
> In: :fmodules:model.f90:calculate_loss:calculate_dforces_dparameters
> vars2fortran: No typespec for argument "image_no".
> {}
> In: :fmodules:model.f90:calculate_loss:calculate_numerical_dforces_dparameters
> vars2fortran: No typespec for argument "image_no".
>   Block: calculate_loss
> In: :fmodules:model.f90:calculate_loss
> get_useparameters: no module neuralnetwork info used by calculate_loss
>   Block: image_forces
> In: :fmodules:model.f90:calculate_loss:image_forces
> get_useparameters: no module neuralnetwork info used by image_forces
>   Block: integer_one_d_array
> In: :fmodules:model.f90:calculate_loss:integer_one_d_array
> get_useparameters: no module neuralnetwork info used by integer_one_d_array
>   Block: embedded_real_one_one_d_array
> In: :fmodules:model.f90:calculate_loss:embedded_real_one_one_d_array
> get_useparameters: no module neuralnetwork info used by 
> embedded_real_one_one_d_array
>   Block: embedded_real_one_two_d_array
> In: :fmodules:model.f90:calculate_loss:embedded_real_one_two_d_array
> get_useparameters: no module neuralnetwork info used by 
> embedded_real_one_two_d_array
>   Block: embedded_integer_one_one_d_array
> In: :fmodules:model.f90:calculate_loss:embedded_integer_one_one_d_array
> get_useparameters: no module neuralnetwork info used by 
> embedded_integer_one_one_d_array
>   Block: embedded_one_one_two_d_array
> In: :fmodules:model.f90:calculate_loss:embedded_one_one_two_d_array
> get_useparameters: no module neuralnetwork info used by 
> embedded_one_one_two_d_array
>   Block: deallocate_variables
> In: :fmodules:model.f90:deallocate_variables
> get_useparameters: no module neuralnetwork info used by deallocate_variables
>   Block: cutoffs
>   Block: cutoff_fxn
>   Block: cutoff_fxn_prime
>   Block: calculate_g2
>   Block: calculate_g4
>   Block: calculate_g2_prime
>   Block: calculate_g4_prime
>   Block: calculate_zernike_prime
>   Block: calculate_z
>   Block: calculate_z_prime
>   Block: calculate_q
>   Block: binomial
>   Block: neuralnetwork
>   Block: real_two_d_array
>   Block: element_parameters
>   Block: real_one_d_array

Bug#1067377: prometheus-haproxy-exporter: FTBFS: make[1]: *** [debian/rules:34: override_dh_auto_build] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: prometheus-haproxy-exporter
Version: 0.15.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 -- -tags "" -ldflags " -X 
> github.com/prometheus/common/version.Version=0.15.0 -X 
> github.com/prometheus/common/version.Revision=0.15.0-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=team+pkg...@tracker.debian.org 
> -X github.com/prometheus/common/version.BuildDate=20230616-22:37:27 -X 
> github.com/prometheus/common/version.GoVersion=go1.22.1"
>   cd build && go install -trimpath -v -p 8 -tags  -ldflags " -X 
> github.com/prometheus/common/version.Version=0.15.0 -X 
> github.com/prometheus/common/version.Revision=0.15.0-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=team+pkg...@tracker.debian.org 
> -X github.com/prometheus/common/version.BuildDate=20230616-22:37:27 -X 
> github.com/prometheus/common/version.GoVersion=go1.22.1" 
> github.com/prometheus/haproxy_exporter
> internal/goos
> internal/coverage/rtcov
> internal/godebugs
> internal/goarch
> internal/unsafeheader
> internal/cpu
> internal/goexperiment
> runtime/internal/atomic
> runtime/internal/syscall
> internal/race
> sync/atomic
> internal/abi
> internal/chacha8rand
> runtime/internal/math
> runtime/internal/sys
> unicode/utf8
> unicode
> container/list
> internal/itoa
> math/bits
> internal/bytealg
> crypto/internal/alias
> crypto/subtle
> crypto/internal/boring/sig
> cmp
> slices
> unicode/utf16
> math
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/alias
> encoding
> log/internal
> google.golang.org/protobuf/internal/flags
> google.golang.org/protobuf/internal/set
> runtime
> internal/reflectlite
> runtime/metrics
> sync
> internal/singleflight
> google.golang.org/protobuf/internal/pragma
> internal/testlog
> internal/bisect
> runtime/cgo
> sort
> internal/godebug
> errors
> internal/oserror
> internal/safefilepath
> io
> path
> strconv
> crypto/internal/nistec/fiat
> syscall
> math/rand
> vendor/golang.org/x/net/dns/dnsmessage
> internal/intern
> github.com/beorn7/perks/quantile
> bytes
> strings
> hash
> crypto/internal/randutil
> crypto
> reflect
> crypto/rc4
> net/netip
> bufio
> regexp/syntax
> hash/crc32
> vendor/golang.org/x/text/transform
> net/http/internal/ascii
> hash/fnv
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> html
> text/tabwriter
> golang.org/x/text/transform
> golang.org/x/crypto/blowfish
> time
> internal/syscall/unix
> internal/syscall/execenv
> regexp
> github.com/jpillora/backoff
> io/fs
> context
> internal/poll
> encoding/binary
> internal/fmtsort
> embed
> os
> crypto/internal/edwards25519/field
> crypto/cipher
> vendor/golang.org/x/crypto/internal/poly1305
> crypto/md5
> encoding/base64
> crypto/internal/nistec
> crypto/internal/boring
> crypto/des
> encoding/pem
> vendor/golang.org/x/crypto/chacha20
> crypto/aes
> crypto/sha512
> crypto/hmac
> crypto/sha1
> crypto/sha256
> crypto/internal/edwards25519
> vendor/golang.org/x/crypto/hkdf
> github.com/cespare/xxhash
> golang.org/x/sys/unix
> crypto/ecdh
> fmt
> google.golang.org/protobuf/internal/detrand
> github.com/prometheus/procfs/internal/util
> path/filepath
> io/ioutil
> vendor/golang.org/x/sys/cpu
> net
> internal/lazyregexp
> vendor/golang.org/x/crypto/chacha20poly1305
> encoding/hex
> encoding/csv
> net/url
> github.com/go-logfmt/logfmt
> encoding/json
> math/big
> log
> compress/flate
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> vendor/golang.org/x/text/unicode/bidi
> mime
> compress/gzip
> vendor/golang.org/x/text/secure/bidirule
> mime/quotedprintable
> net/http/internal
> google.golang.org/protobuf/internal/errors
> go/token
> vendor/golang.org/x/net/idna
> google.golang.org/protobuf/encoding/protowire
> google.golang.org/protobuf/internal/version
> github.com/prometheus/procfs/internal/fs
> runtime/debug
> google.golang.org/protobuf/reflect/protoreflect
> database/sql/driver
> github.com/go-kit/log
> database/sql
> github.com/go-kit/log/level
> go/scanner
> github.com/alecthomas/units
> go/doc/comment
> crypto/elliptic
> crypto/internal/bigmod
> crypto/internal/boring/bbig
> encoding/asn1
> crypto/rand
> crypto/dsa
> google.golang.org/protobuf/internal/descfmt
> google.golang.org/protobuf/internal/descopts
> crypto/ed25519
> crypto/rsa
> google.golang.org/protobuf/internal/strs
> google.golang.org/protobuf/internal/encoding/messageset
> google.golang.org/protobuf/internal/genid
> google.golang.org/protobuf/internal/encoding/text
> google.golang.org/protobuf/internal/order
> google.golang.org/protobuf/runtime/protoiface
> github.com/prometheus/common/promlog

Bug#1067376: gforth: FTBFS: make[1]: *** [Makefile:655: build-libcc-named] Error 1

2024-03-20 Thread Lucas Nussbaum
Source: gforth
Version: 0.7.3+dfsg-9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<>'
> Makefile:867: warning: ignoring prerequisites on suffix rule definition
> Makefile:867: warning: ignoring prerequisites on suffix rule definition
> ./engine/gforth-fast-ll-reg --die-on-signal -p 
> ".:/usr/lib/x86_64-linux-gnu/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/x86_64-linux-gnu/gforth/0.7.3:/usr/share/gforth/0.7.3:."
>  test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs 
> test/string.fs test/float.fs test/deferred.fs test/coreext.fs test/search.fs 
> -e bye 2>&1 | tr -d '\015' | diff -c - ./test/coretest.out
> ./engine/gforth-fast-ll-reg --die-on-signal -p 
> ".:/usr/lib/x86_64-linux-gnu/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/x86_64-linux-gnu/gforth/0.7.3:/usr/share/gforth/0.7.3:."
>  test/other.fs -e bye
> expect ``warning: ')' missing''
> warning: ')' missing
> ./engine/gforth-fast-ll-reg -p 
> ".:/usr/lib/x86_64-linux-gnu/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/x86_64-linux-gnu/gforth/0.7.3:/usr/share/gforth/0.7.3:."
>  test/signals.fs -e bye
> ./engine/gforth-fast-ll-reg -p 
> ".:/usr/lib/x86_64-linux-gnu/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/x86_64-linux-gnu/gforth/0.7.3:/usr/share/gforth/0.7.3:."
>  test/coremore.fs test/gforth.fs -e bye 2>&1 | tr -d '\015' | diff -c - 
> ./test/gforth.out
> ./engine/gforth-fast-ll-reg --die-on-signal -p 
> ".:/usr/lib/x86_64-linux-gnu/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/x86_64-linux-gnu/gforth/0.7.3:/usr/share/gforth/0.7.3:."
>  code.fs test/checkans.fs -e bye | tr -d '\015' | diff -c - 
> ./test/checkans.out
> redefined place with PLACE  ./engine/gforth-fast-ll-reg --die-on-signal -p 
> ".:/usr/lib/x86_64-linux-gnu/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/x86_64-linux-gnu/gforth/0.7.3:/usr/share/gforth/0.7.3:."
>  prims2x.fs -e \
> "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c ' 
> output-c-combined process-file bye"| \
> tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
> make[4]: Leaving directory '/<>'
> make[3]: Leaving directory '/<>'
> make[2]: Leaving directory '/<>'
> rm -rf lib/gforth/0.7.3/libcc-named/
> for i in libffi.fs cstr.fs unix/socket.fs; do ./gforth -e "s\" 
> `pwd`/lib/gforth/0.7.3/libcc-named/\" libcc-named-dir-v 2! libcc-path 
> clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" 
> /usr/lib/x86_64-linux-gnu/gforth/0.7.3/libcc-named/\" ; is replace-rpath" 
> ./$i -e bye; done
> /<>/lib/gforth/0.7.3/libcc-named/libffi.c: In function 
> ‘libffi_LTX_gforth_c_ffi_prep_closure1_aaa_n’:
> /<>/lib/gforth/0.7.3/libcc-named/libffi.c:95:3: warning: 
> ‘ffi_prep_closure’ is deprecated: use ffi_prep_closure_loc instead 
> [-Wdeprecated-declarations]
>95 |   sp[2]=ffi_prep_closure1((void *)(sp[2]),(void *)(sp[1]),(void 
> *)(sp[0]));
>   |   ^~
> In file included from 
> /<>/lib/gforth/0.7.3/libcc-named/libffi.c:3:
> /usr/include/x86_64-linux-gnu/ffi.h:356:1: note: declared here
>   356 | ffi_prep_closure (ffi_closure*,
>   | ^~~~
> 
> file not found
> in file included from *OS command line*:-1
> libffi.fs:159: open-lib failed
> >>>end-c-library<<<
> Backtrace:
> $7F7392FCE988 throw 
> $7F739300AE50 c(abort") 
> $7F739300B700 compile-wrapper-function1 
> 
> file not found
> in file included from *OS command line*:-1
> cstr.fs:23: open-lib failed
> >>>end-c-library<<<
> Backtrace:
> $7F75F5039988 throw 
> $7F75F5075E50 c(abort") 
> $7F75F5076700 compile-wrapper-function1 
> 
> file not found
> in file included from *OS command line*:-1
> unix/socket.fs:48: open-lib failed
> >>>end-c-library<<<
> Backtrace:
> $7F637A2E7988 throw 
> $7F637A323E50 c(abort") 
> $7F637A324700 compile-wrapper-function1 
> make[1]: *** [Makefile:655: build-libcc-named] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/gforth_0.7.3+dfsg-9_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067374: blasr: FTBFS: ./obj-x86_64-linux-gnu/../extrautils/StoreQualityByContextFromCmpH5.cpp:40: multiple definition of `main'; toAfg.p/utils_ToAfg.cpp.o:./obj-x86_64-linux-gnu/../utils/ToAfg.cp

2024-03-20 Thread Lucas Nussbaum
Source: blasr
Version: 5.3.5+dfsg-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: 
> libblasr_impl.a.p/extrautils_StoreQualityByContextFromCmpH5.cpp.o: in 
> function `main':
> ./obj-x86_64-linux-gnu/../extrautils/StoreQualityByContextFromCmpH5.cpp:40: 
> multiple definition of `main'; 
> toAfg.p/utils_ToAfg.cpp.o:./obj-x86_64-linux-gnu/../utils/ToAfg.cpp:30: first 
> defined here
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/blasr_5.3.5+dfsg-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067372: starlette: FTBFS: with pytest.raises(RuntimeError):

2024-03-20 Thread Lucas Nussbaum
Source: starlette
Version: 0.31.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> tests/test_websockets.py:459: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> starlette/testclient.py:402: in __init__
> super().__init__(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> self = 
> 
> def __init__(
> self,
> *,
> auth: AuthTypes | None = None,
> params: QueryParamTypes | None = None,
> headers: HeaderTypes | None = None,
> cookies: CookieTypes | None = None,
> verify: VerifyTypes = True,
> cert: CertTypes | None = None,
> http1: bool = True,
> http2: bool = False,
> proxy: ProxyTypes | None = None,
> proxies: ProxiesTypes | None = None,
> mounts: None | (typing.Mapping[str, BaseTransport | None]) = None,
> timeout: TimeoutTypes = DEFAULT_TIMEOUT_CONFIG,
> follow_redirects: bool = False,
> limits: Limits = DEFAULT_LIMITS,
> max_redirects: int = DEFAULT_MAX_REDIRECTS,
> event_hooks: None | (typing.Mapping[str, list[EventHook]]) = None,
> base_url: URLTypes = "",
> transport: BaseTransport | None = None,
> app: typing.Callable[..., typing.Any] | None = None,
> trust_env: bool = True,
> default_encoding: str | typing.Callable[[bytes], str] = "utf-8",
> ) -> None:
> super().__init__(
> auth=auth,
> params=params,
> headers=headers,
> cookies=cookies,
> timeout=timeout,
> follow_redirects=follow_redirects,
> max_redirects=max_redirects,
> event_hooks=event_hooks,
> base_url=base_url,
> trust_env=trust_env,
> default_encoding=default_encoding,
> )
> 
> if http2:
> try:
> import h2  # noqa
> except ImportError:  # pragma: no cover
> raise ImportError(
> "Using http2=True, but the 'h2' package is not installed. 
> "
> "Make sure to install httpx using `pip install 
> httpx[http2]`."
> ) from None
> 
> if proxies:
> message = (
> "The 'proxies' argument is now deprecated."
> " Use 'proxy' or 'mounts' instead."
> )
> warnings.warn(message, DeprecationWarning)
> if proxy:
> raise RuntimeError("Use either `proxy` or 'proxies', not 
> both.")
> 
> if app:
> message = (
> "The 'app' shortcut is now deprecated."
> " Use the explicit style 'transport=WSGITransport(app=...)' 
> instead."
> )
> >   warnings.warn(message, DeprecationWarning)
> E   DeprecationWarning: The 'app' shortcut is now deprecated. Use the 
> explicit style 'transport=WSGITransport(app=...)' instead.
> 
> /usr/lib/python3/dist-packages/httpx/_client.py:680: DeprecationWarning
> ___ test_receive_wrong_message_type[asyncio] 
> ___
> 
> test_client_factory = functools.partial( 'starlette.testclient.TestClient'>, backend='asyncio', backend_options={})
> 
> def test_receive_wrong_message_type(test_client_factory):
> async def app(scope, receive, send):
> websocket = WebSocket(scope, receive=receive, send=send)
> await websocket.accept()
> await websocket.receive()
> 
> >   client = test_client_factory(app)
> 
> tests/test_websockets.py:471: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> starlette/testclient.py:402: in __init__
> super().__init__(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> self = 
> 
> def __init__(
> self,
> *,
> auth: AuthTypes | None = None,
> params: QueryParamTypes | None = None,
> headers: HeaderTypes | None = None,
> cookies: CookieTypes | None = None,
> verify: VerifyTypes = True,
> cert: CertTypes | None = None,
> http1: bool = True,
> http2: bool = False,
> proxy: ProxyTypes | None = None,
> proxies: ProxiesTypes | None = None,
> mounts: None | (typing.Mapping[str, BaseTransport | None]) = None,
> timeout: TimeoutTypes = DEFAULT_TIMEOUT_CONFIG,
> follow_redirects: bool = False,
> limits: Limits = DEFAULT_LIMITS,
> max_redirects: int = DEFAULT_MAX_REDIRECTS,
> event_hooks: None | (typing.Mapping[str, list[EventHook]]) = None,
> base_url: URLTypes = "",
> transport: 

Bug#1067373: rust-glib-sys: FTBFS: make[1]: *** [debian/rules:12: execute_before_dh_auto_build] Error 101

2024-03-20 Thread Lucas Nussbaum
Source: rust-glib-sys
Version: 0.18.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> xmlstarlet ed -L \
> -u 
> '//*[@glib:error-domain="g-option-context-error-quark"]/@glib:error-domain' 
> -v g-option-error-quark \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_boolean_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gboolean*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_double_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gdouble*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_integer_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gint*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_locale_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> GLib-2.0.gir
> sed -i 
> 's/girs_directories\s=\s\[\"\.\.\/\.\.\/gir-files\"\]/girs_directories=\[\".\"\]/'
>  /<>/Gir.toml
> gir -o .
> thread 'main' panicked at 'Incomplete library, unresolved: ["GLib.time_t"]', 
> src/library_postprocessing.rs:69:9
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> make[1]: *** [debian/rules:12: execute_before_dh_auto_build] Error 101


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/rust-glib-sys_0.18.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067371: nncp: FTBFS: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-17-openjdk-amd64/lib/libfontmanager.so: libharfbuzz.so.0: cannot open shared object file: No such

2024-03-20 Thread Lucas Nussbaum
Source: nncp
Version: 8.10.0-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> #mkdir -p _build/src/go.cypherpunks.ru/nncp/v7
> #cp -r src/* _build/src/go.cypherpunks.ru/nncp/v7/
> #ln -s src/uilive _build/src/go.cypherpunks.ru/nncp/v7/uilive
> mv -vi _build/src/go.cypherpunks.ru/nncp/v7/src/* 
> _build/src/go.cypherpunks.ru/nncp/v7/
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/area.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/area.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/call.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/call.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/cfg.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/cfg.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/cfgdir.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/cfgdir.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/check.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/check.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/chunked.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/chunked.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/cmd' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/cmd'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/ctx.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/ctx.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/df.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/df.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/df_netbsd.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/df_netbsd.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/df_openbsd.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/df_openbsd.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/dirwatch.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/dirwatch.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/dirwatch_dummy.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/dirwatch_dummy.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/eblob.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/eblob.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/humanizer.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/humanizer.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/jobs.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/jobs.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/lockdir.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/lockdir.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/log.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/log.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/magic.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/magic.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/mcd.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/mcd.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/mth.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/mth.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/mth_test.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/mth_test.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/nice.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/nice.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/nice_test.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/nice_test.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/nncp.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/nncp.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/node.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/node.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/pipe.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/pipe.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/pkt.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/pkt.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/pkt_test.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/pkt_test.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/progress.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/progress.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/sp.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/sp.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/tmp.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/tmp.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/toss.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/toss.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/toss_test.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/toss_test.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/tx.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/tx.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/tx_test.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/tx_test.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/ucspi.go' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/ucspi.go'
> renamed '_build/src/go.cypherpunks.ru/nncp/v7/src/uilive' -> 
> '_build/src/go.cypherpunks.ru/nncp/v7/uilive'
> 

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

2024-03-20 Thread Lucas Nussbaum
Source: cowsql
Version: 1.15.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> PASS: unit-test
> FAIL: integration-test
> 
>libcowsql 1.15.4: ./test-suite.log
> 
> 
> # TOTAL: 2
> # PASS:  1
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: integration-test
> ==
> 
> Running test suite with seed 0xaf00af4e...
> client/exec [ OK] [ 
> 0.00359881 / 0.00137402 CPU ]
> client/execWithOneParam [ OK] [ 
> 0.00588251 / 0.00199150 CPU ]
> client/execSql  [ OK] [ 
> 0.00318920 / 0.00130192 CPU ]
> client/query[ OK] [ 
> 0.02748147 / 0.01367130 CPU ]
> client/querySql [ OK] [ 
> 0.02218528 / 0.01381124 CPU ]
> cluster/restart 
>   num_records=0 [ OK] [ 
> 0.07778440 / 0.02023967 CPU ]
>   num_records=1 [ OK] [ 
> 0.09707853 / 0.02103814 CPU ]
>   num_records=256   [ OK] [ 
> 0.68177532 / 0.19672728 CPU ]
>   num_records=993   [ OK] [ 
> 3.33475044 / 1.05112971 CPU ]
>   num_records=2200  [ OK] [ 
> 7.28315633 / 1.20243904 CPU ]
> cluster/dataOnNewNode   
>   num_records=0 [ OK] [ 
> 1.01878879 / 0.00756569 CPU ]
>   num_records=1 [ OK] [ 
> 1.02424190 / 0.00868214 CPU ]
>   num_records=256   [ OK] [ 
> 1.95683561 / 0.18443635 CPU ]
>   num_records=993   [ OK] [ 
> 4.83682971 / 1.09076674 CPU ]
>   num_records=2200  [ OK] [ 
> 9.69132509 / 2.41846663 CPU ]
> cluster/hugeRow [ OK] [ 
> 0.74664028 / 0.59067837 CPU ]
> cluster/modifyingQuery  
>   num_records=0 [ OK] [ 
> 1.01484826 / 0.00793378 CPU ]
>   num_records=1 [ OK] [ 
> 1.01575305 / 0.00991022 CPU ]
>   num_records=256   [ OK] [ 
> 1.65486998 / 0.17156146 CPU ]
>   num_records=993   [ OK] [ 
> 4.21986605 / 1.08116109 CPU ]
>   num_records=2200  [ OK] [ 
> 9.73500276 / 2.43784549 CPU ]
> cluster/modifyingQuerySql   
>   num_records=0 [ OK] [ 
> 1.01946325 / 0.00835368 CPU ]
>   num_records=1 [ OK] [ 
> 1.02382041 / 0.00907823 CPU ]
>   num_records=256   [ OK] [ 
> 1.94601363 / 0.18458722 CPU ]
>   num_records=993   [ OK] [ 
> 4.92241232 / 1.06064249 CPU ]
>   num_records=2200  [ OK] [ 
> 9.45109977 / 2.08571955 CPU ]
> fsm/snapshotFreshDb 
>   snapshot-threshold=8192   [ OK] [ 
> 0.1275 / 0.1154 CPU ]
> fsm/snapshotWrittenDb   
>   snapshot-threshold=8192   [ OK] [ 
> 0.00812144 / 0.00217155 CPU ]
> fsm/snapshotHeapFaultSingleDB   
>   snapshot-threshold=8192   [ OK] [ 
> 0.00838337 / 0.00237282 CPU ]
> fsm/snapshotHeapFaultTwoDB  
>   snapshot-threshold=8192   [ OK] [ 
> 0.01636242 / 0.00353376 CPU ]
> fsm/snapshotNewDbAddedBeforeFinalize
>   snapshot-threshold=8192   [ OK] [ 
> 0.01681715 / 0.00329585 CPU ]
> fsm/snapshotWritesBeforeFinalize
>   snapshot-threshold=8192   [ OK] [ 
> 3.05443838 / 0.31742986 CPU ]
> fsm/concurrentSnapshots 
>   snapshot-threshold=8192   [ OK] [ 
> 0.00525013 / 0.00176207 CPU ]
> fsm/snapshotRestore 
>   

Bug#1067370: cross-toolchain-base: FTBFS: unsatisfiable build-dependencies

2024-03-20 Thread Lucas Nussbaum
Source: cross-toolchain-base
Version: 68
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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: binutils-multiarch, dpkg (>= 1.21.17), rdfind, 
> symlinks, lsb-release, binutils-source (>= 2.41-6~), glibc-source (>= 
> 2.37-3~), gcc-12-source (>= 12.3.0-11~), g++-12 (>= 12.3.0-11~), 
> linux-source-6.5 (>= 6.5.8), linux-libc-dev (>= 6.5.8), autoconf (>= 2.69), 
> autoconf2.69, autogen, automake, bison (>= 1:2.3), chrpath, debhelper-compat 
> (= 13), dpkg-dev (>= 1.15.3.1), fakeroot, file, flex, dwz, debugedit (>= 
> 4.16), gawk, gettext, gperf (>= 3.0.1), kernel-wedge (>= 2.24), libisl-dev, 
> libmpc-dev, libelf-dev, libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lzma, 
> m4, make (>= 3.81), kmod | module-init-tools, patchutils, procps, quilt, 
> coreutils (>= 2.26) | realpath (>= 1.9.12), sed (>= 4.0.5-4), sharutils, tar 
> (>= 1.22), xz-utils, asciidoc, texinfo, cpio, python3, bc, time, 
> libconfig-auto-perl, libfile-temp-perl, libfile-homedir-perl, 
> liblocale-gettext-perl, libunwind-dev, libjansson-dev, pkg-config, 
> build-essential, fakeroot
> Merged Build-Conflicts: binutils-aarch64-linux-gnu, 
> binutils-arm-linux-gnueabi, binutils-arm-linux-gnueabihf, 
> binutils-i686-linux-gnu, binutils-powerpc64le-linux-gnu, 
> binutils-riscv64-linux-gnu, binutils-s390x-linux-gnu, dpkg-cross, 
> libc6-amd64-cross, libc6-arm64-cross, libc6-armel-cross, libc6-armhf-cross, 
> libc6-i386, libc6-i386-cross, libc6-ppc64el-cross, libc6-riscv64-cross, 
> libc6-s390x-cross, libc6-x32, libdebian-dpkgcross-perl, 
> linux-libc-dev-amd64-cross, linux-libc-dev-arm64-cross, 
> linux-libc-dev-armel-cross, linux-libc-dev-armhf-cross, 
> linux-libc-dev-i386-cross, linux-libc-dev-ppc64el-cross, 
> linux-libc-dev-riscv64-cross, linux-libc-dev-s390x-cross
> Filtered Build-Depends: binutils-multiarch, dpkg (>= 1.21.17), rdfind, 
> symlinks, lsb-release, binutils-source (>= 2.41-6~), glibc-source (>= 
> 2.37-3~), gcc-12-source (>= 12.3.0-11~), g++-12 (>= 12.3.0-11~), 
> linux-source-6.5 (>= 6.5.8), linux-libc-dev (>= 6.5.8), autoconf (>= 2.69), 
> autoconf2.69, autogen, automake, bison (>= 1:2.3), chrpath, debhelper-compat 
> (= 13), dpkg-dev (>= 1.15.3.1), fakeroot, file, flex, dwz, debugedit (>= 
> 4.16), gawk, gettext, gperf (>= 3.0.1), kernel-wedge (>= 2.24), libisl-dev, 
> libmpc-dev, libelf-dev, libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lzma, 
> m4, make (>= 3.81), kmod, patchutils, procps, quilt, coreutils (>= 2.26), sed 
> (>= 4.0.5-4), sharutils, tar (>= 1.22), xz-utils, asciidoc, texinfo, cpio, 
> python3, bc, time, libconfig-auto-perl, libfile-temp-perl, 
> libfile-homedir-perl, liblocale-gettext-perl, libunwind-dev, libjansson-dev, 
> pkg-config, build-essential, fakeroot
> Filtered Build-Conflicts: binutils-aarch64-linux-gnu, 
> binutils-arm-linux-gnueabi, binutils-arm-linux-gnueabihf, 
> binutils-i686-linux-gnu, binutils-powerpc64le-linux-gnu, 
> binutils-riscv64-linux-gnu, binutils-s390x-linux-gnu, dpkg-cross, 
> libc6-amd64-cross, libc6-arm64-cross, libc6-armel-cross, libc6-armhf-cross, 
> libc6-i386, libc6-i386-cross, libc6-ppc64el-cross, libc6-riscv64-cross, 
> libc6-s390x-cross, libc6-x32, libdebian-dpkgcross-perl, 
> linux-libc-dev-amd64-cross, linux-libc-dev-arm64-cross, 
> linux-libc-dev-armel-cross, linux-libc-dev-armhf-cross, 
> linux-libc-dev-i386-cross, linux-libc-dev-ppc64el-cross, 
> linux-libc-dev-riscv64-cross, linux-libc-dev-s390x-cross
> 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 [2324 B]
> Get:5 copy:/<>/apt_archive ./ Packages [2137 B]
> Fetched 5076 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: 

Bug#1067368: ngspetsc: FTBFS: unsatisfiable build-dependencies (purely virtual?): libocct-data-exchange-7.6 (>= 7.6.3+dfsg1), libocct-ocaf-7.6 (>= 7.6.3+dfsg1)

2024-03-20 Thread Lucas Nussbaum
Source: ngspetsc
Version: 0.0~git20240130.0c8a05b-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 13), dh-sequence-python3, fenicsx, 
> libpetsc-real-dev, pybuild-plugin-pyproject, python3-setuptools, python3, 
> python3-petsc4py, python3-mpi4py, python3-netgen, python3-numpy, 
> python3-pytest, python3-sphinx, python3-sphinx-autodoc-typehints, pandoc, 
> python3-ipython, python3-nbsphinx, python3-sphinx-rtd-theme, build-essential, 
> fakeroot
> Filtered Build-Depends: debhelper-compat (= 13), dh-sequence-python3, 
> fenicsx, libpetsc-real-dev, pybuild-plugin-pyproject, python3-setuptools, 
> python3, python3-petsc4py, python3-mpi4py, python3-netgen, python3-numpy, 
> python3-pytest, python3-sphinx, python3-sphinx-autodoc-typehints, pandoc, 
> python3-ipython, python3-nbsphinx, python3-sphinx-rtd-theme, 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 [977 B]
> Get:5 copy:/<>/apt_archive ./ Packages [954 B]
> Fetched 2540 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:
>  libnglib-6.2t64 : Depends: libocct-data-exchange-7.6 (>= 7.6.3+dfsg1)
>Depends: libocct-ocaf-7.6 (>= 7.6.3+dfsg1)
> 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/2024/03/19/ngspetsc_0.0~git20240130.0c8a05b-2_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: mirrorbits
Version: 0.5.1+git20240203.4e34d9b+ds1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 -- -buildmode=pie -ldflags '-X 
> github.com/etix/mirrorbits/core.VERSION=v0.5.1+git20240203.4e34d9b+ds1 -X 
> github.com/etix/mirrorbits/core.BUILD=0.5.1+git20240203.4e34d9b+ds1-1 -X 
> github.com/etix/mirrorbits/config.TEMPLATES_PATH=/usr/share/mirrorbits/templates/'
>   cd _build && go install -trimpath -v -p 8 -buildmode=pie -ldflags "-X 
> github.com/etix/mirrorbits/core.VERSION=v0.5.1+git20240203.4e34d9b+ds1 -X 
> github.com/etix/mirrorbits/core.BUILD=0.5.1+git20240203.4e34d9b+ds1-1 -X 
> github.com/etix/mirrorbits/config.TEMPLATES_PATH=/usr/share/mirrorbits/templates/"
>  github.com/etix/mirrorbits github.com/etix/mirrorbits/cli 
> github.com/etix/mirrorbits/config github.com/etix/mirrorbits/core 
> github.com/etix/mirrorbits/daemon github.com/etix/mirrorbits/database 
> github.com/etix/mirrorbits/database/interfaces 
> github.com/etix/mirrorbits/database/upgrader 
> github.com/etix/mirrorbits/database/v1 github.com/etix/mirrorbits/filesystem 
> github.com/etix/mirrorbits/http github.com/etix/mirrorbits/logs 
> github.com/etix/mirrorbits/mirrors github.com/etix/mirrorbits/network 
> github.com/etix/mirrorbits/process github.com/etix/mirrorbits/rpc 
> github.com/etix/mirrorbits/scan github.com/etix/mirrorbits/testing 
> github.com/etix/mirrorbits/utils
> internal/goexperiment
> internal/coverage/rtcov
> internal/unsafeheader
> internal/godebugs
> internal/goos
> internal/cpu
> internal/goarch
> internal/itoa
> runtime/internal/atomic
> runtime/internal/syscall
> math/bits
> unicode/utf8
> internal/race
> internal/abi
> internal/chacha8rand
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> unicode
> cmp
> encoding
> crypto/internal/alias
> slices
> crypto/subtle
> internal/bytealg
> math
> crypto/internal/boring/sig
> log/internal
> internal/nettrace
> container/list
> unicode/utf16
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/alias
> google.golang.org/grpc/serviceconfig
> runtime
> internal/reflectlite
> sync
> internal/testlog
> google.golang.org/grpc/internal/buffer
> google.golang.org/grpc/internal/grpcsync
> internal/bisect
> internal/singleflight
> runtime/cgo
> errors
> internal/godebug
> sort
> strconv
> path
> io
> internal/oserror
> internal/safefilepath
> vendor/golang.org/x/net/dns/dnsmessage
> internal/intern
> syscall
> math/rand
> crypto/internal/nistec/fiat
> bytes
> strings
> hash
> reflect
> crypto
> net/netip
> crypto/internal/randutil
> bufio
> regexp/syntax
> crypto/rc4
> hash/crc32
> vendor/golang.org/x/text/transform
> net/http/internal/ascii
> html
> text/tabwriter
> google.golang.org/grpc/encoding
> golang.org/x/text/transform
> time
> internal/syscall/execenv
> internal/syscall/unix
> regexp
> internal/fmtsort
> encoding/binary
> google.golang.org/grpc/backoff
> google.golang.org/grpc/internal/grpcrand
> context
> io/fs
> internal/poll
> google.golang.org/grpc/keepalive
> google.golang.org/grpc/internal/backoff
> golang.org/x/net/context
> google.golang.org/grpc/tap
> embed
> crypto/md5
> crypto/cipher
> crypto/internal/edwards25519/field
> encoding/base64
> vendor/golang.org/x/crypto/internal/poly1305
> crypto/internal/nistec
> os
> crypto/internal/edwards25519
> golang.org/x/sys/unix
> crypto/internal/boring
> crypto/des
> encoding/pem
> crypto/sha1
> crypto/sha256
> crypto/aes
> crypto/sha512
> crypto/hmac
> vendor/golang.org/x/crypto/chacha20
> vendor/golang.org/x/crypto/hkdf
> crypto/ecdh
> fmt
> path/filepath
> io/ioutil
> net
> vendor/golang.org/x/sys/cpu
> google.golang.org/grpc/internal/envconfig
> os/signal
> vendor/golang.org/x/crypto/chacha20poly1305
> os/exec
> encoding/hex
> log
> flag
> encoding/json
> gopkg.in/yaml.v3
> math/big
> net/url
> github.com/pkg/errors
> github.com/etix/mirrorbits/core
> github.com/rafaeljusto/redigomock
> compress/flate
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/text/secure/bidirule
> vendor/golang.org/x/net/http2/hpack
> mime
> compress/gzip
> mime/quotedprintable
> net/http/internal
> github.com/golang/protobuf/proto
> golang.org/x/net/internal/timeseries
> text/template/parse
> google.golang.org/grpc/internal/grpclog
> google.golang.org/grpc/grpclog
> vendor/golang.org/x/net/idna
> google.golang.org/grpc/attributes
> crypto/rand
> crypto/elliptic
> crypto/internal/bigmod
> crypto/internal/boring/bbig
> encoding/asn1
> crypto/ed25519
> crypto/dsa
> crypto/rsa
> google.golang.org/grpc/connectivity
> google.golang.org/grpc/metadata
> google.golang.org/grpc/internal
> google.golang.org/grpc/codes
> golang.org/x/text/unicode/bidi
> google.golang.org/grpc/internal/balancerload
> 

Bug#1067367: mathgl: FTBFS: debian/tests/run-tests: 37: python3.12: not found

2024-03-20 Thread Lucas Nussbaum
Source: mathgl
Version: 8.0.1-7.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<>/obj-x86_64-linux-gnu'
> make[4]: Nothing to be done for 
> 'examples/CMakeFiles/mgl_mpi_example.dir/build'.
> make[4]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> [100%] Built target mgl_mpi_example
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> /usr/bin/cmake -E cmake_progress_start 
> /<>/obj-x86_64-linux-gnu/CMakeFiles 0
> make[2]: Leaving directory '/<>/obj-x86_64-linux-gnu/examples'
> 3wave.png: ok
> alpha.png: ok
> apde.png: ok
> area.png: ok
> aspect.png: ok
> axial.png: ok
> axis.png: ok
> background.png: ok
> barh.png: ok
> bars.png: ok
> belt.png: ok
> beltc.png: ok
> bifurcation.png: ok
> box.png: ok
> boxplot.png: ok
> boxs.png: ok
> candle.png: ok
> chart.png: ok
> cloud.png: ok
> colorbar.png: ok
> combined.png: ok
> cones.png: ok
> cont.png: ok
> cont3.png: ok
> cont_xyz.png: ok
> contd.png: ok
> contf.png: ok
> contf3.png: ok
> contf_xyz.png: ok
> conts.png: ok
> contv.png: ok
> correl.png: ok
> curvcoor.png: ok
> cut.png: ok
> daisy.png: ok
> dat_diff.png: ok
> dat_extra.png: ok
> data1.png: ok
> data2.png: ok
> dcont.png: ok
> dens.png: ok
> dens3.png: ok
> dens_xyz.png: ok
> detect.png: ok
> dew.png: ok
> diffract.png: ok
> dilate.png: ok
> dots.png: ok
> earth.png: ok
> error.png: ok
> error2.png: ok
> export.png: ok
> fall.png: ok
> fexport.png: ok
> fit.png: ok
> flame2d.png: ok
> flow.png: ok
> flow3.png: ok
> fog.png: ok
> fonts.png: ok
> grad.png: ok
> hist.png: ok
> ifs2d.png: ok
> ifs3d.png: ok
> indirect.png: ok
> inplot.png: ok
> iris.png: ok
> keep.png: ok
> label.png: ok
> lamerey.png: ok
> legend.png: ok
> light.png: ok
> lines.png: ok
> loglog.png: ok
> map.png: ok
> mark.png: ok
> mask.png: ok
> mesh.png: ok
> minmax.png: ok
> mirror.png: ok
> molecule.png: ok
> ode.png: ok
> ohlc.png: ok
> param1.png: ok
> param2.png: ok
> param3.png: ok
> paramv.png: ok
> parser.png: ok
> pde.png: ok
> pendelta.png: ok
> pipe.png: ok
> plot.png: ok
> pmap.png: ok
> primitives.png: ok
> projection.png: ok
> projection5.png: ok
> pulse.png: ok
> qo2d.png: ok
> quality0.png: ok
> quality1.png: ok
> quality2.png: ok
> quality4.png: ok
> quality5.png: ok
> quality6.png: ok
> quality8.png: ok
> radar.png: ok
> refill.png: ok
> region.png: ok
> scanfile.png: ok
> schemes.png: ok
> section.png: ok
> several_light.png: ok
> solve.png: ok
> stem.png: ok
> step.png: ok
> stereo.png: ok
> stfa.png: ok
> style.png: ok
> surf.png: ok
> surf3.png: ok
> surf3a.png: ok
> surf3c.png: ok
> surf3ca.png: ok
> surfa.png: ok
> surfc.png: ok
> surfca.png: ok
> table.png: ok
> tape.png: ok
> tens.png: ok
> ternary.png: ok
> text.png: ok
> text2.png: ok
> textmark.png: ok
> ticks.png: ok
> tile.png: ok
> tiles.png: ok
> torus.png: ok
> traj.png: ok
> triangulation.png: ok
> triplot.png: ok
> tube.png: ok
> type0.png: ok
> type1.png: ok
> type2.png: ok
> vect.png: ok
> vect3.png: ok
> venn.png: ok
> debian/tests/run-tests: 37: python3.12: not found
> make[1]: *** [debian/rules:54: override_dh_auto_test] Error 127


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/mathgl_8.0.1-7.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067365: rust-gdk-sys: FTBFS: make[1]: *** [debian/rules:28: execute_before_dh_auto_build] Error 101

2024-03-20 Thread Lucas Nussbaum
Source: rust-gdk-sys
Version: 0.18.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Pango-1.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/HarfBuzz-0.0.gir /<>
> cp /usr/share/gir-1.0/freetype2-2.0.gir /<>
> cp /usr/share/gir-1.0/PangoCairo-1.0.gir /<>
> cp /usr/share/gir-1.0/cairo-1.0.gir /<>
> cp /usr/share/gir-1.0/Gdk-3.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> xmlstarlet ed -L \
> -d '///_:alias[@name="Int32"]' \
> freetype2-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//*[@glib:error-domain="g-option-context-error-quark"]/@glib:error-domain' 
> -v g-option-error-quark \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_boolean_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gboolean*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_double_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gdouble*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_integer_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gint*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_locale_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> GLib-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "GValue*" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const char**" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -i '//_:interface[@name="TypePlugin" and not(@glib:type-struct)]' -t 'attr' 
> -n 'glib:type-struct' -v 'TypePluginClass' \
> -i '//_:record[@name="TypePluginClass" and not(@glib:is-gtype-struct-for)]' 
> -t 'attr' -n 'glib:is-gtype-struct-for' -v 'TypePlugin' \
> GObject-2.0.gir
> xmlstarlet ed -L \
> -i '///_:type[not(@name) and @c:type="hb_font_t*"]' -t 'attr' -n 'name' -v 
> "gconstpointer" \
> -u '//_:type[@c:type="hb_font_t*"]/@c:type' -v "gconstpointer" \
> -i '///_:array[not(@name) and @c:type="hb_feature_t*"]' -t 'attr' -n 'name' 
> -v "gconstpointer" \
> -r '///_:array[@c:type="hb_feature_t*"]' -v "type" \
> -d '//_:type[@c:type="hb_feature_t*"]/*' \
> -d '//_:type[@c:type="hb_feature_t*"]/@length' \
> -d '//_:type[@c:type="hb_feature_t*"]/@zero-terminated' \
> -u '//_:type[@c:type="hb_feature_t*"]/@c:type' -v "gconstpointer" \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field/@bits' \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field[@name="is_color"]' \
> Pango-1.0.gir
> xmlstarlet ed -L \
> -d '///_:function[@c:identifier="hb_graphite2_face_get_gr_face"]' \
> -d '///_:function[@c:identifier="hb_graphite2_font_get_gr_font"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_get_face"]' \
> -d '///_:function[@c:identifier="hb_ft_font_lock_face"]' \
> HarfBuzz-0.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_current_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> Gdk-3.0.gir
> xmlstarlet ed -L \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@name' -v 
> "gpointer" \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@c:type' 
> -v "gpointer" \
> GdkPixbuf-2.0.gir
> sed -i 
> 's/girs_directories\s=\s\[\"\.\.\/\.\.\/gir-files\"\]/girs_directories=\[\".\"\]/'
>  /<>/Gir.toml
> gir -o .
> thread 'main' panicked at 'Incomplete library, unresolved: ["GLib.time_t"]', 
> src/library_postprocessing.rs:69:9
> note: run with 

Bug#1067364: libnginx-mod-http-modsecurity: FTBFS: make[1]: *** [debian/rules:9: override_dh_auto_configure] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: libnginx-mod-http-modsecurity
Version: 1.0.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure --buildsystem=nginx_mod -- 
> --add-module=/usr/share/nginx-ndk/src
> checking for OS
>  + Linux 6.1.0-13-cloud-amd64 x86_64
> checking for C compiler ... found
>  + using GNU C compiler
> checking for --with-ld-opt="-Wl,-z,relro -Wl,-z,now -fPIC" ... found
> checking for -Wl,-E switch ... found
> checking for gcc builtin atomic operations ... found
> checking for C99 variadic macros ... found
> checking for gcc variadic macros ... found
> checking for gcc builtin 64 bit byteswap ... found
> checking for unistd.h ... found
> checking for inttypes.h ... found
> checking for limits.h ... found
> checking for sys/filio.h ... not found
> checking for sys/param.h ... found
> checking for sys/mount.h ... found
> checking for sys/statvfs.h ... found
> checking for crypt.h ... found
> checking for Linux specific features
> checking for epoll ... found
> checking for EPOLLRDHUP ... found
> checking for EPOLLEXCLUSIVE ... found
> checking for eventfd() ... found
> checking for O_PATH ... found
> checking for sendfile() ... found
> checking for sendfile64() ... found
> checking for sys/prctl.h ... found
> checking for prctl(PR_SET_DUMPABLE) ... found
> checking for prctl(PR_SET_KEEPCAPS) ... found
> checking for capabilities ... found
> checking for crypt_r() ... found
> checking for sys/vfs.h ... found
> checking for UDP_SEGMENT ... found
> checking for nobody group ... not found
> checking for nogroup group ... found
> checking for poll() ... found
> checking for /dev/poll ... not found
> checking for kqueue ... not found
> checking for crypt() ... not found
> checking for crypt() in libcrypt ... found
> checking for F_READAHEAD ... not found
> checking for posix_fadvise() ... found
> checking for O_DIRECT ... found
> checking for F_NOCACHE ... not found
> checking for directio() ... not found
> checking for statfs() ... found
> checking for statvfs() ... found
> checking for dlopen() ... found
> checking for sched_yield() ... found
> checking for sched_setaffinity() ... found
> checking for SO_SETFIB ... not found
> checking for SO_REUSEPORT ... found
> checking for SO_ACCEPTFILTER ... not found
> checking for SO_BINDANY ... not found
> checking for IP_TRANSPARENT ... found
> checking for IP_BINDANY ... not found
> checking for IP_BIND_ADDRESS_NO_PORT ... found
> checking for IP_RECVDSTADDR ... not found
> checking for IP_SENDSRCADDR ... not found
> checking for IP_PKTINFO ... found
> checking for IPV6_RECVPKTINFO ... found
> checking for TCP_DEFER_ACCEPT ... found
> checking for TCP_KEEPIDLE ... found
> checking for TCP_FASTOPEN ... found
> checking for TCP_INFO ... found
> checking for accept4() ... found
> checking for int size ... 4 bytes
> checking for long size ... 8 bytes
> checking for long long size ... 8 bytes
> checking for void * size ... 8 bytes
> checking for uint32_t ... found
> checking for uint64_t ... found
> checking for sig_atomic_t ... found
> checking for sig_atomic_t size ... 4 bytes
> checking for socklen_t ... found
> checking for in_addr_t ... found
> checking for in_port_t ... found
> checking for rlim_t ... found
> checking for uintptr_t ... uintptr_t found
> checking for system byte ordering ... little endian
> checking for size_t size ... 8 bytes
> checking for off_t size ... 8 bytes
> checking for time_t size ... 8 bytes
> checking for AF_INET6 ... found
> checking for setproctitle() ... not found
> checking for pread() ... found
> checking for pwrite() ... found
> checking for pwritev() ... found
> checking for strerrordesc_np() ... found
> checking for localtime_r() ... found
> checking for clock_gettime(CLOCK_MONOTONIC) ... found
> checking for posix_memalign() ... found
> checking for memalign() ... found
> checking for mmap(MAP_ANON|MAP_SHARED) ... found
> checking for mmap("/dev/zero", MAP_SHARED) ... found
> checking for System V shared memory ... found
> checking for POSIX semaphores ... found
> checking for struct msghdr.msg_control ... found
> checking for ioctl(FIONBIO) ... found
> checking for ioctl(FIONREAD) ... found
> checking for struct tm.tm_gmtoff ... found
> checking for struct dirent.d_namlen ... not found
> checking for struct dirent.d_type ... found
> checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
> checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found
> checking for openat(), fstatat() ... found
> checking for getaddrinfo() ... found
> configuring additional modules
> adding module in /usr/share/nginx-ndk/src
>  + ngx_devel_kit was configured
> adding module in /usr/share/nginx-ndk/src
>  + ngx_devel_kit was configured
> configuring additional dynamic modules
> adding module in /<>/.
> checking for 

Bug#1067361: pymdown-extensions: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-20 Thread Lucas Nussbaum
Source: pymdown-extensions
Version: 9.5-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_pymdownx  
> * Building wheel...
> Successfully built pymdown_extensions-9.5-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_pymdownx  
> * Building wheel...
> Successfully built pymdown_extensions-9.5-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_pymdownx/build; python3.12 -m pytest 
> tests
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<>
> configfile: tox.ini
> collected 350 items
> 
> tests/test_extensions/test_arithmatex.py ..  [  
> 2%]
> tests/test_extensions/test_b64.py .  [  
> 4%]
> tests/test_extensions/test_betterem.py ..[  
> 6%]
> tests/test_extensions/test_details.py ...[ 
> 10%]
> tests/test_extensions/test_emoji.py ...  [ 
> 11%]
> tests/test_extensions/test_escapeall.py ...  [ 
> 12%]
> tests/test_extensions/test_highlight.py .[ 
> 19%]
> tests/test_extensions/test_inlinehilite.py ...   [ 
> 24%]
> tests/test_extensions/test_legacy_slugs.py ..[ 
> 26%]
> tests/test_extensions/test_magiclink.py  [ 
> 29%]
> tests/test_extensions/test_pathconverter.py  [ 
> 37%]
> .[ 
> 42%]
> tests/test_extensions/test_saneheaders.py .. [ 
> 45%]
> tests/test_extensions/test_slugs.py  [ 
> 47%]
> tests/test_extensions/test_snippets.py   [ 
> 53%]
> tests/test_extensions/test_striphmtl.py .[ 
> 53%]
> tests/test_extensions/test_superfences.py .. [ 
> 62%]
>  [ 
> 69%]
> tests/test_extensions/test_tabbed.py .   [ 
> 72%]
> tests/test_extensions/test_tabbed_alternate.py . [ 
> 76%]
> tests/test_syntax.py ...F... [ 
> 91%]
> ..   [ 
> 95%]
> tests/test_targeted.py . [ 
> 98%]
> tests/test_versions.py   
> [100%]
> 
> === FAILURES 
> ===
> __ test_extensions[compare35] 
> __
> 
> compare = (OrderedDict({'extensions': 
> OrderedDict({'markdown.extensions.smarty': None, 'pymdownx.smartsymbols': 
> None}), 'css': 
> [...own-extensions-9.5/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt')
> 
> def test_extensions(compare):
> """Test extensions."""
> 
> >   compare_results(*compare)
> 
> tests/test_syntax.py:150: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> tests/test_syntax.py:51: in compare_results
> check_markdown(testfile, extension, extension_config, wrapper, update)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> testfile = 
> '/<>/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt'
> extension = ['markdown.extensions.smarty', 'pymdownx.smartsymbols']
> extension_config = {}, wrapper = '%s', update = False
> 
> def check_markdown(testfile, extension, extension_config, wrapper, 
> update=False):
> 

Bug#1067363: polymake: FTBFS: dpkg-shlibdeps: error: no dependency information found for /lib/x86_64-linux-gnu/libflint.so.19 (used by debian/libpolymake4.11/usr/lib/libpolymake.so.4.11)

2024-03-20 Thread Lucas Nussbaum
Source: polymake
Version: 4.11-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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_perl usr/lib/polymake/perlx
> make[1]: Leaving directory '/<>'
>dh_link -O--max-parallel=8
>dh_strip_nondeterminism -O--max-parallel=8
>dh_compress -O--max-parallel=8
>dh_fixperms -O--max-parallel=8
>dh_missing -O--max-parallel=8
>dh_strip -O--max-parallel=8
>dh_makeshlibs -O--max-parallel=8
>dh_shlibdeps -O--max-parallel=8
> dpkg-shlibdeps: error: no dependency information found for 
> /lib/x86_64-linux-gnu/libflint.so.19 (used by 
> debian/polymake/usr/lib/polymake/lib/matroid.so)
> Hint: check if the library actually comes from a package.
> dh_shlibdeps: error: dpkg-shlibdeps -Tdebian/polymake.substvars 
> debian/polymake/usr/lib/polymake/perlx/5.38.2/x86_64-linux-gnu-thread-multi/auto/Polymake/Ext/Ext.so
>  debian/polymake/usr/lib/polymake/lib/ideal.so 
> debian/polymake/usr/lib/polymake/lib/topaz.so 
> debian/polymake/usr/lib/polymake/lib/tropical.so 
> debian/polymake/usr/lib/polymake/lib/polytope.so 
> debian/polymake/usr/lib/polymake/lib/group.so 
> debian/polymake/usr/lib/polymake/lib/fan.so 
> debian/polymake/usr/lib/polymake/lib/graph.so 
> debian/polymake/usr/lib/polymake/lib/matroid.so 
> debian/polymake/usr/lib/polymake/lib/fulton.so 
> debian/polymake/usr/lib/polymake/lib/common.so returned exit code 25
> dpkg-shlibdeps: error: no dependency information found for 
> /lib/x86_64-linux-gnu/libflint.so.19 (used by 
> debian/libpolymake4.11/usr/lib/libpolymake.so.4.11)
> Hint: check if the library actually comes from a package.
> dh_shlibdeps: error: dpkg-shlibdeps -Tdebian/libpolymake4.11.substvars 
> debian/libpolymake4.11/usr/lib/libpolymake.so.4.11 
> debian/libpolymake4.11/usr/lib/polymake/lib/libpolymake-apps-rt.so.4.11 
> debian/libpolymake4.11/usr/lib/polymake/lib/libpolymake-apps.so.4.11 returned 
> exit code 25
> dh_shlibdeps: error: Aborting due to earlier error
> make: *** [debian/rules:35: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/polymake_4.11-2_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: hylafax
Version: 3:6.0.7-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp -p /usr/share/misc/config.* .
> yes | /bin/bash ./configure \
>   --with-HTML=yes \
>   --with-REGEX=no \
>   --with-LIBREGEX='' \
>   --with-REGEXINC='' \
>   --with-UTMP=auto \
>   --with-DIR_BIN="/usr/bin" \
>   --with-DIR_LIBDATA="/etc/hylafax" \
>   --with-DIR_LIB="/usr/lib/hylafax" \
>   --with-DIR_LIBEXEC="/usr/sbin" \
>   --with-DIR_MAN="/usr/share/man" \
>   --with-DIR_SBIN="/usr/sbin" \
>   --with-DIR_LOCKS="/var/lock" \
>   --with-PATH_AFM="/usr/share/fonts/type1/gsfonts" \
>   --with-FONTMAP="/usr/share/ghostscript/9.19/lib" \
>   --with-MANSCHEME="bsd-source-gzip-strip" \
>   --with-DIR_HTML="/usr/share/doc/hylafax" \
>   --with-DIR_CGI="/usr/lib/cgi-bin" \
>   --with-HTMLPATH="/doc/hylafax" \
>   --with-SYSGID="root" \
>   --with-SYSUID="root" \
>   --with-PATH_GETTY="/etc/hylafax/getty-link" \
>   --with-PATH_VGETTY="/etc/hylafax/vgetty-link" \
>   --with-PATH_EGETTY="/etc/hylafax/egetty-link" \
>   --with-CONFIG_MAXGID="65534" \
>   --with-CMP="/usr/bin/cmp" \
>   --with-COL="/usr/bin/col" \
>   --with-MKFIFO="/usr/bin/mkfifo" \
>   --with-SORT="/usr/bin/sort" \
>   --with-OPTIMIZER="-g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2" \
>   --with-MANDIR="/usr/share/man" \
>   --with-PATH_DPSRIP="" \
>   --with-PATH_IMPRIP="/usr/bin/psrip" \
>   --with-AWK="/usr/bin/awk"
> 
> Configuring HylaFAX (tm) (aka FlexFAX) 6.0.7.
> 
> If configure does the wrong thing, check the file config.log for
> information that may help you understand what went wrong.
> 
> Reading site-wide parameters from ./config.site.
> Here we are again, this time on a x86_64-pc-linux-gnu system.
> Using /bin/gcc for a C compiler (set CC to override).
> Looks like /bin/gcc supports the -g option.
> ... but not together with the -O option, not using it.
> Looks like /bin/gcc has an ANSI C preprocessor.
> ... but __ANSI_CPP__ is not automatically defined, will compensate.
> Looks like /bin/gcc supports the -M option for generating make dependencies.
> Using /bin/g++ for a C++ compiler (set CXX to override).
> Looks like /bin/g++ supports the -g option.
> Using " -g" for C++ compiler options.
> Looks like /bin/g++ has an ANSI C preprocessor.
> ... but __ANSI_CPP__ is not automatically defined, will compensate.
> Using /bin/make to configure the software.
> Using "include file" syntax for Makefiles.
> Looks like make supports "sinclude" for conditional includes.
> Using /bin/bash to process command scripts.
> Looks like the system has a CXX runtime
> Checking for PAM (Pluggable Authentication Module) support
> ... not found. Disabling PAM support
> Checking for JBIG library support
> ... not found. Disabling JBIG support
> Checking for NLS (gettext) library support
> Couldn't find anything to link for gettext
> Missing INTL Library.
> 
> Compilation of the following test program failed:
> 
> --
> int t() { gettext(""); return 0; }
> int main(){ t(); return 0; }
> --
> 
> LIBINTL=
> 
> Verify that you have the LIBINTL configuration parameters
> set correctly for your system (see above) and that any environment
> variables are setup that are needed to locate a libtiff DSO at runtime
> (e.g. LD_LIBRARY_PATH). Also be sure that any relative pathnames are
> made relative to the top of the build area.
> 
> If you don't want NLS support, you can disable it with --disable-nls
> 
> Unrecoverable error!  Once you've corrected the problem rerun this script.
> make[1]: *** [debian/rules:13: override_dh_auto_configure] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/hylafax_6.0.7-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067360: macaulay2: FTBFS: make[3]: *** [../Makefile.library:235: /<>/M2/BUILD/tarfiles/normaliz-3.9.2.tar.gz] Error 1

2024-03-20 Thread Lucas Nussbaum
Source: macaulay2
Version: 1.22+ds-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>/M2/libraries/normaliz'
> error: for the third-party library or program source "normaliz"
>the source code is not present in the file 
> "/<>/M2/BUILD/tarfiles/normaliz-3.9.2.tar.gz"
>so either download a "fat" tar file of the Macaulay2 source code
>or rerun the Macaulay2 "configure" command with the added option 
> "--enable-download"
>to enable automatic downloading of the source code over the internet
> make[3]: *** [../Makefile.library:235: 
> /<>/M2/BUILD/tarfiles/normaliz-3.9.2.tar.gz] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/macaulay2_1.22+ds-6_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: rbldnsd
Version: 1.0~20210120-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> CFLAGS="-g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-z,now" \
>./configure --enable-systemd --enable-zlib
> configure: rbldnsd... 1.0pre (snapshot 20210120)
> checking for C compiler... gcc
> checking whether the C compiler (gcc -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wl,-z,relro -Wl,-z,now)
>can produce executables... yes
> checking for ranlib... ranlib
> checking for stdint.h... yes
> checking whether C compiler defines __SIZEOF_POINTER__... yes
> checking byte order... little-endian
> checking for inline... yes
> checking for socklen_t... yes
> checking for libraries needed for connect()... not found
> configure: fatal: cannot find libraries needed for sockets
> make[1]: *** [debian/rules:8: override_dh_auto_configure] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/rbldnsd_1.0~20210120-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067355: budgie-desktop-view: FTBFS: src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:103:81: error: unused parameter ‘_sender’ [-Werror=unused-parameter]

2024-03-20 Thread Lucas Nussbaum
Source: budgie-desktop-view
Version: 1.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> cc -Isrc/org.buddiesofbudgie.budgie-desktop-view.p -Isrc -I../src -I. 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror 
> -std=c11 -O3 -Wconversion -Wformat -Wformat-security -Wstack-protector 
> -Wundef -Wuninitialized -fstack-protector 
> '-DGETTEXT_PACKAGE="budgie-desktop-view"' -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -pthread -MD -MQ 
> src/org.buddiesofbudgie.budgie-desktop-view.p/meson-generated_desktop_menu.c.o
>  -MF 
> src/org.buddiesofbudgie.budgie-desktop-view.p/meson-generated_desktop_menu.c.o.d
>  -o 
> src/org.buddiesofbudgie.budgie-desktop-view.p/meson-generated_desktop_menu.c.o
>  -c src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c: In function 
> ‘_desktop_menu_on_budgie_settings_activated_gtk_menu_item_activate’:
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:103:81: error: 
> unused parameter ‘_sender’ [-Werror=unused-parameter]
>   103 | _desktop_menu_on_budgie_settings_activated_gtk_menu_item_activate 
> (GtkMenuItem* _sender,
>   |
> ~^~~
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c: In function 
> ‘_desktop_menu_on_system_settings_activated_gtk_menu_item_activate’:
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:110:81: error: 
> unused parameter ‘_sender’ [-Werror=unused-parameter]
>   110 | _desktop_menu_on_system_settings_activated_gtk_menu_item_activate 
> (GtkMenuItem* _sender,
>   |
> ~^~~
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c: In function 
> ‘desktop_menu_class_init’:
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:250:35: error: 
> unused parameter ‘klass_data’ [-Werror=unused-parameter]
>   250 |  gpointer klass_data)
>   |  ~^~
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c: In function 
> ‘desktop_menu_instance_init’:
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:259:38: error: 
> unused parameter ‘klass’ [-Werror=unused-parameter]
>   259 | gpointer klass)
>   | ~^
> In file included from /usr/include/glib-2.0/glib/gthread.h:34,
>  from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
>  from /usr/include/glib-2.0/glib.h:34,
>  from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
>  from /usr/include/gtk-3.0/gdk/gdk.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>  from 
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:20:
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c: In function 
> ‘desktop_menu_get_type’:
> /usr/include/glib-2.0/glib/gatomic.h:131:5: error: argument 2 of 
> ‘__atomic_load’ discards ‘volatile’ qualifier 
> [-Werror=incompatible-pointer-types]
>   131 | __atomic_load (gapg_temp_atomic, _temp_newval, 
> __ATOMIC_SEQ_CST); \
>   | ^
> /usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro 
> ‘g_atomic_pointer_get’
>   262 | (!g_atomic_pointer_get (location) && \
>   |   ^~~~
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:288:13: note: in 
> expansion of macro ‘g_once_init_enter’
>   288 | if (g_once_init_enter (_menu_type_id__once)) {
>   | ^
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c: At top level:
> src/org.buddiesofbudgie.budgie-desktop-view.p/desktop_menu.c:62:20: error: 
> ‘desktop_menu_properties’ defined but not used [-Werror=unused-variable]
>62 | 

Bug#1067358: python-flexmock: FTBFS: AttributeError: module '_pytest.runner' has no attribute 'call_runtest_hook'

2024-03-20 Thread Lucas Nussbaum
Source: python-flexmock
Version: 0.11.3-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test -- --system=custom \
>   --test-args '{interpreter} tests/test_unittest.py'
> I: pybuild base:305: python3.12 tests/test_unittest.py
> Traceback (most recent call last):
>   File "/<>/tests/test_unittest.py", line 6, in 
> from flexmock import flexmock
>   File 
> "/<>/.pybuild/cpython3_3.12_flexmock/build/flexmock/__init__.py",
>  line 2, in 
> from flexmock import _integrations  # pylint: disable=unused-import
> ^^
>   File 
> "/<>/.pybuild/cpython3_3.12_flexmock/build/flexmock/_integrations.py",
>  line 101, in 
> saved_pytest = runner.call_runtest_hook
>
> AttributeError: module '_pytest.runner' has no attribute 'call_runtest_hook'
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: 
> python3.12 tests/test_unittest.py
> I: pybuild base:305: python3.11 tests/test_unittest.py
> Traceback (most recent call last):
>   File "/<>/tests/test_unittest.py", line 6, in 
> from flexmock import flexmock
>   File 
> "/<>/.pybuild/cpython3_3.11_flexmock/build/flexmock/__init__.py",
>  line 2, in 
> from flexmock import _integrations  # pylint: disable=unused-import
> ^^
>   File 
> "/<>/.pybuild/cpython3_3.11_flexmock/build/flexmock/_integrations.py",
>  line 101, in 
> saved_pytest = runner.call_runtest_hook
>
> AttributeError: module '_pytest.runner' has no attribute 'call_runtest_hook'
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: 
> python3.11 tests/test_unittest.py
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" --system=custom --test-args "{interpreter} tests/test_unittest.py" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/python-flexmock_0.11.3-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067357: rust-gdk4-wayland-sys: FTBFS: make[1]: *** [debian/rules:31: execute_before_dh_auto_build] Error 101

2024-03-20 Thread Lucas Nussbaum
Source: rust-gdk4-wayland-sys
Version: 0.7.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/freetype2-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/PangoCairo-1.0.gir /<>
> cp /usr/share/gir-1.0/GdkWayland-4.0.gir /<>
> cp /usr/share/gir-1.0/HarfBuzz-0.0.gir /<>
> cp /usr/share/gir-1.0/Gdk-4.0.gir /<>
> cp /usr/share/gir-1.0/Pango-1.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> cp /usr/share/gir-1.0/cairo-1.0.gir /<>
> # We need to fix some gir files; lines taken from 
> https://github.com/gtk-rs/gir-files/blob/master/fix.sh
> # this needs to be re-done for every new upstream release :(
> # freetype
> xmlstarlet ed -L \
> -d '///_:alias[@name="Int32"]' \
> freetype2-2.0.gir
> # harfbuzz
> xmlstarlet ed -L \
> -d '///_:function[@c:identifier="hb_graphite2_face_get_gr_face"]' \
> -d '///_:function[@c:identifier="hb_graphite2_font_get_gr_font"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_get_face"]' \
> -d '///_:function[@c:identifier="hb_ft_font_lock_face"]' \
> HarfBuzz-0.0.gir
> #pango
> xmlstarlet ed -L \
> -i '///_:type[not(@name) and @c:type="hb_font_t*"]' -t 'attr' -n 'name' -v 
> "gconstpointer" \
> -u '//_:type[@c:type="hb_font_t*"]/@c:type' -v "gconstpointer" \
> -i '///_:array[not(@name) and @c:type="hb_feature_t*"]' -t 'attr' -n 'name' 
> -v "gconstpointer" \
> -r '///_:array[@c:type="hb_feature_t*"]' -v "type" \
> -d '//_:type[@c:type="hb_feature_t*"]/*' \
> -d '//_:type[@c:type="hb_feature_t*"]/@length' \
> -d '//_:type[@c:type="hb_feature_t*"]/@zero-terminated' \
> -u '//_:type[@c:type="hb_feature_t*"]/@c:type' -v "gconstpointer" \
> Pango-1.0.gir
> xmlstarlet ed -L \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field/@bits' \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field[@name="is_color"]' \
> Pango-1.0.gir
> # gdk4-wayland
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_wl_keyboard"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_wl_pointer"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_wl_seat"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDisplay"]/_:method[@name="get_wl_compositor"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDisplay"]/_:method[@name="get_wl_display"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandMonitor"]/_:method[@name="get_wl_output"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandSeat"]/_:method[@name="get_wl_seat"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandSurface"]/_:method[@name="get_wl_surface"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_xkb_keymap"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> GdkWayland-4.0.gir
> sed -i 's/girs_directories\s=\s\[\"\.\.\/\.\.\/gir-files\"\]/girs_directories 
> = \[\".\"\]/' /<>/Gir.toml
> gir -o .
> thread 'main' panicked at 'Incomplete library, unresolved: ["GLib.time_t"]', 
> src/library_postprocessing.rs:69:9
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> make[1]: *** [debian/rules:31: execute_before_dh_auto_build] Error 101


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/rust-gdk4-wayland-sys_0.7.2-3_unstable.log

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

Bug#1067356: hipsolver: FTBFS: make[1]: *** [debian/rules:17: override_dh_auto_configure-arch] Error 2

2024-03-20 Thread Lucas Nussbaum
Source: hipsolver
Version: 5.5.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DROCM_SYMLINK_LIBS=OFF 
> -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF -DBUILD_CLIENTS_TESTS=ON
>   cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb cmake 
> -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
> -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
> -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
> -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
> -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
> -DCMAKE_BUILD_TYPE=Release -DROCM_SYMLINK_LIBS=OFF 
> -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF -DBUILD_CLIENTS_TESTS=ON ..
> Re-run cmake no build system arguments
> -- The CXX compiler identification is GNU 13.2.0
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- The Fortran compiler identification is GNU 13.2.0
> -- Detecting Fortran compiler ABI info
> -- Detecting Fortran compiler ABI info - done
> -- Check for working Fortran compiler: /usr/bin/gfortran - skipped
> CMake Error at /usr/lib/x86_64-linux-gnu/cmake/hip/hip-config.cmake:170 
> (message):
>   Unexpected HIP_PLATFORM:
> Call Stack (most recent call first):
>   CMakeLists.txt:145 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> 
> # EXTERNAL cache entries
> 
> 
> //Enables increasingly expensive runtime correctness checks
> ARMOR_LEVEL:STRING=0
> 
> //Build with address sanitizer enabled
> BUILD_ADDRESS_SANITIZER:BOOL=OFF
> 
> //No help, variable specified on the command line.
> BUILD_CLIENTS_TESTS:UNINITIALIZED=ON
> 
> //No help, variable specified on the command line.
> BUILD_FILE_REORG_BACKWARD_COMPATIBILITY:UNINITIALIZED=OFF
> 
> //Build hipSOLVER as a shared library
> BUILD_SHARED_LIBS:BOOL=ON
> 
> //Output additional build information
> BUILD_VERBOSE:BOOL=OFF
> 
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
> 
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Choose the type of build, options are: None Debug Release RelWithDebInfo
> // MinSizeRel ...
> CMAKE_BUILD_TYPE:STRING=Release
> 
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
> 
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
> 
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
> 
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
> 
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
> 
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the CXX compiler during RELWITHDEBINFO builds.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //Path to a program.
> CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
> 
> //Flags used by the linker during all build types.
> CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,-z,now
> 
> //Flags used by the linker during DEBUG builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during MINSIZEREL builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during RELEASE 

Bug#1067352: mtail: FTBFS: make[1]: *** [debian/rules:28: override_dh_auto_build] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: mtail
Version: 3.0.0~rc52-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 -- -ldflags " -X main.Version=3.0.0~rc52 -X 
> main.Revision=3.0.0~rc52-1 -X main.Branch=Debian/unstable"
>   cd build && go generate -v -ldflags " -X main.Version=3.0.0~rc52 -X 
> main.Revision=3.0.0~rc52-1 -X main.Branch=Debian/unstable" 
> github.com/google/mtail/cmd/mfmt github.com/google/mtail/cmd/mtail 
> github.com/google/mtail/internal/exporter 
> github.com/google/mtail/internal/logline 
> github.com/google/mtail/internal/metrics 
> github.com/google/mtail/internal/metrics/datum 
> github.com/google/mtail/internal/mtail 
> github.com/google/mtail/internal/mtail/golden 
> github.com/google/mtail/internal/runtime 
> github.com/google/mtail/internal/runtime/code 
> github.com/google/mtail/internal/runtime/compiler 
> github.com/google/mtail/internal/runtime/compiler/ast 
> github.com/google/mtail/internal/runtime/compiler/checker 
> github.com/google/mtail/internal/runtime/compiler/codegen 
> github.com/google/mtail/internal/runtime/compiler/errors 
> github.com/google/mtail/internal/runtime/compiler/opt 
> github.com/google/mtail/internal/runtime/compiler/parser 
> github.com/google/mtail/internal/runtime/compiler/position 
> github.com/google/mtail/internal/runtime/compiler/symbol 
> github.com/google/mtail/internal/runtime/compiler/types 
> github.com/google/mtail/internal/runtime/vm 
> github.com/google/mtail/internal/tailer 
> github.com/google/mtail/internal/tailer/logstream 
> github.com/google/mtail/internal/testutil 
> github.com/google/mtail/internal/waker
> src/github.com/google/mtail/cmd/mfmt/main.go
> src/github.com/google/mtail/cmd/mtail/main.go
> src/github.com/google/mtail/internal/exporter/collectd.go
> src/github.com/google/mtail/internal/exporter/export.go
> src/github.com/google/mtail/internal/exporter/export_test.go
> src/github.com/google/mtail/internal/exporter/graphite.go
> src/github.com/google/mtail/internal/exporter/graphite_test.go
> src/github.com/google/mtail/internal/exporter/json.go
> src/github.com/google/mtail/internal/exporter/json_test.go
> src/github.com/google/mtail/internal/exporter/prometheus.go
> src/github.com/google/mtail/internal/exporter/prometheus_test.go
> src/github.com/google/mtail/internal/exporter/statsd.go
> src/github.com/google/mtail/internal/exporter/varz.go
> src/github.com/google/mtail/internal/exporter/varz_test.go
> src/github.com/google/mtail/internal/logline/logline.go
> src/github.com/google/mtail/internal/metrics/metric.go
> src/github.com/google/mtail/internal/metrics/metric_test.go
> src/github.com/google/mtail/internal/metrics/store.go
> src/github.com/google/mtail/internal/metrics/store_bench_test.go
> src/github.com/google/mtail/internal/metrics/store_test.go
> src/github.com/google/mtail/internal/metrics/testing.go
> src/github.com/google/mtail/internal/metrics/type.go
> src/github.com/google/mtail/internal/metrics/datum/buckets.go
> src/github.com/google/mtail/internal/metrics/datum/datum.go
> src/github.com/google/mtail/internal/metrics/datum/datum_test.go
> src/github.com/google/mtail/internal/metrics/datum/float.go
> src/github.com/google/mtail/internal/metrics/datum/int.go
> src/github.com/google/mtail/internal/metrics/datum/int_test.go
> src/github.com/google/mtail/internal/metrics/datum/string.go
> src/github.com/google/mtail/internal/metrics/datum/buckets_test.go
> src/github.com/google/mtail/internal/mtail/buildinfo.go
> src/github.com/google/mtail/internal/mtail/httpstatus.go
> src/github.com/google/mtail/internal/mtail/logo.ico.go
> src/github.com/google/mtail/internal/mtail/mtail.go
> src/github.com/google/mtail/internal/mtail/mtail_test.go
> src/github.com/google/mtail/internal/mtail/options.go
> src/github.com/google/mtail/internal/mtail/testing.go
> src/github.com/google/mtail/internal/mtail/basic_tail_integration_test.go
> src/github.com/google/mtail/internal/mtail/compile_only_integration_test.go
> src/github.com/google/mtail/internal/mtail/examples_integration_test.go
> src/github.com/google/mtail/internal/mtail/examples_integration_unix_test.go
> src/github.com/google/mtail/internal/mtail/log_deletion_integration_unix_test.go
> src/github.com/google/mtail/internal/mtail/log_glob_integration_test.go
> src/github.com/google/mtail/internal/mtail/log_rotation_integration_test.go
> src/github.com/google/mtail/internal/mtail/log_rotation_integration_unix_test.go
> src/github.com/google/mtail/internal/mtail/log_truncation_integration_test.go
> src/github.com/google/mtail/internal/mtail/multiple_levels_directory_integration_test.go
> src/github.com/google/mtail/internal/mtail/multiple_lines_integration_test.go
> src/github.com/google/mtail/internal/mtail/partial_line_integration_test.go
> 

Bug#1067354: ibus-client-clutter: FTBFS: dpkg-deb: error: parsing file 'debian/ibus-clutter/DEBIAN/control' near line 7 package 'ibus-clutter':

2024-03-20 Thread Lucas Nussbaum
Source: ibus-client-clutter
Version: 0.0+git20090728.a936bacf-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> make[3]: Nothing to be done for 'install-exec-am'.
> make[3]: Nothing to be done for 'install-data-am'.
> make[3]: Leaving directory '/<>'
> make[2]: Leaving directory '/<>'
> make[1]: Leaving directory '/<>'
> touch debian/stamp-makefile-install
> Adding cdbs dependencies to debian/ibus-clutter.substvars
> dh_installdirs -pibus-clutter \
>   
> dh_installdocs -pibus-clutter ./README ./NEWS ./AUTHORS
> dh_installexamples -pibus-clutter 
> dh_installman -pibus-clutter 
> dh_installinfo -pibus-clutter 
> dh_installmenu -pibus-clutter 
> dh_installcron -pibus-clutter 
> dh_systemd_enable -pibus-clutter 
> dh_installinit -pibus-clutter 
> dh_installdebconf -pibus-clutter 
> dh_installemacsen -pibus-clutter 
> dh_installcatalogs -pibus-clutter 
> dh_installpam -pibus-clutter 
> dh_installlogrotate -pibus-clutter 
> dh_installlogcheck -pibus-clutter 
> dh_installchangelogs -pibus-clutter ./ChangeLog
> dh_installudev -pibus-clutter 
> dh_lintian -pibus-clutter 
> dh_bugfiles -pibus-clutter 
> dh_install -pibus-clutter 
> dh_systemd_start -pibus-clutter 
> dh_link -pibus-clutter 
> dh_installmime -pibus-clutter 
> dh_installgsettings -pibus-clutter 
> rm -f 
> debian/ibus-clutter/usr/lib/x86_64-linux-gnu/clutter-imcontext/immodules/*.la
> rm -f 
> debian/ibus-clutter/usr/lib/x86_64-linux-gnu/clutter-imcontext/immodules/*.a
> dh_strip -pibus-clutter  
> dh_strip_nondeterminism -pibus-clutter 
> dh_compress -pibus-clutter 
> dh_fixperms -pibus-clutter 
> dh_makeshlibs -pibus-clutter  -Xim-ibus
> dh_installdeb -pibus-clutter 
> dh_perl -pibus-clutter 
> dh_shlibdeps -pibus-clutter 
> dh_gencontrol -pibus-clutter  -- -V'glib:Depends=libglib2.0-0 (>= )'
> dpkg-gencontrol: warning: relation > is deprecated: use >> or >=
> dpkg-gencontrol: warning: relation > is deprecated: use >> or >=
> # only call dh_scour for packages in main
> if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then 
> dh_scour -pibus-clutter ; fi
> dh_md5sums -pibus-clutter 
> dh_builddeb -pibus-clutter 
> dpkg-deb: error: parsing file 'debian/ibus-clutter/DEBIAN/control' near line 
> 7 package 'ibus-clutter':
>  'Depends' field, reference to 'libglib2.0-0': version '=': version number 
> does not start with digit
> dh_builddeb: error: dpkg-deb --build debian/ibus-clutter .. returned exit 
> code 2
> dpkg-deb: building package 'ibus-clutter-dbgsym' in 
> '../ibus-clutter-dbgsym_0.0+git20090728.a936bacf-7_amd64.deb'.
> dh_builddeb: error: Aborting due to earlier error
> make: *** [/usr/share/cdbs/1/rules/debhelper.mk:353: 
> binary-makedeb-IMPL/ibus-clutter] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/ibus-client-clutter_0.0+git20090728.a936bacf-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067353: anet: FTBFS: unsatisfiable build-dependencies: gnat (< 13), gnat-12

2024-03-20 Thread Lucas Nussbaum
Source: anet
Version: 0.4.3-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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: asciidoctor, debhelper-compat (= 13), dh-ada-library 
> (>= 8.2), dh-sequence-ada-library, gnat-12, gprbuild, libahven11-dev, 
> ruby-pygments.rb, build-essential, fakeroot
> Filtered Build-Depends: asciidoctor, debhelper-compat (= 13), dh-ada-library 
> (>= 8.2), dh-sequence-ada-library, gnat-12, gprbuild, libahven11-dev, 
> ruby-pygments.rb, 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 [733 B]
> Get:5 copy:/<>/apt_archive ./ Packages [765 B]
> Fetched 2107 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:
>  libahven11-dev : Depends: gnat (< 13) but 13.2 is to be installed
>  sbuild-build-depends-main-dummy : Depends: gnat-12 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/2024/03/19/anet_0.4.3-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067351: rust-gdk4-wayland: FTBFS: make[1]: *** [debian/rules:31: execute_before_dh_auto_build] Error 101

2024-03-20 Thread Lucas Nussbaum
Source: rust-gdk4-wayland
Version: 0.7.2-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/freetype2-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/PangoCairo-1.0.gir /<>
> cp /usr/share/gir-1.0/GdkWayland-4.0.gir /<>
> cp /usr/share/gir-1.0/HarfBuzz-0.0.gir /<>
> cp /usr/share/gir-1.0/Gdk-4.0.gir /<>
> cp /usr/share/gir-1.0/Pango-1.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> cp /usr/share/gir-1.0/cairo-1.0.gir /<>
> # We need to fix some gir files; lines taken from 
> https://github.com/gtk-rs/gir-files/blob/master/fix.sh
> # this needs to be re-done for every new upstream release :(
> # freetype
> xmlstarlet ed -L \
> -d '///_:alias[@name="Int32"]' \
> freetype2-2.0.gir
> # harfbuzz
> xmlstarlet ed -L \
> -d '///_:function[@c:identifier="hb_graphite2_face_get_gr_face"]' \
> -d '///_:function[@c:identifier="hb_graphite2_font_get_gr_font"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_get_face"]' \
> -d '///_:function[@c:identifier="hb_ft_font_lock_face"]' \
> HarfBuzz-0.0.gir
> #pango
> xmlstarlet ed -L \
> -i '///_:type[not(@name) and @c:type="hb_font_t*"]' -t 'attr' -n 'name' -v 
> "gconstpointer" \
> -u '//_:type[@c:type="hb_font_t*"]/@c:type' -v "gconstpointer" \
> -i '///_:array[not(@name) and @c:type="hb_feature_t*"]' -t 'attr' -n 'name' 
> -v "gconstpointer" \
> -r '///_:array[@c:type="hb_feature_t*"]' -v "type" \
> -d '//_:type[@c:type="hb_feature_t*"]/*' \
> -d '//_:type[@c:type="hb_feature_t*"]/@length' \
> -d '//_:type[@c:type="hb_feature_t*"]/@zero-terminated' \
> -u '//_:type[@c:type="hb_feature_t*"]/@c:type' -v "gconstpointer" \
> Pango-1.0.gir
> xmlstarlet ed -L \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field/@bits' \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field[@name="is_color"]' \
> Pango-1.0.gir
> # gdk4-wayland
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_wl_keyboard"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_wl_pointer"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_wl_seat"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDisplay"]/_:method[@name="get_wl_compositor"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDisplay"]/_:method[@name="get_wl_display"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandMonitor"]/_:method[@name="get_wl_output"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandSeat"]/_:method[@name="get_wl_seat"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandSurface"]/_:method[@name="get_wl_surface"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> -u 
> '//_:class[@name="WaylandDevice"]/_:method[@name="get_xkb_keymap"]//_:type[@name="gpointer"]/@c:type'
>  -v "gpointer" \
> GdkWayland-4.0.gir
> sed -i 's/girs_directories\s=\s\[\"\.\.\/gir-files\"\]/girs_directories = 
> \[\".\"\]/' /<>/Gir.toml
> gir -o .
> thread 'main' panicked at 'Incomplete library, unresolved: ["GLib.time_t"]', 
> src/library_postprocessing.rs:69:9
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> make[1]: *** [debian/rules:31: execute_before_dh_auto_build] Error 101


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/rust-gdk4-wayland_0.7.2-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067350: asterisk-prompt-fr-armelle: FTBFS: cp: cannot stat './.pc/fr': No such file or directory

2024-03-20 Thread Lucas Nussbaum
Source: asterisk-prompt-fr-armelle
Version: 20070613-2.3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in 
> use)
> dh_clean: warning: dh_clean -k is deprecated; use dh_prep instead
> dh_clean: warning: This feature will be removed in compat 12.
> dh_installdirs
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 7 in use)
> dh_installchangelogs
> dh_installchangelogs: warning: Compatibility levels before 10 are deprecated 
> (level 7 in use)
> dh_installdocs
> dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 
> 7 in use)
> cp -R fr debian/asterisk-prompt-fr-armelle/usr/share/asterisk/sounds/
> set -e; find . -mindepth 1 -maxdepth 1 -type d -not -name debian -not -name 
> 'LICENSE.txt' -not -name fr | while read d; do cp -R ${d}/fr 
> debian/asterisk-prompt-fr-armelle/usr/share/asterisk/sounds/fr/${d}; done
> cp: cannot stat './.pc/fr': No such file or directory
> make: *** [debian/rules:31: binary-indep] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/asterisk-prompt-fr-armelle_20070613-2.3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067349: gl-image-display: FTBFS: Fl_Gl_Image_Widget_pywrap.cc:3809:10: fatal error: numpy/arrayobject.h: No such file or directory

2024-03-20 Thread Lucas Nussbaum
Source: gl-image-display
Version: 0.17-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> g++ -Wall -Wextra -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I/usr/include/cairo 
> -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo 
> -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 
> -fno-strict-overflow -Wsign-compare -DNDEBUG -g -Wall -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fPIC -I/usr/include/python3.12 
> -Wno-missing-field-initializers -Wno-unused-parameter -MMD -MP -g 
> -fno-omit-frame-pointer -DMRBUILD_VERSION='"0.1"' -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=c++0x -c -o Fl_Gl_Image_Widget_pywrap.o 
> Fl_Gl_Image_Widget_pywrap.cc
> Fl_Gl_Image_Widget_pywrap.cc:3809:10: fatal error: numpy/arrayobject.h: No 
> such file or directory
>  3809 | #include 
>   |  ^
> compilation terminated.
> make[2]: *** [/usr/include/mrbuild/Makefile.common.footer:144: 
> Fl_Gl_Image_Widget_pywrap.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/gl-image-display_0.17-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067346: seahorse: FTBFS: src/seahorse.p/application.c:385:9: error: implicit declaration of function ‘seahorse_pkcs11_backend_initialize’; did you mean ‘seahorse_pgp_backend_initialize’? [-Werror

2024-03-20 Thread Lucas Nussbaum
Source: seahorse
Version: 43.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> cc -Isrc/seahorse.p -Isrc -I../src -Icommon -I../common -I. -I.. -Igkr 
> -I../gkr -Issh -I../ssh -Ipgp -I../pgp -Ipkcs11 -I../pkcs11 -Idata 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/cloudproviders -I/usr/include/atk-1.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/libhandy-1 -I/usr/include/libsecret-1 -I/usr/include/gcr-3 
> -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE 
> -DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_UNSTABLE -include config.h 
> -Wno-unused-parameter -Wno-missing-field-initializers -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -pthread -DHANDY_USE_UNSTABLE_API -MD -MQ 
> src/seahorse.p/meson-generated_application.c.o -MF 
> src/seahorse.p/meson-generated_application.c.o.d -o 
> src/seahorse.p/meson-generated_application.c.o -c src/seahorse.p/application.c
> In file included from gkr/seahorse-gkr.h:10,
>  from src/seahorse.p/application.c:37:
> /usr/include/libsecret-1/libsecret/secret.h:40:2: warning: #warning "Some 
> parts of the libsecret API are unstable. Define SECRET_API_SUBJECT_TO_CHANGE 
> to acknowledge" [-Wcpp]
>40 | #warning "Some parts of the libsecret API are unstable. Define 
> SECRET_API_SUBJECT_TO_CHANGE to acknowledge"
>   |  ^~~
> src/seahorse.p/application.c: In function 
> ‘seahorse_application_add_action_accelerators’:
> src/seahorse.p/application.c:325:84: warning: passing argument 3 of 
> ‘gtk_application_set_accels_for_action’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   325 | gtk_application_set_accels_for_action ((GtkApplication*) 
> self, "app.help", _tmp2_);
>   |   
>  ^~
>   |   
>  |
>   |   
>  gchar ** {aka char **}
> In file included from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
>  from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
>  from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
>  from /usr/include/gtk-3.0/gtk/gtk.h:31,
>  from src/seahorse.p/application.c:27:
> /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar 
> * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka 
> ‘char **’}
>   156 |   
> const gchar * const  *accels);
>   |   
> ~~^~
> src/seahorse.p/application.c:332:84: warning: passing argument 3 of 
> ‘gtk_application_set_accels_for_action’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   332 | gtk_application_set_accels_for_action ((GtkApplication*) 
> self, "app.quit", _tmp5_);
>   |   
>  ^~
>   |   
>  |
>   |   
>  gchar ** {aka char **}
> /usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar 
> * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka 
> ‘char **’}
>   156 |   
> const gchar * const  *accels);
>   |   
> ~~^~
> src/seahorse.p/application.c:339:91: warning: passing argument 3 of 
> ‘gtk_application_set_accels_for_action’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   339 | gtk_application_set_accels_for_action ((GtkApplication*) 
> self, "win.show-search", _tmp8_);
>   |

Bug#1067345: mrgingham: FTBFS: mrgingham_pywrap.c:6:10: fatal error: numpy/arrayobject.h: No such file or directory

2024-03-20 Thread Lucas Nussbaum
Source: mrgingham
Version: 1.24-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> cc -Wall -Wextra -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -std=gnu99 -Wno-cast-function-type -I/usr/include/opencv4 -fvisibility=hidden 
> -Wno-unused-function -Wno-missing-field-initializers -Wno-unused-parameter 
> -Wno-strict-aliasing -Wno-int-to-pointer-cast -Wno-unused-variable -D 
> CV_LOAD_IMAGE_GRAYSCALE=cv::IMREAD_GRAYSCALE -MMD -MP -g 
> -fno-omit-frame-pointer -DMRBUILD_VERSION='"1.24"' -fno-strict-overflow 
> -Wsign-compare -DNDEBUG -g -Wall -g -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -fPIC -I/usr/include/python3.12 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o 
> mrgingham_pywrap.o mrgingham_pywrap.c
> mrgingham_pywrap.c:6:10: fatal error: numpy/arrayobject.h: No such file or 
> directory
> 6 | #include 
>   |  ^
> compilation terminated.
> make[2]: *** [/usr/include/mrbuild/Makefile.common.footer:148: 
> mrgingham_pywrap.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/mrgingham_1.24-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067348: ahven: FTBFS: build-dependency not installable: gnat-12

2024-03-20 Thread Lucas Nussbaum
Source: ahven
Version: 2.8-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: debhelper-compat (= 13), build-essential, fakeroot, 
> dh-ada-library (>= 8.1), dh-sequence-ada-library, gnat-12, gprbuild (>= 
> 2021.0.0.0778b109-2), dh-sequence-sphinxdoc, python3-sphinx
> Filtered Build-Depends: debhelper-compat (= 13), build-essential, fakeroot, 
> dh-ada-library (>= 8.1), dh-sequence-ada-library, gnat-12, gprbuild (>= 
> 2021.0.0.0778b109-2), dh-sequence-sphinxdoc, python3-sphinx
> 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 [789 B]
> Get:5 copy:/<>/apt_archive ./ Packages [782 B]
> Fetched 2180 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: gnat-12 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/2024/03/19/ahven_2.8-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067344: pyspectral: FTBFS: dh_missing: error: missing files, aborting

2024-03-20 Thread Lucas Nussbaum
Source: pyspectral
Version: 0.13.0+ds-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> for f in debian/tmp/usr/bin/*.py; do \
>   mv $f $(dirname $f)/$(basename $f .py);\
> done
> rm -f -r debian/tmp/usr/lib/python*/dist-packages/pyspectral/__pycache__/
> make[1]: Leaving directory '/<>'
>dh_install -O--buildsystem=pybuild
>dh_installdocs -O--buildsystem=pybuild
>dh_sphinxdoc -O--buildsystem=pybuild
>dh_installchangelogs -O--buildsystem=pybuild
>dh_installman -O--buildsystem=pybuild
>dh_python3 -O--buildsystem=pybuild
>dh_installsystemduser -O--buildsystem=pybuild
>dh_lintian -O--buildsystem=pybuild
>dh_perl -O--buildsystem=pybuild
>dh_link -O--buildsystem=pybuild
>dh_strip_nondeterminism -O--buildsystem=pybuild
>dh_compress -O--buildsystem=pybuild
>dh_fixperms -O--buildsystem=pybuild
>dh_missing -O--buildsystem=pybuild
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/.gitignore exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/CACHEDIR.TAG exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/python3.11/dist-packages/.pytest_cache/README.md 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/v/cache/nodeids exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/v/cache/stepwise exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/.gitignore exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/CACHEDIR.TAG exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/python3.12/dist-packages/.pytest_cache/README.md 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/v/cache/nodeids exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/v/cache/stepwise exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: pyspectral-bin (4), python3-pyspectral (68), 
> python3-pyspectral-doc (2)
>* dh_installdocs: pyspectral-bin (0), python3-pyspectral (0), 
> python3-pyspectral-doc (1)
>* dh_installman: pyspectral-bin (4), python3-pyspectral (0), 
> python3-pyspectral-doc (0)
>   If the missing files are installed by another tool, please file a bug 
> against it.
>   When filing the report, if the tool is not part of debhelper itself, 
> please reference the
>   "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
> for debhelper (10.6.3+).
> (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.md.gz)
>   Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
> when only a subset is built
>   If the omission is intentional or no other helper can take care of this 
> consider adding the
>   paths to debian/not-installed.
> make: *** [debian/rules:11: binary] Error 255


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/pyspectral_0.13.0+ds-1_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: cross-toolchain-base-ports
Version: 64
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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: binutils-multiarch, dpkg (>= 1.21.17), rdfind, 
> symlinks, lsb-release, binutils-source (>= 2.41-6~), glibc-source (>= 
> 2.37-3~), gcc-12-source (>= 12.3.0-11~), g++-12 (>= 12.3.0-11~), 
> linux-source-6.5 (>= 6.5.8), linux-libc-dev (>= 6.5.8), autoconf (>= 2.69), 
> autoconf2.69, autogen, automake, bison (>= 1:2.3), chrpath, debhelper-compat 
> (= 13), dpkg-dev (>= 1.15.3.1), fakeroot, file, flex, dwz, debugedit (>= 
> 4.16), gawk, gettext, gperf (>= 3.0.1), kernel-wedge (>= 2.24), libisl-dev, 
> libmpc-dev, libelf-dev, libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lzma, 
> m4, make (>= 3.81), kmod | module-init-tools, patchutils, procps, quilt, 
> coreutils (>= 2.26) | realpath (>= 1.9.12), sed (>= 4.0.5-4), sharutils, tar 
> (>= 1.22), xz-utils, asciidoc, texinfo, cpio, python3, bc, time, 
> libconfig-auto-perl, libfile-temp-perl, libfile-homedir-perl, 
> liblocale-gettext-perl, libunwind-dev, libjansson-dev, pkg-config, 
> build-essential, fakeroot
> Merged Build-Conflicts: binutils-alpha-linux-gnu, binutils-arc-linux-gnu, 
> binutils-hppa-linux-gnu, binutils-m68k-linux-gnu, binutils-powerpc-linux-gnu, 
> binutils-powerpc64-linux-gnu, binutils-sh4-linux-gnu, 
> binutils-sparc64-linux-gnu, binutils-x86-64-linux-gnux32, dpkg-cross, 
> libc6-alpha-cross, libc6-arc-cross, libc6-hppa-cross, libc6-i386, 
> libc6-m68k-cross, libc6-powerpc-cross, libc6-ppc64-cross, libc6-sh4-cross, 
> libc6-sparc64-cross, libc6-x32, libc6-x32-cross, libdebian-dpkgcross-perl, 
> linux-libc-dev-alpha-cross, linux-libc-dev-arc-cross, 
> linux-libc-dev-hppa-cross, linux-libc-dev-m68k-cross, 
> linux-libc-dev-powerpc-cross, linux-libc-dev-ppc64-cross, 
> linux-libc-dev-sh4-cross, linux-libc-dev-sparc64-cross, 
> linux-libc-dev-x32-cross
> Filtered Build-Depends: binutils-multiarch, dpkg (>= 1.21.17), rdfind, 
> symlinks, lsb-release, binutils-source (>= 2.41-6~), glibc-source (>= 
> 2.37-3~), gcc-12-source (>= 12.3.0-11~), g++-12 (>= 12.3.0-11~), 
> linux-source-6.5 (>= 6.5.8), linux-libc-dev (>= 6.5.8), autoconf (>= 2.69), 
> autoconf2.69, autogen, automake, bison (>= 1:2.3), chrpath, debhelper-compat 
> (= 13), dpkg-dev (>= 1.15.3.1), fakeroot, file, flex, dwz, debugedit (>= 
> 4.16), gawk, gettext, gperf (>= 3.0.1), kernel-wedge (>= 2.24), libisl-dev, 
> libmpc-dev, libelf-dev, libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lzma, 
> m4, make (>= 3.81), kmod, patchutils, procps, quilt, coreutils (>= 2.26), sed 
> (>= 4.0.5-4), sharutils, tar (>= 1.22), xz-utils, asciidoc, texinfo, cpio, 
> python3, bc, time, libconfig-auto-perl, libfile-temp-perl, 
> libfile-homedir-perl, liblocale-gettext-perl, libunwind-dev, libjansson-dev, 
> pkg-config, build-essential, fakeroot
> Filtered Build-Conflicts: binutils-alpha-linux-gnu, binutils-arc-linux-gnu, 
> binutils-hppa-linux-gnu, binutils-m68k-linux-gnu, binutils-powerpc-linux-gnu, 
> binutils-powerpc64-linux-gnu, binutils-sh4-linux-gnu, 
> binutils-sparc64-linux-gnu, binutils-x86-64-linux-gnux32, dpkg-cross, 
> libc6-alpha-cross, libc6-arc-cross, libc6-hppa-cross, libc6-i386, 
> libc6-m68k-cross, libc6-powerpc-cross, libc6-ppc64-cross, libc6-sh4-cross, 
> libc6-sparc64-cross, libc6-x32, libc6-x32-cross, libdebian-dpkgcross-perl, 
> linux-libc-dev-alpha-cross, linux-libc-dev-arc-cross, 
> linux-libc-dev-hppa-cross, linux-libc-dev-m68k-cross, 
> linux-libc-dev-powerpc-cross, linux-libc-dev-ppc64-cross, 
> linux-libc-dev-sh4-cross, linux-libc-dev-sparc64-cross, 
> linux-libc-dev-x32-cross
> 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 [2375 B]
> Get:5 copy:/<>/apt_archive ./ Packages [2213 B]
> Fetched 5203 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.
> 

Bug#1067343: rust-gtk-sys: FTBFS: make[1]: *** [debian/rules:33: execute_before_dh_auto_build] Error 101

2024-03-20 Thread Lucas Nussbaum
Source: rust-gtk-sys
Version: 0.18.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Pango-1.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/HarfBuzz-0.0.gir /<>
> cp /usr/share/gir-1.0/freetype2-2.0.gir /<>
> cp /usr/share/gir-1.0/PangoCairo-1.0.gir /<>
> cp /usr/share/gir-1.0/Gtk-3.0.gir /<>
> cp /usr/share/gir-1.0/cairo-1.0.gir /<>
> cp /usr/share/gir-1.0/xlib-2.0.gir /<>
> cp /usr/share/gir-1.0/Atk-1.0.gir /<>
> cp /usr/share/gir-1.0/Gdk-3.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> xmlstarlet ed -L \
> -d '///_:method[@c:identifier="atk_plug_set_child"]' \
> Atk-1.0.gir
> xmlstarlet ed -L \
> -d '///_:alias[@name="Int32"]' \
> freetype2-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//*[@glib:error-domain="g-option-context-error-quark"]/@glib:error-domain' 
> -v g-option-error-quark \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_boolean_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gboolean*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_double_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gdouble*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_integer_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gint*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_locale_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> GLib-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "GValue*" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const char**" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -i '//_:interface[@name="TypePlugin" and not(@glib:type-struct)]' -t 'attr' 
> -n 'glib:type-struct' -v 'TypePluginClass' \
> -i '//_:record[@name="TypePluginClass" and not(@glib:is-gtype-struct-for)]' 
> -t 'attr' -n 'glib:is-gtype-struct-for' -v 'TypePlugin' \
> GObject-2.0.gir
> xmlstarlet ed -L \
> -i '///_:type[not(@name) and @c:type="hb_font_t*"]' -t 'attr' -n 'name' -v 
> "gconstpointer" \
> -u '//_:type[@c:type="hb_font_t*"]/@c:type' -v "gconstpointer" \
> -i '///_:array[not(@name) and @c:type="hb_feature_t*"]' -t 'attr' -n 'name' 
> -v "gconstpointer" \
> -r '///_:array[@c:type="hb_feature_t*"]' -v "type" \
> -d '//_:type[@c:type="hb_feature_t*"]/*' \
> -d '//_:type[@c:type="hb_feature_t*"]/@length' \
> -d '//_:type[@c:type="hb_feature_t*"]/@zero-terminated' \
> -u '//_:type[@c:type="hb_feature_t*"]/@c:type' -v "gconstpointer" \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field/@bits' \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field[@name="is_color"]' \
> Pango-1.0.gir
> xmlstarlet ed -L \
> -d '///_:function[@c:identifier="hb_graphite2_face_get_gr_face"]' \
> -d '///_:function[@c:identifier="hb_graphite2_font_get_gr_font"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_get_face"]' \
> -d '///_:function[@c:identifier="hb_ft_font_lock_face"]' \
> HarfBuzz-0.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_current_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> Gdk-3.0.gir
> xmlstarlet ed -L \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@name' -v 
> "gpointer" \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@c:type' 
> -v "gpointer" \
> GdkPixbuf-2.0.gir
> xmlstarlet ed -L \
> -u 

Bug#1067339: deal.ii: FTBFS: unsatisfiable build-dependencies

2024-03-20 Thread Lucas Nussbaum
Source: deal.ii
Version: 9.5.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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: cmake, debhelper-compat (= 13), doxygen, gmsh, 
> graphviz, libadolc-dev (>= 2.6.4), libarpack2-dev, libassimp-dev, 
> libboost-iostreams-dev, libboost-math-dev, libboost-serialization-dev, 
> libboost-system-dev, libboost-thread-dev, libcgal-dev, libgmsh-dev, 
> libgsl-dev, libhdf5-dev, libhdf5-mpi-dev, liblapack-dev, libmetis-dev, 
> libmuparser-dev, libocct-data-exchange-dev, libocct-foundation-dev, 
> libocct-ocaf-dev, libocct-visualization-dev, libp4est-dev (>= 2.0), 
> libscalapack-mpi-dev, libsuitesparse-dev, libsundials-dev (>= 5.7.0), 
> libtbb-dev, mpi-default-dev, petsc-dev, python3-minimal, slepc-dev, 
> trilinos-all-dev, zlib1g-dev, build-essential, fakeroot
> Filtered Build-Depends: cmake, debhelper-compat (= 13), doxygen, gmsh, 
> graphviz, libadolc-dev (>= 2.6.4), libarpack2-dev, libassimp-dev, 
> libboost-iostreams-dev, libboost-math-dev, libboost-serialization-dev, 
> libboost-system-dev, libboost-thread-dev, libcgal-dev, libgmsh-dev, 
> libgsl-dev, libhdf5-dev, libhdf5-mpi-dev, liblapack-dev, libmetis-dev, 
> libmuparser-dev, libocct-data-exchange-dev, libocct-foundation-dev, 
> libocct-ocaf-dev, libocct-visualization-dev, libp4est-dev (>= 2.0), 
> libscalapack-mpi-dev, libsuitesparse-dev, libsundials-dev (>= 5.7.0), 
> libtbb-dev, mpi-default-dev, petsc-dev, python3-minimal, slepc-dev, 
> trilinos-all-dev, zlib1g-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 [615 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [1226 B]
> Get:5 copy:/<>/apt_archive ./ Packages [1252 B]
> Fetched 3093 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:
>  libgmsh4.12t64 : Depends: libocct-data-exchange-7.6 (>= 7.6.3+dfsg1)
>   Depends: libocct-ocaf-7.6 (>= 7.6.3+dfsg1)
>  libocct-data-exchange-dev : Depends: libocct-data-exchange-7.6t64 (< 
> 7.6.3+dfsg1-7.1+1~) but it is not installable
>  Depends: libocct-data-exchange-7.6t64 (>= 
> 7.6.3+dfsg1-7.1) but it is not installable
>  libocct-ocaf-dev : Depends: libocct-ocaf-7.6t64 (< 7.6.3+dfsg1-7.1+1~) but 
> it is not installable
> Depends: libocct-ocaf-7.6t64 (>= 7.6.3+dfsg1-7.1) but it 
> is not installable
> Depends: libocct-visualization-7.6t64 (< 
> 7.6.3+dfsg1-7.1+1~) but it is not installable
> Depends: libocct-visualization-7.6t64 (>= 
> 7.6.3+dfsg1-7.1) but it is not installable
>  libocct-visualization-dev : Depends: libocct-visualization-7.6t64 (< 
> 7.6.3+dfsg1-7.1+1~) but it is not installable
>  Depends: libocct-visualization-7.6t64 (>= 
> 7.6.3+dfsg1-7.1) 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/2024/03/19/deal.ii_9.5.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067340: node-rollup-plugin-sass: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

2024-03-20 Thread Lucas Nussbaum
Source: node-rollup-plugin-sass
Version: 1.12.16-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> tsc
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs
>   ln -s ../. node_modules/rollup-plugin-sass
>   /bin/sh -ex debian/tests/pkg-js/test
> + jest --preset ts-jest test/index.test.ts test/style.test.ts
> FAIL test/index.test.ts
>   ● Test suite failed to run
> 
> Node Sass does not yet support your current environment: Linux 64-bit 
> with Unsupported runtime (109)
> For more information on which environments are supported please see:
> https://github.com/sass/node-sass/releases/tag/v8.0.0
> 
>   11 |   if (!ext.hasBinary(ext.getBinaryPath())) {
>   12 | if (!ext.isSupportedEnvironment()) {
> > 13 |   throw new Error(errors.unsupportedEnvironment());
>  | ^
>   14 | } else {
>   15 |   throw new Error(errors.missingBinary());
>   16 | }
> 
>   at Object..module.exports 
> (../../../usr/lib/x86_64-linux-gnu/nodejs/node-sass/lib/binding.js:13:13)
>   at Object. 
> (../../../usr/lib/x86_64-linux-gnu/nodejs/node-sass/lib/index.js:13:35)
>   at Object. (test/index.test.ts:5:1)
> 
> PASS test/style.test.ts
> 
> Test Suites: 1 failed, 1 passed, 2 total
> Tests:   2 passed, 2 total
> Snapshots:   0 total
> Time:4.587 s
> Ran all test suites matching /test\/index.test.ts|test\/style.test.ts/i.
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/node-rollup-plugin-sass_1.12.16-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067341: libdevel-mat-perl: FTBFS: dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code 255

2024-03-20 Thread Lucas Nussbaum
Source: libdevel-mat-perl
Version: 0.52-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>   /usr/bin/perl Build.PL --installdirs vendor --config "optimize=-g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" 
> --config "ld=x86_64-linux-gnu-gcc -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now"
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'Devel-MAT' version '0.52'
>dh_auto_build
>   /usr/bin/perl Build
> Building Devel-MAT
> x86_64-linux-gnu-gcc -I/usr/lib/x86_64-linux-gnu/perl/5.38/CORE 
> '-DVERSION="0.52"' '-DXS_VERSION="0.52"' -fPIC -c -D_REENTRANT -D_GNU_SOURCE 
> -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include 
> -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -g -O2 
> '-Werror=implicit-function-declaration' 
> '-ffile-prefix-map=/<>=.' -fstack-protector-strong 
> -fstack-clash-protection -Wformat '-Werror=format-security' -fcf-protection 
> -g -O2 '-Werror=implicit-function-declaration' 
> '-ffile-prefix-map=/<>=.' -fstack-protector-strong 
> -fstack-clash-protection -Wformat '-Werror=format-security' -fcf-protection 
> -Wdate-time '-D_FORTIFY_SOURCE=2' -o lib/Devel/MAT.o lib/Devel/MAT.c
> ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Devel/MAT/MAT.bs')
> x86_64-linux-gnu-gcc -g -O2 '-Werror=implicit-function-declaration' 
> '-ffile-prefix-map=/<>=.' -fstack-protector-strong 
> -fstack-clash-protection -Wformat '-Werror=format-security' -fcf-protection 
> -Wl,-z,relro -Wl,-z,now -shared -L/usr/local/lib -fstack-protector-strong -o 
> blib/arch/auto/Devel/MAT/MAT.so lib/Devel/MAT.o
>dh_auto_test
>   /usr/bin/perl Build test --verbose 1
> t/00use.t  
> ok 1 - use Devel::MAT::Context;
> ok 2 - use Devel::MAT::Dumpfile;
> ok 3 - use Devel::MAT::Graph;
> ok 4 - use Devel::MAT::SV;
> ok 5 - use Devel::MAT::Tool;
> ok 6 - use Devel::MAT;
> ok 7 - use Devel::MAT::InternalTools;
> ok 8 - use Devel::MAT::Tool::Callers;
> ok 9 - use Devel::MAT::Tool::Count;
> ok 10 - use Devel::MAT::Tool::Find;
> ok 11 - use Devel::MAT::Tool::Identify;
> ok 12 - use Devel::MAT::Tool::Inrefs;
> ok 13 - use Devel::MAT::Tool::ListDanglingPtrs;
> ok 14 - use Devel::MAT::Tool::Outrefs;
> ok 15 - use Devel::MAT::Tool::Reachability;
> ok 16 - use Devel::MAT::Tool::Show;
> ok 17 - use Devel::MAT::Tool::Sizes;
> ok 18 - use Devel::MAT::Tool::Stack;
> ok 19 - use Devel::MAT::Tool::Summary;
> ok 20 - use Devel::MAT::Tool::Symbols;
> 1..20
> ok
> Cannot read t/01self.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/01self.t ... 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> TODO: savestack type=0
> TODO: savestack type=32
> TODO: savestack type=32
> TODO: savestack type=51
> TODO: savestack type=32
> Cannot read t/02contexts.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/02contexts.t ... 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> Cannot read t/03local.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/03local.t .. 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> Cannot read t/04objects.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/04objects.t  
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> Cannot read t/10tool-identify.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/10tool-identify.t .. 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> Cannot read t/10tool-inrefs.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/10tool-inrefs.t  
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> Cannot read t/10tool-reachability.pmat - format version minor unrecognised 
> (6) at /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/10tool-reachability.t .. 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> Cannot read t/10tool-sizes.pmat - format version minor unrecognised (6) at 
> /<>/blib/lib/Devel/MAT/Dumpfile.pm line 192.
> t/10tool-sizes.t . 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> t/50cmd-print-table.t  

Bug#1067334: node-iconv-lite: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 134

2024-03-20 Thread Lucas Nussbaum
Source: node-iconv-lite
Version: 0.6.3-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure --buildsystem=nodejs
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   mkdir -p node_modules
>   ln -s ../. node_modules/iconv-lite
>   /bin/sh -ex debian/tests/pkg-js/test
> + mocha
> 
> windows-1251 charset performance test:
> 
> Encoding 262144 chars 1 times:
> iconv: 13296ms, 192.54 Mb/s.
> iconv-lite: 10211ms, 250.71 Mb/s.
> 
> Decoding 262144 bytes 1 times:
> iconv: 16571ms, 154.49 Mb/s.
> iconv-lite: 35307ms, 72.51 Mb/s.
> 
> 
>   Big5 tests
> undefined Big5 correctly encoded/decoded
> undefined cp950 correctly encoded/decoded
> undefined Big5 file read decoded,compare with iconv result
> undefined Big5 correctly decodes and encodes characters · and ×
> undefined Big5 correctly encodes & decodes sequences
> undefined Big5 correctly encodes 十
> undefined Big5 correctly encodes 起 (issue #264)
> 
>   BOM Handling
> undefined strips UTF-8 BOM
> undefined strips UTF-16 BOM
> undefined doesn't strip BOMs when stripBOM=false
> undefined adds/strips UTF-7 BOM
> undefined adds UTF-8 BOM when addBOM=true
> undefined adds UTF-16 BOMs when addBOM=true
> undefined 'UTF-16' encoding adds BOM by default, but can be overridden 
> with addBOM=false
> undefined when stripping BOM, calls callback 'stripBOM' if provided
> 
>   CESU-8 codec
> undefined encodes correctly
> undefined decodes correctly
> 
>   Test Cyrillic encodings
> Win-1251:
>   undefined Convert from buffer
>   undefined Convert to buffer
>   undefined Try different variations of encoding
>   undefined Untranslatable chars are converted to defaultCharSingleByte
> Koi8-R:
>   undefined Convert from buffer
>   undefined Convert to buffer
>   undefined Try different variations of encoding
>   undefined Untranslatable chars are converted to defaultCharSingleByte
> ISO 8859-5:
>   undefined Convert from buffer
>   undefined Convert to buffer
>   undefined Try different variations of encoding
>   undefined Untranslatable chars are converted to defaultCharSingleByte
> 
>   Full DBCS encoding tests
> undefined Decode DBCS encoding 'shiftjis' (243ms)
> null null Encoding mismatch:  |  |  | 
>   2014 | — | 81 5c | 3f
>
> undefined Encode DBCS encoding 'shiftjis' (1515ms)
> null null Decoding mismatch:  |  |  |  char> | 
>   80 | 0080 | fffd | € | �
>   81 | 0081 | fffd |  | �
>   82 | 0082 | fffd | ‚ | �
>   83 | 0083 | fffd | ƒ | �
>   84 | 0084 | fffd | „ | �
>   85 | 0085 | fffd | … | �
>   86 | 0086 | fffd | † | �
>   87 | 0087 | fffd | ‡ | �
>   88 | 0088 | fffd | ˆ | �
>   89 | 0089 | fffd | ‰ | �
>   8a | 008a | fffd | Š | �
>   8b | 008b | fffd | ‹ | �
>   8c | 008c | fffd | Œ | �
>   8d | 008d | fffd |  | �
>   90 | 0090 | fffd |  | �
>   91 | 0091 | fffd | ‘ | �
>   92 | 0092 | fffd | ’ | �
>   93 | 0093 | fffd | “ | �
>   94 | 0094 | fffd | ” | �
>   95 | 0095 | fffd | • | �
>   96 | 0096 | fffd | – | �
>   97 | 0097 | fffd | — | �
>   98 | 0098 | fffd | ˜ | �
>   99 | 0099 | fffd | ™ | �
>   9a | 009a | fffd | š | �
>   9b | 009b | fffd | › | �
>   9c | 009c | fffd | œ | �
>   9d | 009d | fffd |  | �
>   9e | 009e | fffd | ž | �
>   9f | 009f | fffd | Ÿ | �
>   f9 a1 | fffd | 7e8a | � | 纊
>   f9 a2 | fffd | 891c | � | 褜
>   f9 a3 | fffd | 9348 | � | 鍈
>   f9 a4 | fffd | 9288 | � | 銈
>   f9 a5 | fffd | 84dc | � | 蓜
>   f9 a6 | fffd | 4fc9 | � | 俉
>   f9 a8 | fffd | 6631 | � | 昱
>   f9 a9 | fffd | 68c8 | � | 棈
>   f9 aa | fffd | 92f9 | � | 鋹
>   f9 ab | fffd | 66fb | � | 曻
>   f9 ac | fffd | 5f45 | � | 彅
>   f9 ad | fffd | 4e28 | � | 丨
>   f9 ae | fffd | 4ee1 | � | 仡
>   f9 b0 | fffd | 4f00 | � | 伀
>   f9 b1 | fffd | 4f03 | � | 伃
>   f9 b2 | fffd | 4f39 | � | 伹
>   f9 b3 | fffd | 4f56 | � | 佖
>   f9 b4 | fffd | 4f92 | � | 侒
>   f9 b5 | fffd | 4f8a | � | 侊
>   f9 b6 | fffd | 4f9a | � | 侚
>   f9 b7 | fffd | 4f94 | � | 侔
>   f9 b8 | fffd | 4fcd | � | 俍
>   f9 b9 | fffd | 5040 | � | 偀
>   f9 ba | fffd | 5022 | � | 倢
>   f9 bb | fffd | 4fff | � | 俿
>   f9 bc | fffd | 501e | � | 倞
>

Bug#1067338: rust-gdk-pixbuf: FTBFS: make[1]: *** [debian/rules:18: execute_before_dh_auto_build] Error 101

2024-03-20 Thread Lucas Nussbaum
Source: rust-gdk-pixbuf
Version: 0.18.5-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> xmlstarlet ed -L \
> -u 
> '//*[@glib:error-domain="g-option-context-error-quark"]/@glib:error-domain' 
> -v g-option-error-quark \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_boolean_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gboolean*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_double_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gdouble*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_integer_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gint*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_locale_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> GLib-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "GValue*" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const char**" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -i '//_:interface[@name="TypePlugin" and not(@glib:type-struct)]' -t 'attr' 
> -n 'glib:type-struct' -v 'TypePluginClass' \
> -i '//_:record[@name="TypePluginClass" and not(@glib:is-gtype-struct-for)]' 
> -t 'attr' -n 'glib:is-gtype-struct-for' -v 'TypePlugin' \
> GObject-2.0.gir
> xmlstarlet ed -L \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@name' -v 
> "gpointer" \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@c:type' 
> -v "gpointer" \
> GdkPixbuf-2.0.gir
> sed -i 
> 's/girs_directories\s=\s\[\"\.\.\/gir-files\"\]/girs_directories=\[\".\"\]/' 
> /<>/Gir.toml
> gir -o .
> thread 'main' panicked at 'Incomplete library, unresolved: ["GLib.time_t"]', 
> src/library_postprocessing.rs:69:9
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> make[1]: *** [debian/rules:18: execute_before_dh_auto_build] Error 101


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/rust-gdk-pixbuf_0.18.5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067337: golang-github-dchest-uniuri: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/dchest/uniuri returned exit code 1

2024-03-20 Thread Lucas Nussbaum
Source: golang-github-dchest-uniuri
Version: 0.0~git20200228.7aecb25-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/dchest/uniuri
> internal/unsafeheader
> internal/coverage/rtcov
> internal/godebugs
> internal/goarch
> internal/goexperiment
> internal/cpu
> internal/goos
> runtime/internal/atomic
> runtime/internal/syscall
> internal/race
> internal/abi
> internal/chacha8rand
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> math/bits
> unicode/utf8
> unicode
> crypto/internal/alias
> crypto/subtle
> internal/itoa
> internal/bytealg
> math
> crypto/internal/boring/sig
> cmp
> slices
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/bisect
> internal/godebug
> errors
> sort
> internal/oserror
> internal/safefilepath
> path
> io
> strconv
> math/rand
> syscall
> hash
> crypto/internal/randutil
> bytes
> strings
> reflect
> crypto
> internal/syscall/execenv
> internal/syscall/unix
> time
> io/fs
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> crypto/cipher
> crypto/internal/boring
> fmt
> math/big
> crypto/rand
> github.com/dchest/uniuri
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/dchest/uniuri
> === RUN   TestNew
> --- PASS: TestNew (0.01s)
> === RUN   TestNewLen
> --- PASS: TestNewLen (0.00s)
> === RUN   TestNewLenChars
> --- PASS: TestNewLenChars (0.00s)
> === RUN   TestNewLenCharsMaxLength
> --- PASS: TestNewLenCharsMaxLength (0.00s)
> === RUN   TestBias
> uniuri_test.go:99: Bias on 'w': expected average 3846.153846, got 4048
> --- FAIL: TestBias (0.00s)
> FAIL
> FAIL  github.com/dchest/uniuri0.014s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/dchest/uniuri returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/golang-github-dchest-uniuri_0.0~git20200228.7aecb25-1_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: rust-gdk
Version: 0.18.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Pango-1.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/HarfBuzz-0.0.gir /<>
> cp /usr/share/gir-1.0/freetype2-2.0.gir /<>
> cp /usr/share/gir-1.0/PangoCairo-1.0.gir /<>
> cp /usr/share/gir-1.0/cairo-1.0.gir /<>
> cp /usr/share/gir-1.0/Gdk-3.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> xmlstarlet ed -L \
> -d '///_:alias[@name="Int32"]' \
> freetype2-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//*[@glib:error-domain="g-option-context-error-quark"]/@glib:error-domain' 
> -v g-option-error-quark \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_boolean_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gboolean*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_double_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gdouble*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_integer_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gint*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_locale_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> GLib-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "GValue*" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const char**" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -i '//_:interface[@name="TypePlugin" and not(@glib:type-struct)]' -t 'attr' 
> -n 'glib:type-struct' -v 'TypePluginClass' \
> -i '//_:record[@name="TypePluginClass" and not(@glib:is-gtype-struct-for)]' 
> -t 'attr' -n 'glib:is-gtype-struct-for' -v 'TypePlugin' \
> GObject-2.0.gir
> xmlstarlet ed -L \
> -i '///_:type[not(@name) and @c:type="hb_font_t*"]' -t 'attr' -n 'name' -v 
> "gconstpointer" \
> -u '//_:type[@c:type="hb_font_t*"]/@c:type' -v "gconstpointer" \
> -i '///_:array[not(@name) and @c:type="hb_feature_t*"]' -t 'attr' -n 'name' 
> -v "gconstpointer" \
> -r '///_:array[@c:type="hb_feature_t*"]' -v "type" \
> -d '//_:type[@c:type="hb_feature_t*"]/*' \
> -d '//_:type[@c:type="hb_feature_t*"]/@length' \
> -d '//_:type[@c:type="hb_feature_t*"]/@zero-terminated' \
> -u '//_:type[@c:type="hb_feature_t*"]/@c:type' -v "gconstpointer" \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field/@bits' \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field[@name="is_color"]' \
> Pango-1.0.gir
> xmlstarlet ed -L \
> -d '///_:function[@c:identifier="hb_graphite2_face_get_gr_face"]' \
> -d '///_:function[@c:identifier="hb_graphite2_font_get_gr_font"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_get_face"]' \
> -d '///_:function[@c:identifier="hb_ft_font_lock_face"]' \
> HarfBuzz-0.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_current_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> Gdk-3.0.gir
> xmlstarlet ed -L \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@name' -v 
> "gpointer" \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@c:type' 
> -v "gpointer" \
> GdkPixbuf-2.0.gir
> sed -i 
> 's/girs_directories\s=\s\[\"\.\.\/gir-files\"\]/girs_directories=\[\".\"\]/' 
> /<>/Gir.toml
> gir -o .
> thread 'main' panicked at 'Incomplete library, unresolved: ["GLib.time_t"]', 
> src/library_postprocessing.rs:69:9
> note: run with `RUST_BACKTRACE=1` 

Bug#1067335: gnucap-python: FTBFS: _gnucap_swig.cxx:4535:10: fatal error: numpy/arrayobject.h: No such file or directory

2024-03-20 Thread Lucas Nussbaum
Source: gnucap-python
Version: 0.0.2-1.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../../gnucap -I..  -I../../include -I/usr/include/python3.12 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DNDEBUG -I/usr/include/gnucap 
> -I/usr/lib/python3/dist-packages -DPYTHON_SO=\"/usr/lib/x86_64-linux-gnu/\" 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG  -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> -o _md.lo _md.cxx
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../gnucap -I.. 
> -I../../include -I/usr/include/python3.11 -Wdate-time -D_FORTIFY_SOURCE=2 
> -DNDEBUG -I/usr/include/gnucap -I/usr/lib/python3/dist-packages 
> -DPYTHON_SO=\"/usr/lib/x86_64-linux-gnu/\" -Wdate-time -D_FORTIFY_SOURCE=2 
> -DNDEBUG -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> _component.cxx  -fPIC -DPIC -o .libs/_component.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../gnucap -I.. 
> -I../../include -I/usr/include/python3.11 -Wdate-time -D_FORTIFY_SOURCE=2 
> -DNDEBUG -I/usr/include/gnucap -I/usr/lib/python3/dist-packages 
> -DPYTHON_SO=\"/usr/lib/x86_64-linux-gnu/\" -Wdate-time -D_FORTIFY_SOURCE=2 
> -DNDEBUG -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> _gnucap_swig.cxx  -fPIC -DPIC -o .libs/_gnucap_swig.o
> libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
> /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o 
> /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o  .libs/garbage.o   
> -L/usr/lib/x86_64-linux-gnu -ldl -L/usr/lib/gcc/x86_64-linux-gnu/13 
> -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu 
> -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu 
> -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. 
> -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o 
> /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o  -g -O2 
> -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname 
> -Wl,libgnucap-python.so.0 -o .libs/libgnucap-python.so.0.0.0
> _gnucap_swig.cxx:4535:10: fatal error: numpy/arrayobject.h: No such file or 
> directory
>  4535 | #include 
>   |  ^
> compilation terminated.
> make[6]: *** [Makefile:785: _gnucap_swig.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/gnucap-python_0.0.2-1.2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067333: autosuspend: FTBFS: TypeError: can only concatenate str (not "bytes") to str

2024-03-20 Thread Lucas Nussbaum
Source: autosuspend
Version: 6.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend
> copying src/autosuspend/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend
> creating 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/util
> copying src/autosuspend/util/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/util
> copying src/autosuspend/util/datetime.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/util
> copying src/autosuspend/util/systemd.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/util
> creating 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/kodi.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/mpd.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/xpath.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/activity.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/json.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/command.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/ical.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/linux.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/smb.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/util.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/wakeup.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/xorg.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/logs.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/stub.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/systemd.py -> 
> /<>/.pybuild/cpython3_3.12_autosuspend/build/autosuspend/checks
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend
> copying src/autosuspend/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend
> creating 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/util
> copying src/autosuspend/util/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/util
> copying src/autosuspend/util/datetime.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/util
> copying src/autosuspend/util/systemd.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/util
> creating 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/kodi.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/mpd.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/xpath.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/activity.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/json.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/command.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/ical.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/linux.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/smb.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/util.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying src/autosuspend/checks/wakeup.py -> 
> /<>/.pybuild/cpython3_3.11_autosuspend/build/autosuspend/checks
> copying 

Bug#1067332: python-django-storages: FTBFS: dh_missing: error: missing files, aborting

2024-03-20 Thread Lucas Nussbaum
Source: python-django-storages
Version: 1.14.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYTHONPATH=. python3 -m sphinx -b html -d docs/.build/.doctrees -N docs 
> /<>/debian/python-django-storages-doc/usr/share/doc/python-django-storages-doc/html
> Running Sphinx v7.2.6
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 11 source files that are out of date
> updating environment: [new config] 11 added, 0 changed, 0 removed
> reading sources... [  9%] backends/amazon-S3
> reading sources... [ 18%] backends/apache_libcloud
> reading sources... [ 27%] backends/azure
> reading sources... [ 36%] backends/backblaze-B2
> reading sources... [ 45%] backends/digital-ocean-spaces
> reading sources... [ 55%] backends/dropbox
> reading sources... [ 64%] backends/ftp
> reading sources... [ 73%] backends/gcloud
> reading sources... [ 82%] backends/oracle-cloud
> reading sources... [ 91%] backends/sftp
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [  9%] backends/amazon-S3
> writing output... [ 18%] backends/apache_libcloud
> writing output... [ 27%] backends/azure
> writing output... [ 36%] backends/backblaze-B2
> writing output... [ 45%] backends/digital-ocean-spaces
> writing output... [ 55%] backends/dropbox
> writing output... [ 64%] backends/ftp
> writing output... [ 73%] backends/gcloud
> writing output... [ 82%] backends/oracle-cloud
> writing output... [ 91%] backends/sftp
> writing output... [100%] index
> 
> /<>/docs/backends/dropbox.rst:89: WARNING: Lexing literal_block 
> '{\n   "access_token": "sl.",\n   "token_type": 
> "bearer",\n   "expires_in": 14400,\n   "refresh_token": 
> "", <-- your REFRESH_TOKEN\n   "scope": ,\n   
> "uid": "",\n   "account_id": 
> "dbid:"\n}' as "json" resulted in an error at token: 
> '<'. Retrying in relaxed mode.
> generating indices... genindex done
> highlighting module code... 
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 1 warning.
> 
> The HTML pages are in 
> debian/python-django-storages-doc/usr/share/doc/python-django-storages-doc/html.
> dh_sphinxdoc
> make[1]: Leaving directory '/<>'
>dh_installchangelogs -O--buildsystem=pybuild
>dh_python3 -O--buildsystem=pybuild
>dh_installsystemduser -O--buildsystem=pybuild
>dh_perl -O--buildsystem=pybuild
>dh_link -O--buildsystem=pybuild
>dh_strip_nondeterminism -O--buildsystem=pybuild
>dh_compress -O--buildsystem=pybuild
>dh_fixperms -O--buildsystem=pybuild
>dh_missing -O--buildsystem=pybuild
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/.gitignore exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/CACHEDIR.TAG exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/python3.11/dist-packages/.pytest_cache/README.md 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/v/cache/nodeids exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.11/dist-packages/.pytest_cache/v/cache/stepwise exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/.gitignore exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/CACHEDIR.TAG exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: usr/lib/python3.12/dist-packages/.pytest_cache/README.md 
> exists in debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/v/cache/nodeids exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: warning: 
> usr/lib/python3.12/dist-packages/.pytest_cache/v/cache/stepwise exists in 
> debian/tmp but is not installed to anywhere 
> dh_missing: error: missing files, aborting
>   The following debhelper tools have reported what they installed (with 
> files per package)
>* dh_install: python-django-storages-doc (0), python3-django-storages 
> (20), 

Bug#1067329: python-dtcwt: FTBFS: ValueError: Number of rows must be a positive integer, not 6.0

2024-03-20 Thread Lucas Nussbaum
Source: python-dtcwt
Version: 0.12.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/utils.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/compat.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/_version.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/defaults.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/keypoint.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/sampling.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/registration.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/plotting.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> copying dtcwt/coeffs.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt
> creating /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/tf
> copying dtcwt/tf/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/tf
> copying dtcwt/tf/common.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/tf
> copying dtcwt/tf/lowlevel.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/tf
> copying dtcwt/tf/transform1d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/tf
> copying dtcwt/tf/transform2d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/tf
> creating /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/opencl
> copying dtcwt/opencl/transform3d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/opencl
> copying dtcwt/opencl/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/opencl
> copying dtcwt/opencl/lowlevel.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/opencl
> copying dtcwt/opencl/transform2d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/opencl
> creating /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> copying dtcwt/numpy/transform3d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> copying dtcwt/numpy/__init__.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> copying dtcwt/numpy/common.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> copying dtcwt/numpy/lowlevel.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> copying dtcwt/numpy/transform1d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> copying dtcwt/numpy/transform2d.py -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/numpy
> creating /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/legall.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/near_sym_b_bp.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_b.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_c.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_b_bp.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_a.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_06.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/near_sym_a.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_32.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/antonini.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/near_sym_b.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> copying dtcwt/data/qshift_d.npz -> 
> /<>/.pybuild/cpython3_3.12_dtcwt/build/dtcwt/data
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/utils.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/compat.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/_version.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/defaults.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/keypoint.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/sampling.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/registration.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/plotting.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> copying dtcwt/coeffs.py -> 
> /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt
> creating /<>/.pybuild/cpython3_3.11_dtcwt/build/dtcwt/tf
> copying dtcwt/tf/__init__.py -> 
> 

Bug#1067331: hdmi2usb-fx2-firmware: FTBFS: sdcpp: fatal error: cannot execute 'cc1': execvp: No such file or directory

2024-03-20 Thread Lucas Nussbaum
Source: hdmi2usb-fx2-firmware
Version: 0.0.0~git20151225-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
> rule.
> sdcc -mmcs51  -I../include -c serial.c -o serial.rel
> sdcpp: fatal error: cannot execute 'cc1': execvp: No such file or directory
> compilation terminated.
> at 1: warning 190: ISO C forbids an empty translation unit
> subprocess error 256
> make[2]: *** [Makefile:35: serial.rel] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/hdmi2usb-fx2-firmware_0.0.0~git20151225-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067330: websockify: FTBFS: /usr/bin/pkgos-dh_auto_install: 37: python3.12: not found

2024-03-20 Thread Lucas Nussbaum
Source: websockify
Version: 0.10.0+dfsg1-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_install --no-py2 --in-tmp
> + PKGOS_IN_TMP=no
> + echo WARNING: --no-py2 is deprecated and always on.
> WARNING: --no-py2 is deprecated and always on.
> + shift
> + PKGOS_IN_TMP=yes
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=websockify
> + echo websockify
> + sed s/python-//
> + PY_MODULE_NAME=websockify
> + py3versions -vr
> + PYTHON3S=3.12 3.11
> + [ yes = yes ]
> + TARGET_DIR=tmp
> + pwd
> + python3.12 setup.py install --install-layout=deb --root 
> /<>/debian/tmp
> /usr/bin/pkgos-dh_auto_install: 37: python3.12: not found
> make[1]: *** [debian/rules:25: override_dh_auto_install] Error 127


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/websockify_0.10.0+dfsg1-5_unstable.log

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

2024-03-20 Thread Lucas Nussbaum
Source: rust-gtk
Version: 0.18.1-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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 '/<>'
> cp /usr/share/gir-1.0/GLib-2.0.gir /<>
> cp /usr/share/gir-1.0/GObject-2.0.gir /<>
> cp /usr/share/gir-1.0/Pango-1.0.gir /<>
> cp /usr/share/gir-1.0/Gio-2.0.gir /<>
> cp /usr/share/gir-1.0/HarfBuzz-0.0.gir /<>
> cp /usr/share/gir-1.0/freetype2-2.0.gir /<>
> cp /usr/share/gir-1.0/PangoCairo-1.0.gir /<>
> cp /usr/share/gir-1.0/Gtk-3.0.gir /<>
> cp /usr/share/gir-1.0/cairo-1.0.gir /<>
> cp /usr/share/gir-1.0/xlib-2.0.gir /<>
> cp /usr/share/gir-1.0/Atk-1.0.gir /<>
> cp /usr/share/gir-1.0/Gdk-3.0.gir /<>
> cp /usr/share/gir-1.0/GdkPixbuf-2.0.gir /<>
> cp /usr/share/gir-1.0/GModule-2.0.gir /<>
> xmlstarlet ed -L \
> -d '///_:method[@c:identifier="atk_plug_set_child"]' \
> Atk-1.0.gir
> xmlstarlet ed -L \
> -d '///_:alias[@name="Int32"]' \
> freetype2-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//*[@glib:error-domain="g-option-context-error-quark"]/@glib:error-domain' 
> -v g-option-error-quark \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_boolean_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gboolean*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_double_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gdouble*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_integer_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "gint*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_locale_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> -u 
> '//_:record[@name="KeyFile"]/_:method[@name="set_string_list"]//_:parameter[@name="list"]/_:array/@c:type'
>  -v "const gchar* const*" \
> GLib-2.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="getv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "GValue*" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const gchar**" \
> -u 
> '//_:class[@name="Object"]/_:method[@name="setv"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="names"]/_:array/@c:type'
>  -v "const char**" \
> -u 
> '//_:class[@name="Object"]/_:constructor[@name="new_with_properties"]//_:parameter[@name="values"]/_:array/@c:type'
>  -v "const GValue*" \
> -i '//_:interface[@name="TypePlugin" and not(@glib:type-struct)]' -t 'attr' 
> -n 'glib:type-struct' -v 'TypePluginClass' \
> -i '//_:record[@name="TypePluginClass" and not(@glib:is-gtype-struct-for)]' 
> -t 'attr' -n 'glib:is-gtype-struct-for' -v 'TypePlugin' \
> GObject-2.0.gir
> xmlstarlet ed -L \
> -i '///_:type[not(@name) and @c:type="hb_font_t*"]' -t 'attr' -n 'name' -v 
> "gconstpointer" \
> -u '//_:type[@c:type="hb_font_t*"]/@c:type' -v "gconstpointer" \
> -i '///_:array[not(@name) and @c:type="hb_feature_t*"]' -t 'attr' -n 'name' 
> -v "gconstpointer" \
> -r '///_:array[@c:type="hb_feature_t*"]' -v "type" \
> -d '//_:type[@c:type="hb_feature_t*"]/*' \
> -d '//_:type[@c:type="hb_feature_t*"]/@length' \
> -d '//_:type[@c:type="hb_feature_t*"]/@zero-terminated' \
> -u '//_:type[@c:type="hb_feature_t*"]/@c:type' -v "gconstpointer" \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field/@bits' \
> -d '//_:record[@c:type="PangoGlyphVisAttr"]/_:field[@name="is_color"]' \
> Pango-1.0.gir
> xmlstarlet ed -L \
> -d '///_:function[@c:identifier="hb_graphite2_face_get_gr_face"]' \
> -d '///_:function[@c:identifier="hb_graphite2_font_get_gr_font"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_face_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_cached"]' \
> -d '///_:function[@c:identifier="hb_ft_font_create_referenced"]' \
> -d '///_:function[@c:identifier="hb_ft_font_get_face"]' \
> -d '///_:function[@c:identifier="hb_ft_font_lock_face"]' \
> HarfBuzz-0.0.gir
> xmlstarlet ed -L \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_current_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> -u 
> '//_:method[@c:identifier="gdk_frame_clock_get_timings"]/_:return-value/@transfer-ownership'
>  -v "none" \
> Gdk-3.0.gir
> xmlstarlet ed -L \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@name' -v 
> "gpointer" \
> -u '//_:record[@name="PixbufModule"]/_:field[@name="module"]/_:type/@c:type' 
> -v "gpointer" \
> GdkPixbuf-2.0.gir
> xmlstarlet ed -L \
> -u 

Bug#1067326: mkdocstrings: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-20 Thread Lucas Nussbaum
Source: mkdocstrings
Version: 0.24.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.12_mkdocstrings  
> * Building wheel...
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/METADATA -> 
> mkdocstrings-0.24.1.dist-info/METADATA
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/WHEEL -> 
> mkdocstrings-0.24.1.dist-info/WHEEL
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/entry_points.txt -> 
> mkdocstrings-0.24.1.dist-info/entry_points.txt
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/licenses/LICENSE -> 
> mkdocstrings-0.24.1.dist-info/licenses/LICENSE
>  - Adding src/mkdocstrings/__init__.py -> mkdocstrings/__init__.py
>  - Adding src/mkdocstrings/_cache.py -> mkdocstrings/_cache.py
>  - Adding src/mkdocstrings/debug.py -> mkdocstrings/debug.py
>  - Adding src/mkdocstrings/extension.py -> mkdocstrings/extension.py
>  - Adding src/mkdocstrings/handlers/__init__.py -> 
> mkdocstrings/handlers/__init__.py
>  - Adding src/mkdocstrings/handlers/base.py -> mkdocstrings/handlers/base.py
>  - Adding src/mkdocstrings/handlers/rendering.py -> 
> mkdocstrings/handlers/rendering.py
>  - Adding src/mkdocstrings/inventory.py -> mkdocstrings/inventory.py
>  - Adding src/mkdocstrings/loggers.py -> mkdocstrings/loggers.py
>  - Adding src/mkdocstrings/plugin.py -> mkdocstrings/plugin.py
>  - Adding src/mkdocstrings/py.typed -> mkdocstrings/py.typed
>  - Adding mkdocstrings-0.24.1.dist-info/RECORD -> 
> mkdocstrings-0.24.1.dist-info/RECORD
> Successfully built mkdocstrings-0.24.1-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<>/.pybuild/cpython3_3.11_mkdocstrings  
> * Building wheel...
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/METADATA -> 
> mkdocstrings-0.24.1.dist-info/METADATA
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/WHEEL -> 
> mkdocstrings-0.24.1.dist-info/WHEEL
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/entry_points.txt -> 
> mkdocstrings-0.24.1.dist-info/entry_points.txt
>  - Adding .pdm-build/mkdocstrings-0.24.1.dist-info/licenses/LICENSE -> 
> mkdocstrings-0.24.1.dist-info/licenses/LICENSE
>  - Adding src/mkdocstrings/__init__.py -> mkdocstrings/__init__.py
>  - Adding src/mkdocstrings/_cache.py -> mkdocstrings/_cache.py
>  - Adding src/mkdocstrings/debug.py -> mkdocstrings/debug.py
>  - Adding src/mkdocstrings/extension.py -> mkdocstrings/extension.py
>  - Adding src/mkdocstrings/handlers/__init__.py -> 
> mkdocstrings/handlers/__init__.py
>  - Adding src/mkdocstrings/handlers/base.py -> mkdocstrings/handlers/base.py
>  - Adding src/mkdocstrings/handlers/rendering.py -> 
> mkdocstrings/handlers/rendering.py
>  - Adding src/mkdocstrings/inventory.py -> mkdocstrings/inventory.py
>  - Adding src/mkdocstrings/loggers.py -> mkdocstrings/loggers.py
>  - Adding src/mkdocstrings/plugin.py -> mkdocstrings/plugin.py
>  - Adding src/mkdocstrings/py.typed -> mkdocstrings/py.typed
>  - Adding mkdocstrings-0.24.1.dist-info/RECORD -> 
> mkdocstrings-0.24.1.dist-info/RECORD
> Successfully built mkdocstrings-0.24.1-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild pybuild:308: cp -r /<>/docs 
> /<>/mkdocs.yml /<>/*.md /<>/src 
> /<>/.pybuild/cpython3_3.12_mkdocstrings/build
> I: pybuild base:305: cd 
> /<>/.pybuild/cpython3_3.12_mkdocstrings/build; python3.12 -m 
> pytest -k 'not test_sphinx_load_mkdocstrings_inventory_file and not 
> test_extended_templates and not test_disabling_plugin'
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<>/.pybuild/cpython3_3.12_mkdocstrings/build
> configfile: pyproject.toml
> collected 26 items / 2 deselected / 1 skipped / 24 selected
> 
> tests/test_extension.py ..FFF.   [ 
> 58%]
> tests/test_handlers.py   [ 
> 91%]
> tests/test_plugin.py ..  
> [100%]
> 
> 

Bug#1067325: python-stdlib-list: FTBFS: make: *** [debian/rules:8: binary] Error 25

2024-03-20 Thread Lucas Nussbaum
Source: python-stdlib-list
Version: 0.10.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 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
>   pybuild --configure -i python{version} -p "3.12 3.11"
> E: pybuild pybuild:389: configure: plugin pyproject failed with: PEP517 
> plugin dependencies are not available. Please Build-Depend on 
> pybuild-plugin-pyproject.
> dh_auto_configure: error: pybuild --configure -i python{version} -p "3.12 
> 3.11" returned exit code 13
> make: *** [debian/rules:8: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/python-stdlib-list_0.10.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=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#1067324: mrcal: FTBFS: mrcal-pywrap.c:14:10: fatal error: numpy/arrayobject.h: No such file or directory

2024-03-20 Thread Lucas Nussbaum
Source: mrcal
Version: 2.4.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> cc -Wall -Wextra -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> --std=gnu99 -I/usr/include/suitesparse -Wno-array-bounds 
> -Wno-cast-function-type -fno-strict-overflow -Wsign-compare -DNDEBUG -g -Wall 
> -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -fPIC -I/usr/include/python3.12 
> -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-parameter 
> -Wno-missing-braces -MMD -MP -g -fno-omit-frame-pointer 
> -DMRBUILD_VERSION='"2.4.1-1"' -Wdate-time -D_FORTIFY_SOURCE=2 -c -o 
> poseutils-npsp-pywrap-GENERATED.o poseutils-npsp-pywrap-GENERATED.c
> mrcal-pywrap.c:14:10: fatal error: numpy/arrayobject.h: No such file or 
> directory
>14 | #include 
>   |  ^
> compilation terminated.
> make[2]: *** [/usr/include/mrbuild/Makefile.common.footer:148: 
> mrcal-pywrap.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/mrcal_2.4.1-1_unstable.log

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

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

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

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



  1   2   3   >