Advertisement
rootkea

zsh

May 8th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.59 KB | None | 0 0
  1. ===>   zsh-5.0.7_3 depends on package: libiconv>=1.14_8 - found
  2. ===>   zsh-5.0.7_3 depends on shared library: libgdbm.so - found (/usr/local/lib/libgdbm.so)
  3. ===>   zsh-5.0.7_3 depends on shared library: libpcre.so - not found
  4. ===>    Verifying for libpcre.so in /usr/ports/devel/pcre
  5. ===>  Configuring for pcre-8.35_2
  6. configure: loading site script /usr/ports/Templates/config.site
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
  10. checking for gawk... (cached) /usr/bin/awk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether make supports nested variables... yes
  13. checking whether make supports nested variables... (cached) yes
  14. checking for style of include used by make... GNU
  15. checking for gcc... cc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether cc accepts -g... yes
  23. checking for cc option to accept ISO C89... none needed
  24. checking whether cc understands -c and -o together... yes
  25. checking dependency style of cc... gcc3
  26. checking for ar... ar
  27. checking the archiver (ar) interface... ar
  28. checking for gcc... (cached) cc
  29. checking whether we are using the GNU C compiler... (cached) yes
  30. checking whether cc accepts -g... (cached) yes
  31. checking for cc option to accept ISO C89... (cached) none needed
  32. checking whether cc understands -c and -o together... (cached) yes
  33. checking dependency style of cc... (cached) gcc3
  34. checking whether we are using the GNU C++ compiler... yes
  35. checking whether c++ accepts -g... yes
  36. checking dependency style of c++... gcc3
  37. checking how to run the C preprocessor... cpp
  38. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  39. checking for egrep... (cached) /usr/bin/egrep
  40. checking for ANSI C header files... (cached) yes
  41. checking for sys/types.h... (cached) yes
  42. checking for sys/stat.h... (cached) yes
  43. checking for stdlib.h... (cached) yes
  44. checking for string.h... (cached) yes
  45. checking for memory.h... (cached) yes
  46. checking for strings.h... (cached) yes
  47. checking for inttypes.h... (cached) yes
  48. checking for stdint.h... (cached) yes
  49. checking for unistd.h... (cached) yes
  50. checking for int64_t... (cached) yes
  51. checking build system type... amd64-portbld-freebsd10.1
  52. checking host system type... amd64-portbld-freebsd10.1
  53. checking how to print strings... printf
  54. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  55. checking for fgrep... (cached) /usr/bin/fgrep
  56. checking for ld used by cc... /usr/bin/ld
  57. checking if the linker (/usr/bin/ld) is GNU ld... yes
  58. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  59. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  60. checking whether ln -s works... yes
  61. checking the maximum length of command line arguments... (cached) 262144
  62. checking whether the shell understands some XSI constructs... yes
  63. checking whether the shell understands "+="... no
  64. checking how to convert amd64-portbld-freebsd10.1 file names to amd64-portbld-freebsd10.1 format... func_convert_file_noop
  65. checking how to convert amd64-portbld-freebsd10.1 file names to toolchain format... func_convert_file_noop
  66. checking for /usr/bin/ld option to reload object files... -r
  67. checking for objdump... objdump
  68. checking how to recognize dependent libraries... pass_all
  69. checking for dlltool... dlltool
  70. checking how to associate runtime and link libraries... printf %s\n
  71. checking for archiver @FILE support... no
  72. checking for strip... strip
  73. checking for ranlib... ranlib
  74. checking command to parse /usr/bin/nm -B output from cc object... ok
  75. checking for sysroot... no
  76. checking for mt... mt
  77. checking if mt is a manifest tool... no
  78. checking for dlfcn.h... (cached) yes
  79. checking for objdir... .libs
  80. checking if cc supports -fno-rtti -fno-exceptions... yes
  81. checking for cc option to produce PIC... -fPIC -DPIC
  82. checking if cc PIC flag -fPIC -DPIC works... yes
  83. checking if cc static flag -static works... yes
  84. checking if cc supports -c -o file.o... yes
  85. checking if cc supports -c -o file.o... (cached) yes
  86. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  87. checking whether -lc should be explicitly linked in... no
  88. checking dynamic linker characteristics... freebsd10.1 ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... yes
  94. checking how to run the C++ preprocessor... c++ -E
  95. checking for ld used by c++... /usr/bin/ld
  96. checking if the linker (/usr/bin/ld) is GNU ld... yes
  97. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  98. checking for c++ option to produce PIC... -fPIC -DPIC
  99. checking if c++ PIC flag -fPIC -DPIC works... yes
  100. checking if c++ static flag -static works... yes
  101. checking if c++ supports -c -o file.o... yes
  102. checking if c++ supports -c -o file.o... (cached) yes
  103. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  104. checking dynamic linker characteristics... freebsd10.1 ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. checking whether ln -s works... yes
  107. checking whether the -Werror option is usable... yes
  108. checking for simple visibility declarations... yes
  109. checking for ANSI C header files... (cached) yes
  110. checking for limits.h... (cached) yes
  111. checking for sys/types.h... (cached) yes
  112. checking for sys/stat.h... (cached) yes
  113. checking for dirent.h... (cached) yes
  114. checking windows.h usability... no
  115. checking windows.h presence... no
  116. checking for windows.h... no
  117. checking for alias support in the linker... no
  118. checking for alias support in the linker... no
  119. checking string usability... yes
  120. checking string presence... yes
  121. checking for string... yes
  122. checking bits/type_traits.h usability... no
  123. checking bits/type_traits.h presence... no
  124. checking for bits/type_traits.h... no
  125. checking type_traits.h usability... no
  126. checking type_traits.h presence... no
  127. checking for type_traits.h... no
  128. checking for strtoq... yes
  129. checking for long long... (cached) yes
  130. checking for unsigned long long... (cached) yes
  131. checking for an ANSI C-conforming const... yes
  132. checking for size_t... (cached) yes
  133. checking for bcopy... (cached) yes
  134. checking for memmove... (cached) yes
  135. checking for strerror... (cached) yes
  136. checking for zlib.h... (cached) yes
  137. checking for gzopen in -lz... yes
  138. checking bzlib.h usability... yes
  139. checking bzlib.h presence... yes
  140. checking for bzlib.h... yes
  141. checking for libbz2... yes
  142. checking readline/readline.h usability... yes
  143. checking readline/readline.h presence... yes
  144. checking for readline/readline.h... yes
  145. checking readline/history.h usability... yes
  146. checking readline/history.h presence... yes
  147. checking for readline/history.h... yes
  148. checking for readline in -lreadline... yes
  149. checking editline/readline.h usability... no
  150. checking editline/readline.h presence... no
  151. checking for editline/readline.h... no
  152. checking edit/readline/readline.h usability... yes
  153. checking edit/readline/readline.h presence... yes
  154. checking for edit/readline/readline.h... yes
  155. checking for readline in -ledit... yes
  156. checking for the pthreads library -lpthreads... no
  157. checking whether pthreads work without any flags... no
  158. checking whether pthreads work with -Kthread... no
  159. checking whether pthreads work with -kthread... no
  160. checking for the pthreads library -llthread... no
  161. checking whether pthreads work with -pthread... yes
  162. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  163. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  164. checking for PTHREAD_PRIO_INHERIT... yes
  165. ** Cannot use both --enable-pcretest-libedit and --enable-pcretest-readline
  166. ===>  Script "configure" failed unexpectedly.
  167. Please report the problem to bf@FreeBSD.org [maintainer] and attach the
  168. "/usr/ports/devel/pcre/work/pcre-8.35/config.log" including the output of the
  169. failure of your make command. Also, it might be a good idea to provide an
  170. overview of all packages installed on your system (e.g. a
  171. /usr/local/sbin/pkg-static info -g -Ea).
  172. *** Error code 1
  173.  
  174. Stop.
  175. make[3]: stopped in /usr/ports/devel/pcre
  176. *** Error code 1
  177.  
  178. Stop.
  179. make[2]: stopped in /usr/ports/devel/pcre
  180. *** Error code 1
  181.  
  182. Stop.
  183. make[1]: stopped in /usr/ports/shells/zsh
  184. *** Error code 1
  185.  
  186. Stop.
  187. make: stopped in /usr/ports/shells/zsh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement