Advertisement
hobbes1069

Untitled

Dec 7th, 2020
1,960
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.69 KB | None | 0 0
  1. /usr/bin/make -O -j12 V=1 VERBOSE=1
  2. pod2man -c '' -n CHUNKFS -r 'ChunkFS 0.8' -s 1 manpage.pod | gzip > chunkfs.1.gz
  3. 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
  4. 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
  5. 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
  6. /usr/bin/ld: /tmp/unchunkfs.LCqM6g.ltrans0.ltrans.o: in function `main':
  7. /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/unchunkfs.c:199: undefined reference to `fuse_main_real_compat25'
  8. /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/unchunkfs.c:194: undefined reference to `fuse_main_real_compat25'
  9. /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/unchunkfs.c:229: undefined reference to `fuse_main_real_compat25'
  10. collect2: error: ld returned 1 exit status
  11. make: *** [<builtin>: unchunkfs] Error 1
  12. 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
  13. make: *** Waiting for unfinished jobs....
  14. /usr/bin/ld: /tmp/chunkfs.MR48pT.ltrans0.ltrans.o: in function `main':
  15. /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/chunkfs.c:212: undefined reference to `fuse_main_real_compat25'
  16. /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/chunkfs.c:207: undefined reference to `fuse_main_real_compat25'
  17. /usr/bin/ld: /tmp/rpkg/chunkfs-5-8jofnvai/chunkfs-0.8/chunkfs.c:231: undefined reference to `fuse_main_real_compat25'
  18. collect2: error: ld returned 1 exit status
  19. make: *** [<builtin>: chunkfs] Error 1
  20. 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