This is a minor bug, but annoying enough (for my own local testing) to warrant a backport, in my opinion. commit ff7df3d3f5259362a6bb6780d6b532e57e89681d Author: David Disseldorp <ddiss@suse.de> Date: Thu Jul 20 11:10:57 2017 +0200 build: fix ceph_statx check when configured with libcephfs_dir When configured with a custom libcephfs_dir, the ceph_statx check fails to link. This is due to the location of the ceph-common dependency, which is installed under a ceph subdirectory. ceph/build > make DESTDIR=./inst install ... ceph/build > find inst/|grep -e /libcephfs -e /libceph-common inst/usr/local/lib64/ceph/libceph-common.so.0 inst/usr/local/lib64/ceph/libceph-common.so inst/usr/local/lib64/libcephfs.so.2.0.0 inst/usr/local/lib64/libcephfs.so.2 inst/usr/local/lib64/libcephfs.so inst/usr/local/include/cephfs/libcephfs.h Signed-off-by: David Disseldorp <ddiss@suse.de> Reviewed-by: Jeff Layton <jlayton@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Thu Jul 20 23:02:27 CEST 2017 on sn-devel-144 This change is already carried in 4.8, so is only needed for 4.6 and 4.7.
Created attachment 13945 [details] clean cherry-pick for 4.6.next
Created attachment 13946 [details] clean cherry-pick for 4.7.next
@Karo: please pull for 4.6.next and 4.7.next.
(In reply to David Disseldorp from comment #3) Both patches do not apply.
(In reply to Karolin Seeger from comment #4) > (In reply to David Disseldorp from comment #3) > Both patches do not apply. I attached the wrong (bso#13208) backports here, sorry. Uploading again...
Created attachment 13956 [details] cherry-pick for 4.6.next
Created attachment 13957 [details] cherry-pick for 4.7.next
Thanks, David! Pushed to autobuild-v4-{6,7}-test.
Thanks a lot Karo, and Jeff for the reviews. Closing...
(In reply to David Disseldorp from comment #9) Usually, I wait until the patches have passed autobuild and I double-checked that they are really in the *-test branch before closing... ;-)