Package: python-distutils-extra
Version: 3.0
Followup-For: Bug #1086308
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu plucky ubuntu-patch
Control: tags -1 patch ftbfs
Dear Maintainer,
In Ubuntu, the attached patch was applied to fix this bug.
* test: do not use setuptools.command
warning revealed by using distro build flags.
+Author: Nick Rosbrook
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/cdparanoia/+bug/2073149
+Forwarded: no
+Last-Update: 2024-07-15
+--- a/main.c
b/main.c
+@@ -1204,8 +1204,15 @@
+ paranoia_seek(p,cursor=first_sector,SEEK_SET
> In Ubuntu, this package FTBFS due to a failed import on boto3. Please
> consider the patch to add Build-Depends: python3-boto3
>
> * d/control: Build-Depends: python3-boto3 (LP: #2079776)
The nonetwork-testsuite test in d/t/control also needs this, or a
Depends: @builddeps@.
Package: cruft-ng
Version: 0.9.63
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oracular ubuntu-patch
Dear Maintainer,
The autopkgtests in Ubuntu were failing with:
111s autopkgtest [07:19:39]: test ncdu: [---
113s /usr/libexec/cruft
-0500
+++ vstream-client-1.2/debian/patches/fix-implicit-declarations.patch
2024-09-05 23:29:45.0 -0400
@@ -0,0 +1,25 @@
+Description: Fix implicit declarations of ntohs et al
+Author: Nick Rosbrook
+Bug-Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/vstream-client/+bug/2079777
+Bug
Package: datalad-next
Version: 1.4.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oracular ubuntu-patch
Dear Maintainer,
In Ubuntu, this package FTBFS due to a failed import on boto3. Please
consider the patch to add Build-Depends: python3-boto3
*
-source.patch 2024-09-05
21:26:12.0 -0400
@@ -0,0 +1,25 @@
+Description: Allow distro build flags to define _FORTIFY_SOURCE
+Author: Nick Rosbrook
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/2079767
+Forwarded: no
+Last-Update: 2024-09-05
+--- a/src/Makefile.am
b/src/Makefile.am
+@@ -11,7 +11,6
> Are you sure this patch worked in Ubuntu? As far as I can tell, the
> autopkgtest script still fail on Debian.
>
Yes, here is the autopkgtest result page for Ubuntu:
https://autopkgtest.ubuntu.com/packages/tiktoken. Looking at the
Debian autopkgtest logs, the failure looks different:
https://ci
-12-31 19:00:00.0 -0500
+++ m4api-0.3~0.9646fd/debian/patches/fix-several-implicit-declarations.patch
2024-04-10 13:41:11.0 -0400
@@ -0,0 +1,27 @@
+Description: Fix several implicit declarations
+Author: Nick Rosbrook
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/2060847
+Bug
account_list_dialog_open_for_connect
+ The account_list_dialog.h header needs to be included for this.
+Author: Nick Rosbrook
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/loqui/+bug/2060834
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066379
+Last-Update: 2024-04-10
+--- a/src
Package: tiktoken
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
In Ubuntu, I noticed that the autopkgtests were failing for tiktoken[1].
The failure is due to missing 'pytest' and 'hypothesis' python modules.
Looking a
:56.0 -0500
@@ -0,0 +1,19 @@
+Description: Do not try to import imp module
+ The imp module has been deprecated for a while, and was removed in python3.12.
+ Following the recommendation from python documentation, replace imp.get_tag()
+ usage with sys.implementation.cache_tag.
+Author: Nick Rosbrook
Hi,
I have opened a pull request[1] to fix this FTBFS. We experienced the
same problem in Ubuntu[2], and these changes resolved the problem for
us.
Thanks,
Nick
[1] https://salsa.debian.org/science-team/mlpack/-/merge_requests/2
[2] https://bugs.launchpad.net/ubuntu/+source/mlpack/+bug/2025291
Package: python-structlog
Followup-For: Bug #1026725
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
I found that an upstream commit[1] already contained the fix for this.
This patch just takes the relevant portion of that com
Package: aseba
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Dear Maintainer,
In Ubuntu, aseba previously built on s390x and ppc64el. I see build
arc
Package: mmc-utils
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Dear Maintainer,
In Ubuntu, mcc-utils FTBFS[1] on ppc64el with the following:
In f
Package: prometheus-ipmi-exporter
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Dear Maintainer,
Recent API changes in the github.com/prometheus/expo
Source: xen-tools
Version: 4.9.1-1
Severity: normal
Dear Maintainer,
The xt-guess-suite-and-mirror tools is not able to handle sources.list
entries like this:
deb http://ports.ubuntu.com/ubuntu-ports kinetic main restricted
This comes from a default installation of Ubuntu Kinetic on arm64
(ra
Package: dh-python
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
In verbose mode, if files differ in share_files(), dhpython will try to
show a diff of the files. When these files are static libraries, this
raises a
Package: generate-ninja
Followup-For: Bug #1016330
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Control: tags -1 patch
Hi,
In Ubuntu, we fixed the FTBFS by forcing gn to build as DWARFv4 to
remain compatible with dh_dwz:
* debian/rules: Set -gdwarf-4 in CXXF
Package: deepin-album
Followup-For: Bug #1015381
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Control: tags -1 patch
Hi,
In Ubuntu, we disabled LTO to fix the build:
* debian/rules: disable LTO to fix the build (LP: #1984124).
Thanks,
Nick
diff -Nru deepin-
Package: libxsmm
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
With glibc >= 2.34, libxsmm FTBFS with an undefined reference to
pt
configure script to handle LLVM 14.0, and use DWARFv4 format to
remain
+ compatible with dwz.
+Author: Nick Rosbrook
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ghdl/+bug/1983908
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016411
+Forwarded: no, the DWARFv4 piece is
Package: openfst
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
The openfst build was failing both locally and on Ubuntu build
infr
test
+ This test case does a simple check for the expected authorityKeyIdentifier
value
+ on a certificate, which includes a 'keyid:' prefix. This prefix was removed in
+ OpenSSL 3.0, which causes this test case to fail. Just remove the prefix from
the
+ expected string to fix the test.
In order to avoid future problems with compiling `ocradcheck`, would
it be better to build an additional binary package (ocradcheck or
ocrad-test) which can be installed during autopkgtest? This seems less
error-prone.
-Nick
Package: gtk-gnutella
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Hi,
This is technically not a problem in Debian yet, since sid is on glibc
2.33
Package: mit-scheme
Version: 11.2-2
Followup-For: Bug #1006507
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to fix the mit-scheme build:
* d/p/0001-microcode-Make-definition-for-
Package: python-pecan
Version: 1.3.3-4
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to fi
flags so that 32-bit tests do
+ not run on this architecture.
+Author: Nick Rosbrook
+Forwarded: https://github.com/valyala/fasthttp/pull/1250
+Last-Update: 2022-03-16
+---
+From d6c6e4a7cc9c17158dc2c93090e5b7d26ca42e15 Mon Sep 17 00:00:00 2001
+From: Nick Rosbrook
+Date: Wed, 16 Mar 2022 09:41
Package: pktstat
Version: 1.8.5-7
Followup-For: Bug #995624
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to fix the pktstat build.
* debian/patches/0001-Fix-format-string-error-w
Package: golang-github-hashicorp-go-slug
Version: 0.7.0-1
Followup-For: Bug #997847
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to fix autopkgtest
regressions:
* debian/patches/
Package: python-reportlab
Version: 3.6.7-1.1
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Hi,
The package fails to build with python3.10 because the
33 matches
Mail list logo