Your message dated Mon, 16 Jan 2023 04:23:41 +0000
with message-id <[email protected]>
and subject line Bug#1024638: fixed in opencv 4.6.0+dfsg-10
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-10
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: Mon, 16 Jan 2023 11:23:50 +0900
Source: opencv
Architecture: source
Version: 4.6.0+dfsg-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Closes: 1024638
Changes:
opencv (4.6.0+dfsg-10) unstable; urgency=medium
.
* Update d/rules.
Add -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON to configure of python extension
(Closes: #1024638)
Checksums-Sha1:
8402812b31ec99ebe0fbffd163c70a0127f57496 6876 opencv_4.6.0+dfsg-10.dsc
5506b2de96b60aa792870533b9b5f538a645960c 34200
opencv_4.6.0+dfsg-10.debian.tar.xz
84646e52d5edf43e053ff79080bff4496d592170 47970
opencv_4.6.0+dfsg-10_amd64.buildinfo
Checksums-Sha256:
4bed24d01dd1ef821febc5c07683066eba1de3bef32fcc36b4eae0ab8cb50b5e 6876
opencv_4.6.0+dfsg-10.dsc
4e3b913f073c341718d2478efc3e1f2c8fb7dbb399282566b0c4ab07da983de1 34200
opencv_4.6.0+dfsg-10.debian.tar.xz
aebe138fd39036b355b0f5a16467c94a412bc5ac2634466c76805221565353a0 47970
opencv_4.6.0+dfsg-10_amd64.buildinfo
Files:
6bc94bf9881d7b3ce73fe75bc541dde1 6876 devel optional opencv_4.6.0+dfsg-10.dsc
8295a8b11d14e3e061819a548d5058e0 34200 devel optional
opencv_4.6.0+dfsg-10.debian.tar.xz
73c72b85825f60c0b03b353b222b40af 47970 devel optional
opencv_4.6.0+dfsg-10_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAmPEwDMACgkQMiR/u0Ct
H6b9+g//cOyIO7YniTe17imSGg3FPHUyAjaaJREhdXAIBwqaoNfcOeDDdx4/I1JP
/hG2bMEnjZvMmH6rUigD1W5majZIgT912tb1YEZhAukBEyAem5CnVskASNn2aVZy
bq+uTzxjBN9Eg+8JaW4+IeWt+mrRc+fW2ZKOeHuCgcmGt7JvhqPN/djDad0EYAxI
YfzDq8b/EExQxI9FFBUx5srYmcVE3a4GlikK4kb46jdta063Z1owLYnTtJnxu2y1
44SPmp6PI1qF41ad5XbGbydbbqymUcosX6e/bf4z+qcKCpucHXAr5vw7QjGz25V4
4sICKXQb5XFSYlzrFsBwo5QQvoxr4igWH1htZiSyr/AwbaQ2n/pRi+jpGNz7v9RB
YszeoRr8tbWc9lLK6Q1aoBvI1giGz0kA1xIpcSNgvO2kTuaFPPrROQoqm1cdhxjq
+lS7LJqtd6Mp6CXUOyIrNyQiNP3/PJYLQxiqebNx0kb+LoVtyBPqx0/+9KvQ1Nen
SfKr8F4DvOFCBwGUwPCFYS1T/hbP2Ou5z9PeVVLxzT9RmNGsWMHRjU1vDR09ABvd
jDjRer5gyY4hDA5BritBQE3AZfQcV606zr+J6kV7OzYuceXSOE9ut7e11GR2FhLL
o3m2z94xnVQTSYb72VG4HKQpmrD9vW995vBwI24YvmFTfFvFTnQ=
=F7pc
-----END PGP SIGNATURE-----
--- End Message ---