[Bug 2059074] Re: proposed-migration for krita 1:5.2.2+dfsg-2build5

2024-05-15 Thread Paul Mars
An amrhf binary package is now available in oracular. ** Changed in: krita (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059074 Title:

[Bug 2059074] Re: proposed-migration for krita 1:5.2.2+dfsg-2build5

2024-05-15 Thread Paul Mars
** Changed in: krita (Ubuntu) Assignee: (unassigned) => Paul Mars (upils) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059074 Title: proposed-migration for krita 1:5.2.2+dfsg-2bui

[Bug 2060628] Re: ModuleNotFoundError: No module named 'numpy.distutils'

2024-04-09 Thread Paul Mars
Patch to replace numpy.disutils. This is building and testing fine in my ppa. See: - https://launchpad.net/~upils/+archive/ubuntu/test-ppa/+build/28041617 - https://autopkgtest.ubuntu.com/results/autopkgtest-noble-upils-test-ppa/noble/amd64/a/astrometry.net/20240409_120043_9df8a@/log.gz **

[Bug 2060628] [NEW] ModuleNotFoundError: No module named 'numpy.distutils'

2024-04-09 Thread Paul Mars
.astrometry.net_0.93+dfsg-1.1build3_BUILDING.txt.gz ** Affects: astrometry.net (Ubuntu) Importance: Undecided Assignee: Paul Mars (upils) Status: Confirmed ** Tags: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-29 Thread Paul Mars
Updated patch with enr0n's fix to properly link against the installed lib and avoid building and linking to the LIBTRACEEVENT_STATIC. ** Patch added: "libtraceevent_1.8.2-1ubuntu1.diff"

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-29 Thread Paul Mars
Here is a patch with your suggested changes: - a friendly name on the autopkgtest - the patch to override the LIBTRACEEVENT_STATIC var added back - a note about the hijack of this var - patches 0002 and 0003 forwarded upstream - Forwarded headers added autopkgtest is currently running in my

[Bug 2012958] Re: ubuntu-image: failures in ADT: TestExtraSnapsWithFilesystem + 2 more

2024-03-21 Thread Paul Mars
** Changed in: ubuntu-image (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2012958 Title: ubuntu-image: failures in ADT: TestExtraSnapsWithFilesystem + 2

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-15 Thread Paul Mars
Correction of the previous patch using dpkg -L to get the lib path again, because this is working and the previous method was not. Maybe we can improve later. ** Patch added: "libtraceevent_1.8.2-1ubuntu1.diff"

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-15 Thread Paul Mars
Thanks for the review bdrung. > 2. Have you forwarded 0002-fail-unitest-when-test-fail.patch and 0003-fix-tests-on-big-endian.patch to upstream? No, because I would rather be sure this is reviewed and validated before forwarding. > 3. A newline at the end of debian/rules is missing. Thanks,

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-15 Thread Paul Mars
** Changed in: libtraceevent (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055258 Title: No test suite run at built time nor as autopkgtest To manage

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-13 Thread Paul Mars
Updated patch. Autopktests in progress, I will update this comment when they are done. ** Patch added: "libtraceevent_1.8.2-1ubuntu12.diff" https://bugs.launchpad.net/ubuntu/+source/libtraceevent/+bug/2055258/+attachment/5755662/+files/libtraceevent_1.8.2-1ubuntu12.diff -- You received this

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-03-13 Thread Paul Mars
> FWIW, the convention for ppa uploads is to append ~ppaX to the new version number. Oh my bad, I forgot about that! > This was causing me a lot of confusion Sorry about that, it was not clearly mentioned. > If you want to keep using LIBTRACEEVENT_STATIC for this purpose, I did this because I

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-03-11 Thread Paul Mars
> The version number for the package also looks wrong still. Yes, because for now I am submitting the patch I am generating from the build I submit to my PPA to test. I will fix this once everything is done. > Are you intentionally populating LIBRARY_STATIC with a path to a *shared* library?

[Bug 2055309] Re: No test suite run at built time nor as autopkgtest

2024-03-11 Thread Paul Mars
I spent some time investigating today the uprobes tests failure. I understand these test fail because the call to tracefs_event_enable() in check_probes returns -1. It also encounters errno=524, which is (apparently) the err number returned by seccomp when failing to load a filter. (see

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-03-11 Thread Paul Mars
Is that what you had in mind? Because it looks like this is working as I expected See https://autopkgtest.ubuntu.com/results/autopkgtest-noble-upils-test- ppa/noble/amd64/libt/libtraceevent/20240311_132302_36e50@/log.gz Did I miss something? ** Patch added: "libtraceevent_1.8.2-1ubuntu11.diff"

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-03-11 Thread Paul Mars
Thanks for the review enr0n! I like your solution of setting LIBTRACEEVENT_STATIC in debian/tests/utest to have minimal changes in the Makefile. > Shouldn't this be libtraceevent.a? Further, wouldn't it be better to make > this `LIBTRACEEVENT_STATIC = -l:libtraceevent.a`? In its review

[Bug 1663193] Re: snap download doesn't work on arm64

2024-03-08 Thread Paul Mars
** Changed in: ubuntu-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663193 Title: snap download doesn't work on arm64 To manage notifications

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-03-07 Thread Paul Mars
I now have a patch adding (and fixing) tests running at build and in autopkgtest. See https://bugs.launchpad.net/ubuntu/+source/libtraceevent/+bug/2055258/comments/11 I am now waiting for sponsorship on this upload. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-03-07 Thread Paul Mars
Here is new patch. Thanks to mkukri for finding the root cause of the failing tests on s390x. sudipmuk I have split the change in 3 different patch so this will be easier to upstream. ** Patch added: "libtraceevent_1.8.2-1ubuntu8.diff"

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-29 Thread Paul Mars
Current patch. 3 tests still fail. ** Patch added: "libtraceevent_1.8.2-1ubuntu7.diff" https://bugs.launchpad.net/ubuntu/+source/libtraceevent/+bug/2055258/+attachment/5750727/+files/libtraceevent_1.8.2-1ubuntu7.diff -- You received this bug notification because you are a member of Ubuntu

[Bug 2054925] Re: Debootstrap fails for Noble with base-files 13ubuntu7

2024-02-29 Thread Paul Mars
Building an noble image with ubuntu-image, using debootstrap 1.0.126+nmu1ubuntu0.7, worked (on a amd64 Jammy). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054925 Title: Debootstrap fails for

[Bug 2055309] Re: No test suite run at built time nor as autopkgtest

2024-02-29 Thread Paul Mars
I have a patch to run tests in autopkgtest but these tests are failing. I checked and they are failing without any change on my side. 2 out of 36 tests are failing. I will try to diagnose these failures. # sudo ./utest/trace-utest CUnit - A unit testing framework for C - Version 2.1-3

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-29 Thread Paul Mars
I made some progress. It looks like part of the dataset used to run test is adapted to big endian (via #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) but this is not needed (and even problematic). I am not able to run 9 out of 11 tests successfully and I am still trying to find a solution for the

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
sudipmuk do you happen to know if unit tests ever worked on s390x? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055258 Title: No test suite run at built time nor as autopkgtest To manage

[Bug 2051925] Re: [MIR] promote libtracefs as a trace-cmd dependency

2024-02-28 Thread Paul Mars
I have opened a dedicated bug to work on the patch. See LP: #2055309 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2051925 Title: [MIR] promote libtracefs as a trace-cmd dependency To manage

[Bug 2055309] [NEW] No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
Public bug reported: Track the addition of a test suite to be run at built time and during autopkgtest. ** Affects: libtracefs (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
Hey sudipmuk. Thanks for the insight anyway, because I thought of executing the samples at first, so I could have hit these issues. By the way, If you have any idea why test on s390x fails, I am interested! So far I suspected the endianness in dyn_str_data (since s390x is big endian) but it

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
Failure on s390x https://autopkgtest.ubuntu.com/results/autopkgtest- noble-upils-test- ppa/noble/s390x/libt/libtraceevent/20240228_090511_c0996@/log.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-02-28 Thread Paul Mars
I have opened a dedicated bug to work on the patch as discussed with slyon. See LP: #2055258 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2051916 Title: [MIR] promote libtraceevent as a trace-cmd

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
Current patch. ** Patch added: "libtraceevent_1.8.2-1ubuntu5.diff" https://bugs.launchpad.net/ubuntu/+source/libtraceevent/+bug/2055258/+attachment/5750087/+files/libtraceevent_1.8.2-1ubuntu5.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2055258] Re: No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
Updated patch. The test binary will now return 1 if at least one test failed. I will run autopkgtest when the pkg is published, and I expect it will fail (and correctly report this failure) for s390x. We should then decide if this failure is blocking the MIR process or not. The ppa:

[Bug 2055258] [NEW] No test suite run at built time nor as autopkgtest

2024-02-28 Thread Paul Mars
Public bug reported: Track the addition of a test suite to be run at built time and during autopkgtest. ** Affects: libtraceevent (Ubuntu) Importance: High Assignee: Paul Mars (upils) Status: New ** Changed in: libtraceevent (Ubuntu) Importance: Undecided => H

[Bug 2051925] Re: [MIR] promote libtracefs as a trace-cmd dependency

2024-02-27 Thread Paul Mars
Here is the current patch. As mentioned in my previous comment tests are failing but at least the reviewer can see if I am heading in the right direction. ** Patch added: "libtracefs_1.8.0-1ubuntu4.diff"

[Bug 2051925] Re: [MIR] promote libtracefs as a trace-cmd dependency

2024-02-27 Thread Paul Mars
I am struggling to tell the builder to run the dh_auto_test as root. I tried "export DEB_GAIN_ROOT_CMD='sudo -nE --'" in d/rules. And I tried to make sense of the documentation regarding Rules-Requires-Root but this is very confusing and so far I failed. Aside from this, I added 2 autopkgtest

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-02-27 Thread Paul Mars
Updated patch. The test binary will now return 1 if at least one test failed. I will run autopkgtest when the pkg is published, and I expect it will fail (and correctly report this failure) for s390x. We should then decide if this failure is blocking the MIR process or not. ** Patch added:

[Bug 2055059] Re: Merge python-ldap 3.4.4-1 from debian unstable into noble

2024-02-27 Thread Paul Mars
Closed in favor of LP: #2055138 since there is no delta anymore. ** Changed in: python-ldap (Ubuntu) Assignee: (unassigned) => Paul Mars (upils) ** Changed in: python-ldap (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of

[Bug 2055138] [NEW] Sync python-ldap 3.4.4-1 (main) from Debian unstable (main)

2024-02-27 Thread Paul Mars
Public bug reported: Please sync python-ldap 3.4.4-1 (main) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * There is no Ubuntu delta anymore. * Drop patch solving LP: #2044546 (now in upstream) Changelog entries since current noble version

[Bug 2055059] [NEW] Merge python-ldap 3.4.4-1 from debian unstable into noble

2024-02-26 Thread Paul Mars
Public bug reported: Merge python-ldap 3.4.4-1 from debian unstable into noble. This is a tracking bug. ** Affects: python-ldap (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2051916] Re: [MIR] promote libtraceevent as a trace-cmd dependency

2024-02-26 Thread Paul Mars
Here is a patch to run utest at build time and build+run it with the installed lib in autopkgtest. I will update with the log of a successful autopkgtest run once this is done. ** Patch added: "libtraceevent_1.8.2-1ubuntu3.diff"