All of lore.kernel.org
 help / color / mirror / Atom feed
* make with -j fails
@ 2010-07-02  7:23 Thomas Mueller
  2010-07-02 14:38 ` Sage Weil
  2010-07-02 17:04 ` Gregory Farnum
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Mueller @ 2010-07-02  7:23 UTC (permalink / raw)
  To: ceph-devel

hi

as soon as I try to use the -j option the make fails. tried with -j2 and -
j8

is it supposed to work to call make with "-j" to speedup the compilation 
time?

- Thomas

if g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -D__CEPH__ -
D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -O2 -g -pipe -
Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-
buffer-size=4 -m64 -mtune=generic -MT buffer.o -MD -MP -MF ".deps/
buffer.Tpo" -c -o buffer.o `test -f 'common/buffer.cc' || echo 
'./'`common/buffer.cc; \
	then mv -f ".deps/buffer.Tpo" ".deps/buffer.Po"; else rm -f 
".deps/buffer.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -D__CEPH__ -
D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -O2 -g -pipe -
Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-
buffer-size=4 -m64 -mtune=generic -MT debug.o -MD -MP -MF ".deps/
debug.Tpo" -c -o debug.o `test -f 'common/debug.cc' || echo './'`common/
debug.cc; \
	then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/
debug.Tpo"; exit 1; fi
common/debug.cc:8:22: error: ceph_ver.h: No such file or directory
make[2]: *** [debug.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/builddir/build/BUILD/ceph-0.21~rc/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/builddir/build/BUILD/ceph-0.21~rc/src'
Making all in man
make[1]: Entering directory `/builddir/build/BUILD/ceph-0.21~rc/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/builddir/build/BUILD/ceph-0.21~rc/man'
make[1]: Entering directory `/builddir/build/BUILD/ceph-0.21~rc'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/builddir/build/BUILD/ceph-0.21~rc'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.52754 (%build)


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

end of thread, other threads:[~2010-07-05  6:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02  7:23 make with -j fails Thomas Mueller
2010-07-02 14:38 ` Sage Weil
2010-07-04 14:14   ` Thomas Mueller
2010-07-04 22:10     ` Sage Weil
2010-07-05  6:15       ` Thomas Mueller
2010-07-02 17:04 ` Gregory Farnum

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.