Project

General

Profile

Actions

Bug #13503

closed

CMakeList:Cannot find source file

Added by Haodong Tang over 8 years ago. Updated over 8 years ago.

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

0%

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

Description

Error:Cannot find source file:
rbd_replay/Deser.cc
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

The source code in "src/CMakeList" is:

set(librbd_replay_srcs
rbd_replay/actions.cc
rbd_replay/Deser.cc
rbd_replay/ImageNameMap.cc
rbd_replay/PendingIO.cc
rbd_replay/rbd_loc.cc
rbd_replay/Replayer.cc
rbd_replay/Ser.cc)

But no "Deser.cc" and "Ser.cc" found in "src/rbd_replay/".

Actions #1

Updated by Loïc Dachary over 8 years ago

  • Status changed from New to Resolved

a lot of cmake work has been done since, it's likely fixed :-)

Actions

Also available in: Atom PDF