Your message dated Wed, 01 Mar 2023 04:42:36 +0000
with message-id <[email protected]>
and subject line Bug#1024638: fixed in opencv 4.6.0+dfsg-11
has caused the Debian Bug report #1024638,
regarding opencv: embeds build path in Python extension
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.)
--
1024638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024638
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opencv
Version: 4.6.0+dfsg-7
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello maintainer,
Apologies for yet another small reproducible build patch. I neglected
to check my resolution for #972566 for reproducibility.
Stripping the rpath from the Python extension makes its BuildId
reproducible. The extension still works and both arch:all and arch:any
builds succeed locally.
Thanks for maintaining OpenCV!
Regards,
Victor Westerhuis
- -- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.0.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_NL.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en_US:en:nl_NL:nl
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEE6OxII3T+o0Ujs6ECQz2Rq5dHQPsFAmN85YQTHHZpY3RvckB3
ZXN0ZXJodS5pcwAKCRBDPZGrl0dA+4nTD/0VbXgUr5hsjE4SAGb/nTAJmXfEg6Cb
c1+pd9f4IfKhObGSfvkd24oNrgmvTQ9ZA1DyHQeMPFKmANNUh7lU2cAq+grgP/zK
BnTXFfFo+VST440W3PC6v9uWmBgU1tQ/CR+VLc+QDCXFSCx4yjfvWVn3F8YVFKjQ
TJHq4Vu6ynGMLFy//rHK1hT93Ehsqdywye9K1dvPKjOrfPbN15u+O+aUMIR/PFq4
sxi5HSpOF5Si3AujkKW0l5z6+hryc03wTD8/NcjpcKKcpe1KDXOAGSKkpet1APp4
/1D+UdsXQVc+ubve/XO5+pLEVznLTsa8QdhU39HZSGUwgoqkIIBwjRaO1Tmmb03+
jTCS1EmJameFnX9rc5QMsSALaB7wSigP/pY7wypJ9uN8dl6+JdCs/d0o5GDTsDT4
KfXbYecxjCqQtHrcRzCQPFniJ1k5+pPQfdciD9NfgqB9CXXkFcnBZUpbSLEqw6j0
BhmWNeVH2BIk7A1H81KbMiNmSWdSFbElLFm9hN8RsrbMWw/q/XShgwAKajxPxELn
faJ1JCB1leulSiuFekNf1nDas/6zPyo5ltDvqs9FYUWjvx5J213Mp4SIHupYVIly
m+cb9qdwyOQkEw8PcAI/RXM5BNKnpBFaQEFWtQbRrGYKxCg8ZbvqR5fzxxH59q+s
FScUESqwp7Xzbg==
=wUNR
-----END PGP SIGNATURE-----
>From fcd6886f1012fc20bf1a9bc194c120c889d5e220 Mon Sep 17 00:00:00 2001
From: Victor Westerhuis <[email protected]>
Date: Sun, 20 Nov 2022 22:20:24 +0100
Subject: [PATCH] Make Python extensions reproducible
Do not embed the build directory in the rpath.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index b4d654102..6bd845023 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,6 +151,7 @@ override_dh_auto_configure:
-- --name=opencv --system=custom --configure-args "\
dh_auto_configure -S cmake -D modules/python -B
{build_dir} -- \
-GNinja \
+ -DCMAKE_SKIP_RPATH=ON \
-DOpenCV_BINARY_DIR=$(CURDIR)/$(BUILDDIR) \
-DOPENCV_PYTHON_STANDALONE_INSTALL_PATH={install_dir} \
-DOPENCV_SKIP_PYTHON_LOADER=ON \
--
2.38.1
--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 4.6.0+dfsg-11
Done: Nobuhiro Iwamatsu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
opencv, 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.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated opencv 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: SHA256
Format: 1.8
Date: Wed, 01 Mar 2023 10:21:45 +0900
Source: opencv
Architecture: source
Version: 4.6.0+dfsg-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Closes: 1024638
Changes:
opencv (4.6.0+dfsg-11) unstable; urgency=medium
.
* Update d/rules.
Use -DCMAKE_SKIP_RPATH=ON instead of -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON.
(Closes: #1024638)
Checksums-Sha1:
3c2600206c776a828dda032a8779c9d1d2c0af7a 6876 opencv_4.6.0+dfsg-11.dsc
4c432c4f356d2065d38a65099582e25a15aca667 34264
opencv_4.6.0+dfsg-11.debian.tar.xz
f4006ac48fd3871cfd06375fc240d86dcae6d10c 47689
opencv_4.6.0+dfsg-11_amd64.buildinfo
Checksums-Sha256:
8a6d27c28ce99447eb49a84438756a7aac1829d531d8dfb955b4f76128bed96c 6876
opencv_4.6.0+dfsg-11.dsc
ec11a51f2d801e5b29736852181a0e1bad53ce5ee08a70b41fd66c72bbf90f12 34264
opencv_4.6.0+dfsg-11.debian.tar.xz
51f5b0150df4da80586f3c0e9de8a3dffad611ae732613679e546d6625846150 47689
opencv_4.6.0+dfsg-11_amd64.buildinfo
Files:
3de8b7ffc4cd5fa5b2ad63ac8425e749 6876 devel optional opencv_4.6.0+dfsg-11.dsc
9c900dbf7b0e246bf48f4c01f8a4c0cd 34264 devel optional
opencv_4.6.0+dfsg-11.debian.tar.xz
2649e3fdf4b1aea5e5243b856bd0d8ef 47689 devel optional
opencv_4.6.0+dfsg-11_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAmP+vw0ACgkQMiR/u0Ct
H6YFKQ/9E2t72zZfAGC3TKkpp/aS6yblLl95fKGpRyX0+U6VY+f2TrymrRvJNVgi
H87vlQM1TiLbHpWSClyuhQy8hYMhmyL30p0q7DospIdIYsL7K9XoZ+dNXsfH/9Z7
wpDaoWW2cBwf1sb+M9spIThh6xvoWCTsPBl0DU7+H+yAJqyFD8SBg/+NjXL6qpE/
zXeYl4ColD8uq3RFGjqfZ9ztvfrGAFLD5LG3maEou8loFS1KhwH4awZmJLWd+PGG
AR26vNs/oe6qKdWSy+AhoW8hxpg+JQNfOIwQ7Jz4Vj+CEE8Z7sf7swWDxtg1rsGy
Sp3gNY5kkh9/EcN4GasJ7Dr6M0hagmL90TcVM+lyrUUvohe6s4Hf6nuFCQEYcNDg
/eYcF+Urp1hPjSxooZcDxRjjEKmmoLeBSFKYMWpTCyYhvRZKaqcrdihnWlKxYepg
WctpIvzAmorawHoG+EzZbZ8J/gTPQ3weREFZ3LOLHJh0Pibh6EJoNMcGVNZVYY26
jGObatNSZMXqsMJCxmLMFD//MBmckleZLlF/R0toVyeGXifWShc/Vz7b/UOrAFRo
ae4N+AymLKmp1ZCC0TqmoyN5Z7rrTNhy63Gdmhd0LUZSKAFGpdttiNQ0QBCKLPGL
cDqVlSnraumSUrqC4HlenMgpYHDGpaUAC2whNsS4lQLrRx/wU5M=
=7g6K
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers