All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH: ceph.spec.in
@ 2010-07-02  8:13 Thomas Mueller
  2010-07-02 15:04 ` Sage Weil
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Mueller @ 2010-07-02  8:13 UTC (permalink / raw)
  To: ceph-devel

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.*



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-02 22:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-02  8:13 PATCH: ceph.spec.in Thomas Mueller
2010-07-02 15:04 ` Sage Weil
2010-07-02 19:42   ` Thomas Mueller
2010-07-02 19:45     ` Thomas Mueller
2010-07-02 22:22       ` Sage Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.