Bug#932927: libotr: buggy unit test: test_auth.c: test_auth_clear()

2025-03-25 Thread Adrien Nader
Hi, For the record, I'm seeing the issue on Ubuntu on amd64. I don't see it on sid however. I'm not sure what would be the cause: maybe LTO as often? Also, upstream's bug tracker is dead unfortunately and I couldn't gather patch metadata. Aurélien, do you have the corresponding file around? Than

Bug#1054922: libengine-gost-openssl: FTBFS on s390x - fix available upstream

2025-03-25 Thread Adrien Nader
Hi, There is an upstream patch available for this issue at https://github.com/gost-engine/engine/commit/e0a500ab877ba72cb14026a24d462dd923b90ced I'll be uploading that to Ubuntu. BTW, I'll also upload another patch there because the perl tests have started running (a dep somehow became installed

Bug#1093860: kakoune: LTO build requires more than 17GB of memory

2025-01-23 Thread Adrien Nader
+ kakoune-2024.05.18/debian/changelog 2025-01-22 15:56:47.0 +0100 @@ -1,3 +1,10 @@ +kakoune (2024.05.18-2ubuntu1) plucky; urgency=medium + + * Add optimize=-lto to DEB_BUILD_MAINT_OPTIONS as LTO builds require +more than 17GB of memory and hadn't finished after 30 minutes here + +

Bug#1091024: dojo needs a rebuild against the new rhino

2025-01-22 Thread Adrien Nader
Hi, After some trial and error, I found out that if dojo is rebuilt, the tests pass. I don't know what changed in rhino and the upstream changelog for the new version is pretty long with lots of things specific to its API which I'm not familiar with. Anyway, a no-change rebuild should be enough.

Bug#1090225: debdiff attached

2025-01-14 Thread Adrien Nader
for python3.13 +(Closes: #1090225) + + -- Adrien Nader Tue, 14 Jan 2025 12:07:51 +0100 + freezegun (1.5.1-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru freezegun-1.5.1/debian/patches/admin-support-python-3.13.patch freezegun-1.5.1/debian/patches/admin-support-py

Bug#1091133: fix for second FTBFS issue

2025-01-09 Thread Adrien Nader
On Thu, Jan 09, 2025, Adrien Nader wrote: > There is another FTBFS due to SWIG reading sys/select.h with openssl 3.4 > and for that I don't have a good solution but only a work-around to be > applied to openssl: > https://git.launchpad.net/ubuntu/+source/openssl/tree/debian/pa

Bug#1091133: Patch available in Ubuntu (but there is another FTBFS)

2025-01-09 Thread Adrien Nader
I've encountered this issue through Ubuntu and made a patch: https://git.launchpad.net/ubuntu/+source/m2crypto/tree/debian/patches/ftbfs-swig-4.3-changed-exception.patch The patch loses compat with SWIG < 4.3 however so maybe not fit for inclusion upstream, I haven't started discussing that upstre

Bug#1092458:

2025-01-08 Thread Adrien Nader
d/p/python3.13/0005-tests-match-python-3.13-drop-leading-whitespace-in-e.patch + + -- Adrien Nader Wed, 08 Jan 2025 10:56:51 +0100 + breezy (3.3.9-1) unstable; urgency=low * New upstream release. diff -Nru breezy-3.3.9/debian/patches/python3.13/0001-tests-generate-test-certificates-that-pass-p

Bug#1092458: PR available and packaging patches almost available (ubuntu)

2025-01-08 Thread Adrien Nader
Hi, There are actually two issues and I've worked on them. I've opened a PR upstream: https://github.com/breezy-team/breezy/pull/143 I'm also testing an updated package that has a Ubuntu version out of convenience but there is currently no delta so a Debian upload will be trivial. -- Adrien

Bug#1080486: python-google-api-core: Please package new upstream release 2.19.2

2024-10-11 Thread Adrien Nader
On Thu, Oct 10, 2024, Boyuan Yang wrote: > X-Debbugs-CC: adrien.na...@canonical.com > > On Thu, 10 Oct 2024 18:48:47 +0200 Adrien Nader > wrote: > > Hi, > > > > Apologies for not answering the initial report. > > > > Upstream does a release

Bug#1080486: python-google-api-core: Please package new upstream release 2.19.2

2024-10-10 Thread Adrien Nader
Hi, Apologies for not answering the initial report. Upstream does a release every few days which makes tracking their versions impossible. For that reason and generally speaking, update requests should come with an explanation of why an update will be useful. The reason for this package was to b

Bug#1079767: test_suite still present in setup.py (minor issue)

2024-09-03 Thread Adrien Nader
Hi Colin, While working on this issue in parallel for Ubuntu, I noticed that setup.py contains a "test_suite" argument that affects the build. I have not noticed an actual issue due to that, only non-fatal errors in the build log. I've opened a PR upstream: https://github.com/byllyfish/precis_i18

Bug#1076444: beancount: oauth2client has been deprecated for seven years

2024-07-16 Thread Adrien Nader
Source: beancount Version: 2.3.5-2build1 Severity: normal Beancount 2.3.6-1 introduced a dependency on python3-oauth2client which has unfortunately been deprecated for 7 years now. Unsurprisingly, there are more and more issues popping up which is why I'm working on removing it (especially from U

Bug#1057382: Certbot 2.10.0 and 2.11.0 releases are signed

2024-07-03 Thread Adrien Nader
Hi, For the record, the latest releases now include signatures and 2.11.0 is available: https://github.com/certbot/certbot/releases/tag/v2.11.0 Note that I was initially interested in newer released in order to be able to remove dependency on python-oauth2client from https://github.com/certbot/ce

Bug#1029032: Package (almost) ready

2024-06-24 Thread Adrien Nader
HI László, Apologies, I was busy on other topics and I had gotten some initial comments on the packaging too (d/copyright needing tweaks). I can't upload and would appreciate sponsoring. I've updated the packaging in the git repository: https://salsa.debian.org/adrien-n/python-google-api-core/-

Bug#1072828: Work-around is ineffective on !amd64

2024-06-19 Thread Adrien Nader
I found https://tug.org/svn/texlive?revision=71214&view=revision this morning. It only touches the win32 implementations however. I did something similar for the non-win32 implementation and it fixed the issue for me: https://git.launchpad.net/~adrien/ubuntu/+source/texlive-bin/commit/?id=ccb9edaa

Bug#1072828: Work-around is ineffective on !amd64

2024-06-18 Thread Adrien Nader
Hi Hilmar, You're absolutely right, thanks for having a look and sorry for the noise. Trying to go too fast was a bad idea yet another time. :) I've straced the build and the file seems generated and I see some interesting things. I've heavily edited the output because the original is already 11

Bug#1072828: Work-around is ineffective on !amd64

2024-06-18 Thread Adrien Nader
Hi, I hit that issue while working on the vtk9 9.3 transition in Ubuntu and I also tried to add 'texlive-fonts-recommended' as a dependency (at least temporarily so that the transition can finish). Unfortunately it only works on amd64. On arm64, armhf, ppc64el and s390x, the error is still present

Bug#1073793: camitk FTBFS with VTK 9.3

2024-06-18 Thread Adrien Nader
Source: camitk Version: 5.2.0-1 Severity: serious Tags: ftbfs upstream Justification: fails to build from source (but built successfully in the past) While working on the vtk9 9.3 transition in Ubuntu, I found that the package does not build with VTK 9.3 (at least one incompatibility was introduce

Bug#1072822: Patch available

2024-06-17 Thread Adrien Nader
all usr/include/vtkgdcmpython.h + + -- Adrien Nader Fri, 14 Jun 2024 17:04:24 +0200 + gdcm (3.0.24-1build1) oracular; urgency=medium * Rebuild against new libvtk9.3. diff --git a/debian/control b/debian/control index 648e47f..56a43dc 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @

Bug#1029032: Package (almost) ready

2024-06-13 Thread Adrien Nader
Hi, I hadn't spotted your ITP until I had prepared https://salsa.debian.org/adrien-n/python-google-api-core and was filling an ITP myself. Since it's ready and passing, I'd like to more forward with this. Do you have any objection? Thanks, -- Adrien

Bug#1062770: Headers still prevent dumps; worked around

2024-02-22 Thread Adrien Nader
Hi, I attempted to dump the ABIs with a-c-c and the current script around it but couldn't do so. The compiler complains that there is a type definition inside sizeof() which is pretty accurate. This happens through the following: > RAFT__ASSERT_COMPATIBILITY(RAFT__RESERVED, RAFT__EXTENSIONS); I

Bug#1061341: Some headers are still unusable

2024-02-16 Thread Adrien Nader
On Fri, Feb 16, 2024, Adrien Nader wrote: > I was able to analyze the library after modifying auth.h (actually > cyrus/*.h) to use cyrus/strarray.h and skipping bitvector.h. The > analysis returns that the library is both time_t and LFS sensitive. I > will publish a report soon (ho

Bug#1061341: Some headers are still unusable

2024-02-16 Thread Adrien Nader
Hi, I am trying to update the time_t analysis and I'm seeing a couple issues in headers. Note that I may also be doing something wrong and/or stupid since I'm approaching this through a-c-c rather than as a regular user. The two issues: - at least auth.h (IIRC) refers to lib/strarray.h but the he

Bug#1062057: updated analysis results (ABI is unaffected)

2024-02-13 Thread Adrien Nader
Hi, I just ran the analysis again: the ABI was dumped without requiring any quirk. After diff, the result is that the ABI is not affected by either time_t or LFS. :) I don't publish results after every update as that would be overwhelming but I should do so by friday evening. -- Adrien

Bug#1062567: libpg-query: NMU diff for 64-bit time_t transition

2024-02-09 Thread Adrien Nader
On Fri, Feb 09, 2024, Christoph Berg wrote: > Re: Adrien Nader > > I think the most recent version of that script would be in my > > repository: https://salsa.debian.org/adrien-n/armhf-time_t/ > > Hi Adrien, > > I actually got the script running, I th

Bug#1062567: libpg-query: NMU diff for 64-bit time_t transition

2024-02-09 Thread Adrien Nader
Hi Christoph, The automated assessment uses a script which in turns uses abi-compliance-checker. I think the most recent version of that script would be in my repository: https://salsa.debian.org/adrien-n/armhf-time_t/ The README.md file describes it (it doesn't describe other tools in that repo

Bug#1063329: libselinux1t64: breaks system in upgrade from unstable

2024-02-06 Thread Adrien Nader
Hi Helmut, Thanks for identifying and raising this issue. After Graham mentioned this to me, I also looked at the reports and came to the same conclusion: the change is actually LFS due to ino_t in matchpathcon_filespec_add(). Providing two APIs makes me quite uneasy due to having core components

Bug#1051348: Acknowledgement (svt-av1: Please package gstreamer element)

2023-10-23 Thread Adrien Nader
I had a look at this and it appears that you can't build the gstreamer element along the rest of the sources: you need to install svt-av1 first. It doesn't look easy to integrate this into the current build unfortunately. It might be better to create a separate package. Do you have any thought on

Bug#1054402: sslscan: Please update to latest sslscan version (currently 2.1.1)

2023-10-23 Thread Adrien Nader
Package: sslscan Version: 2.0.16-1~ppa1 Severity: wishlist Hi, Can you update sslscan to the latest version? I have tried doing it myself and it required no change. I didn't try to include a patch here due to how simple the update actually is. I also notice that you haven't updated the package i

Bug#844025: sslscan does not rely on openssl for ssl/tls anymore

2023-10-21 Thread Adrien Nader
Hi, Ssslcan does not use openssl for the ssl/tls protocols anymore. It still uses it for some things but not for the protocols themselves. This is explained by the following in README.md: > sslscan version 2 has now been released. This includes a major rewrite > of the backend scanning code, whi

Bug#1051348: svt-av1: Please package gstreamer element

2023-09-06 Thread Adrien Nader
Source: svt-av1 Version: 1.4.1+dfsg-1 Severity: wishlist Hi, There is a gstreamer element in the "gstreamer-plugin" directory. Can you package it? At the moment the only gstreamer element available to encode using AV1 is libaom. Thanks.

Bug#1038450: patch probably available

2023-06-21 Thread Adrien Nader
On Wed, Jun 21, 2023, julien.pu...@gmail.com wrote: > Le mardi 20 juin 2023 à 22:38 +0200, Adrien Nader a écrit : > > > > > > The patch seems to fix the issue. I say "seem" because the build > > compiled the file that was failing to build but the build is n

Bug#1038450: patch probably available

2023-06-20 Thread Adrien Nader
On Tue, Jun 20, 2023, julien.pu...@gmail.com wrote: > Hi, > > Le mardi 20 juin 2023 à 15:35 +0200, Adrien Nader a écrit : > > I was looking at the migration for coq on Ubuntu and a build failure > > on armhf is preventing it. > > > > I expect that this issue

Bug#1038725: gnustep-base: NSURL tests can fail due to httpbin.org being unreliable

2023-06-20 Thread Adrien Nader
Source: gnustep-base Version: 1.29.0-4 Severity: normal Tags: patch upstream Hi, While working on Ubuntu's migrations, I noticed gnustep-base would FTBFS due to network tests failing. There's an upstream commit to improve this: https://github.com/gnustep/libs-base/commit/7e14fd1979963cf413a23

Bug#1038450: patch probably available

2023-06-20 Thread Adrien Nader
Hi, I was looking at the migration for coq on Ubuntu and a build failure on armhf is preventing it. I expect that this issue is fixed by the following commit: https://github.com/UniMath/UniMath/commit/1716c078b00c18dcabf63f671e414d7ba33cb23c Split the proof of associators_equiv to make sur

Bug#1026728: Update to 2.4.0 should fix FTBFS

2023-02-13 Thread Adrien Nader
Hi, I was looking at this FTBFS in Ubuntu and noticed that upstream has migrated to github, away from bitbucket. You can see a link from the current upstream page to pypi and then land on github. It is not the same person though but both of them are listed on the pypi page. I'm going to email the

Bug#1028587: datefudge: 64-bit time_t functions are not implemented/exposed

2023-01-13 Thread Adrien Nader
Package: datefudge Version: 1.24 Severity: important Dear Maintainer, When updating coreutils to version 9.1 in Ubuntu, we noticed that datefudge autopkgtests started failing on armhf. As far as I can tell, the reason is that coreutils now uses a 64-bit time_t and functions with a "64" suffix. D