Advertisement
Guest User

Valgrind 3.11 configure on Raspberry Pi 3

a guest
Aug 1st, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.57 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... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... no
  10. checking whether ln -s works... yes
  11. checking for gcc... gcc
  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 gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking whether gcc understands -c and -o together... yes
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking how to run the C preprocessor... gcc -E
  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 for ranlib... ranlib
  29. checking for a sed that does not truncate output... /bin/sed
  30. checking for ar... /usr/bin/ar
  31. checking for perl... /usr/bin/perl
  32. checking for gdb... /usr/local/bin/gdb
  33. checking dependency style of gcc... gcc3
  34. checking for diff -u... yes
  35. checking for a supported version of gcc... ok (4.9.2)
  36. checking build system type... armv7l-unknown-linux-gnueabihf
  37. checking host system type... armv7l-unknown-linux-gnueabihf
  38. checking for a supported CPU... ok (armv7l)
  39. checking for a 64-bit only build... no
  40. checking for a 32-bit only build... no
  41. checking for a supported OS... ok (linux-gnueabihf)
  42. checking for the kernel version... 2.6 or later (4.4.13-v7+)
  43. checking for a supported CPU/OS combination... ok (armv7l-linux-gnueabihf)
  44. checking for use as an inner Valgrind... no
  45. checking for using the undefined behaviour sanitiser... no
  46. checking for Pagesize... 4k
  47. checking for grep that handles long lines and -e... /bin/grep
  48. checking for egrep... /bin/grep -E
  49. checking for ANSI C header files... yes
  50. checking for sys/types.h... yes
  51. checking for sys/stat.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for memory.h... yes
  55. checking for strings.h... yes
  56. checking for inttypes.h... yes
  57. checking for stdint.h... yes
  58. checking for unistd.h... yes
  59. checking features.h usability... yes
  60. checking features.h presence... yes
  61. checking for features.h... yes
  62. checking the glibc version... 2.19 family
  63. checking for AT_FDCWD... yes
  64. checking for stpncpy... yes
  65. checking for PTRACE_GETREGS... yes
  66. checking for CLOCK_MONOTONIC... yes
  67. checking for pthread_rwlock_t... yes
  68. checking for PTHREAD_MUTEX_ADAPTIVE_NP... yes
  69. checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
  70. checking for PTHREAD_MUTEX_RECURSIVE_NP... yes
  71. checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP... yes
  72. checking for pthread_mutex_t.__m_kind... no
  73. checking for pthread_mutex_t.__data.__kind... yes
  74. checking if AT_HWCAP contains the altivec indicator... no
  75. checking if AT_HWCAP contains the vsx indicator... no
  76. checking if AT_HWCAP contains the dfp indicator... no
  77. checking if AT_HWCAP contains the arch_2_05 indicator... no
  78. checking if AT_HWCAP contains the arch_2_06 indicator... no
  79. checking if AT_HWCAP contains the arch_2_07 indicator... no
  80. checking if AT_HWCAP contains the htm indicator... no
  81. checking that assembler knows ISA 2.07 instructions ... no
  82. checking for Altivec support in the compiler ... no
  83. checking for VSX compiler flag support... no
  84. checking for VSX support in the assembler ... no
  85. checking that assembler knows DFP... no
  86. checking that compiler knows -mhard-dfp switch... no
  87. checking that compiler knows DFP datatypes... no
  88. checking if compiler accepts the -mhtm flag... no
  89. checking if compiler can find the htm builtins... no
  90. checking for pthread_create@GLIBC2.0()... no
  91. checking for dlinfo RTLD_DI_TLS_MODID... yes
  92. checking for eventfd()... yes
  93. checking that C++ compiler can include <thread> header file... yes
  94. checking for struct user_regs_struct... no
  95. checking if gcc accepts -m32... no
  96. checking if gcc accepts -m64... no
  97. checking if gcc accepts -march=mips32... no
  98. checking if gcc accepts -march=mips64... no
  99. checking if gcc accepts -march=octeon... no
  100. checking if gcc accepts -march=octeon2... no
  101. checking if gcc accepts -mmmx... no
  102. checking if gcc accepts -msse... no
  103. checking if gcc accepts -mpreferred-stack-boundary=2 -m32... no
  104. checking if gcc accepts -mlong-double-128... no
  105. checking if gcc accepts -Wmemset-transposed-args... yes
  106. checking if gcc accepts -Wnonnull... yes
  107. checking if gcc accepts -Woverflow... yes
  108. checking if gcc accepts -Wpointer-sign... yes
  109. checking if gcc accepts -Wuninitialized... yes
  110. checking if gcc accepts -Wunused-function... yes
  111. checking if gcc accepts -Wstatic-local-in-inline... no
  112. checking if gcc accepts -Wmismatched-new-delete... no
  113. checking if gcc accepts -Winfinite-recursion... no
  114. checking if gcc accepts -Wwrite-strings... yes
  115. checking if gcc accepts -Wempty-body... yes
  116. checking if gcc accepts -Wformat... yes
  117. checking if gcc accepts -Wcast-qual... yes
  118. checking if gcc accepts -Wold-style-declaration... yes
  119. checking if gcc accepts -Wignored-qualifiers... yes
  120. checking if gcc accepts -Wmissing-parameter-type... yes
  121. checking if gcc accepts -Wformat-security... yes
  122. checking if gcc accepts -Wextra or -W... -Wextra
  123. checking if gcc accepts -fno-stack-protector... yes
  124. checking if gcc accepts -fno-ipa-icf... no
  125. checking if gcc accepts --param inline-unit-growth... yes
  126. checking if gcc accepts -gdwarf-4 -fdebug-types-section... yes
  127. checking if gcc accepts nested functions... yes
  128. checking if gcc accepts the 'p' constraint in asm statements... no
  129. checking if the linker accepts -Wl,-Ttext-segment... yes
  130. configure: ld -Ttext-segment used, no need to strip build-id NOTEs.
  131. checking if ppc32/64 as supports mtocrf/mfocrf... no
  132. checking if ppc32/64 asm supports phased out floating point instructions... no
  133. checking if amd64 assembler supports fxsave64/fxrstor64... no
  134. checking if x86/amd64 assembler speaks SSE3... no
  135. checking if x86/amd64 assembler speaks SSSE3... no
  136. checking if x86/amd64 assembler supports 'pclmulqdq'... no
  137. checking if x86/amd64 assembler supports 'vpclmulqdq'... no
  138. checking if x86/amd64 assembler supports 'lzcnt'... no
  139. checking if x86/amd64 assembler supports 'loopnel'... no
  140. checking if x86/amd64 assembler supports 'addr32'... no
  141. checking if x86/amd64 assembler speaks SSE4.2... no
  142. checking if x86/amd64 assembler speaks AVX... no
  143. checking if x86/amd64 assembler speaks AVX2... no
  144. checking if x86/amd64 assembler speaks TSX... no
  145. checking if x86/amd64 assembler speaks BMI1 and BMI2... no
  146. checking if x86/amd64 assembler speaks FMA... no
  147. checking if amd64 assembler knows the MPX instructions... no
  148. checking if x86/amd64 assembler knows the MOVBE insn... no
  149. checking if gcc supports the ifunc attribute... no
  150. checking for TLS support... yes
  151. checking for ANSI C header files... (cached) yes
  152. checking asm/unistd.h usability... yes
  153. checking asm/unistd.h presence... yes
  154. checking for asm/unistd.h... yes
  155. checking endian.h usability... yes
  156. checking endian.h presence... yes
  157. checking for endian.h... yes
  158. checking mqueue.h usability... yes
  159. checking mqueue.h presence... yes
  160. checking for mqueue.h... yes
  161. checking sys/endian.h usability... no
  162. checking sys/endian.h presence... no
  163. checking for sys/endian.h... no
  164. checking sys/epoll.h usability... yes
  165. checking sys/epoll.h presence... yes
  166. checking for sys/epoll.h... yes
  167. checking sys/eventfd.h usability... yes
  168. checking sys/eventfd.h presence... yes
  169. checking for sys/eventfd.h... yes
  170. checking sys/klog.h usability... yes
  171. checking sys/klog.h presence... yes
  172. checking for sys/klog.h... yes
  173. checking sys/poll.h usability... yes
  174. checking sys/poll.h presence... yes
  175. checking for sys/poll.h... yes
  176. checking sys/prctl.h usability... yes
  177. checking sys/prctl.h presence... yes
  178. checking for sys/prctl.h... yes
  179. checking sys/signal.h usability... yes
  180. checking sys/signal.h presence... yes
  181. checking for sys/signal.h... yes
  182. checking sys/signalfd.h usability... yes
  183. checking sys/signalfd.h presence... yes
  184. checking for sys/signalfd.h... yes
  185. checking sys/syscall.h usability... yes
  186. checking sys/syscall.h presence... yes
  187. checking for sys/syscall.h... yes
  188. checking sys/time.h usability... yes
  189. checking sys/time.h presence... yes
  190. checking for sys/time.h... yes
  191. checking for sys/types.h... (cached) yes
  192. checking if <linux/futex.h> is usable... yes
  193. checking for uid_t in sys/types.h... yes
  194. checking for off_t... yes
  195. checking for size_t... yes
  196. checking whether time.h and sys/time.h may both be included... yes
  197. checking for working memcmp... yes
  198. checking for stdlib.h... (cached) yes
  199. checking for unistd.h... (cached) yes
  200. checking for sys/param.h... yes
  201. checking for getpagesize... yes
  202. checking for working mmap... yes
  203. checking for pthread_create in -lpthread... yes
  204. checking for clock_gettime in -lrt... yes
  205. checking for clock_gettime... yes
  206. checking for epoll_create... yes
  207. checking for epoll_pwait... yes
  208. checking for klogctl... yes
  209. checking for mallinfo... yes
  210. checking for memchr... yes
  211. checking for memset... yes
  212. checking for mkdir... yes
  213. checking for mremap... yes
  214. checking for ppoll... yes
  215. checking for pthread_barrier_init... yes
  216. checking for pthread_condattr_setclock... yes
  217. checking for pthread_mutex_timedlock... yes
  218. checking for pthread_rwlock_timedrdlock... yes
  219. checking for pthread_rwlock_timedwrlock... yes
  220. checking for pthread_spin_lock... yes
  221. checking for pthread_yield... yes
  222. checking for pthread_setname_np... yes
  223. checking for readlinkat... yes
  224. checking for semtimedop... yes
  225. checking for signalfd... yes
  226. checking for sigwaitinfo... yes
  227. checking for strchr... yes
  228. checking for strdup... yes
  229. checking for strpbrk... yes
  230. checking for strrchr... yes
  231. checking for strstr... yes
  232. checking for syscall... yes
  233. checking for utimensat... yes
  234. checking for process_vm_readv... yes
  235. checking for process_vm_writev... yes
  236. checking for mpicc... mpicc
  237. checking primary target for usable MPI2-compliant C compiler and mpi.h... no
  238. checking secondary target for usable MPI2-compliant C compiler and mpi.h... no
  239. checking for boost... no
  240. checking for OpenMP... yes
  241. checking for __builtin_popcount()... yes
  242. checking for __builtin_clz()... yes
  243. checking for __builtin_ctz()... yes
  244. checking if gcc supports __sync_add_and_fetch for the primary target... yes
  245. checking if gcc supports __sync_add_and_fetch on uint64_t for all targets... yes
  246. checking if g++ supports __sync_add_and_fetch... yes
  247. checking if libstdc++ supports annotating shared pointers... yes
  248. checking that generated files are newer than configure... done
  249. configure: creating ./config.status
  250. config.status: creating Makefile
  251. config.status: creating VEX/Makefile
  252. config.status: creating valgrind.spec
  253. config.status: creating valgrind.pc
  254. config.status: creating glibc-2.X.supp
  255. config.status: creating docs/Makefile
  256. config.status: creating tests/Makefile
  257. config.status: creating tests/vg_regtest
  258. config.status: creating perf/Makefile
  259. config.status: creating perf/vg_perf
  260. config.status: creating gdbserver_tests/Makefile
  261. config.status: creating gdbserver_tests/solaris/Makefile
  262. config.status: creating include/Makefile
  263. config.status: creating auxprogs/Makefile
  264. config.status: creating mpi/Makefile
  265. config.status: creating coregrind/Makefile
  266. config.status: creating memcheck/Makefile
  267. config.status: creating memcheck/tests/Makefile
  268. config.status: creating memcheck/tests/common/Makefile
  269. config.status: creating memcheck/tests/amd64/Makefile
  270. config.status: creating memcheck/tests/x86/Makefile
  271. config.status: creating memcheck/tests/linux/Makefile
  272. config.status: creating memcheck/tests/darwin/Makefile
  273. config.status: creating memcheck/tests/solaris/Makefile
  274. config.status: creating memcheck/tests/amd64-linux/Makefile
  275. config.status: creating memcheck/tests/x86-linux/Makefile
  276. config.status: creating memcheck/tests/amd64-solaris/Makefile
  277. config.status: creating memcheck/tests/x86-solaris/Makefile
  278. config.status: creating memcheck/tests/ppc32/Makefile
  279. config.status: creating memcheck/tests/ppc64/Makefile
  280. config.status: creating memcheck/tests/s390x/Makefile
  281. config.status: creating memcheck/tests/vbit-test/Makefile
  282. config.status: creating cachegrind/Makefile
  283. config.status: creating cachegrind/tests/Makefile
  284. config.status: creating cachegrind/tests/x86/Makefile
  285. config.status: creating cachegrind/cg_annotate
  286. config.status: creating cachegrind/cg_diff
  287. config.status: creating callgrind/Makefile
  288. config.status: creating callgrind/callgrind_annotate
  289. config.status: creating callgrind/callgrind_control
  290. config.status: creating callgrind/tests/Makefile
  291. config.status: creating helgrind/Makefile
  292. config.status: creating helgrind/tests/Makefile
  293. config.status: creating massif/Makefile
  294. config.status: creating massif/tests/Makefile
  295. config.status: creating massif/ms_print
  296. config.status: creating lackey/Makefile
  297. config.status: creating lackey/tests/Makefile
  298. config.status: creating none/Makefile
  299. config.status: creating none/tests/Makefile
  300. config.status: creating none/tests/scripts/Makefile
  301. config.status: creating none/tests/amd64/Makefile
  302. config.status: creating none/tests/ppc32/Makefile
  303. config.status: creating none/tests/ppc64/Makefile
  304. config.status: creating none/tests/x86/Makefile
  305. config.status: creating none/tests/arm/Makefile
  306. config.status: creating none/tests/arm64/Makefile
  307. config.status: creating none/tests/s390x/Makefile
  308. config.status: creating none/tests/mips32/Makefile
  309. config.status: creating none/tests/mips64/Makefile
  310. config.status: creating none/tests/tilegx/Makefile
  311. config.status: creating none/tests/linux/Makefile
  312. config.status: creating none/tests/darwin/Makefile
  313. config.status: creating none/tests/solaris/Makefile
  314. config.status: creating none/tests/amd64-linux/Makefile
  315. config.status: creating none/tests/x86-linux/Makefile
  316. config.status: creating none/tests/amd64-darwin/Makefile
  317. config.status: creating none/tests/x86-darwin/Makefile
  318. config.status: creating none/tests/amd64-solaris/Makefile
  319. config.status: creating none/tests/x86-solaris/Makefile
  320. config.status: creating exp-sgcheck/Makefile
  321. config.status: creating exp-sgcheck/tests/Makefile
  322. config.status: creating drd/Makefile
  323. config.status: creating drd/scripts/download-and-build-splash2
  324. config.status: creating drd/tests/Makefile
  325. config.status: creating exp-bbv/Makefile
  326. config.status: creating exp-bbv/tests/Makefile
  327. config.status: creating exp-bbv/tests/x86/Makefile
  328. config.status: creating exp-bbv/tests/x86-linux/Makefile
  329. config.status: creating exp-bbv/tests/amd64-linux/Makefile
  330. config.status: creating exp-bbv/tests/ppc32-linux/Makefile
  331. config.status: creating exp-bbv/tests/arm-linux/Makefile
  332. config.status: creating exp-dhat/Makefile
  333. config.status: creating exp-dhat/tests/Makefile
  334. config.status: creating shared/Makefile
  335. config.status: creating solaris/Makefile
  336. config.status: creating coregrind/link_tool_exe_linux
  337. config.status: creating coregrind/link_tool_exe_darwin
  338. config.status: creating coregrind/link_tool_exe_solaris
  339. config.status: creating config.h
  340. config.status: executing depfiles commands
  341.  
  342. Maximum build arch: arm
  343. Primary build arch: arm
  344. Secondary build arch:
  345. Build OS: linux
  346. Primary build target: ARM_LINUX
  347. Secondary build target:
  348. Platform variant: vanilla
  349. Primary -DVGPV string: -DVGPV_arm_linux_vanilla=1
  350. Default supp files: exp-sgcheck.supp xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.34567-NPTL-helgrind.supp glibc-2.X.supp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement