On 16/05/15 19:53, Mark Kirkwood wrote: > Hi, > > While a standard build (configure, make etc) on $platform works fine, > attempting to build packages gets: > > $ dpkg-buildpackage -j4 > dpkg-buildpackage: source package ceph > dpkg-buildpackage: source version 9.0.0-1 > dpkg-buildpackage: source distribution stable > dpkg-buildpackage: source changed by Alfredo Deza <adeza@xxxxxxxxxx> > dpkg-buildpackage: host architecture amd64 > dpkg-source --before-build ceph > fakeroot debian/rules clean > dh_testdir > dh_testroot > rm -f build-stamp configure-stamp > [ ! -f Makefile ] || /usr/bin/make distclean > make[1]: Entering directory '/home/markir/develop/c/ceph' > Making distclean in . > make[2]: Entering directory '/home/markir/develop/c/ceph' > rm -rf .libs _libs > rm -f *.lo > test -z "ceph.spec" || rm -f ceph.spec > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > make[2]: Leaving directory '/home/markir/develop/c/ceph' > Making distclean in src > make[2]: Entering directory '/home/markir/develop/c/ceph/src' > Making distclean in gmock > make[3]: Entering directory '/home/markir/develop/c/ceph/src/gmock' > make[3]: *** No rule to make target 'distclean'. Stop. > make[3]: Leaving directory '/home/markir/develop/c/ceph/src/gmock' > Makefile:21632: recipe for target 'distclean-recursive' failed > make[2]: *** [distclean-recursive] Error 1 > make[2]: Leaving directory '/home/markir/develop/c/ceph/src' > Makefile:469: recipe for target 'distclean-recursive' failed > make[1]: *** [distclean-recursive] Error 1 > make[1]: Leaving directory '/home/markir/develop/c/ceph' > debian/rules:62: recipe for target 'clean' failed > make: *** [clean] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit > status 2 > -- Actually, looking a bit closer that the issue is with 'make distclean' in master [1], not the package build at all (it only occurred then because I had performed a standard make previously). Also nothing particular to vivid either. Regards Mark [1] ... has been noted on this list. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html