Advertisement
timcowchip

obexftp

Dec 18th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. =======> Building '/usr/ports/timcowchip/obexftp/obexftp#0.24-2.pkg.tar.gz'.
  2. bsdtar -p -o -C /usr/ports/timcowchip/obexftp/work/src -xf /usr/ports/timcowchip/obexftp/obexftp-0.24.2-Source.tar.gz
  3. + build
  4. + mkdir build
  5. + cd build
  6. + cmake ../obexftp-0.24.2-Source -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_PERL=NO -DENABLE_PYTHON=NO -DENABLE_RUBY=NO -DENABLE_TCL=NO
  7. -- The C compiler identification is GNU 6.4.0
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Detecting C compile features
  13. -- Detecting C compile features - done
  14. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  15. -- Checking for module 'bluez'
  16. -- Found bluez, version 4.101
  17. -- Looking for iconv_open
  18. -- Looking for iconv_open - found
  19. -- Performing Test ICONV_USES_CONST
  20. -- Performing Test ICONV_USES_CONST - Failed
  21. -- Checking for module 'fuse'
  22. -- Found fuse, version 2.9.7
  23. -- Found EXPAT: /usr/lib/libexpat.so (found version "2.2.5")
  24. -- Found SWIG: /usr/bin/swig (found version "3.0.8")
  25. -- Configuring done
  26. -- Generating done
  27. -- Build files have been written to: /usr/ports/timcowchip/obexftp/work/src/build
  28. + make
  29. Scanning dependencies of target crctable
  30. [ 3%] Building C object bfb/CMakeFiles/crctable.dir/crcmodel.c.o
  31. [ 6%] Building C object bfb/CMakeFiles/crctable.dir/crctable.c.o
  32. [ 9%] Linking C executable crctable
  33. [ 9%] Built target crctable
  34. [ 12%] Generating irda_fcs_table.c
  35.  
  36. Rocksoft^tm Model CRC Algorithm Table Generation Program V1.0
  37. -------------------------------------------------------------
  38. Output file is "irda_fcs_table.c".
  39.  
  40. SUCCESS: The table has been successfully written.
  41. Scanning dependencies of target bfb
  42. [ 15%] Building C object bfb/CMakeFiles/bfb.dir/bfb.c.o
  43. [ 18%] Building C object bfb/CMakeFiles/bfb.dir/bfb_io.c.o
  44. [ 21%] Building C object bfb/CMakeFiles/bfb.dir/irda_fcs.c.o
  45. [ 24%] Building C object bfb/CMakeFiles/bfb.dir/irda_fcs_table.c.o
  46. [ 27%] Linking C shared library libbfb.so
  47. [ 27%] Built target bfb
  48. Scanning dependencies of target multicobex
  49. [ 30%] Building C object multicobex/CMakeFiles/multicobex.dir/multi_cobex.c.o
  50. [ 33%] Building C object multicobex/CMakeFiles/multicobex.dir/multi_cobex_io.c.o
  51. [ 36%] Linking C shared library libmulticobex.so
  52. [ 36%] Built target multicobex
  53. Scanning dependencies of target obexftp
  54. [ 39%] Building C object obexftp/CMakeFiles/obexftp.dir/object.c.o
  55. [ 42%] Building C object obexftp/CMakeFiles/obexftp.dir/client.c.o
  56. [ 45%] Building C object obexftp/CMakeFiles/obexftp.dir/obexftp_io.c.o
  57. [ 48%] Building C object obexftp/CMakeFiles/obexftp.dir/cache.c.o
  58. [ 51%] Building C object obexftp/CMakeFiles/obexftp.dir/unicode.c.o
  59. [ 54%] Building C object obexftp/CMakeFiles/obexftp.dir/bt_kit.c.o
  60. [ 57%] Linking C shared library libobexftp.so
  61. [ 57%] Built target obexftp
  62. Scanning dependencies of target obexftpd_app
  63. [ 60%] Building C object apps/CMakeFiles/obexftpd_app.dir/obexftpd.c.o
  64. [ 63%] Linking C executable obexftpd
  65. ../obexftp/libobexftp.so.0.3.0: undefined reference to `libiconv'
  66. ../obexftp/libobexftp.so.0.3.0: undefined reference to `libiconv_open'
  67. ../obexftp/libobexftp.so.0.3.0: undefined reference to `libiconv_close'
  68. collect2: error: ld returned 1 exit status
  69. make[2]: *** [apps/CMakeFiles/obexftpd_app.dir/build.make:97: apps/obexftpd] Error 1
  70. make[1]: *** [CMakeFiles/Makefile2:294: apps/CMakeFiles/obexftpd_app.dir/all] Error 2
  71. make: *** [Makefile:152: all] Error 2
  72. =======> ERROR: Building '/usr/ports/timcowchip/obexftp/obexftp#0.24-2.pkg.tar.gz' failed.
  73. prt-get: error while install
  74.  
  75. -- Packages where install failed
  76. obexftp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement