Advertisement
Guest User

Untitled

a guest
Mar 31st, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.16 KB | None | 0 0
  1. # ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for git head...
  8. checking for slot... 0.72
  9. checking whether we're building shared libaries...
  10. checking whether we're building static libaries... no
  11. checking for g++... g++
  12. checking whether the C++ compiler works... yes
  13. checking for C++ compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of g++... gcc3
  21. checking whether ln -s works... yes
  22. checking build system type... x86_64-unknown-linux-gnu
  23. checking host system type... x86_64-unknown-linux-gnu
  24. checking how to print strings... printf
  25. checking for gcc... gcc
  26. checking whether we are using the GNU C compiler... yes
  27. checking whether gcc accepts -g... yes
  28. checking for gcc option to accept ISO C89... none needed
  29. checking dependency style of gcc... gcc3
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for fgrep... /bin/grep -F
  34. checking for ld used by gcc... /usr/bin/ld
  35. checking if the linker (/usr/bin/ld) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  37. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  38. checking the maximum length of command line arguments... 1572864
  39. checking whether the shell understands some XSI constructs... yes
  40. checking whether the shell understands "+="... yes
  41. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  42. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  43. checking for /usr/bin/ld option to reload object files... -r
  44. checking for objdump... objdump
  45. checking how to recognize dependent libraries... pass_all
  46. checking for dlltool... no
  47. checking how to associate runtime and link libraries... printf %s\n
  48. checking for ar... ar
  49. checking for archiver @FILE support... @
  50. checking for strip... strip
  51. checking for ranlib... ranlib
  52. checking command to parse /usr/bin/nm -B output from gcc object... ok
  53. checking for sysroot... no
  54. checking for mt... no
  55. checking if : is a manifest tool... no
  56. checking how to run the C preprocessor... gcc -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for dlfcn.h... yes
  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... no
  83. checking how to run the C++ preprocessor... g++ -E
  84. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  85. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  86. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  87. checking for g++ option to produce PIC... -fPIC -DPIC
  88. checking if g++ PIC flag -fPIC -DPIC works... yes
  89. checking if g++ static flag -static works... yes
  90. checking if g++ supports -c -o file.o... yes
  91. checking if g++ supports -c -o file.o... (cached) yes
  92. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  93. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether make sets $(MAKE)... (cached) yes
  96. checking for pkg-config... no
  97. checking whether byte ordering is bigendian... no
  98. checking for abi::__cxa_demangle... yes
  99. checking for alarm... yes
  100. checking for strerror... yes
  101. checking for signal... yes
  102. checking for popen... yes
  103. checking for posix_openpt... yes
  104. checking for grantpt... yes
  105. checking for unlockpt... yes
  106. checking for ptsname_r... yes
  107. checking for lchflags... no
  108. checking for utimensat... yes
  109. checking for f*xattr function family... yes
  110. checking for canonicalize_file_name... yes
  111. checking for dirent.d_type... yes
  112. checking for fallocate... yes
  113. checking for go faster stripes... no
  114. checking for compiler __thread support... yes
  115. checking whether -pthread -lpthread gets us posix threads... yes
  116. checking how to get clock_gettime... -lrt
  117. checking whether our compiler is iccy... no
  118. checking for appropriate compiler flags...  -Wall -Wextra -Wold-style-cast -Wredundant-decls -Wstrict-null-sentinel -Wmissing-noreturn -Woverloaded-virtual -Winit-self -Wunreachable-code -Wunused -Wunused-function -Wshadow -Wwrite-strings -Wfloat-equal -Wno-ignored-qualifiers
  119. checking whether we want -Wno-non-virtual-dtor to work around compiler silliness... no
  120. checking whether we want -std=gnu++0x... yes
  121. checking whether we need -fno-deduce-init-list... no
  122. checking for 'extern template' support... yes
  123. checking whether c++0x 'extern template' works as we expect... yes
  124. checking whether -pedantic works if we use extern template... yes
  125. checking for compiler support for partial specialisation of template classes... yes
  126. checking for a sufficiently standard std::basic_string<>... yes
  127. checking for a usable std::numeric_limits... yes
  128. checking for a usable std::set<>::const_reverse_iterator... yes
  129. checking whether your compiler tries to inline extern template things... no
  130. checking whether your compiler has referencing issues... no
  131. checking whether we should explicitly instantiate fully specialised templates... yes
  132. checking for compiler support for static_assert... yes
  133. checking whether static_assert works... yes
  134. checking for hashed associative containers... std::unordered_map
  135. checking for std::shared_ptr<>... yes
  136. checking for std::remove_pointer<>... yes
  137. checking for std::bind<>... yes
  138. checking for std::next... yes
  139. checking for c++0x-compliant <random>... yes
  140. checking for c++0x default and deleted functions... yes
  141. checking for c++0x variadic templates... yes
  142. checking for c++0x auto... yes
  143. checking for c++0x rvalue references... yes
  144. checking for c++0x enum class support... yes
  145. checking whether to enable visibility... no
  146. checking how to disable strict aliasing when using dodgy Boost libraries...  -fno-strict-aliasing
  147. checking for debugging flags to move from CXXFLAGS to PALUDIS_CXXFLAGS...  -g
  148. checking for new CXXFLAGS...  -O2 -pedantic
  149. checking for new PALUDIS_CXXFLAGS...  -pthread -Wall -Wextra -Wold-style-cast -Wredundant-decls -Wstrict-null-sentinel -Wmissing-noreturn -Woverloaded-virtual -Winit-self -Wunreachable-code -Wunused -Wunused-function -Wshadow -Wwrite-strings -Wfloat-equal -Wno-ignored-qualifiers -std=gnu++0x -pedantic -DPALUDIS_HAVE_STD_NEXT=1 -DPALUDIS_HAVE_ENUM_CLASS=1  -g
  150. checking whether we can turn off debugging to avoid pythons eating all your rams...  -g0
  151. checking whether to enable doxygen... autodetect
  152. checking for doxygen... no
  153. checking whether to use external Doxygen tags... no
  154. checking whether to use pre-built documentation... no
  155. checking for asciidoc... yes
  156. checking for xmlto... yes
  157. checking whether to use htmltidy to verify documentation... no
  158. checking whether to build xml things for metadata.xml and GLSA support... no
  159. checking whether to build the stripper... yes
  160. checking whether libmagic works... yes
  161. checking whether to build search index support... no
  162. checking whether we like pink... no :(
  163. checking for dlopen in -lc... no
  164. checking for dlopen in -ldl... yes
  165. checking whether to build the ruby interface... no
  166. checking whether to build the Ruby documentation... no
  167. checking whether to build the python interface... no
  168. checking whether to build the Python documentation... no
  169. checking whether to install Vim scripts... no
  170. checking which repositories to build...... e fake repository unavailable unpackaged unwritten virtuals
  171. checking which environments to build...... paludis test
  172. checking for default distribution... gentoo
  173. checking which clients to build...... cave
  174. checking whether to build pbins... no
  175. checking whether to run tests that require Google Test... yes
  176. checking for gtest-config... yes
  177. checking for PCRECPPDEPS... no
  178. configure: error: pcrecpp (http://www.pcre.org/) is required if --with-clients=cave is used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement