Your message dated Sat, 27 Sep 2025 15:20:32 +0000
with message-id <[email protected]>
and subject line Bug#1116253: fixed in opencv 4.10.0+dfsg-6
has caused the Debian Bug report #1116253,
regarding opencv fails to build on ppc64el
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.)
--
1116253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: opencv
Version: 4.10.0+dfsg-5
Severity: serious
X-Debbugs-Cc: [email protected], [email protected]
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
opencv fails to build on ppc64el with the following error:
---
/usr/bin/c++ -DCVAPI_EXPORTS -DOPENCV_ALLOCATOR_STATS_COUNTER_TYPE=int
-D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/obj-powerpc64le-linux-gnu
-I/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include
-I/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/obj-powerpc64le-linux-gnu/modules/core
-I/usr/include/CL -isystem /usr/include/gdal -isystem /usr/include/eigen3 -g
-O2 -ffile-prefix-map=/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fsigned-char -W -Wall -Wreturn-type -Wnon-virtual-dtor
-Waddress -Wsequence-point -Wformat -Wformat-security -Wmissing-declarations
-Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized
-Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment
-Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option
-pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -mcpu=power8
-fvisibility=hidden -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg=.
-fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11
-fPIC -MD -MT modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o -MF
modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o.d -o
modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o -c
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/src/arithm.cpp
In file included from
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/base.hpp:661,
from
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core.hpp:53,
from
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/utility.hpp:56,
from
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/src/precomp.hpp:53,
from
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/src/arithm.cpp:50:
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/vsx_utils.hpp:
In function ‘vec_float4 vec_cvfo(const vec_double2&)’:
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/vsx_utils.hpp:260:54:
error: ‘__builtin_vsx_xvcvdpsp’ was not declared in this scope; did you mean
‘__builtin_vsx_xscvdpsp’?
260 | VSX_REDIRECT_1RG(vec_float4, vec_double2, vec_cvfo,
__builtin_vsx_xvcvdpsp)
|
^~~~~~~~~~~~~~~~~~~~~~
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/vsx_utils.hpp:102:43:
note: in definition of macro ‘VSX_REDIRECT_1RG’
102 | VSX_FINLINE(rt) fnm(const rg& a) { return fn2(a); }
| ^~~
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/vsx_utils.hpp:
In function ‘vec_double2 vec_cvfo(const vec_float4&)’:
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/vsx_utils.hpp:261:54:
error: ‘__builtin_vsx_xvcvspdp’ was not declared in this scope; did you mean
‘__builtin_vsx_xscvspdp’?
261 | VSX_REDIRECT_1RG(vec_double2, vec_float4, vec_cvfo,
__builtin_vsx_xvcvspdp)
|
^~~~~~~~~~~~~~~~~~~~~~
/home/deltaone/opencv_sid_ppc64el/opencv-4.10.0+dfsg/modules/core/include/opencv2/core/vsx_utils.hpp:102:43:
note: in definition of macro ‘VSX_REDIRECT_1RG’
102 | VSX_FINLINE(rt) fnm(const rg& a) { return fn2(a); }
---
This affects reverse dependencies as they cannot be built either.
--
Med vänliga hälsningar
Patrick Franz
--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 4.10.0+dfsg-6
Done: Santiago Vila <[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.
Santiago Vila <[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: Sat, 27 Sep 2025 16:40:00 +0200
Source: opencv
Architecture: source
Version: 4.10.0+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1113355 1116253
Changes:
opencv (4.10.0+dfsg-6) unstable; urgency=medium
.
* Team upload.
.
[ Sebastian Ramacher ]
* Fix FTBFS on ppc64el with GCC 15. Closes: #1116253.
.
[ Santiago Vila ]
* Fix build with CMake 4. Closes: #1113355.
* Drop "Rules-Requires-Root: no", no longer needed.
* Update standards-version.
Checksums-Sha1:
46518b3eef529f23222c3707f4ba049eec0416b0 6682 opencv_4.10.0+dfsg-6.dsc
eb68573e7b2a40be1e95088a7cec0eb04c3179fd 48356
opencv_4.10.0+dfsg-6.debian.tar.xz
6138924029535c5608dcdbce1fe27b39ce9baf10 29544
opencv_4.10.0+dfsg-6_source.buildinfo
Checksums-Sha256:
43f74373ed325bbf3e6100f4e68cbc83feeddf8ee37d2976655e9fce8ad8452f 6682
opencv_4.10.0+dfsg-6.dsc
3273b37c3b7d55e6e65f6d44adbe9c7305c0929a544f0a3c3f4e352044471025 48356
opencv_4.10.0+dfsg-6.debian.tar.xz
434a497f9ce992169799a0e778e181b854de03d4764a219a58ec485d042b66eb 29544
opencv_4.10.0+dfsg-6_source.buildinfo
Files:
d75bf3a58c0c7324ab32b00471e15b2b 6682 devel optional opencv_4.10.0+dfsg-6.dsc
f666bb4ec83320e18c75384d3ae701db 48356 devel optional
opencv_4.10.0+dfsg-6.debian.tar.xz
8f761cd4f25d9ab03134e3feb0adc631 29544 devel optional
opencv_4.10.0+dfsg-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjX+9sACgkQQc5/C58b
izI53ggAglRIOy3jhEc4BbwTffb0M0cSe7lF51k0ZY/S8CMU7UG8oCvS1mEniGKt
uV9dOBIfX22sJZvkTRsto6ZfDDMIOFQTB8VBA+iWhPghyyyNwQ6TpRX3C7w5ZDU5
os7x3LaRfRsLo7o5lCc3Z3EVRJtA0LVK7JWeLGFGR+QWEm2iTujU/vBYqYUl4BDk
wXguwk8YbHn0M4sWyAif5mi6VRTIiwrtM9GAZsPhbGoJu3gQrI5qDOLL5+o33YO7
Y8PATgTuVXapvwnDth8SqbLdmeNXwDEp+MsTp6PLK0hVivcMoKZxO7X8VX4rfGNA
3QDP7bsWQM3cd897iYtLcxWRcEjrVg==
=wRcp
-----END PGP SIGNATURE-----
pgpIMF40Pk_CK.pgp
Description: PGP signature
--- End Message ---