spacepaste

  1.  
  2. prt-get: installing /usr/ports/opt/prt-utils
  3. prt-get: starting build Mon Feb 29 03:03:02 2016
  4. =======> Building '/usr/ports/opt/prt-utils/prt-utils#1.1-1.pkg.tar.xz'.
  5. bsdtar -p -o -C /usr/ports/opt/prt-utils/work/src -xf /usr/ports/opt/prt-utils/prt-utils-1.1.tar.xz
  6. + build
  7. + cd prt-utils-1.1
  8. + make DESTDIR=/usr/ports/opt/prt-utils/work/pkg install
  9. sed "s|@@LIBDIR@@|/usr/lib|" prtverify.in > prtverify
  10. if [ ! -d /usr/ports/opt/prt-utils/work/pkg/usr/share/man/man1 ]; then \
  11. install -d /usr/ports/opt/prt-utils/work/pkg/usr/share/man/man1; \
  12. fi
  13. for tool in prtcreate prtrej prtsweep prtcheck prtwash pkgexport pkgsize prtorphan prtcheckmissing oldfiles finddeps dllist findredundantdeps pkg_installed portspage pkgfoster prtverify revdep/revdep; do \
  14. if [ -d lib/$tool ]; then \
  15. install -d /usr/ports/opt/prt-utils/work/pkg/usr/lib/$tool; \
  16. install -m 644 lib/$tool/* /usr/ports/opt/prt-utils/work/pkg/usr/lib/$tool; \
  17. fi; \
  18. done
  19. make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
  20. make[1]: Entering directory '/usr/ports/opt/prt-utils/work/src/prt-utils-1.1/revdep'
  21. g++ -march=native -O2 -pipe -std=gnu++0x -Wall -Wextra -g -DVERSION='"2.0"' -c -o elf.o elf.cpp
  22. for manpage in prtcreate prtrej prtsweep prtcheck prtwash pkgexport pkgsize prtorphan prtcheckmissing oldfiles finddeps dllist findredundantdeps pkg_installed portspage pkgfoster prtverify revdep/revdep prt-utils; do \
  23. if [ -f $manpage.1 ]; then \
  24. install -m 644 $manpage.1 /usr/ports/opt/prt-utils/work/pkg/usr/share/man/man1/; \
  25. fi; \
  26. done
  27. g++ -march=native -O2 -pipe -std=gnu++0x -Wall -Wextra -g -DVERSION='"2.0"' -c -o utility.o utility.cpp
  28. g++ -march=native -O2 -pipe -std=gnu++0x -Wall -Wextra -g -DVERSION='"2.0"' -c -o main.o main.cpp
  29. g++ -march=native -O2 -pipe -std=gnu++0x -Wall -Wextra -g -DVERSION='"2.0"' -c -o pkg.o pkg.cpp
  30. g++ -march=native -O2 -pipe -std=gnu++0x -Wall -Wextra -g -DVERSION='"2.0"' -c -o elf-cache.o elf-cache.cpp
  31. g++ elf.o utility.o main.o pkg.o elf-cache.o -static -lelf -o revdep
  32. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `deflate_cleanup.6822':
  33. (.text+0x11): undefined reference to `deflateEnd'
  34. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_compress':
  35. (.text+0x14e): undefined reference to `deflateInit_'
  36. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_compress':
  37. (.text+0x25d): undefined reference to `deflate'
  38. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_compress':
  39. (.text+0x2ce): undefined reference to `deflateEnd'
  40. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_decompress':
  41. (.text+0x424): undefined reference to `inflateInit_'
  42. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_decompress':
  43. (.text+0x44f): undefined reference to `inflate'
  44. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_decompress':
  45. (.text+0x45c): undefined reference to `inflateReset'
  46. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libelf.a(elf_compress.o): In function `__libelf_decompress':
  47. (.text+0x470): undefined reference to `inflateEnd'
  48. collect2: error: ld returned 1 exit status
  49. Makefile:24: recipe for target 'revdep' failed
  50. make[1]: *** [revdep] Error 1
  51. make[1]: Leaving directory '/usr/ports/opt/prt-utils/work/src/prt-utils-1.1/revdep'
  52. Makefile:59: recipe for target 'revdep/revdep' failed
  53. make: *** [revdep/revdep] Error 2
  54. =======> ERROR: Building '/usr/ports/opt/prt-utils/prt-utils#1.1-1.pkg.tar.xz' failed.
  55.