ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make fails: common/debug.cc:8:22: error: ceph_ver.h: No such file or directory (ceph.git/master)
@ 2010-07-27  7:59 Thomas Mueller
  2010-07-27 17:21 ` Sage Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Mueller @ 2010-07-27  7:59 UTC (permalink / raw)
  To: ceph-devel

hi

by accident a ran a compile against the ceph.git/master.  if configure is 
ran with 

./configure --without-hadoop --with-debug

it fails with:

mv -f .deps/tls.Tpo .deps/tls.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o `test -f 'common/buffer.cc' || echo './'`common/buffer.cc
mv -f .deps/buffer.Tpo .deps/buffer.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o `test -f 'common/debug.cc' || echo './'`common/debug.cc
mv -f .deps/common_init.Tpo .deps/common_init.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT ceph_fs.o -MD -MP -MF .deps/ceph_fs.Tpo -c -o ceph_fs.o `test -f 'include/ceph_fs.cc' || echo './'`include/ceph_fs.cc
 common/debug.cc:8:22: error: ceph_ver.h: No such file or directory
 mv -f .deps/ceph_fs.Tpo .deps/ceph_fs.Po
g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT ceph_hash.o -MD -MP -MF .deps/ceph_hash.Tpo -c -o ceph_hash.o `test -f 'include/ceph_hash.

- Thomas


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

* Re: make fails: common/debug.cc:8:22: error: ceph_ver.h: No such file or directory (ceph.git/master)
  2010-07-27  7:59 make fails: common/debug.cc:8:22: error: ceph_ver.h: No such file or directory (ceph.git/master) Thomas Mueller
@ 2010-07-27 17:21 ` Sage Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Sage Weil @ 2010-07-27 17:21 UTC (permalink / raw)
  To: Thomas Mueller; +Cc: ceph-devel

On Tue, 27 Jul 2010, Thomas Mueller wrote:
> hi
> 
> by accident a ran a compile against the ceph.git/master.  if configure is 
> ran with 
> 
> ./configure --without-hadoop --with-debug
> 
> it fails with:
> 
> mv -f .deps/tls.Tpo .deps/tls.Po
> g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o `test -f 'common/buffer.cc' || echo './'`common/buffer.cc
> mv -f .deps/buffer.Tpo .deps/buffer.Po
> g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o `test -f 'common/debug.cc' || echo './'`common/debug.cc
> mv -f .deps/common_init.Tpo .deps/common_init.Po
> g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT ceph_fs.o -MD -MP -MF .deps/ceph_fs.Tpo -c -o ceph_fs.o `test -f 'include/ceph_fs.cc' || echo './'`include/ceph_fs.cc
>  common/debug.cc:8:22: error: ceph_ver.h: No such file or directory
>  mv -f .deps/ceph_fs.Tpo .deps/ceph_fs.Po
> g++ -DHAVE_CONFIG_H -I.    -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT ceph_hash.o -MD -MP -MF .deps/ceph_hash.Tpo -c -o ceph_hash.o `test -f 'include/ceph_hash.

This is due to some races in the Makefile.. if you 'make ceph_ver.h' and 
then 'make' it'll work fine (or possibly just 'make' again will do the 
trick).  In any case, it's fixed in the unstable branch, and 0.21 is 
coming this week!

Thanks-
sage

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

end of thread, other threads:[~2010-07-27 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-27  7:59 make fails: common/debug.cc:8:22: error: ceph_ver.h: No such file or directory (ceph.git/master) Thomas Mueller
2010-07-27 17:21 ` Sage Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).