spacepaste

  1.  
  2. prt-get: installing /usr/ports/audio/pulseaudio-32
  3. prt-get: starting build Mon Feb 8 03:44:28 2016
  4. =======> Building '/usr/ports/audio/pulseaudio-32/pulseaudio-32#8.0-1.pkg.tar.xz'.
  5. bsdtar -p -o -C /usr/ports/audio/pulseaudio-32/work/src -xf /usr/ports/audio/pulseaudio-32/pulseaudio-8.0.tar.xz
  6. + build
  7. + cd pulseaudio-8.0
  8. + ./configure --prefix=/usr --libexecdir=/usr/lib32/pulseaudio/libexec --sysconfdir=/etc --localstatedir=/var --disable-nls --disable-rpath --disable-tcpwrap --disable-esound --disable-x11 --disable-gtk3 --disable-oss-output --disable-oss-wrapper --disable-ipv6 --disable-legacy-database-entry-format --disable-hal-compat --disable-systemd --with-database=tdb --disable-tests
  9. configure: WARNING: unrecognized options: --disable-systemd
  10. checking for a BSD-compatible install... /usr/bin/install -c
  11. checking whether build environment is sane... yes
  12. checking for a thread-safe mkdir -p... /bin/mkdir -p
  13. checking for gawk... gawk
  14. checking whether make sets $(MAKE)... yes
  15. checking whether make supports nested variables... yes
  16. checking whether UID '0' is supported by ustar format... yes
  17. checking whether GID '0' is supported by ustar format... yes
  18. checking how to create a ustar tar archive... gnutar
  19. checking build system type... x86_64-unknown-linux-gnu
  20. checking host system type... x86_64-unknown-linux-gnu
  21. checking for stow... no
  22. checking whether make supports nested variables... (cached) yes
  23. checking whether ln -s works... yes
  24. checking for gcc... gcc
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether gcc accepts -g... yes
  32. checking for gcc option to accept ISO C89... none needed
  33. checking whether gcc understands -c and -o together... yes
  34. checking for style of include used by make... GNU
  35. checking dependency style of gcc... gcc3
  36. checking for gcc option to accept ISO C99... none needed
  37. checking for g++... g++
  38. checking whether we are using the GNU C++ compiler... yes
  39. checking whether g++ accepts -g... yes
  40. checking dependency style of g++... gcc3
  41. checking how to run the C preprocessor... gcc -E
  42. checking for grep that handles long lines and -e... /usr/bin/grep
  43. checking for egrep... /usr/bin/grep -E
  44. checking whether gcc needs -traditional... no
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking minix/config.h usability... no
  56. checking minix/config.h presence... no
  57. checking for minix/config.h... no
  58. checking whether it is safe to define __EXTENSIONS__... yes
  59. checking for gm4... no
  60. checking for m4... m4
  61. checking for pkg-config... /usr/bin/pkg-config
  62. checking pkg-config is at least version 0.9.0... yes
  63. checking host operating system... linux
  64. checking whether C compiler accepts -Wall... yes
  65. checking whether C compiler accepts -W... yes
  66. checking whether C compiler accepts -Wextra... yes
  67. checking whether C compiler accepts -pipe... yes
  68. checking whether C compiler accepts -Wno-long-long... yes
  69. checking whether C compiler accepts -Wno-overlength-strings... yes
  70. checking whether C compiler accepts -Wunsafe-loop-optimizations... yes
  71. checking whether C compiler accepts -Wundef... yes
  72. checking whether C compiler accepts -Wformat=2... yes
  73. checking whether C compiler accepts -Wlogical-op... yes
  74. checking whether C compiler accepts -Wsign-compare... yes
  75. checking whether C compiler accepts -Wformat-security... yes
  76. checking whether C compiler accepts -Wmissing-include-dirs... yes
  77. checking whether C compiler accepts -Wformat-nonliteral... yes
  78. checking whether C compiler accepts -Wold-style-definition... no
  79. checking whether C compiler accepts -Wpointer-arith... yes
  80. checking whether C compiler accepts -Winit-self... yes
  81. checking whether C compiler accepts -Wdeclaration-after-statement... yes
  82. checking whether C compiler accepts -Wfloat-equal... yes
  83. checking whether C compiler accepts -Wmissing-prototypes... yes
  84. checking whether C compiler accepts -Wstrict-prototypes... no
  85. checking whether C compiler accepts -Wredundant-decls... yes
  86. checking whether C compiler accepts -Wmissing-declarations... yes
  87. checking whether C compiler accepts -Wmissing-noreturn... yes
  88. checking whether C compiler accepts -Wshadow... yes
  89. checking whether C compiler accepts -Wendif-labels... yes
  90. checking whether C compiler accepts -Wcast-align... yes
  91. checking whether C compiler accepts -Wstrict-aliasing... yes
  92. checking whether C compiler accepts -Wwrite-strings... yes
  93. checking whether C compiler accepts -Wno-unused-parameter... yes
  94. checking whether C compiler accepts -ffast-math... yes
  95. checking whether C compiler accepts -fno-common... yes
  96. checking whether C compiler accepts -fdiagnostics-show-option... yes
  97. checking whether C compiler accepts -fdiagnostics-color=auto... yes
  98. checking whether the linker accepts "-Wl,-version-script=./src/map-file"... yes
  99. checking whether the linker accepts -Wl,-z,now... yes
  100. checking whether the linker accepts -Wl,-z,nodelete... yes
  101. checking whether the linker accepts -Wl,--no-undefined... yes
  102. checking whether gcc knows __sync_bool_compare_and_swap()... yes
  103. checking how to print strings... printf
  104. checking for a sed that does not truncate output... /bin/sed
  105. checking for fgrep... /usr/bin/grep -F
  106. checking for ld used by gcc... /usr/bin/ld
  107. checking if the linker (/usr/bin/ld) is GNU ld... yes
  108. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  109. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  110. checking the maximum length of command line arguments... 1572864
  111. checking whether the shell understands some XSI constructs... yes
  112. checking whether the shell understands "+="... no
  113. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  114. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  115. checking for /usr/bin/ld option to reload object files... -r
  116. checking for objdump... objdump
  117. checking how to recognize dependent libraries... pass_all
  118. checking for dlltool... no
  119. checking how to associate runtime and link libraries... printf %s\n
  120. checking for ar... ar
  121. checking for archiver @FILE support... @
  122. checking for strip... strip
  123. checking for ranlib... ranlib
  124. checking command to parse /usr/bin/nm -B output from gcc object... ok
  125. checking for sysroot... no
  126. checking for mt... no
  127. checking if : is a manifest tool... no
  128. checking for dlfcn.h... yes
  129. checking for objdir... .libs
  130. checking if gcc supports -fno-rtti -fno-exceptions... no
  131. checking for gcc option to produce PIC... -fPIC -DPIC
  132. checking if gcc PIC flag -fPIC -DPIC works... yes
  133. checking if gcc static flag -static works... yes
  134. checking if gcc supports -c -o file.o... yes
  135. checking if gcc supports -c -o file.o... (cached) yes
  136. checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  137. checking whether -lc should be explicitly linked in... no
  138. checking dynamic linker characteristics... GNU/Linux ld.so
  139. checking how to hardcode library paths into programs... immediate
  140. checking for shl_load... no
  141. checking for shl_load in -ldld... no
  142. checking for dlopen... no
  143. checking for dlopen in -ldl... yes
  144. checking whether a program can dlopen itself... yes
  145. checking whether a statically linked program can dlopen itself... no
  146. checking whether stripping libraries is possible... yes
  147. checking if libtool supports shared libraries... yes
  148. checking whether to build shared libraries... yes
  149. checking whether to build static libraries... no
  150. checking how to run the C++ preprocessor... g++ -E
  151. checking for ld used by g++... /usr/bin/ld -m elf_i386
  152. checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
  153. checking whether the g++ linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  154. checking for g++ option to produce PIC... -fPIC -DPIC
  155. checking if g++ PIC flag -fPIC -DPIC works... yes
  156. checking if g++ static flag -static works... yes
  157. checking if g++ supports -c -o file.o... yes
  158. checking if g++ supports -c -o file.o... (cached) yes
  159. checking whether the g++ linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  160. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  161. checking how to hardcode library paths into programs... immediate
  162. checking ltdl.h usability... yes
  163. checking ltdl.h presence... yes
  164. checking for ltdl.h... yes
  165. checking for lt_dladvise_init in -lltdl... no
  166. configure: error: Unable to find libltdl version 2. Makes sure you have libtool 2.4 or later installed.
  167. =======> ERROR: Building '/usr/ports/audio/pulseaudio-32/pulseaudio-32#8.0-1.pkg.tar.xz' failed.
  168.