Bug#922563: FTBFS on ppc64el

2022-09-03 Thread Petter Reinholdtsen
The changes in 1002-arm64-compatibility.patch seem to remove the use of
SSE* for platforms where it do not exist.  Perhaps there is no need to
cut down the list of architectures listed in debian/control?
-- 
Happy hacking
Petter Reinholdtsen



Bug#922563: FTBFS on ppc64el

2019-02-18 Thread Mo Zhou
control: retitle -1 please disable unsupported architectures in control
control: severity -1 normal

Thanks for confirming. I didn't check the status for every package
because I have to file 20+ bugs for FTBFS against opencv 4.0.1

It seems that the SSE* requirement is mandatory, so only these
architectures make sense in control:
 
 amd64 i386 kfreebsd-amd64 kfreebsd-i386 hurd-i386 x32

On Mon, Feb 18, 2019 at 10:27:49AM +0100, Petter Reinholdtsen wrote:
> [Mo Zhou]
> > ppc64el doesn't have any SIMD instruction set named SSE
> 
> As far as I know, casparcg-server is only ported to amd64, and I did not
> intend to port it to any new platforms.  If you want or need it to work
> on other architectures, you should talk to upstream to get them to
> accept patches.
> 
> Sadly there are no autobuilders for contrib packages, so I do not know
> if it build on anything but amd64.



Bug#922563: FTBFS on ppc64el

2019-02-18 Thread Petter Reinholdtsen
[Mo Zhou]
> ppc64el doesn't have any SIMD instruction set named SSE

As far as I know, casparcg-server is only ported to amd64, and I did not
intend to port it to any new platforms.  If you want or need it to work
on other architectures, you should talk to upstream to get them to
accept patches.

Sadly there are no autobuilders for contrib packages, so I do not know
if it build on anything but amd64.

-- 
Happy hacking
Petter Reinholdtsen



Bug#922563: FTBFS on ppc64el

2019-02-17 Thread Mo Zhou
Source: casparcg-server
Version: 2.2.0+dfsg-2
Severity: important

ppc64el doesn't have any SIMD instruction set named SSE

make -f shell/CMakeFiles/casparcg_copy_dependencies.dir/build.make 
shell/CMakeFiles/casparcg_copy_dependencies.dir/build
make[3]: Entering directory 
'/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu'
cd /<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu/shell && 
/usr/bin/cmake -E make_directory 
"/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu/shell/."
make[3]: Leaving directory 
'/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu'
[  2%] Precompiling stdafx.h for common (C++)
cd /<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu/common && 
/usr/bin/c++ 
@/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu/common/common_pch/compile_flags.rsp
 -x c++-header -o 
/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu/common/common_pch/stdafx.h.gch/.c++
 
/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu/common/common_pch/stdafx.h
c++: error: unrecognized command line option '-msse3'; did you mean '-misel'?
c++: error: unrecognized command line option '-mssse3'; did you mean '-misel'?
c++: error: unrecognized command line option '-msse4.1'
[  2%] Built target casparcg_copy_dependencies
make[3]: *** [common/CMakeFiles/common.dir/build.make:70: 
common/common_pch/stdafx.h.gch/.c++] Error 1
make[3]: Leaving directory 
'/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:150: common/CMakeFiles/common.dir/all] Error 
2
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory 
'/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu'
make[1]: *** [Makefile:87: all] Error 2
make[1]: Leaving directory 
'/<>/casparcg-server-2.2.0+dfsg/obj-powerpc64le-linux-gnu'
dh_auto_build: cd obj-powerpc64le-linux-gnu && make -j4 returned exit code 2
make: *** [debian/rules:3: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

Build finished at 2019-02-16T11:59:16Z