Your message dated Sat, 28 Feb 2026 06:06:03 +0000
with message-id <[email protected]>
and subject line Bug#1128302: fixed in apache-arrow 23.0.1-2
has caused the Debian Bug report #1128302,
regarding python3-pyarrow: trying to overwrite 
'/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.2300.1.0', which is 
also in package libarrow-python2300
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.)


-- 
1128302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-pyarrow
Version: 23.0.1-1
Severity: serious
X-Debbugs-Cc: Steffen Moeller <[email protected]>

https://ci.debian.net/packages/a/apache-arrow/testing/arm64/68733441/

...
 60s Preparing to unpack …/python3-pyarrow_23.0.1-1_arm64.deb…
 60s Unpacking python3-pyarrow (23.0.1-1)…
 60s dpkg: error processing archive 
/var/cache/apt/archives/python3-pyarrow_23.0.1-1_arm64.deb (--unpack):
 60s  trying to overwrite 
'/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.2300.1.0', which is 
also in package libarrow-python2300 (23.0.1-1)
 60s Errors were encountered while processing:
 60s  /var/cache/apt/archives/python3-pyarrow_23.0.1-1_arm64.deb
...


The problem is the following in debian/rules:
       rm -rf 
debian/python3-pyarrow/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.$(SOVERSION).0.0
       rm -rf 
debian/python3-pyarrow/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.$(SOVERSION)

"-f" instructs rm to silently ignore it when the file does not exist.

Both fixing this issue and turning it into an error when it fails is:
-       rm -rf 
debian/python3-pyarrow/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.$(SOVERSION).0.0
-       rm -rf 
debian/python3-pyarrow/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.$(SOVERSION)
+       rm 
debian/python3-pyarrow/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.$(SOVERSION).1.0
+       rm 
debian/python3-pyarrow/usr/lib/python3/dist-packages/pyarrow/libarrow_python.so.$(SOVERSION)


I would suggest reviewing all removals in debian/rules, e.g. whatever the 
problem behind
        rm -rf $(CURDIR)/debian/tmp/usr/lib/python3/python3.14
is, it might do the wrong thing when the package gets rebuilt for the upcoming 
Python 3.14
defaults transition.

--- End Message ---
--- Begin Message ---
Source: apache-arrow
Source-Version: 23.0.1-2
Done: Dominique Belhachemi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
apache-arrow, 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.
Dominique Belhachemi <[email protected]> (supplier of updated apache-arrow 
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: Fri, 27 Feb 2026 16:44:08 +0000
Source: apache-arrow
Architecture: source
Version: 23.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Dominique Belhachemi <[email protected]>
Closes: 1128270 1128302 1128358
Changes:
 apache-arrow (23.0.1-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Steffen Moeller ]
   * Avoid dependency on latest CPU architectures for simd
     (Closes: #1128270)
 .
   [ Rene Engelhard ]
   * gdb_arrow.py is not pyarrow-specific; install it in libarrow-dev only
 .
   [ Dominique Belhachemi ]
   * Fold libarrow_python*.so bridge libs into python3-pyarrow; fixes
     install conflicts (Closes: #1128302, #1128358)
   * Restrict ARROW_SIMD_LEVEL=NONE to amd64 only
   * Add DEB_CXXFLAGS_MAINT_APPEND = -Wall
   * Fix r-cran-arrow section: libs -> gnu-r
   * pyarrow-dev: add unversioned libarrow_python.so symlinks
   * Move pyarrow/include and pyarrow/src to pyarrow-dev
Checksums-Sha1:
 5fdb3be7e18e930bd0f333642fac2cb966dee9da 4663 apache-arrow_23.0.1-2.dsc
 bc9741cb34bc090147b5a842d10dd836f76cfa2a 92092 
apache-arrow_23.0.1-2.debian.tar.xz
 ed243ddbe150dad9951324e3e81481de3e8c0300 26681 
apache-arrow_23.0.1-2_amd64.buildinfo
Checksums-Sha256:
 4d40797c792879061a5735c868c5a392c92c8e970899c3f14329d69fe7502ab9 4663 
apache-arrow_23.0.1-2.dsc
 976b9abdecc1e33a8d1654df561fa56827e0a8b1d467bfb5f1398a3e15e4f226 92092 
apache-arrow_23.0.1-2.debian.tar.xz
 059c2de8233037fb80bc1d1e87b48362910fa7e5f6d99835b15e634e7053a179 26681 
apache-arrow_23.0.1-2_amd64.buildinfo
Files:
 eb52df775dc025d75ba7267e67cbe550 4663 devel optional apache-arrow_23.0.1-2.dsc
 054594347a858dd517dd6cfb101c9afa 92092 devel optional 
apache-arrow_23.0.1-2.debian.tar.xz
 e7cceaa794cc067e1bad8449303baa8f 26681 devel optional 
apache-arrow_23.0.1-2_amd64.buildinfo

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

iQJHBAEBCgAxFiEE6kgtUJkuk2zr2l/SGbXmyGIZEAEFAmmifg0THGRvbWliZWxA
ZGViaWFuLm9yZwAKCRAZtebIYhkQAfWqD/4iSXrfZ3KDKqsAzQY6xFoiIZZWg+B7
Mka+zhsg2L+CrXCS372BZlUn6kET0PqkF1kqwtSxb7HPKhp3uBXW7qPVxpLBywko
pB5XfyDNI8NZd2HdaLJP9+RaJU0wIQYSzZ8YDKbjdAd1axOp2yyFCl6UbKXkbda2
07k8T9PObfv9SYRmxDdptiLta5YLdn5SaTQNCE+F8tAb84ybfQTTtzLu3gfQBNyW
l3/ru3UKFgaxH3gt4xbldmR1tTrprIALtfDyTX2mCEK3llx4AWsTQxAXS+bdtxDu
B79O0+njWYNcxM9tP8MDtaFq16W5Rg3+65NzukjceDakXqH96UI0+LC13OJE9SZ4
pXNgD4FyLoXX7oBAk1q0r+NFLtkmKkdpF2udJU3zbjWUqTSGidSKX8aiOEq8UWlv
Cp5Q505ss805nXwGs5+eX3eL1yqpZHGxfkvfCnpJdZbKC6pgwckca7c6SFX+gyr+
mRhMyYxpjYP8v0OIYBLtduUdfkzax/J+RjKUHSrgELKTbpiQJT/NjZqf5IDC7pgz
P2NWZaHA/toIgMMUlJSj4fmPwlG5Iy/AlY1EW46oiV6BqwzilmjsnDMvuI0YK/qC
yJi0KRlpoR2InelWkj7L7q0kxyPcpQHLA1Dj4D6nLICuXx1C3Heq7Xub/h2oVL08
TqN3NvKVICEA3A==
=25mi
-----END PGP SIGNATURE-----

Attachment: pgpdMsLkFssWk.pgp
Description: PGP signature


--- End Message ---

Reply via email to