Project

General

Profile

Actions

Bug #13845

closed

dumpling v0.67.10 does not compile with -j16

Added by Loïc Dachary over 8 years ago. Updated almost 8 years ago.

Status:
Won't Fix
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

It looks like the Makefile should be modified to not try to link against libglobal.la before it is compiled.

  CXXLD    libglobal.la^M
  CXXLD    libosdc.la^M
  CXXLD    librados.la^M
  CXXLD    cephfs^M
  CXXLD    ceph_test_rewrite_latency^M
  CXXLD    libclient.la^M
  CXXLD    librbd.la^M
  CXXLD    ceph_radosacl^M
  CCLD     ceph_scratchtool^M
  CXXLD    ceph_scratchtoolpp^M
  CXXLD    ceph_test_cls_rgw_meta^M
  CXXLD    ceph_test_cls_rgw_log^M
  CXXLD    ceph_test_cls_rgw_opstate^M
  CXXLD    ceph_test_cls_refcount^M
  CXXLD    ceph_test_cls_rbd^M
  CXXLD    ceph_test_cls_version^M
  CXXLD    ceph_test_cls_lock^M
  CXXLD    ceph_test_cls_rgw^M
  CXXLD    ceph_test_rados_api_cmd^M
libtool: link: cannot find the library `libglobal.la' or unhandled argument `libglobal.la'^M
make[4]: *** [ceph_test_cls_rgw_log] Error 1^M
make[4]: *** Waiting for unfinished jobs....^M
libtool: link: cannot find the library `libglobal.la' or unhandled argument `libglobal.la'^M
make[4]: *** [ceph_test_cls_rgw_meta] Error 1^M
libtool: link: cannot find the library `libglobal.la' or unhandled argument `libglobal.la'^M
make[4]: *** [ceph_test_cls_rgw_opstate] Error 1^M
test/encoding/ceph_dencoder.cc: In function 'int main(int, const char**)':^M
test/encoding/ceph_dencoder.cc:196:5: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without^M
 int main(int argc, const char **argv)^M
     ^^M

Actions #1

Updated by Josh Durgin almost 8 years ago

  • Status changed from New to Won't Fix

dumpling is EOL, hammer and jewel compile fine with -j16

Actions

Also available in: Atom PDF