Project

General

Profile

Actions

Bug #12459

closed

make failed on common/WorkQueue

Added by huang jun almost 9 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

make[2]: Entering directory `/home/huangjun/ceph/src'
./make_version -g ./.git_version
  CXX    librados/RadosClient.lo
  CXX    osdc/Objecter.lo
  CXX    osdc/Filer.lo
  CXX    common/assert.lo
In file included from ./os/ObjectStore.h:22,
                 from ./messages/MOSDOpReply.h:22,
                 from librados/RadosClient.cc:40:
./common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’
./common/WorkQueue.h:460: error: using-declaration for non-member at class scope
./common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token
./common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token
In file included from ./os/ObjectStore.h:22,
                 from ./messages/MOSDOpReply.h:22,
                 from osdc/Filer.cc:21:
./common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’
./common/WorkQueue.h:460: error: using-declaration for non-member at class scope
./common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token
./common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token
In file included from ./os/ObjectStore.h:22,
                 from ./messages/MOSDOpReply.h:22,
                 from osdc/Objecter.cc:26:
./common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’
./common/WorkQueue.h:460: error: using-declaration for non-member at class scope
./common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token
./common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token
  CXX    common/WorkQueue.lo
make[2]: *** [osdc/Filer.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [librados/RadosClient.lo] Error 1
make[2]: *** [osdc/Objecter.lo] Error 1
In file included from common/WorkQueue.cc:20:
common/WorkQueue.h:460: error: expected nested-name-specifier before ‘WorkQueueVal’
common/WorkQueue.h:460: error: using-declaration for non-member at class scope
common/WorkQueue.h:460: error: expected ‘;’ before ‘<’ token
common/WorkQueue.h:460: error: expected unqualified-id before ‘<’ token
make[2]: *** [common/WorkQueue.lo] Error 1

The lastest commit on my git is dedda6245ce8db8828fdf2d1a2bfe6163f1216a1
Actions #2

Updated by Kefu Chai almost 9 years ago

  • Description updated (diff)
Actions #3

Updated by Kefu Chai almost 9 years ago

huang jun, what compiler are you using, and may i have its version? i am not able to reproduce your problem, though.

Actions #4

Updated by huang jun almost 9 years ago

hi, kefu
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)

Actions #5

Updated by Kefu Chai over 8 years ago

  • Status changed from New to Resolved
  • Source changed from other to Community (dev)
Actions

Also available in: Atom PDF