** Also affects: opencv (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/2119640
Title:
FTBFS on ppc64el in questing-proposed with opencv
Status in gst-plugins-bad1.0 package in Ubuntu:
New
Status in opencv package in Ubuntu:
New
Bug description:
gst-plugins-bad1.0 1.26.4-1ubuntu1
FTBFS in questing-proposed
[203/1685] c++ -Igst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p
-Igst-libs/gst/opencv -I../gst-libs/gst/opencv -I. -I.. -Igst-libs
-I../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/powerpc64le-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/orc-0.4 -I/usr/include/opencv4 -fdiagnostics-color=always
-D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11
-Wno-non-virtual-dtor -fvisibility=hidden -fno-strict-aliasing
-Wformat-nonliteral -Waddress -Wformat -Wformat-security
-Wimplicit-fallthrough=3 -Winit-self -Wmissing-declarations
-Wmissing-include-dirs -Wno-multichar -Wpointer-arith -Wredundant-decls
-Wshift-negative-value -Wtype-limits -Wundef -Wvla -Wwrite-strings -g -O3
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fno-stack-clash-protection
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/gst-plugins-bad1.0-1.26.4-1ubuntu1
-Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -pthread -DHAVE_CONFIG_H
'-DOPENCV_PREFIX="/usr"' -Wno-missing-include-dirs -Wno-format-nonliteral
'-DOPENCV_PATH_NAME="opencv4"' -DBUILDING_GST_OPENCV
'-DG_LOG_DOMAIN="GStreamer-OpenCV"' -MD -MQ
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o -MF
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o.d -o
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o -c
../gst-libs/gst/opencv/gstopencvutils.cpp
FAILED:
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o
c++ -Igst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p
-Igst-libs/gst/opencv -I../gst-libs/gst/opencv -I. -I.. -Igst-libs
-I../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/powerpc64le-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/orc-0.4 -I/usr/include/opencv4 -fdiagnostics-color=always
-D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11
-Wno-non-virtual-dtor -fvisibility=hidden -fno-strict-aliasing
-Wformat-nonliteral -Waddress -Wformat -Wformat-security
-Wimplicit-fallthrough=3 -Winit-self -Wmissing-declarations
-Wmissing-include-dirs -Wno-multichar -Wpointer-arith -Wredundant-decls
-Wshift-negative-value -Wtype-limits -Wundef -Wvla -Wwrite-strings -g -O3
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fno-stack-clash-protection
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/gst-plugins-bad1.0-1.26.4-1ubuntu1
-Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -pthread -DHAVE_CONFIG_H
'-DOPENCV_PREFIX="/usr"' -Wno-missing-include-dirs -Wno-format-nonliteral
'-DOPENCV_PATH_NAME="opencv4"' -DBUILDING_GST_OPENCV
'-DG_LOG_DOMAIN="GStreamer-OpenCV"' -MD -MQ
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o -MF
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o.d -o
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvutils.cpp.o -c
../gst-libs/gst/opencv/gstopencvutils.cpp
In file included from /usr/include/opencv4/opencv2/core/base.hpp:661,
from /usr/include/opencv4/opencv2/core.hpp:53,
from ../gst-libs/gst/opencv/gstopencvutils.cpp:28:
/usr/include/opencv4/opencv2/core/vsx_utils.hpp: In function ‘vec_float4
vec_cvfo(const vec_double2&)’:
/usr/include/opencv4/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)
|
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/opencv4/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); }
| ^~~
/usr/include/opencv4/opencv2/core/vsx_utils.hpp: In function ‘vec_double2
vec_cvfo(const vec_float4&)’:
/usr/include/opencv4/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)
|
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/opencv4/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); }
| ^~~
[204/1685] c++ -Igst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p
-Igst-libs/gst/opencv -I../gst-libs/gst/opencv -I. -I.. -Igst-libs
-I../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/powerpc64le-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/orc-0.4 -I/usr/include/opencv4 -fdiagnostics-color=always
-D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11
-Wno-non-virtual-dtor -fvisibility=hidden -fno-strict-aliasing
-Wformat-nonliteral -Waddress -Wformat -Wformat-security
-Wimplicit-fallthrough=3 -Winit-self -Wmissing-declarations
-Wmissing-include-dirs -Wno-multichar -Wpointer-arith -Wredundant-decls
-Wshift-negative-value -Wtype-limits -Wundef -Wvla -Wwrite-strings -g -O3
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fno-stack-clash-protection
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/gst-plugins-bad1.0-1.26.4-1ubuntu1
-Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -pthread -DHAVE_CONFIG_H
'-DOPENCV_PREFIX="/usr"' -Wno-missing-include-dirs -Wno-format-nonliteral
'-DOPENCV_PATH_NAME="opencv4"' -DBUILDING_GST_OPENCV
'-DG_LOG_DOMAIN="GStreamer-OpenCV"' -MD -MQ
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o
-MF
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o.d
-o
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o
-c ../gst-libs/gst/opencv/gstopencvvideofilter.cpp
FAILED:
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o
c++ -Igst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p
-Igst-libs/gst/opencv -I../gst-libs/gst/opencv -I. -I.. -Igst-libs
-I../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0
-I/usr/lib/powerpc64le-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/orc-0.4 -I/usr/include/opencv4 -fdiagnostics-color=always
-D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11
-Wno-non-virtual-dtor -fvisibility=hidden -fno-strict-aliasing
-Wformat-nonliteral -Waddress -Wformat -Wformat-security
-Wimplicit-fallthrough=3 -Winit-self -Wmissing-declarations
-Wmissing-include-dirs -Wno-multichar -Wpointer-arith -Wredundant-decls
-Wshift-negative-value -Wtype-limits -Wundef -Wvla -Wwrite-strings -g -O3
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fno-stack-clash-protection
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/gst-plugins-bad1.0-1.26.4-1ubuntu1
-Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -pthread -DHAVE_CONFIG_H
'-DOPENCV_PREFIX="/usr"' -Wno-missing-include-dirs -Wno-format-nonliteral
'-DOPENCV_PATH_NAME="opencv4"' -DBUILDING_GST_OPENCV
'-DG_LOG_DOMAIN="GStreamer-OpenCV"' -MD -MQ
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o
-MF
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o.d
-o
gst-libs/gst/opencv/libgstopencv-1.0.so.0.2604.0.p/gstopencvvideofilter.cpp.o
-c ../gst-libs/gst/opencv/gstopencvvideofilter.cpp
In file included from /usr/include/opencv4/opencv2/core/base.hpp:661,
from /usr/include/opencv4/opencv2/core.hpp:53,
from ../gst-libs/gst/opencv/gstopencvvideofilter.h:51,
from ../gst-libs/gst/opencv/gstopencvvideofilter.cpp:51:
/usr/include/opencv4/opencv2/core/vsx_utils.hpp: In function ‘vec_float4
vec_cvfo(const vec_double2&)’:
/usr/include/opencv4/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)
|
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/opencv4/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); }
| ^~~
/usr/include/opencv4/opencv2/core/vsx_utils.hpp: In function ‘vec_double2
vec_cvfo(const vec_float4&)’:
/usr/include/opencv4/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)
|
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/opencv4/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); }
| ^~~
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/2119640/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp