hi encountered following errors building an rpm package with the ceph.spec.in: RPM build errors: File not found: /var/tmp/ceph-0.21~rc-4el5.elefant-root-mockbuild/usr/ bin/mkmonfs File must begin with "/": %{_initddir}/ceph Installed (but unpackaged) file(s) found: /usr/bin/dumpjournal /usr/bin/dupstore /usr/bin/psim /usr/bin/radosacl /usr/bin/streamtest /usr/bin/test_ioctls /usr/bin/test_trans /usr/bin/testceph /usr/bin/testcrypto /usr/bin/testkeys /usr/bin/testmsgr /usr/bin/testrados /usr/bin/testradospp * mkmonfs - vanished. isn't it used anymore? if so, the man/mkmonfs.8 can also be removed * initddir can be ignored as it is centos/rhel specific (it's called "initrddir") * added the unpackaged files * added CXXFLAGS to make - Thomas --- ceph.spec.in.orig 2010-07-02 09:05:59.000000000 +0200 +++ ceph.spec.in 2010-07-02 10:12:54.000000000 +0200 @@ -41,7 +41,7 @@ %build ./autogen.sh %{configure} --without-hadoop --without-debug -make CFLAGS="$RPM_OPT_FLAGS" +make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT @@ -84,9 +84,14 @@ %{_bindir}/cmon %{_bindir}/cmds %{_bindir}/cosd -%{_bindir}/mkmonfs %{_bindir}/rados %{_bindir}/rbdtool +%{_bindir}/test* +%{_bindir}/dumpjournal +%{_bindir}/dupstore +%{_bindir}/psim +%{_bindir}/radosacl +%{_bindir}/streamtest %{_initddir}/ceph %{_libdir}/libceph.so.* %{_libdir}/libcrush.so.* -- 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