Bug#1091665: pcl fails to build from source on hppa and sparc64

Helge Deller deller at kernel.org
Sun Dec 29 12:08:23 GMT 2024


Package: pcl
Version: 1.14.0+dfsg-4
Tags: ftbfs patch
Usertags: hppa sparc64 

The testcase fails on big-endian machines, which is why on s390x ppc64 and
others no testcases are run during build.
Add the missing hppa and sparc64 architectures, so that pcl builds on
them too.
Patch below.
(Note: I uploaded a manually built pcl for hppa in the meantime. Please
apply fix for next upload nevertheless)

Helge

diff -up ./debian/rules.org ./debian/rules
--- ./debian/rules.org	2024-12-29 11:49:33.826829228 +0000
+++ ./debian/rules	2024-12-29 12:01:44.430047976 +0000
@@ -19,7 +19,7 @@ else
   PARALLEL=
 endif
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64 hppa sparc64))
   RUN_TESTS=
 else
   RUN_TESTS=-DBUILD_global_tests=ON -DBUILD_TESTS=ON



More information about the debian-science-maintainers mailing list