Build 用于在fedora-20中编译nfs ganesha的cmake

Build 用于在fedora-20中编译nfs ganesha的cmake,build,fedora,Build,Fedora,当我试图通过键入命令在fedora-20终端上启动cmake时 ccmake../nfs甘尼萨主控/src 然后在ccmake终端中打开一个窗口,该窗口可在以下链接中找到-(在unix上运行cmake主题下) 当我按c键进行配置时,错误显示为- 错误: CMake Error at cmake/maintainer_mode.cmake:48 (message): Maintainer-DDEBUG_SYMS=ON is not a valid build type. Call Sta

当我试图通过键入命令在fedora-20终端上启动
cmake

ccmake../nfs甘尼萨主控/src

然后在
ccmake
终端中打开一个窗口,该窗口可在以下链接中找到-(在unix上运行cmake主题下)

当我按c键进行配置时,错误显示为-

错误:

CMake Error at cmake/maintainer_mode.cmake:48 (message):
   Maintainer-DDEBUG_SYMS=ON is not a valid build type.
 Call Stack (most recent call first):
   CMakeLists.txt:77 (include)


 CMake Warning at CMakeLists.txt:364 (message):
   Cannot find GLUSTER GFAPI runtime.  Disabling GLUSTER fsal build

 CMake Warning at CMakeLists.txt:382 (message):
   Cannot find CEPH runtime.  Disabling CEPH fsal build

 CMake Warning at CMakeLists.txt:400 (message):
   Cannot find LUSTRE runtime.  Disabling LUSTRE fsal build

 CMake Warning at CMakeLists.txt:437 (message):
   Cannot find XFS runtime.  Disabling XFS build

 CMake Warning at CMakeLists.txt:455 (message):
   Cannot find ZFS runtime.  Disabling ZFS build

CMake Warning at CMakeLists.txt:467 (message):
   jemalloc not found, falling back to libc

 CMake Warning at CMakeLists.txt:503 (message):
   libnfsidmap not found, disabling USE_NFSIDMAP

 CMake Warning at CMakeLists.txt:523 (message):
   Samba 4 wbclient not found.  Disabling MSPAC_SUPPORT

 CMake Error at CMakeLists.txt:640 (message):
   No CMakeLists.txt found in libntirpc
上次传递时出错

CMake Version 2.8.10.2
Press [e] to exit help
对于错误消息“在libntirpc中找不到CMakeLists.txt”,在我从下载
ntirpc
并将其放入文件夹
nfs ganesha/src/libntirpc/
后,该消息在我的案例中消失。希望这有帮助