Your message dated Tue, 18 Feb 2020 03:51:23 +0000
with message-id <[email protected]>
and subject line Bug#951464: fixed in opencv 4.2.0+dfsg-5
has caused the Debian Bug report #951464,
regarding opencv: FTBFS on riscv64 due to disabled packages
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.)
--
951464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opencv
Version: 4.2.0+dfsg-4
Severity: important
Tags: patch
User: [email protected]
Usertags: riscv64
Hi,
opencv fails to build on riscv64 as some features have been disabled for
this architecture in the recent uploads, which causes some files to be
missing during the dh_install phase.
All the packages needed for opencv are available in riscv64. They might
not have been able transiently due to transitions, but that's not a
reason to disable features. The attached patch removes all this changes,
would it be possible to include it in the next upload?
Thanks,
Aurelien
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
diff -Nru opencv-4.2.0+dfsg/debian/changelog opencv-4.2.0+dfsg/debian/changelog
--- opencv-4.2.0+dfsg/debian/changelog 2020-02-03 01:14:53.000000000 +0000
+++ opencv-4.2.0+dfsg/debian/changelog 2020-02-12 22:15:25.000000000 +0000
@@ -1,3 +1,9 @@
+opencv (4.2.0+dfsg-4+riscv64) unreleased; urgency=medium
+
+ * Re-enable features disabled on riscv64.
+
+ -- Aurelien Jarno <[email protected]> Wed, 12 Feb 2020 23:15:25 +0100
+
opencv (4.2.0+dfsg-4) unstable; urgency=medium
* Skip dh_dwz on mipsel architecture.
diff -Nru opencv-4.2.0+dfsg/debian/control opencv-4.2.0+dfsg/debian/control
--- opencv-4.2.0+dfsg/debian/control 2020-01-08 06:59:07.000000000 +0000
+++ opencv-4.2.0+dfsg/debian/control 2020-02-12 22:15:25.000000000 +0000
@@ -15,18 +15,18 @@
doxygen,
javahelper,
ninja-build,
- libavcodec-dev [!riscv64],
- libavformat-dev [!riscv64],
+ libavcodec-dev,
+ libavformat-dev,
libavresample-dev,
libdc1394-22-dev [linux-any],
libeigen3-dev,
- libgdal-dev [!riscv64],
- libgdcm-dev [!hppa !m68k !powerpcspe !riscv64 !sh4 !sparc64 !x32],
+ libgdal-dev,
+ libgdcm-dev [!hppa !m68k !powerpcspe !sh4 !sparc64 !x32],
libgl1-mesa-dev,
libglu1-mesa-dev,
libgoogle-glog-dev,
libgphoto2-dev,
- libgtk-3-dev [!riscv64],
+ libgtk-3-dev,
libjpeg-dev,
liblapack-dev (>= 3.2.1),
libleptonica-dev,
@@ -40,9 +40,9 @@
libtesseract-dev,
libtiff-dev,
libv4l-dev [linux-any],
- libvtk6-dev [!riscv64],
- libvtkgdcm-dev [!alpha !ppc64 !riscv64 !x32],
- libgdcm-tools [!riscv64],
+ libvtk6-dev,
+ libvtkgdcm-dev [!alpha !ppc64 !x32],
+ libgdcm-tools,
maven-repo-helper [!hppa !hurd-any !kfreebsd-any],
ocl-icd-opencl-dev,
protobuf-compiler,
diff -Nru opencv-4.2.0+dfsg/debian/rules opencv-4.2.0+dfsg/debian/rules
--- opencv-4.2.0+dfsg/debian/rules 2020-02-02 09:40:38.000000000 +0000
+++ opencv-4.2.0+dfsg/debian/rules 2020-02-12 22:15:25.000000000 +0000
@@ -40,11 +40,6 @@
CMAKE_ARCH_FLAGS += -DWITH_1394=OFF -DWITH_V4L=OFF
endif
-# misc arch-specific configs
-ifeq (riscv64,$(DEB_HOST_ARCH))
- CMAKE_ARCH_FLAGS += -DWITH_GDCM=OFF -DWITH_WEBP=OFF -DWITH_GDAL=OFF
-DWITH_VTK=OFF -DWITH_GTK=OFF -DWITH_FFMPEG=OFF
-endif
-
# Java support
ifeq (,$(findstring $(DEB_HOST_ARCH), hppa hurd-i386 kfreebsd-i386
kfreebsd-amd64))
CMAKE_ARCH_FLAGS += -DBUILD_JAVA=ON
--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 4.2.0+dfsg-5
Done: Mo Zhou <[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.
Mo Zhou <[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: SHA512
Format: 1.8
Date: Tue, 18 Feb 2020 11:31:25 +0800
Source: opencv
Architecture: source
Version: 4.2.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Mo Zhou <[email protected]>
Closes: 951464
Changes:
opencv (4.2.0+dfsg-5) unstable; urgency=medium
.
[ Mo Zhou ]
* Enable building with gstreamer as per user request.
* Bump Standards-Version to 4.5.0 (no change).
* Specify Rules-Requires-Root: no.
.
[ Aurelien Jarno ]
* Re-enable features disabled on riscv64. (Closes: #951464)
Checksums-Sha1:
f2400bdd772b8b9cddee10ec8a5d8f7dfe1a4fcd 6667 opencv_4.2.0+dfsg-5.dsc
f2567e43f2515cf6ab2a3fe5dd19eeb12afc6d6b 32204
opencv_4.2.0+dfsg-5.debian.tar.xz
24686175600308177844b6f33066828b4e2a4e3f 26744
opencv_4.2.0+dfsg-5_source.buildinfo
Checksums-Sha256:
35cad7b6eba35a2ae357b3e9ec8d72a101421022568122be7b8dd7bc19d9998f 6667
opencv_4.2.0+dfsg-5.dsc
d06f7bfc1206076f44dcc533dc030dfff9e6dd76936dd64e83d5930248c104eb 32204
opencv_4.2.0+dfsg-5.debian.tar.xz
a696d229f86655ac8f66d866f165dbebce574d2dec56fa0cfd34a38e3a2031fd 26744
opencv_4.2.0+dfsg-5_source.buildinfo
Files:
a0109ad50327f7b5f0c2d3c741475834 6667 devel optional opencv_4.2.0+dfsg-5.dsc
2e9f9b0ae0e757664bfec3ca9b4ce4f8 32204 devel optional
opencv_4.2.0+dfsg-5.debian.tar.xz
342ebf87d065ecf5136a1d7af188749c 26744 devel optional
opencv_4.2.0+dfsg-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAl5LWw8RHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaoq88A//f7oF5fsB6uVlWy539DWXepuh0DKqecjJ
PKfzhLk64QdN+/ss10t9jkXjJ72Kv/0E6rW38f095eV63xyCqntbdbE/EqmGxuqy
VXWj5A6eC8TQLFS4TGhJbcjJEKjLKsr9abwMaD2QO77mBLAVSkf56NJ4wWk//akD
2jD74UTdva7/8/YP4E96OI240FUin/0ka/eC+B0Yc2DXjKbDKOMbTqjJc8QXRyUM
SuYamkvL/CYqmhpzlGstwbu70O+1HzYt/KG3f1pTvMEFqSscn430sUzIVaooDMhQ
QhkoTNJZR1HHXeLXozQN2GxpRNbVNQpssHrHNrOEQAVYdgIvgScO1bkuaVRfYOLc
ANoscz4xB4ggORHXiYVpik3ykcURdLI4bmMf6gD4ggoJCpTVSoOfYOeBqIuhuArL
YGUt7nJsLLwlVtxaZ0LioC7szpez+XCvE1O297QypMnLLKtSnvfzk+c7ZZ4nwyHn
Ryz8AfN0HDaAufRiPa2fLstdxzbkyV1fHg5sgTjrPm4XpVKdsBxF8ymOGW/TZj2A
eWyun9F69NEyrtxAgmyiYpFiNY6x4jzTJISCX4wJNtQX33iCHopR2IbArbhuaKHw
TXFzLtIv/wVQ0y0K0PT25l9e+JslNY0fuIRKYV74myMXpH+IaTt16GYEAvYw6IOH
kslvsmqTAkU=
=vSe0
-----END PGP SIGNATURE-----
--- End Message ---