From: Thomas Mueller <thomas@chaschperli.ch>
To: ceph-devel@vger.kernel.org
Subject: make with -j fails
Date: Fri, 2 Jul 2010 07:23:18 +0000 (UTC) [thread overview]
Message-ID: <i0k456$g5f$1@dough.gmane.org> (raw)
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)
next reply other threads:[~2010-07-02 7:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-02 7:23 Thomas Mueller [this message]
2010-07-02 14:38 ` make with -j fails 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='i0k456$g5f$1@dough.gmane.org' \
--to=thomas@chaschperli.ch \
--cc=ceph-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.