Your message dated Mon, 31 Oct 2022 08:55:10 +0300
with message-id <[email protected]>
and subject line Re: Bug#1020781: close it
has caused the Debian Bug report #1020781,
regarding samba: Please disable ceph support on ppc64 and x32
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.)
--
1020781: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020781
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: samba
Version: 2:4.16.5+dfsg-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64
X-Debbugs-Cc: [email protected]
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
--- 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
--- End Message ---
--- Begin Message ---
Version: 2:4.16.6+dfsg-1
This has been fixed by 4.16.6+dfsg-1, in commit
ab3fcaef0132f64983002f378b065e2e4b388230
I forgot to add a changelog entry for it.
Closing it now.
/mjt
--- End Message ---