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

时间:2014-02-13 11:12:59

标签: build fedora

当我尝试通过输入命令

在fedora-20的终端上启动cmake

ccmake ../ nfs-ganesha-master / src

然后在ccmake的终端中打开一个窗口,该窗口在以下链接上可用 - (在unix上的主题运行cmake下)              http://www.cmake.org/cmake/help/runningcmake.html

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

ERROR:

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

1 个答案:

答案 0 :(得分:0)

对于错误消息"在libntirpc"中找不到CMakeLists.txt,我从https://github.com/nfs-ganesha/ntirpc下载ntirpc后将消息放入文件夹{{} 1}}。希望这会有所帮助。

相关问题