Package: libvirt
Version: 10.6.0-1
Followup-For: Bug #1077915
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oracular ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
Since we are past feature freeze in the development release of Ubuntu,
we will probably apply the following upstr
tests failure when TERM variable is set
+ When running zsh-related tests in the Ubuntu autopkgtest infrastructure, the
+ TERM environment variable is set to "linux". This causes the test-suite to
+ fail because zsh's output is impact by the TERM variable. We now override the
+ variab
Source: apbs
Severity: important
Dear Maintainer,
When trying to build apbs using GCC-14, the build fails:
[ 59%] Building C object
_deps/fetk-build/punc/src/vf2c/CMakeFiles/vf2c.dir/main.c.o
cd /<>/obj-x86_64-linux-gnu/_deps/fetk-build/punc/src/vf2c &&
/usr/bin/cc -Dvf2c_EXPORTS
-I/<>/debian
Package: virt-manager
Version: 1:4.1.0-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oracular ubuntu-patch
Dear Maintainer,
When running virt-install with both --location and --cloud-init options,
the latter is silently ignored. Although the --cloud-in
Package: authbind
Version: 2.1.3
Followup-For: Bug #1075720
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oracular ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
To avoid modifying the upstream makefile, I decided to pass the CFLAGS &
LDFLAGS variables on the CLI at the make i
Hello,
I just noticed that my quilt patch does not automatically apply because
authbind does not declare d/source/format.
As a consequence, the patch is ignored and the build still runs without the
expected CFLAGS / LDFLAGS.
I will rework the patch and update.
Thanks,
Olivier
building authbind. This prevents us from controlling the
+ presence of frame pointers when building. It also prevents us from enabling
+ LTO.
+ Fixed by dropping directives that overwrite CFLAGS & LDFLAGS ; and only adding
+ to those variables when relevant.
+Author: Olivier Gayot
+Bu
Package: cvise
Version: 2.10.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
In version 2.10.0, upstream dropped the dependency on pytest-flake8
because it is no longer maintained [1] and broken with modern flake8.
Package: black
Version: 24.2.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
Since the removal of python3-typed-ast from the archive [1], black
cannot install its test dependencies anymore and therefore fails autopkg
Package: urwid
Version: 2.6.4-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
With the version of urwid 2.6.4-1 currently in trixie, the following
code fails with an exception:
```python
from urwid import Pile
Pil
assertRaisesRegex.
+ In Python 3.12, the deprecated names got dropped, causing oauth2client to
+ FTBFS.
+ .
+ The patch is not meant for upstream inclusion since the project upstream is
+ deprecated (in favor of python-google-auth) and the repository is read only.
+Author: Olivier Gayot
+Bug-Debian: ht
eam is
+ deprecated (in favor of python-google-auth) and the repository is read only.
+Author: Olivier Gayot
+Bug-Ubuntu: https://launchpad.net/bugs/2052771
+Bug-Debian: https://bugs.debian.org/1063782
+Forwarded: not-needed
+Last-Update: 2024-02-16
+---
+This patch header follows DEP-3:
Package: python-requests-unixsocket
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
The recent migration of urllib3 and src:requests broke
python-requests-unixsocket (see bug 1063892 [1]). This could have been
easily n
Package: python-requests-unixsocket
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
When using python-requests-unixsocket 0.3.0-3 against requests 2.29+
(currently 2.31.0+dfsg-1 is in testing), the following code produce
Source: python-oauth2client
Severity: important
Dear Maintainer,
Building (or running autopkgtest) for python-oauth2client against flask
3.0 leads to an error when running the test-suite:
Traceback:
oauth2client/contrib/flask_util.py:173: in
from flask import _app_ctx_stack
E Impo
+ interface on the system (this is true for VLAN interfaces for instance). This
+ confuses mac2iface, which returns only the first match. This scenario is
+ possibly more of a nvme-stas bug than a test-suite bug, but for now we will
+ just skip the interfaces that have a duplicate MAC address.
nCredentials() instead. Furthermore, it is about time we drop
+ support for the former in Ubuntu.
+ .
+ The patch is inspired from 4c4d7961261b41ac41f24c8ce75563ab12f6b74c from the
+ https://gitlab.com/ubports/development/core/lomiri-thumbnailer/ repository.
+Author: Olivier Gayot
+Bug-Ubuntu:
Package: testresources
Followup-For: Bug #1056533
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
The testresources autopkgtest test-suite currently fails with Python
3.12 because it still uses unittest.TestCase.failIf.
failI
.0 +0100
@@ -0,0 +1,77 @@
+Description: Fix build against Python 3.12
+ The build-time test suite still used the obsolete assertEquals function -
+ which was obsolete and got dropped from Python 3.12. Use the replacement
+ instead so we can build with Python 3.12.
+Author: Olivier Gayot
+Bug-Ubun
Hi,
Thank you for uploading 3.0.0~a3+dfsg-6!
I was about to request a sync in Ubuntu. Sadly, I noticed that I forgot
to forward one change that was done as an intermediate upload in Ubuntu.
The change is required for Python 3.12 support. Sorry about that!
I've just opened https://salsa.debian.or
Hi Andreas,
On Wed, 29 Nov 2023 14:26:01 +0100 Andreas Tille wrote:
When looking at the first patch
> it applies to a series file containing the patches
>
> refresh_cython
> find_object_files_at_right_loc.patch
>
> at the end. I'd love to profit from all those patches. Where
> can I find th
Hello,
nvme-stas v2.3.1 is out now :)
https://github.com/linux-nvme/nvme-stas/releases/tag/v2.3.1
Best regards,
Olivier
Thanks Daniel!
FYI Martin Bélanger (from nvme-stas upstream) will be preparing a 2.3.1
release of nvme-stas. It should contain some of the patches needed so if
we are not in a hurry, we might as well wait for 2.3.1 to be out.
Thanks,
Olivier
On 11/28/23 11:38, Daniel Baumann wrote:
> Hi Olivier,
+ .
+ > from staslib import iputil
+ >
+ > iputil.net_if_addrs()
+ .
+ This is an endianness issue that can be fixed by using native
+ byte-ordering when packing and unpacking netlink data structures such as
+ ifaddrmsg.
+Author: Olivier Gayot
+Bug-Ubuntu: https://launchpad.net/bugs/2045000
+For
modules
+ before executing the test.
+Author: Olivier Gayot
+Origin: upstream,
https://github.com/linux-nvme/nvme-stas/commit/2efebdb4dec6d5a6341a577273a1ce7b57fe488c
+Bug-Ubuntu: https://launchpad.net/bugs/2043792
+Bug-Debian: https://bugs.debian.org/1054533
+Last-Update: 2023-11-27
+---
+This patch
on, but it cannot be
+ consistently used as a context manager because it sometimes closes the
+ underlying file descriptor ; and sometimes does not depending on the
+ arguments.
+ .
+ Fixed by defining a new FileWriter context manager and ensuring that
+ each call to open() / get_file_writer() frees
we're building with a
modern glibc.
+Author: Olivier Gayot
+Bug:
+Bug-Ubuntu: https://launchpad.net/bugs/2044385
+Forwarded: no
+Last-Update: 2023-11-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Ind
.0 +0100
@@ -0,0 +1,24 @@
+Description: Add support for Python 3.12
+ Ever since Python 3.2, configparser.SafeConfigParser has been deprecated in
+ favor of configparser.ConfigParser. An alias existed for backward compability
+ but the alias was dropped from Python 3.12.
+Author: Oli
Although this issue appears as a regression in nvme-stas 2.3-1, it looks like
it was already
affecting the usability of the nvme-stas version in testing (i.e., 2.2.2-2) -
outside of autopkgtests.
Here with nvme-stas 2.2.2-2 (after configuring a controller in
/etc/stas/stafd.conf):
Nov 17 11:14
On 7/28/23 13:48, gregor herrmann wrote:
> On Fri, 28 Jul 2023 12:30:38 +0200, Olivier Gayot wrote:
>
>> Debian is currently unaffected (I assume the security level is set to 1
>> at build-time) but in the future OpenSSL 3.1 will reject TLSv1 at
>> security level 1.
&g
pecifying another
+ version like tlsv1_2 would work but it seems sensible to leave that up to the
+ system decide.
+Author: Olivier Gayot
+Bug-Ubuntu: https://launchpad.net/bugs/2023586
+Forwarded: https://github.com/vlet/p5-Protocol-HTTP2/pull/16
+Last-Update: 2023-07-28
+---
+This patch header follow
Package: onednn
Version: 2.7.4-1
Followup-For: Bug #1042079
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Apply upstream patches to fix build on arm64
Source: onednn
Version: 2.7.4-1
Severity: normal
Dear Maintainer,
Building onednn 2.7.4-1 on arm64 fails with many of the following errors:
In file included from
/<>/src/cpu/aarch64/xbyak_aarch64/src/xbyak_aarch64_impl.cpp:17:
/<>/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h:70:7
Package: zulucrypt
Followup-For: Bug #1037454
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
The test-suite seems to fail on virt-servers that use sudo to run as
root. For some reason, zuluCrypt reads the SUDO_UID variable a
Package: php-doctrine-cache
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch
Dear Maintainer,
php-doctrine-cache requires php-cache-tag-interop which used to be
provided by php-cache-integration-tests.
Starting with php-cache-integratio
Package: pyparted
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch
Dear Maintainer,
Running the pyparted test-suite against parted 3.6 leads to the
following exception:
399s
Package: python-ansible-pygments
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch
Dear Maintainer,
Since the move to pygments 2.15, the autopkgtest testsuite fails with
the following error:
Traceback (most recent call last):
File "/ho
Dear maintainer,
I opened the following PR:
https://salsa.debian.org/installer-team/os-prober/-/merge_requests/20
Best regards,
Olivier
Package: os-prober
Version: 1.81
Severity: normal
Dear Maintainer,
During execution of os-prober, other processes on the system can see the
temporary mounts to /var/lib/os-prober/mount even though os-prober runs
in a separate mount namespace.
In order to run os-prober in a more isolated mode, we
Package: django-rich
Followup-For: Bug #1030305
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Control: tags -1 patch
Hi,
The patch was merged upstream after receiving some modifications.
I'm attaching an updated debdiff which backports the patch applied
upstream
Hi,
> This happens because mpdecimal does not rebuild documentation from
> source, but installs pre-built files provided by upstream.
> I recommend to rebuild the documentation from source.
I had a look but could not find the sources of the documentation. The
upstream tarball only contains the
s set to either "unknown" or "dumb" [1]
+ .
+ This patch monkey-patches the environment to make the test suite
+ insensitive to the TERM variable.
+ .
+ [1]
https://rich.readthedocs.io/en/stable/console.html?highlight=unknown#environment-variables
+Author: Olivier Gayot
+Origin:
Package: django-rich
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Dear Maintainer,
When building on Ubuntu, the build-time test suite fails with the
following error:
self =
def test_output_force_color(self):
stdout = St
means only a single call to mlock() can succeed.
+ Since the crypto test makes multiple calls to mlock(), the test fails in the
+ described environment.
+ Make sure we skip the test if the RLIMIT_MEMLOCK is too low.
+Author: Olivier Gayot
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/2004435
+Forward
I opened a pull-request to fix the issue:
https://salsa.debian.org/debian/sysvinit/-/merge_requests/8
Source: sysvinit
Severity: normal
Dear Maintainer,
When building on Ubuntu, the sysvinit-utils package is supposed to
include the lib/lsb/init-functions.d/50-ubuntu-logging file.
The file used to be shipped with lsb-base on Ubuntu and should now be
shipped with sysvinit-utils (only on Ubuntu) fo
Package: aft
Followup-For: Bug #1020081
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
The last upload of aft changed the format of a doc file from HTML to
RTF. The packaging was not updated accordingly.
This prevents the
t compile time. This makes libcamera fail to build from source on
+ ppc64el.
+ Make sure we only use constexpr on expressions that are considered constant on
+ all architectures.
+Author: Olivier Gayot
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/1992331
+Forwarded: no
+Last-
Package: user-setup
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
The current version of udev.postinst in Debian creates four system groups:
* kvm
* input
* render
* sgx
kvm, input and render were added to rese
Package: mplayer
Version: 2:1.4+ds1-3
Followup-For: Bug #1004579
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
The upstream release 1.5 supports ffmpeg 5 and would solve this issue.
In the meantime, I have attempted to bac
Package: libregexp-wildcards-perl
Version: 1.05-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
As part of a main inclusion request i
Package: keyutils
Version: 1.6.1-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
* What led up to the situation?
Connect to a file share server hosted in the cloud using cifs.
At some point the SMB server moves t
Package: curl
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
In version 7.83.1, the support for multi-line headers is broken.
This causes autopkgtest regressions in python-tornado:
https://bugs.debian.org/cgi-bin/bug
is set
+ The pytest suite does not expect the http_proxy, https_proxy and no_proxy
+ variables to be present in the environment. They make pytest fail and
+ therefore autopkgtest fail as well.
+Author: Olivier Gayot
+Bug:
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/requests/+bug/19741
nfortunately, UTF-32 is affected by endianness, resulting in failed
+ tests on big-endian architectures.
+
+ Fixed by checking the endianness and comparing the UTF-32 characters to
+ their respective binary representation.
+Author: Olivier Gayot
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source
TPServer.server_close(), which was added later.
+
+ This patch is not strictly necessary to fix the tests but subsequent patches
+ depend on tearDownClass being spelled properly.
+Author: Olivier Gayot
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libcloud/+bug/1972888
+Forwarded: http
pc/ directory. This results in autopkgtest failures.
+ This patch instructs pytest to exclude the .pc/ directory.
+Author: Olivier Gayot
+Bug-Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/python-fluids/+bug/1972805
+Last-Update: 2022-05-10
+---
+This patch header follows DEP-3: http://dep.debian.net/de
57 matches
Mail list logo