zufs-zus icon indicating copy to clipboard operation
zufs-zus copied to clipboard

the released code cannot even compile, missing file

Open gwnet opened this issue 5 years ago • 1 comments

wayne@ubuntu:~/zufs-zus-ZUFS_V141_github$ ls a_list.h common.zus.mk fs iom_enc.h Makefile module.c nvml_movnt.c pkg printz.c README.md slab.c wtz.h zus-core.c zusd.h zus.h zusmodule.mk b-minmax.h dot-config.sample fs-loader.c main.c md_zus.c movnt.h pa.c _pr.h printz.h signals.c utils.c zuf_call.h zus_ddbg.ld zusd.mk zuslib.mk zus-vfs.c wayne@ubuntu:~/zufs-zus-ZUFS_V141_github$ sudo vim README.md wayne@ubuntu:~/zufs-zus-ZUFS_V141_github$ sudo make Building ZUS library realpath: missing operand Try 'realpath --help' for more information. 'zus_api.h' -> '/fs/zuf/zus_api.h' realpath: missing operand Try 'realpath --help' for more information. 'md_def.h' -> '/fs/zuf/md_def.h' realpath: missing operand Try 'realpath --help' for more information. 'md.h' -> '/fs/zuf/md.h' realpath: missing operand Try 'realpath --help' for more information. 'linux/stat.h' -> '/include/uapi/linux/stat.h' CC [Z] zus-core.o In file included from zus-core.c:21:0: zus.h:41:10: fatal error: zus_api.h: No such file or directory #include "zus_api.h" ^~~~~~~~~~~ compilation terminated. common.zus.mk:119: recipe for target 'objs/zus-core.o' failed make[1]: *** [objs/zus-core.o] Error 1 Makefile:17: recipe for target 'core' failed make: *** [core] Error 2

gwnet avatar Jan 11 '20 16:01 gwnet

how it is going on? ===still miss file to build=== wayne@ubuntu:~/zufs-zus$ sudo make [sudo] password for wayne: ln -sTf zus_api.h ln: missing destination file operand after 'zus_api.h' Try 'ln --help' for more information. make: *** No rule to make target 'zus_api.h', needed by '.dependencies'. Stop. wayne@ubuntu:~/zufs-zus$

gwnet avatar Apr 18 '20 12:04 gwnet