Advertisement
Guest User

Untitled

a guest
Jul 6th, 2014
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. ~/dbus-1.5.0 $ ./configure
  2. checking build system type... armv6l-unknown-linux-gnueabi
  3. checking host system type... armv6l-unknown-linux-gnueabi
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking how to create a ustar tar archive... gnutar
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking whether gcc and cc understand -c and -o together... yes
  24. checking for g++... g++
  25. checking whether we are using the GNU C++ compiler... yes
  26. checking whether g++ accepts -g... yes
  27. checking dependency style of g++... gcc3
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking minix/config.h usability... no
  42. checking minix/config.h presence... no
  43. checking for minix/config.h... no
  44. checking whether it is safe to define __EXTENSIONS__... yes
  45. checking for library containing strerror... none required
  46. checking for ANSI C header files... (cached) yes
  47. checking for inline... inline
  48. checking for a sed that does not truncate output... /bin/sed
  49. checking for fgrep... /bin/grep -F
  50. checking for ld used by gcc... /usr/bin/ld
  51. checking if the linker (/usr/bin/ld) is GNU ld... yes
  52. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  53. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  54. checking whether ln -s works... yes
  55. checking the maximum length of command line arguments... 1572864
  56. checking whether the shell understands some XSI constructs... yes
  57. checking whether the shell understands "+="... yes
  58. checking for /usr/bin/ld option to reload object files... -r
  59. checking for objdump... objdump
  60. checking how to recognize dependent libraries... pass_all
  61. checking for ar... ar
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from gcc object... ok
  65. checking for dlfcn.h... yes
  66. checking whether we are using the GNU C++ compiler... (cached) yes
  67. checking whether g++ accepts -g... (cached) yes
  68. checking dependency style of g++... (cached) gcc3
  69. checking how to run the C++ preprocessor... g++ -E
  70. checking for objdir... .libs
  71. checking if gcc supports -fno-rtti -fno-exceptions... no
  72. checking for gcc option to produce PIC... -fPIC -DPIC
  73. checking if gcc PIC flag -fPIC -DPIC works... yes
  74. checking if gcc static flag -static works... yes
  75. checking if gcc supports -c -o file.o... yes
  76. checking if gcc supports -c -o file.o... (cached) yes
  77. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  78. checking whether -lc should be explicitly linked in... no
  79. checking dynamic linker characteristics... GNU/Linux ld.so
  80. checking how to hardcode library paths into programs... immediate
  81. checking whether stripping libraries is possible... yes
  82. checking if libtool supports shared libraries... yes
  83. checking whether to build shared libraries... yes
  84. checking whether to build static libraries... yes
  85. checking for ld used by g++... /usr/bin/ld
  86. checking if the linker (/usr/bin/ld) is GNU ld... yes
  87. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  88. checking for g++ option to produce PIC... -fPIC -DPIC
  89. checking if g++ PIC flag -fPIC -DPIC works... yes
  90. checking if g++ static flag -static works... yes
  91. checking if g++ supports -c -o file.o... yes
  92. checking if g++ supports -c -o file.o... (cached) yes
  93. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking for windres... no
  97. checking whether we are using the GNU C Library 2.1 or newer... yes
  98. checking size of char... 1
  99. checking size of short... 2
  100. checking size of long... 4
  101. checking size of int... 4
  102. checking size of void *... 4
  103. checking size of long long... 8
  104. checking size of __int64... 0
  105. checking 64-bit integer type... long long
  106. checking 32-bit integer type... int
  107. checking 16-bit integer type... short
  108. checking whether byte ordering is bigendian... no
  109. checking for an implementation of va_copy()... yes
  110. checking for an implementation of __va_copy()... yes
  111. checking whether va_lists can be copied by value... no
  112. checking whether gcc knows __sync_sub_and_fetch()... yes
  113. checking for library containing socket... none required
  114. checking for gethostbyname... yes
  115. checking for vsnprintf... yes
  116. checking for vasprintf... yes
  117. checking for nanosleep... yes
  118. checking for usleep... yes
  119. checking for setenv... yes
  120. checking for clearenv... yes
  121. checking for unsetenv... yes
  122. checking for socketpair... yes
  123. checking for getgrouplist... yes
  124. checking for fpathconf... yes
  125. checking for setrlimit... yes
  126. checking for poll... yes
  127. checking for setlocale... yes
  128. checking for localeconv... yes
  129. checking for strtoll... yes
  130. checking for strtoull... yes
  131. checking for broken poll... no
  132. checking for dirfd... yes
  133. checking sys/resource.h usability... yes
  134. checking sys/resource.h presence... yes
  135. checking for sys/resource.h... yes
  136. checking dirent.h usability... yes
  137. checking dirent.h presence... yes
  138. checking for dirent.h... yes
  139. checking execinfo.h usability... yes
  140. checking execinfo.h presence... yes
  141. checking for execinfo.h... yes
  142. checking for backtrace... yes
  143. checking errno.h usability... yes
  144. checking errno.h presence... yes
  145. checking for errno.h... yes
  146. checking signal.h usability... yes
  147. checking signal.h presence... yes
  148. checking for signal.h... yes
  149. checking locale.h usability... yes
  150. checking locale.h presence... yes
  151. checking for locale.h... yes
  152. checking byteswap.h usability... yes
  153. checking byteswap.h presence... yes
  154. checking for byteswap.h... yes
  155. checking for unistd.h... (cached) yes
  156. checking ws2tcpip.h usability... no
  157. checking ws2tcpip.h presence... no
  158. checking for ws2tcpip.h... no
  159. checking wspiapi.h usability... no
  160. checking wspiapi.h presence... no
  161. checking for wspiapi.h... no
  162. checking for posix getpwnam_r... yes
  163. checking whether socklen_t is defined... yes
  164. checking sys/uio.h usability... yes
  165. checking sys/uio.h presence... yes
  166. checking for sys/uio.h... yes
  167. checking for writev... yes
  168. checking sys/syslimits.h usability... no
  169. checking sys/syslimits.h presence... no
  170. checking for sys/syslimits.h... no
  171. checking whether MSG_NOSIGNAL is declared... yes
  172. checking for ISO C99 varargs macros in C... yes
  173. checking for GNUC varargs macros... yes
  174. checking for struct cmsgcred... no
  175. checking for getpeerucred... no
  176. checking for getpeereid... no
  177. checking for pipe2... yes
  178. checking for accept4... yes
  179. checking abstract socket namespace... yes
  180. checking for pkg-config... /usr/bin/pkg-config
  181. checking pkg-config is at least version 0.9.0... yes
  182. checking for XML_ParserCreate_MM in -lexpat... yes
  183. checking expat.h usability... yes
  184. checking expat.h presence... yes
  185. checking for expat.h... yes
  186. checking for pthread_cond_timedwait... yes
  187. checking for pthread_cond_timedwait in -lpthread... yes
  188. checking for pthread_condattr_setclock... yes
  189. checking for library containing clock_getres... -lrt
  190. checking for CLOCK_MONOTONIC... found
  191. checking for is_selinux_enabled in -lselinux... no
  192. configure: WARNING: Sufficiently new SELinux library not found
  193. checking sys/inotify.h usability... yes
  194. checking sys/inotify.h presence... yes
  195. checking for sys/inotify.h... yes
  196. checking for inotify_init1... yes
  197. checking sys/event.h usability... no
  198. checking sys/event.h presence... no
  199. checking for sys/event.h... no
  200. checking for kqueue... no
  201. checking launch.h usability... no
  202. checking launch.h presence... no
  203. checking for launch.h... no
  204. checking for launchctl... no
  205. checking for audit_log_user_avc_message in -laudit... no
  206. checking for ADT API... no
  207. checking for SCM_RIGHTS... supported
  208. checking for X... libraries , headers
  209. checking for gethostbyname... (cached) yes
  210. checking for connect... yes
  211. checking for remove... yes
  212. checking for shmat... yes
  213. checking for IceConnectionNumber in -lICE... yes
  214. checking whether gcc supports "-Wfloat-equal"... yes
  215. checking whether gcc supports "-Wdeclaration-after-statement"... yes
  216. checking whether gcc supports "-fno-common"... yes
  217. checking whether gcc supports "-fPIC"... yes
  218. checking whether /usr/bin/ld supports "-z,relro"... yes
  219. checking whether gcc supports "-fPIE"... yes
  220. checking whether /usr/bin/ld supports "-z,relro"... yes
  221. checking whether gcc supports "-Wno-pointer-sign"... yes
  222. checking whether /usr/bin/ld supports "--gc-sections"... yes
  223.  
  224. checking for doxygen... no
  225. checking whether to build Doxygen documentation... no
  226. checking for xsltproc... false
  227. checking for xmlto... no
  228. checking whether to build XML documentation... no
  229. checking for man2html... no
  230. checking crt_externs.h usability... no
  231. checking crt_externs.h presence... no
  232. checking for crt_externs.h... no
  233. checking for _NSGetEnviron... no
  234. configure: creating ./config.status
  235. ./configure: line 20742: ./config.status: Permission denied
  236. ./configure: line 20756: ./config.status: Permission denied
  237. ./configure: line 21138: ./config.status: Permission denied
  238. ./configure: line 21166: ./config.status: Permission denied
  239. ./configure: line 21174: ./config.status: Permission denied
  240. ./configure: line 21206: ./config.status: Permission denied
  241. ./configure: line 21225: ./config.status: Permission denied
  242. ./configure: line 21302: ./config.status: Permission denied
  243. ./configure: line 21313: ./config.status: Permission denied
  244. ./configure: line 21324: ./config.status: Permission denied
  245. ./configure: line 21767: ./config.status: Permission denied
  246. ./configure: line 21903: ./config.status: Permission denied
  247. ./configure: line 21948: ./config.status: Permission denied
  248. ./configure: line 21950: ./config.status: Permission denied
  249. ./configure: line 21979: ./config.status: Permission denied
  250. ./configure: line 22011: ./config.status: Permission denied
  251. ./configure: line 22082: ./config.status: Permission denied
  252. ./configure: line 22084: ./config.status: Permission denied
  253. ./configure: line 22118: ./config.status: Permission denied
  254. ./configure: line 22268: ./config.status: Permission denied
  255. ./configure: line 22288: ./config.status: Permission denied
  256. ./configure: line 22302: ./config.status: Permission denied
  257. ./configure: line 22306: ./config.status: Permission denied
  258. configure: error: write failure creating ./config.status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement