Your message dated Wed, 03 Jun 2026 01:35:23 +0000
with message-id <[email protected]>
and subject line Bug#1137012: fixed in python3.15 3.15.0~b2-1
has caused the Debian Bug report #1137012,
regarding libpython3.13-minimal: prerm should fall back if xargs --show-limits 
is unavailable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1137012: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137012
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpython3.13-minimal

libpython3.13-minimal's prerm computes a safe xargs --max-chars value
by parsing GNU xargs --show-limits output:

https://sources.debian.org/src/python3.13/3.13.5-2%2Bdeb13u2/debian/libPVER-minimal.prerm.in/#L8

If xargs does not support --show-limits, max becomes empty.

I ran into this issue because I run the Rust port of findutils at
github.com/uutils/findutils.

While it should try to maintain compatibility (and I am working on a
patch) it is possibly a good idea to execute a fallback if
--show-limits is not implemented or returns an empty string.

E.g.

    max=$(LANG=C LC_ALL=C xargs --show-limits < /dev/null 2>&1 \
        | awk '/Maximum length/ {print int($NF / 4)}')
    if ! [ "$max" -gt 0 ] 2>/dev/null; then
        max=131072
    fi

Thanks very much,
Kevin Burke

--- End Message ---
--- Begin Message ---
Source: python3.15
Source-Version: 3.15.0~b2-1
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python3.15, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated python3.15 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 02 Jun 2026 21:14:26 -0400
Source: python3.15
Architecture: source
Version: 3.15.0~b2-1
Distribution: experimental
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1101810 1109449 1137012
Changes:
 python3.15 (3.15.0~b2-1) experimental; urgency=medium
 .
   * Python 3.15.0 beta 2.
 .
   [ Colin Watson ]
   * Drop libnsl-dev build-dependency, which is superfluous since the nis
     module was removed in Python 3.13.
 .
   [ Stefano Rivera ]
   * Refresh patches.
   * Drop forwarded patches (that were commented out).
   * Rebase and re-enable the stable-abi-multiarch patch.
   * -minimal postinstt: Fall back to a sane default if we can't determine
     max-chars. (Closes: #1137012)
   * Drop mention of gdbinit from README.debug. Closes: #1109449.
   * Tidy up python3.X-config manpage. Closes: #1101810.
   * Drop backtrace-unwind-armhf patch, superseded upstream.
   * Add symbols.
Checksums-Sha1:
 0ff01e47db38209c0f4ec929a4cf67ec30f45c33 3471 python3.15_3.15.0~b2-1.dsc
 0fe8c410bf930c23220c1208f0c13059c22c8c63 35381676 
python3.15_3.15.0~b2.orig.tar.xz
 2f1162a71f814816f5b57ef85a36f8e1888e21a0 217268 
python3.15_3.15.0~b2-1.debian.tar.xz
 f0b8486e9c7d9a6b03d7127cfe53356a2f3875ff 10129 
python3.15_3.15.0~b2-1_source.buildinfo
Checksums-Sha256:
 c7f5732479c7351954f9785c61e3fe14c82d80926337e97b2f6b68c0331849aa 3471 
python3.15_3.15.0~b2-1.dsc
 d14f474ab679e90bc734b02ff58447b6ec99a821af61d6ff0c1da0f86e341a71 35381676 
python3.15_3.15.0~b2.orig.tar.xz
 0827b481e64db8803a51fc86f4360bb4337f7864b381719895c9ad3cc310f5b9 217268 
python3.15_3.15.0~b2-1.debian.tar.xz
 d55c10cc9757b683370e17e35c976fba54d332d2d3eae68c41681ac12c7bc598 10129 
python3.15_3.15.0~b2-1_source.buildinfo
Files:
 044154e39982ba8ac3a5d237213a4ebf 3471 python optional 
python3.15_3.15.0~b2-1.dsc
 6e600c8d6377fb1509ecbe680a8ecf5b 35381676 python optional 
python3.15_3.15.0~b2.orig.tar.xz
 0c06ccea88024625c7d26ccbf233ca52 217268 python optional 
python3.15_3.15.0~b2-1.debian.tar.xz
 d72d3024eec19c02947312358fdcd26b 10129 python optional 
python3.15_3.15.0~b2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCah+ACBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2OT2AP0ZEoUVJls3nJfS2EyenuxxrYY6ZQhq
8SE2Xyt4lVkP2QEA0D8vAKM5zRkfaChxhkxgGeeOvrdGNYiLKvoeYnffMA0=
=X8WI
-----END PGP SIGNATURE-----

Attachment: pgp_eyZQGBVwz.pgp
Description: PGP signature


--- End Message ---

Reply via email to