Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/bin/make -O -j12 V=1 VERBOSE=1
- pod2man -c '' -n CHUNKFS -r 'ChunkFS 0.8' -s 1 manpage.pod | gzip > chunkfs.1.gz
- gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -std=c99 -DVERSION='"0.8"' -O2 -Wall -c -o utils.o utils.c
- gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -std=c99 -DVERSION='"0.8"' -O2 -Wall -c -o unchunkfs.o unchunkfs.c
- gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -std=c99 -DVERSION='"0.8"' -O2 -Wall -c -o chunkfs.o chunkfs.c
- /usr/bin/ld: /tmp/unchunkfs.LCqM6g.ltrans0.ltrans.o: in function `main':
- /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/unchunkfs.c:199: undefined reference to `fuse_main_real_compat25'
- /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/unchunkfs.c:194: undefined reference to `fuse_main_real_compat25'
- /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/unchunkfs.c:229: undefined reference to `fuse_main_real_compat25'
- collect2: error: ld returned 1 exit status
- make: *** [<builtin>: unchunkfs] Error 1
- gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -s -lfuse unchunkfs.o utils.o -o unchunkfs
- make: *** Waiting for unfinished jobs....
- /usr/bin/ld: /tmp/chunkfs.MR48pT.ltrans0.ltrans.o: in function `main':
- /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/chunkfs.c:212: undefined reference to `fuse_main_real_compat25'
- /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/chunkfs.c:207: undefined reference to `fuse_main_real_compat25'
- /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/chunkfs.c:231: undefined reference to `fuse_main_real_compat25'
- collect2: error: ld returned 1 exit status
- make: *** [<builtin>: chunkfs] Error 1
- gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -s -lfuse chunkfs.o utils.o -o chunkfs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement