All of lore.kernel.org
 help / color / mirror / Atom feed
* Ceph master - build broken unless --enable-debug specified
@ 2015-04-12  3:42 Mark Kirkwood
  2015-04-17  0:27 ` Gregory Farnum
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Kirkwood @ 2015-04-12  3:42 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

Hi,

Building without --enable-debug produces:

ceph_fuse.cc: In member function ‘virtual void* main(int, const char**, 
const char**)::RemountTest::entry()’:
ceph_fuse.cc:146:15: warning: ignoring return value of ‘int system(const 
char*)’, declared with attribute warn_unused_result [-Wunused-result]
     system(buf);
                ^
   CXX      ceph_osd.o
   CXX      ceph_mds.o
make[3]: *** No rule to make target '../src/gmock/lib/libgmock_main.la', 
needed by 'unittest_librbd'.  Stop.
make[3]: *** Waiting for unfinished jobs....
   CXX      test/erasure-code/ceph_erasure_code_non_regression.o
make[3]: Leaving directory '/home/markir/develop/c/ceph/src'
Makefile:20716: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/markir/develop/c/ceph/src'
Makefile:8977: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/markir/develop/c/ceph/src'
Makefile:467: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1


Adding in --enable-debug gives a successful build.

This is on Ubuntu 14.10 64 bit, and the build procedure is:

$ git pull
$ git submodule update --init
$ ./autogen.sh
$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               [--with-debug \ ]
               --with-nss \
               --with-radosgw \
               --with-librocksdb-static=check \

$ make [ -j4 ]


Cheers

Mark
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-04-17  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12  3:42 Ceph master - build broken unless --enable-debug specified Mark Kirkwood
2015-04-17  0:27 ` Gregory Farnum
2015-04-17  0:34   ` Mark Kirkwood

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.