Re: [sympy] symjit

2025-04-12 Thread Oscar Benjamin
On Sat, 12 Apr 2025 at 16:32, Isuru Fernando wrote: > > SymEngine is a bit slower than protosym due to using memoryviews, but > we can add an interface to avoid those. I'm sure it can be made faster. To be clear to anyone reading this both SymEngine and protosym are using LLVM for this. I could h

Re: [sympy] symjit

2025-04-12 Thread Oscar Benjamin
On Fri, 11 Apr 2025 at 20:49, Shahriar Iravanian wrote: > > The latest version of symjit (1.5.0) has just been published. By now, the > Rust backend is stabilized and generates code on Linus/Darwin/Windows and > x86-64 and arm64 machines. Wow this is amazing. I have been thinking for a long tim

Re: [PATCH] dm-delay: don't busy-wait in kthread

2025-04-11 Thread Benjamin Marzinski
On Fri, Apr 11, 2025 at 04:56:56PM -0400, Benjamin Marzinski wrote: > When using a kthread to delay the IOs, dm-delay would continuously loop, > checking if IOs were ready to submit. It had a cond_resched() call in > the loop, but might still loop hundreds of millions of times waiting fo

Re: [PATCH v2] dm-delay: Prevent zoned write reordering on suspend

2025-04-11 Thread Benjamin Marzinski
by modifying flush_worker_fn() to always flush all > delayed BIOs if the device may_delay boolean is false. > > Reported-by: Benjamin Marzinski > Fixes: d43929ef65a6 ("dm-delay: support zoned devices") > Signed-off-by: Damien Le Moal This looks fine, other than the issue that

[PATCH] dm-delay: don't busy-wait in kthread

2025-04-11 Thread Benjamin Marzinski
ot;) Signed-off-by: Benjamin Marzinski --- This patch is meant to apply on top of Damien Le Moal's "dm-delay: Prevent zoned write reordering on suspend" patch. If people think it's important to avoid either this much smaller amount of looping or the possible 1 ms delay on deleti

Bug#1102297: pysurfer FTBFS: unsatisfied dependency: python3-numpy-abi9

2025-04-10 Thread Benjamin Drung
dependency on python3-numpy-abi9. There is only python3-numpy but no python3-numpy-abi9 (or similar). -- Benjamin Drung Debian & Ubuntu Developer

[PATCH v3 2/6] dm: free table mempools if not used in __bind

2025-04-10 Thread Benjamin Marzinski
Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/md/dm.c b/drivers/md/dm.c index f5c5ccb6f8d2..292414da871d 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c @@ -2461,10 +2461,10 @@ static struct d

[PATCH v4 3/6] dm: handle failures in dm_table_set_restrictions

2025-04-10 Thread Benjamin Marzinski
t;dm: Call dm_revalidate_zones() after setting the queue limits") Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm-table.c | 26 +- drivers/md/dm-zone.c | 26 ++ drivers/md/dm.h | 1 + 3 files changed, 36 in

[PATCH v4 4/6] dm: fix dm_blk_report_zones

2025-04-10 Thread Benjamin Marzinski
ayer zone append emulation") Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm-core.h | 1 + drivers/md/dm-zone.c | 23 +++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/md/dm-core.h b/drivers/md/dm-core.h index 36

[PATCH v4 6/6] dm: fix native zone append devices on top of emulated ones

2025-04-10 Thread Benjamin Marzinski
ation. Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm-zone.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/md/dm-zone.c b/drivers/md/dm-zone.c index 037295db1c2d..d1f8c96cee46 100644 --- a/drivers/md/dm-zone.c +++ b/drivers/md/dm-z

[PATCH v4 2/6] dm: free table mempools if not used in __bind

2025-04-10 Thread Benjamin Marzinski
Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/md/dm.c b/drivers/md/dm.c index f5c5ccb6f8d2..292414da871d 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c @@ -2461,10 +2461,10 @@ static struct d

[PATCH v4 5/6] dm: limit swapping tables for devices with zone write plugs

2025-04-10 Thread Benjamin Marzinski
error target. Fixes: bb37d77239af2 ("dm: introduce zone append emulation") Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm-table.c | 41 - drivers/md/dm-zone.c | 35 ++- drivers/md/dm.c

[PATCH v4 1/6] dm: don't change md if dm_table_set_restrictions() fails

2025-04-10 Thread Benjamin Marzinski
dm_table_set_restrictions() earlier in __bind(). Since it needs the capacity to be set, save the old version and restore it on failure. Fixes: bb37d77239af2 ("dm: introduce zone append emulation") Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm.c | 22 ---

[PATCH v4 0/6] dm: fix issues with swapping dm tables

2025-04-10 Thread Benjamin Marzinski
has zone write plug resources (final patch). Benjamin Marzinski (6): dm: don't change md if dm_table_set_restrictions() fails dm: free table mempools if not used in __bind dm: handle failures in dm_table_set_restrictions dm: fix dm_blk_report_zones dm: limit swapping tables for de

[sage-release] Re: Sage 10.7.beta0 released

2025-04-10 Thread de...@benjamin-hackl.at
g "source .homebrew-build-env", only the test in src/sage/matrix/matrix2.pyx keeps still failing, I'll paste the stack trace below. Benjamin ** File "src/sage/matrix/matrix2.pyx", line 1731, in sage.

[Bug 2106621] Re: import-bug-from-debian crashed with --- in _request()

2025-04-10 Thread Benjamin Drung
** Description changed: import-bug-from-debian fails consistently. + + ``` + Traceback (most recent call last): + File "/usr/bin/import-bug-from-debian", line 256, in + main() + ^^ + File "/usr/bin/import-bug-from-debian", line 251, in main + if process_bugs(bugs, launchpad

Re: [PATCH] dm-delay: Prevent zoned write reordering on suspend

2025-04-10 Thread Benjamin Marzinski
On Thu, Apr 10, 2025 at 05:02:00PM +0900, Damien Le Moal wrote: > On 4/10/25 4:54 PM, Christoph Hellwig wrote: > > On Thu, Apr 10, 2025 at 01:33:11PM +0900, Damien Le Moal wrote: > >> When a dm-delay devie is being suspended, the .presuspend() operation is > > > > s/devie/device/ > > > >> first e

[Bug 2106620] [NEW] libbtas-dev requires blaspp

2025-04-10 Thread Benjamin Drung
Public bug reported: Imported from Debian bug http://bugs.debian.org/1028634: Source: tiledarray Version: 1.0.0-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: sramac...@debian.org https://buildd.debian.org/status/fetch

Bug#1102297: pysurfer FTBFS: unsatisfied dependency: python3-numpy-abi9

2025-04-10 Thread Benjamin Drung
dependency on python3-numpy-abi9. There is only python3-numpy but no python3-numpy-abi9 (or similar). -- Benjamin Drung Debian & Ubuntu Developer

Re: [C++][DISCUSS] FileSystem construction from URIs and secrets

2025-04-10 Thread Benjamin Kietzman
et. > > Why must URIs be the complete specification of a filesystem? Why does > having a URI confer access to the resource, or does that point just > follow from your previous? > > On Wed, Apr 9, 2025 at 7:37 AM Benjamin Kietzman > wrote: > > > > I have been work

[Bug 2039685] Re: ruby-appraiser-rubocop 1.0.1-2 has invalid dependencies

2025-04-10 Thread Benjamin Drung
ubuntu-archive, please remove ruby-appraiser-rubocop from plucky. Debian has removed it from unstable: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1101268 ** Bug watch added: Debian Bug tracker #1101268 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101268 -- You received this bug

[R] reticulate via callr

2025-04-09 Thread Benjamin Tyner
Greetings, I would like to programmatically interact with multiple versions of a given Python module via the reticulate package, without having to restart the R process over and over. (My understanding is reticulate does not provide such a capability by itself, as once reticulate binds to a P

Re: [C++][DISCUSS] FileSystem construction from URIs and secrets

2025-04-09 Thread Benjamin Kietzman
Potentially useful further context: the current C++ FileSystem documentation at https://arrow.apache.org/docs/cpp/io.html#filesystems On Wed, Apr 9, 2025 at 9:35 AM Benjamin Kietzman wrote: > I have been working on modularizing the C++ library by extending > FileSystem construction from U

Re: [PATCH v3 5/6] dm: limit swapping tables for devices with zone write plugs

2025-04-09 Thread Benjamin Marzinski
On Wed, Apr 09, 2025 at 03:20:31PM +0900, Damien Le Moal wrote: > On 4/9/25 8:51 AM, Benjamin Marzinski wrote: > > dm_revalidate_zones() only allowed new or previously unzoned devices to > > call blk_revalidate_disk_zones(). If the device was already zoned, > > disk->nr_zon

Re: [VOTE] Release Lucene 10.2.0 RC1

2025-04-09 Thread Benjamin Trent
+ 1 SUCCESS! [1:02:54.111488] On Wed, Apr 9, 2025 at 1:14 PM Tomás Fernández Löbbe wrote: > +1 > SUCCESS! [1:07:37.187555] > > On Tue, Apr 8, 2025 at 8:02 PM Mayya Sharipova > wrote: > >> +1 SUCCESS! [0:39:47.154199] >> >> On Tue, Apr 8, 2025 at 11:29 AM Robert Muir wrote: >> >>> issue for Uw

[Kernel-packages] [Bug 2098979] Re: [SRU] Add amdnpu firmware

2025-04-09 Thread Benjamin Drung
The linux-firmware postinst has "dpkg-trigger --no-await update- initramfs". So initramfs-tools/dracut should have been updated after installing the fixed version of linux-firmware. I do not see an obvious reason that would explain why you had the firmware missing in the initramfs (but got it fixed

[Bug 2098979] Re: [SRU] Add amdnpu firmware

2025-04-09 Thread Benjamin Drung
The linux-firmware postinst has "dpkg-trigger --no-await update- initramfs". So initramfs-tools/dracut should have been updated after installing the fixed version of linux-firmware. I do not see an obvious reason that would explain why you had the firmware missing in the initramfs (but got it fixed

Re: [PATCH v3 4/6] dm: fix dm_blk_report_zones

2025-04-09 Thread Benjamin Marzinski
On Wed, Apr 09, 2025 at 03:02:58PM +0900, Damien Le Moal wrote: > On 4/9/25 8:51 AM, Benjamin Marzinski wrote: > > If dm_get_live_table() returned NULL, dm_put_live_table() was never > > called. Also, it is possible that md->zone_revalidate_map will change > > while cal

Re: [C++][DISCUSS] FileSystem construction from URIs and secrets

2025-04-09 Thread Benjamin Kietzman
hadoop.apache.org/docs/r3.0.0/api/org/apache/hadoop/fs/FileSystem.html#get-java.net.URI-org.apache.hadoop.conf.Configuration- > [3]: > https://docs.rs/object_store/latest/object_store/fn.parse_url_opts.html > > On 09/04/2025 15:35, Benjamin Kietzman wrote: > > I have been working on

[C++][DISCUSS] FileSystem construction from URIs and secrets

2025-04-09 Thread Benjamin Kietzman
I have been working on modularizing the C++ library by extending FileSystem construction from URIs. I recently merged a PR which prompted some discussion [1] of how the library should handle secrets. Some FileSystems cannot be constructed without one or more secrets. For example, an S3FileSystem m

[Bug 2106621] Re: import-bug-from-debian crashed with --- in _request()

2025-04-09 Thread Benjamin Drung
The Launchpad query fails with 'name: Required input is missing.'. In case no --package is specified, package will be None and The call `debian.getSourcePackage(name=package)` will have `name=None`. So this is a bug in import-bug-from-debian. -- You received this bug notification because you are

[Bug 2106621] Re: import-bug-from-debian crashed with --- in _request()

2025-04-09 Thread Benjamin Drung
The Launchpad query fails with 'name: Required input is missing.'. In case no --package is specified, package will be None and The call `debian.getSourcePackage(name=package)` will have `name=None`. So this is a bug in import-bug-from-debian. -- You received this bug notification because you are

[Bug 2106621] Re: import-bug-from-debian crashed with --- in _request()

2025-04-09 Thread Benjamin Drung
** Description changed: import-bug-from-debian fails consistently. + + ``` + Traceback (most recent call last): + File "/usr/bin/import-bug-from-debian", line 256, in + main() + ^^ + File "/usr/bin/import-bug-from-debian", line 251, in main + if process_bugs(bugs, launchpad

[Bug 2106548] Re: FFe: New upstream release 0.5.0

2025-04-09 Thread Benjamin Drung
Dracut generates initrd with following character devices: ``` $ sudo 3cpio -t /boot/initrd.img -v | grep ^c crw-r--r-- 1 root root0 Apr 8 23:53 dev/console crw-r--r-- 1 root root0 Apr 8 23:53 dev/kmsg crw-r--r-- 1 root root0 Apr 8 23:53 dev/

[PATCH v3 1/6] dm: don't change md if dm_table_set_restrictions() fails

2025-04-08 Thread Benjamin Marzinski
dm_table_set_restrictions() earlier in __bind(). Since it needs the capacity to be set, save the old version and restore it on failure. Fixes: bb37d77239af2 ("dm: introduce zone append emulation") Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm.c | 22 ---

[PATCH v3 0/6] [PATCH v3 0/6] dm: fix issues with swapping dm tables

2025-04-08 Thread Benjamin Marzinski
_zones() code path (removed patches 0005 & 0006) - Instead of always calling blk_revalidate_disk_zones(), disallow changes that would change zone settings if the device has zone write plug resources (final patch). Benjamin Marzinski (6): dm: don't change md if dm_table_set_restrictions

[PATCH v3 6/6] dm: fix native zone append devices on top of emulated ones

2025-04-08 Thread Benjamin Marzinski
igned-off-by: Benjamin Marzinski --- drivers/md/dm-zone.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/md/dm-zone.c b/drivers/md/dm-zone.c index 1d419734fefc..f89590f904e1 100644 --- a/drivers/md/dm-zone.c +++ b/drivers/md/dm-zone.c @@ -345,11 +345,15 @

[PATCH v3 4/6] dm: fix dm_blk_report_zones

2025-04-08 Thread Benjamin Marzinski
ayer zone append emulation") Reviewed-by: Damien Le Moal Signed-off-by: Benjamin Marzinski --- drivers/md/dm-core.h | 1 + drivers/md/dm-zone.c | 23 +++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/md/dm-core.h b/drivers/md/dm-core.h index 36

[PATCH v3 5/6] dm: limit swapping tables for devices with zone write plugs

2025-04-08 Thread Benjamin Marzinski
Fixes: bb37d77239af2 ("dm: introduce zone append emulation") Signed-off-by: Benjamin Marzinski --- drivers/md/dm-table.c | 41 - drivers/md/dm-zone.c | 35 ++- drivers/md/dm.c | 6 ++ drivers/md/dm.h |

[PATCH v3 3/6] dm: handle failures in dm_table_set_restrictions

2025-04-08 Thread Benjamin Marzinski
t;dm: Call dm_revalidate_zones() after setting the queue limits") Signed-off-by: Benjamin Marzinski --- drivers/md/dm-table.c | 26 +- drivers/md/dm-zone.c | 26 ++ drivers/md/dm.h | 1 + 3 files changed, 36 insertions(+), 17 deletions(-) diff --g

[Bug 2106497] [NEW] FFe: Sync python-srsly 2.5.1-1 (universe) from Debian unstable (main)

2025-04-08 Thread Benjamin Drung
Public bug reported: Please sync python-srsly 2.5.1-1 (universe) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Build with cython3-legacy, see #1056874 * Build with cython3-legacy, see #1056874 * Build with cython3-legacy, see #1056874 * No-change

[Bug 2106548] [NEW] FFe: New upstream release 0.5.0

2025-04-08 Thread Benjamin Drung
Public bug reported: 3cpio is a leaf package in universe. It would be nice to have the new upstream release to allow extracting initrd generated by dracut (they contain character devices). 0.5.0 (2025-03-30) -- ### What's new * add `--count` parameter 0.4.0 (2025-03-11) ---

[Bug 2106497] Re: FFe: Sync python-srsly 2.5.1-1 (universe) from Debian unstable (main)

2025-04-08 Thread Benjamin Drung
Thanks. What I forgot to mention: python-srsly 2.5.1-1 will unblock python-confection 0.1.5-1 (which is only in plucky-proposed). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106497 Title: FFe: Sy

[Bug 2106493] Re: Please remove cider from the archive

2025-04-08 Thread Benjamin Drung
** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106493 Title: Please remove cider from the archive To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 2106493] [NEW] Please remove cider from the archive

2025-04-08 Thread Benjamin Drung
Public bug reported: Please remove cider from the archive. It fails to build and was removed from Debian: https://tracker.debian.org/news/1627408/removed-0190dfsg-4-from- unstable/ Reason: RoQA; FTBFS, unmaintained, way behind upstream, blocking seq-el removal ** Affects: cider (Ubuntu) Imp

[PATCH 2/2] um: use proper care when taking mmap lock during segfault

2025-04-08 Thread Benjamin Berg
From: Benjamin Berg Segfaults can occur at times where the mmap lock cannot be taken. If that happens the segfault handler may not be able to take the mmap lock. Fix the code to use the same approach as most other architectures. Unfortunately, this requires copying code from mm/memory.c and

[Bug 2104270] Re: Paraguay new Timezones. Needs update from Debian. No more Daylight Savings Time

2025-04-08 Thread Benjamin Drung
*** This bug is a duplicate of bug 2095233 *** https://bugs.launchpad.net/bugs/2095233 Thank you for taking the time to report this bug and contributing to Ubuntu. According to your report, you have tzdata 2024b-0ubuntu0.24.04.1 installed. Ubuntu provides tzdata 2025b-0ubuntu0.24.04 in noble-u

[Git][glibc-team/tzdata][sid] Update Turkish debconf translation

2025-04-08 Thread Benjamin Drung (@bdrung)
Benjamin Drung pushed to branch sid at GNU Libc Maintainers / tzdata Commits: 3319714f by Benjamin Drung at 2025-04-08T15:06:59+02:00 Update Turkish debconf translation Closes: #1102353 Thanks: Atila KOÇ - - - - - 1 changed file: - debian/po/tr.po View it on GitLab: https

Bug#1102375: hyprpaper: Update cargo and jpeg build dependencies

2025-04-08 Thread Benjamin Drung
: - libcairo-dev to libcairo2-dev - libjpeg62-turbo-dev to libjpeg-dev (which provides the turbo version) Thanks for considering the patch. It will work on Debian as well. -- Benjamin Drung Debian & Ubuntu Developer diff -Nru hyprpaper-0.7.0/debian/control hyprpaper-0.7.0/debian/con

[Touch-packages] [Bug 2106467] [NEW] libtinyxml2-10: apparent ABI break

2025-04-08 Thread Benjamin Drung
Public bug reported: Imported from Debian bug http://bugs.debian.org/1100661: Package: encfs Version: 1.9.5-2+b2 Severity: grave Justification: renders package unusable Dear Maintainer, encfs segfaults on my system: $ encfs --verbose ~/.crypt ~/crypt VERBOSE Root directory: /home/toto/.crypt/

[Bug 2106474] [NEW] Please remove tinyxml2 10.1.0+dfsg-1 from plucky-proposed

2025-04-08 Thread Benjamin Drung
Public bug reported: tinyxml2 10.1.0+dfsg-1 breaks the ABI (see bug #2106467). Upstream bumped the ABI version and Debian started the transition. We are too close to the plucky release. Please drop tinyxml2 10.1.0+dfsg-1 from plucky-proposed. We will do the transition in plucky+1. ** Affects: tin

[Touch-packages] [Bug 2106474] [NEW] Please remove tinyxml2 10.1.0+dfsg-1 from plucky-proposed

2025-04-08 Thread Benjamin Drung
Public bug reported: tinyxml2 10.1.0+dfsg-1 breaks the ABI (see bug #2106467). Upstream bumped the ABI version and Debian started the transition. We are too close to the plucky release. Please drop tinyxml2 10.1.0+dfsg-1 from plucky-proposed. We will do the transition in plucky+1. ** Affects: tin

[PATCH 1/2] um: do not send SIGALRM to userspace in time-travel mode

2025-04-08 Thread Benjamin Berg
From: Benjamin Berg We send a SIGALRM to userspace processes to interrupt them. Really, doing so is only needed if they are actually executing at the time (to ensure we return to kernelspace). Unfortunately, we do not have that information readily available. We can however be sure that this is

[Bug 2106472] Re: python-pysaml2 7.1.0-0ubuntu3 fails to build from source

2025-04-08 Thread Benjamin Drung
Explicitly depending on python3-six will reveal more issues: ``` ERRORS __ ERROR collecting tests/test_75_mongodb.py ___ ImportError while importing test module '/build/reproducible-path/pyth

[Bug 2106472] [NEW] python-pysaml2 7.1.0-0ubuntu3 fails to build from source

2025-04-08 Thread Benjamin Drung
Public bug reported: python-pysaml2 7.1.0-0ubuntu3 fails to build from source: ``` __ ERROR collecting tests/test_00_xmldsig.py ___ ImportError while importing test module '/<>/tests/test_00_xmldsig.py'. Hint: make sure your test modules/packages have valid Python

[Touch-packages] [Bug 2104270] Re: Paraguay new Timezones. Needs update from Debian. No more Daylight Savings Time

2025-04-08 Thread Benjamin Drung
*** This bug is a duplicate of bug 2095233 *** https://bugs.launchpad.net/bugs/2095233 Thank you for taking the time to report this bug and contributing to Ubuntu. According to your report, you have tzdata 2024b-0ubuntu0.24.04.1 installed. Ubuntu provides tzdata 2025b-0ubuntu0.24.04 in noble-u

[Bug 2106467] [NEW] libtinyxml2-10: apparent ABI break

2025-04-08 Thread Benjamin Drung
Public bug reported: Imported from Debian bug http://bugs.debian.org/1100661: Package: encfs Version: 1.9.5-2+b2 Severity: grave Justification: renders package unusable Dear Maintainer, encfs segfaults on my system: $ encfs --verbose ~/.crypt ~/crypt VERBOSE Root directory: /home/toto/.crypt/

[Bug 2106388] [NEW] pysurfer FTBFS: unsatisfied dependency: python3-numpy-abi9

2025-04-07 Thread Benjamin Drung
...@lists.debian.org, bdr...@debian.org User: debian-am...@lists.debian.org Usertags: amd64 Dear Maintainer, pysurfer fails to build from source due to the unsatisfied dependency on python3-numpy-abi9. There is only python3-numpy but no python3-numpy-abi9 (or similar). -- Benjamin Drung Debian

[Bug 2063058] Re: sagemath fails to build with Python 3.12

2025-04-07 Thread Benjamin Drung
** Bug watch added: Debian Bug tracker #1042683 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042683 ** Also affects: sagemath (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042683 Importance: Unknown Status: Unknown -- You received this bug notification bec

[Bug 2106392] [NEW] autopilot-gtk 1.6.1ubuntu1 fails to build from source

2025-04-07 Thread Benjamin Drung
Public bug reported: autopilot-gtk 1.6.1ubuntu1 fails to build from source on plucky: ``` dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use) cd obj-x86_64-linux-gnu && make -j1 test ARGS\+=--verbose ARGS\+=-j1 make[2]: Entering directory '/<>/obj-x86_64

[Bug 1483815] Re: autopkgtest test_greeting_mouse fails randomly on wily

2025-04-07 Thread Benjamin Drung
https://code.launchpad.net/~laney/autopilot-gtk/tests-wait-not- visible/+merge/268928 was merged a long time ago. So marking this bug as fixed. ** Changed in: autopilot-gtk (Ubuntu) Status: New => Fix Released ** Changed in: autopilot-gtk (Ubuntu) Importance: Undecided => Medium -- Yo

[Bug 2106387] [NEW] pysurfer FTBFS: unsatisfied dependency: python3-numpy-abi9

2025-04-07 Thread Benjamin Drung
unsatisfied dependency - on python3-numpy-abi9. There is only python3-numpy but no - python3-numpy-abi9 (or similar). - - -- - Benjamin Drung - Debian & Ubuntu Developer + on python3-numpy-abi9. There is only python3-numpy but no python3-numpy- + abi9 (or similar). ** Description cha

Bug#1102297: pysurfer FTBFS: unsatisfied dependency: python3-numpy-abi9

2025-04-07 Thread Benjamin Drung
dependency on python3-numpy-abi9. There is only python3-numpy but no python3-numpy-abi9 (or similar). -- Benjamin Drung Debian & Ubuntu Developer

[Bug 2089186] Re: Please RM src:ruby-dataobjects from Plucky

2025-04-07 Thread Benjamin Drung
** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089186 Title: Please RM src:ruby-dataobjects from Plucky To manage notifications about this bug go to: https://bugs.launc

[Bug 2067737] Re: umap-learn 0.5.4+dfsg-1 depends on python3-pynndescent but is not available

2025-04-07 Thread Benjamin Drung
python-pynndescent needs numba which currently does not support Python 3.13. ** Also affects: numba (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 2007960] Re: tiledarray 1.0.0-1 FTBFS

2025-04-07 Thread Benjamin Drung
Debian unstable has btas 1.0.0-1 but building tiledarray 1.0.0-1 against that version still fails: ``` CMake Error at /usr/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): Could not find a package configuration file provided by "blaspp" with any of the following name

Re: Campervan at debconf

2025-04-06 Thread Benjamin Somers
> Will it be possible to park a vehicle on the Debconf Campus? Only to… well, park. Not to sleep, the venue won’t tolerate it. > I will be arriving from elsewhere in France in my campervan (a reasonably > small one), and if I can just park it on site that would be ideal. > Preferably a nice fie

Re: [VOTE] Release Apache Shiro 2.0.3

2025-04-06 Thread Benjamin Marwell
+1 Ben Am Sa., 5. Apr. 2025 um 23:38 Uhr schrieb : > > This is a call to vote in favor of releasing Apache Shiro version 2.0.3 > > Maven Staging repo: > https://repository.apache.org/content/repositories/orgapacheshiro-1063 > https://repository.apache.org/content/repositories/orgapacheshiro-1063/

Re: [VOTE] Release Apache Shiro 2.0.3

2025-04-06 Thread Benjamin Marwell
+1 Ben Am Sa., 5. Apr. 2025 um 23:38 Uhr schrieb : > > This is a call to vote in favor of releasing Apache Shiro version 2.0.3 > > Maven Staging repo: > https://repository.apache.org/content/repositories/orgapacheshiro-1063 > https://repository.apache.org/content/repositories/orgapacheshiro-1063/

Re: Q: does prior contribution to 'archives' also provide jira access for this project?

2025-04-06 Thread Benjamin Marwell
Hi Bear Giles! Infra said, you were able to log in successfully according to their logs. Is this resolved then? - Ben On Sun, 6 Apr 2025, 00:27 Benjamin Marwell, wrote: > I'll let Apache infra know! > > Ben > > > > On Sun, 30 Mar 2025, 18:07 Bear Giles, wrote

Re: Q: does prior contribution to 'archives' also provide jira access for this project?

2025-04-05 Thread Benjamin Marwell
I'll let Apache infra know! Ben On Sun, 30 Mar 2025, 18:07 Bear Giles, wrote: > I'm ready to submit some issues + patches and having weird problems with > the self-submit process. I have an existing JIRA account, and I've > definitely contributed to an Apache project in the past (read-only ac

[Bug 2095233] Re: tzdata 2025a release

2025-04-05 Thread Benjamin Drung
All autopkgtest failure were fixed with updates except for following to where I uploaded fixes: * exchange-calendars 4.5.5-2ubuntu0.1 for oracular * postgresql-12 12.22-0ubuntu0.20.04.3 for focal Please accept those two. Those two can be kept in -proposed. -- You received this bug notification

[clang] [NFC][clang] Split clang/lib/CodeGen/CGBuiltin.cpp into target-specific files (PR #132252)

2025-04-05 Thread Benjamin Maxwell via cfe-commits
@@ -0,0 +1,8530 @@ +//===-- AArch64.cpp - Emit LLVM Code for builtins -===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: A

[Touch-packages] [Bug 2106072] Re: package tzdata 2025b-0ubuntu0.20.04 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 2

2025-04-05 Thread Benjamin Drung
Thank you for taking the time to report this bug and contributing to Ubuntu. The error message "Can't locate auto/Text/Iconv/new.al" looks fishy to me. I fail to find "auto/Text/Iconv/new.al" anywhere, except in a similar bug #1608789. It looks like a data corruption to me. Can you reproduce this

Re: [sympy] Re: GsOC 2025 : Interest in Implementing Power Series Domain in SymPy

2025-04-05 Thread Oscar Benjamin
On Mon, 10 Mar 2025 at 14:51, Jatin Bhardwaj wrote: > > Hello Sympy Developers, > > > I have recently started planning the design and integration of the Power > Series domain and would appreciate some guidance on key structural decisions. > > Currently, my implementation revolves around three pri

[Bug 2075165] Re: devicexlib fails to build on armel/armhf/hppa/m68k/sh4 - invalid memory reference in dp_r4d

2025-04-05 Thread Benjamin Drung
Fixed in devicexlib 0.8.5-2, but support for 32-bit was dropped. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075165 Title: devicexlib fails to build on armel/armhf/hppa/m68k/sh4 - invalid memor

[Evergreen-general] Re: [External] Bot issues

2025-04-05 Thread Murphy, Benjamin via Evergreen-general
We've been experiencing this as well. The fine folks at Mobius can describe our efforts at defense better than I can. Benjamin Murphy NC Cardinal Program Manager State Library of North Carolina benjamin.mur...@dncr.nc.gov | https://statelibrary.ncdcr.gov/services-libraries/nc-cardinal

create new account for the LyX Bug Tracker

2025-04-05 Thread Benjamin Schubert
Hello, could you please create an account for me? I would like to report a bug. Thank you! Kind regards, Benjamin Schubert -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

[Touch-packages] [Bug 2095233] Re: tzdata 2025a release

2025-04-05 Thread Benjamin Drung
The fix for the postgresql failure is: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=8108674f0e5639baebcf03b54b7ccf9e9a8662a2 This commit was backported to v13. So only postgresql-12 in focal still needs this patch. -- You received this bug notification because you are a mem

[PATCH v2 3/3] multipathd: don't update paths in INIT_MISSING_UDEV

2025-04-05 Thread Benjamin Marzinski
ff-by: Benjamin Marzinski Reviewed-by: Martin Wilck --- multipathd/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/multipathd/main.c b/multipathd/main.c index 9aa5a2fa..40ca83c7 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -2890,7 +2890,6 @@ update_uninitialized_path(struct ve

[Bug 2103798] Re: go backtrace during boot, can't boot

2025-04-05 Thread Benjamin Drung
Including the DRM drivers similar to what initramfs-tools does solves the issue for the VM EFI test case. Can you test if the initrd generated by the following call will solve it for you? sudo dracut --force --add-drivers "=drivers/gpu/drm/tiny vboxvideo virtio-gpu" -- You received this bug noti

Re: [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support

2025-04-05 Thread Benjamin Marzinski
On Tue, Mar 18, 2025 at 03:35:41PM +0800, Zhang Yi wrote: > From: Zhang Yi > > Set the BLK_FEAT_WRITE_ZEROES_UNMAP feature on stacking queue limits by > default. This feature shall be disabled if any underlying device does > not support it. > Reviewed-by: Benjamin Marzinski

[Bug 2095233] Re: tzdata 2025a release

2025-04-05 Thread Benjamin Drung
Backport change from exchange-calendars 4.9-2 to oracular. ** Patch added: "exchange-calendars_4.5.5-2ubuntu0.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2095233/+attachment/5866101/+files/exchange-calendars_4.5.5-2ubuntu0.1.debdiff ** Also affects: exchange-calendars (Ub

[Touch-packages] [Bug 2104284] Re: tzdata 2025b release

2025-04-05 Thread Benjamin Drung
The autopkgtest failures have been cleared by retrying (against the correct versions). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu. https://bugs.launchpad.net/bugs/2104284 Title: tzdata 2025b release S

Re: [PATCH] dm-delay: support zoned devices

2025-04-05 Thread Benjamin Marzinski
On Fri, Mar 21, 2025 at 08:18:16AM +0100, Christoph Hellwig wrote: > Add support for zoned device by passing through report_zoned to the > underlying read device. > > This is required to make enable xfstests xfs/311 on zoned devices. On suspend, delay_presuspend() stops delaying and it doesn't gu

[Bug 2080499] Re: /usr/share/apport/apport:ProcessLookupError:/usr/share/apport/apport@1248:main:_check_global_pid_and_forward:forward_crash_to_container

2025-04-05 Thread Benjamin Drung
Unshare test case: https://github.com/canonical/apport/pull/486 (CI needs to be fixed) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080499 Title: /usr/share/apport/apport:ProcessLookupError:/usr/

[Bug 2101159] Re: Crash in /usr/lib/python3/dist-packages/apport/hookutils.py", line 1142, in attach_casper_md5check

2025-04-05 Thread Benjamin Drung
Yes, that is a bug in attach_casper_md5check in the Ubuntu package itself. ** Changed in: apport (Ubuntu) Status: New => Triaged ** Changed in: apport (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

Re: [sympy] fyi, Sympy 1.13.3 dsolve test

2025-04-05 Thread Oscar Benjamin
Thanks Nasser. Is there an easy way to access this database of differential equations? It would be useful for SymPy to test against things like this in CI somehow. Oscar On Thu, 13 Mar 2025 at 22:19, 'nma%12...@gtempaccount.com' via sympy wrote: > > fyi: > > This post is also available in plai

[Bug 2105377] Re: Plymouth doesn't always show splash screen if DRM drivers are installed in initrd

2025-04-05 Thread Benjamin Drung
** Changed in: dracut (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2105377 Title: Plymouth doesn't always show splash screen if DRM drivers are in

[PATCH v3 2/4] libmultipath: add helper function check_path_wwid_change

2025-04-05 Thread Benjamin Marzinski
Wrap some code from select_recheck_wwid() in a helper function. A future patch will call this code from a different function. Signed-off-by: Benjamin Marzinski --- libmultipath/discovery.c | 12 +++- libmultipath/discovery.h | 2 +- libmultipath/propsel.c | 4 +--- 3 files changed

[clang-tools-extra] [clang-doc][NFC] fix description typo (PR #132310)

2025-04-05 Thread Benjamin Maxwell via cfe-commits
https://github.com/MacDue approved this pull request. https://github.com/llvm/llvm-project/pull/132310 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Bug 2105922] Re: [FFE] MANA: shadow queue sender and poller threads lack synchronization

2025-04-05 Thread Benjamin Drung
** Changed in: rdma-core (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2105922 Title: [FFE] MANA: shadow queue sender and poller threads lack synchronizat

Re: [DISCUSS] Turtle canonical extension type

2025-04-04 Thread Benjamin Kietzman
+1 On Tue, Apr 1, 2025, 22:07 Gang Wu wrote: > +1 (binding) > > I'll propose a Rabbit canonical extension type next year. > > Best, > Gang > > > On Wed, Apr 2, 2025 at 10:49 AM wish maple wrote: > > > Out of curiosity, so this turtle type is like an array > > containing the info arrow stream ip

[PATCH v3 3/4] multipathd: re-add paths skipped because they were offline

2025-04-04 Thread Benjamin Marzinski
variable add_when_online, to track devices that could not be added to an existing multipath device because they were offline. These paths are handled along with the other uninitialized paths. Signed-off-by: Benjamin Marzinski --- libmultipath/libmultipath.version | 5 +++ libmultipath/print.c

[Kernel-packages] [Bug 2100027] Re: Bluetooth failure on reboot - Kernel 6.11.0-17 - Mediatek 7921

2025-04-04 Thread Benjamin Wheeler
Thanks for adding that information. I've assigned this issue to the kernel team, who will look into it. Thank you! ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged ** Changed in: linux (Ubuntu) Assignee: Benjamin Wheeler (benjaminwheeler) => Canonical

[Kernel-packages] [Bug 2100688] Re: Interface name wrong for USB tether

2025-04-04 Thread Benjamin Wheeler
Apologies for the delay. To submit a request to merge this, please follow the submission guidelines found here: https://canonical-kernel-docs.readthedocs- hosted.com/en/latest/reference/stable-patch-format/ -- You received this bug notification because you are a member of Kernel Packages, which

[clang] [NFC][clang] Split clang/lib/CodeGen/CGBuiltin.cpp into target-specific files (PR #132252)

2025-04-04 Thread Benjamin Maxwell via cfe-commits
MacDue wrote: > This makes a lot of sense to me, just wondering why you chose > `clang/lib/CodeGen/BuiltinTargets/` rather than > `clang/lib/CodeGen/TargetBuiltins/`? The former shounds like it contains the > list of all builtin targets, rather than the codegen for target-specific > builtins.

Re: [VOTE][IP CLEARANCE] Spark-Cassandra-Connector

2025-04-04 Thread Benjamin Lerer
+1 Le mar. 18 mars 2025 à 19:02, Bernardo Botella a écrit : > +1 (nb) > > On Mar 18, 2025, at 10:52 AM, Yifan Cai wrote: > > +1 (nb) > > -- > *From:* Jeremiah Jordan > *Sent:* Tuesday, March 18, 2025 10:32:14 AM > *To:* dev@cassandra.apache.org > *Cc:* gene...@incu

[Bug 2075165] Re: devicexlib fails to build on armel/armhf/hppa/m68k/sh4 - invalid memory reference in dp_r4d

2025-04-04 Thread Benjamin Drung
** Changed in: devicexlib (Ubuntu) Status: New => Fix Released ** Tags removed: update-excuse ** Changed in: devicexlib (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 2106072] Re: package tzdata 2025b-0ubuntu0.20.04 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 2

2025-04-04 Thread Benjamin Drung
Thank you for taking the time to report this bug and contributing to Ubuntu. The error message "Can't locate auto/Text/Iconv/new.al" looks fishy to me. I fail to find "auto/Text/Iconv/new.al" anywhere, except in a similar bug #1608789. It looks like a data corruption to me. Can you reproduce this

  1   2   3   4   5   6   7   8   9   10   >