[Pkg-samba-maint] Bug#1020781: samba: Please disable ceph support on ppc64 and x32

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Mon Sep 26 16:28:22 BST 2022


Source: samba
Version: 2:4.16.5+dfsg-1
Severity: normal
Tags: patch
User: debian-powerpc at lists.debian.org
Usertags: ppc64
X-Debbugs-Cc: debian-powerpc at lists.debian.org

Hello!

ceph currently FTBFS on ppc64 and x32. Since the build issues don't
seem to be trivial to fix, it would be a good idea to disable ceph
support on ppc64 and x32 for the time being.

--- debian/control.orig 2022-09-13 19:13:54.000000000 +0200
+++ debian/control      2022-09-26 17:25:51.668694438 +0200
@@ -37,7 +37,7 @@
        libblkid-dev,
        libbsd-dev,
        libcap-dev [linux-any],
-       libcephfs-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32],
+       libcephfs-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
        libcmocka-dev (>= 1.1.3),
        libcups2-dev,
        libdbus-1-dev,
--- debian/rules.orig   2022-09-13 19:13:54.000000000 +0200
+++ debian/rules        2022-09-26 17:25:08.245025027 +0200
@@ -64,7 +64,7 @@
 
 WITH_CEPH = yes
 # Ceph is not available on all platforms
-ifeq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32, $(DEB_HOST_ARCH)))
+ifeq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x, $(DEB_HOST_ARCH)))
     WITH_CEPH =
 endif
 # Ubuntu i386 binary compatibility only effort: No Ceph

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
-------------- next part --------------
--- debian/control.orig	2022-09-13 19:13:54.000000000 +0200
+++ debian/control	2022-09-26 17:25:51.668694438 +0200
@@ -37,7 +37,7 @@
 	libblkid-dev,
 	libbsd-dev,
 	libcap-dev [linux-any],
-	libcephfs-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32],
+	libcephfs-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x],
 	libcmocka-dev (>= 1.1.3),
 	libcups2-dev,
 	libdbus-1-dev,
--- debian/rules.orig	2022-09-13 19:13:54.000000000 +0200
+++ debian/rules	2022-09-26 17:25:08.245025027 +0200
@@ -64,7 +64,7 @@
 
 WITH_CEPH = yes
 # Ceph is not available on all platforms
-ifeq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32, $(DEB_HOST_ARCH)))
+ifeq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x, $(DEB_HOST_ARCH)))
     WITH_CEPH =
 endif
 # Ubuntu i386 binary compatibility only effort: No Ceph


More information about the Pkg-samba-maint mailing list