Advertisement
razec

abiword

Jun 2nd, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. bash-4.3# prt-get depinst abiword
  2. prt-get: installing /usr/ports/bdfy/abiword
  3. =======> Building '/home/pkgmk/pkg/abiword#2.8.1-1.pkg.tar.xz'.
  4. bsdtar -p -o -C /home/pkgmk/work/abiword/src -xf /home/pkgmk/src/abiword-2.8.1.tar.gz
  5. + build
  6. + cd abiword-2.8.1
  7. + ./configure --prefix=/usr --with-libxml2 --enable-extra-optimization --with-aspell=yes --with-perl=yes --enable-printing --enable-threads
  8. configure: WARNING: unrecognized options: --with-libxml2, --enable-extra-optimization, --with-aspell, --with-perl, --enable-printing, --enable-threads
  9. checking build system type... x86_64-unknown-linux-gnu
  10. checking host system type... x86_64-unknown-linux-gnu
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for gawk... gawk
  15. checking whether make sets $(MAKE)... yes
  16. checking whether to disable maintainer-specific portions of Makefiles... yes
  17. checking for gcc... gcc
  18. checking for C compiler default output file name... a.out
  19. checking whether the C compiler works... yes
  20. checking whether we are cross compiling... no
  21. checking for suffix of executables...
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking for style of include used by make... GNU
  27. checking dependency style of gcc... gcc3
  28. checking for g++... g++
  29. checking whether we are using the GNU C++ compiler... yes
  30. checking whether g++ accepts -g... yes
  31. checking dependency style of g++... gcc3
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking for a sed that does not truncate output... /bin/sed
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for fgrep... /usr/bin/grep -F
  37. checking for ld used by gcc... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  40. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  41. checking whether ln -s works... yes
  42. checking the maximum length of command line arguments... 1572864
  43. checking whether the shell understands some XSI constructs... yes
  44. checking whether the shell understands "+="... yes
  45. checking for /usr/bin/ld option to reload object files... -r
  46. checking for objdump... objdump
  47. checking how to recognize dependent libraries... pass_all
  48. checking for ar... ar
  49. checking for strip... strip
  50. checking for ranlib... ranlib
  51. checking command to parse /usr/bin/nm -B output from gcc object... ok
  52. checking how to run the C preprocessor... gcc -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking for dlfcn.h... yes
  64. checking whether we are using the GNU C++ compiler... (cached) yes
  65. checking whether g++ accepts -g... (cached) yes
  66. checking dependency style of g++... (cached) gcc3
  67. checking how to run the C++ preprocessor... g++ -E
  68. checking for objdir... .libs
  69. checking if gcc supports -fno-rtti -fno-exceptions... no
  70. checking for gcc option to produce PIC... -fPIC -DPIC
  71. checking if gcc PIC flag -fPIC -DPIC works... yes
  72. checking if gcc static flag -static works... yes
  73. checking if gcc supports -c -o file.o... yes
  74. checking if gcc supports -c -o file.o... (cached) yes
  75. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... yes
  83. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  84. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  85. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  86. checking for g++ option to produce PIC... -fPIC -DPIC
  87. checking if g++ PIC flag -fPIC -DPIC works... yes
  88. checking if g++ static flag -static works... yes
  89. checking if g++ supports -c -o file.o... yes
  90. checking if g++ supports -c -o file.o... (cached) yes
  91. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking dynamic linker characteristics... GNU/Linux ld.so
  93. checking how to hardcode library paths into programs... immediate
  94. checking for bash... /bin/bash
  95. checking if dolt supports this host... yes, replacing libtool
  96. checking whether ln -s works... yes
  97. checking for platform and toolkit... unix / gtk
  98. checking sys/time.h usability... yes
  99. checking sys/time.h presence... yes
  100. checking for sys/time.h... yes
  101. checking for working strtod... yes
  102. checking for uint32_t... yes
  103. checking for alarm... yes
  104. checking for gettimeofday... yes
  105. checking for localeconv... yes
  106. checking for strcspn... yes
  107. checking for strncasecmp... yes
  108. checking for strtoul... yes
  109. checking for pkg-config... /usr/bin/pkg-config
  110. checking pkg-config is at least version 0.9.0... yes
  111. checking whether gcc understands -Wall... yes
  112. checking whether gcc understands -Wextra... yes
  113. checking whether gcc understands -Wsign-compare... yes
  114. checking whether gcc understands -Wpointer-arith... yes
  115. checking whether gcc understands -Wchar-subscripts... yes
  116. checking whether gcc understands -Wwrite-strings... yes
  117. checking whether gcc understands -Wmissing-noreturn... yes
  118. checking whether gcc understands -Wunused... yes
  119. checking whether gcc understands -Wpointer-arith... yes
  120. checking whether gcc understands -Wshadow... yes
  121. checking png.h usability... yes
  122. checking png.h presence... yes
  123. checking for png.h... yes
  124. checking jpeglib.h usability... yes
  125. checking jpeglib.h presence... yes
  126. checking for jpeglib.h... yes
  127. checking for jpeg_read_header in -ljpeg... yes
  128. checking zlib.h usability... yes
  129. checking zlib.h presence... yes
  130. checking for zlib.h... yes
  131. checking for DEPS... configure: error: Package requirements (
  132. fribidi >= 0.10.4
  133. glib-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0
  134. libgsf-1 >= 1.12
  135. wv-1.0 >= 1.2.0
  136. enchant >= 1.2.0 gio-2.0
  137. cairo-pdf cairo-ps pangocairo
  138. gtk+-2.0 >= 2.12.0 gtk+-unix-print-2.0 librsvg-2.0 >= 2.16.0
  139. ) were not met:
  140.  
  141. No package 'libgsf-1' found
  142. No package 'wv-1.0' found
  143.  
  144. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  145. installed software in a non-standard prefix.
  146.  
  147. Alternatively, you may set the environment variables DEPS_CFLAGS
  148. and DEPS_LIBS to avoid the need to call pkg-config.
  149. See the pkg-config man page for more details.
  150.  
  151. =======> ERROR: Building '/home/pkgmk/pkg/abiword#2.8.1-1.pkg.tar.xz' failed.
  152. prt-get: error while install
  153.  
  154. -- Packages where install failed
  155. abiword
  156.  
  157. bash-4.3#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement