VirtualSMF

connman build-root config.log

Dec 21st, 2011
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.95 KB | None | 0 0
  1. $ cat config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by connman configure 0.78, which was
  6. generated by GNU Autoconf 2.65. Invocation command line was
  7.  
  8. $ ./configure --target=arm-linux --host=arm-linux --build=i686-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --program-prefix= --disable-gtk-doc --disable-nls --enable-static --enable-shared --localstatedir=/var --enable-threads --enable-debug --enable-ethernet --enable-wifi --enable-bluetooth --enable-loopback --enable-ntpd --enable-client
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = panda
  15. uname -m = i686
  16. uname -r = 3.0.6-gentoo
  17. uname -s = Linux
  18. uname -v = #1 SMP Fri Dec 2 23:08:03 MST 2011
  19.  
  20. /usr/bin/uname -p = AMD Phenom(tm) 9600 Quad-Core Processor
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = unknown
  24. /usr/bin/arch -k = unknown
  25. /usr/convex/getsysinfo = unknown
  26. /usr/bin/hostinfo = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  31. PATH: /root/panda/build-root/git/output/host/bin
  32. PATH: /root/panda/build-root/git/output/host/usr/bin
  33. PATH: /root/panda/build-root/git/output/host/usr/sbin/
  34. PATH: /usr/local/sbin
  35. PATH: /usr/local/bin
  36. PATH: /usr/sbin
  37. PATH: /usr/bin
  38. PATH: /sbin
  39. PATH: /bin
  40. PATH: /opt/bin
  41. PATH: /usr/i686-pc-linux-gnu/armv7a-unknown-linux-gnueabi/gcc-bin/4.5.3
  42. PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.5.3
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:2420: loading site script /usr/share/config.site
  50. | #!/bin/bash
  51. | # Copyright 2009 Gentoo Foundation
  52. | # Distributed under the terms of the GNU General Public License v2
  53. |
  54. | TOPDIR=/usr/share/crossdev/include/site
  55. |
  56. | config_site_arch() {
  57. | local host=$(echo ${CHOST/-/ } | awk '{print $1}')
  58. |
  59. | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
  60. | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
  61. |
  62. | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
  63. |
  64. | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
  65. |
  66. | echo ${host}
  67. | }
  68. |
  69. | config_site_names() {
  70. | local site_arch=$(config_site_arch)
  71. | local sites=""
  72. | local x
  73. |
  74. | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
  75. | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
  76. |
  77. | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
  78. | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
  79. |
  80. | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
  81. | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
  82. |
  83. | for x in ${sites} ${CHOST}; do
  84. | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
  85. | done
  86. | }
  87. |
  88. | if [[ ${CHOST} != "" ]]; then
  89. | sites="$(config_site_names)"
  90. | if [[ ${sites} != "" ]]; then
  91. | for site in ${sites}; do
  92. | echo "$(basename $0): loading site script ${site}"
  93. | . ${site}
  94. | done
  95. | fi
  96. | unset site
  97. | unset sites
  98. | fi
  99. configure:2552: checking for a BSD-compatible install
  100. configure:2620: result: /usr/bin/install -c
  101. configure:2631: checking whether build environment is sane
  102. configure:2681: result: yes
  103. configure:2730: checking for arm-linux-strip
  104. configure:2757: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
  105. configure:2822: checking for a thread-safe mkdir -p
  106. configure:2861: result: /bin/mkdir -p
  107. configure:2874: checking for gawk
  108. configure:2890: found /usr/bin/gawk
  109. configure:2901: result: gawk
  110. configure:2912: checking whether make sets $(MAKE)
  111. configure:2934: result: yes
  112. configure:3031: checking whether to enable maintainer-specific portions of Makefiles
  113. configure:3040: result: no
  114. configure:3164: checking pkg-config is at least version 0.9.0
  115. configure:3167: result: yes
  116. configure:3210: checking for arm-linux-gcc
  117. configure:3237: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
  118. configure:3506: checking for C compiler version
  119. configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc --version >&5
  120. arm-unknown-linux-uclibcgnueabi-gcc (Buildroot 2012.02-git-00078-g265356b-dirty) 4.4.6
  121. Copyright (C) 2010 Free Software Foundation, Inc.
  122. This is free software; see the source for copying conditions. There is NO
  123. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  124.  
  125. configure:3526: $? = 0
  126. configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -v >&5
  127. Using built-in specs.
  128. Target: arm-unknown-linux-uclibcgnueabi
  129. Configured with: /root/panda/build-root/git/output/toolchain/gcc-4.4.6/configure --prefix=/root/panda/build-root/git/output/host/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-unknown-linux-uclibcgnueabi --enable-languages=c,c++ --with-sysroot=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot --with-build-time-tools=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --disable-libgomp --with-gnu-ld --disable-libssp --disable-multilib --enable-tls --disable-shared --with-gmp=/root/panda/build-root/git/output/host/usr --with-mpfr=/root/panda/build-root/git/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a9 --with-pkgversion='Buildroot 2012.02-git-00078-g265356b-dirty' --with-bugurl=http://bugs.buildroot.net/ : (reconfigured) /root/panda/build-root/git/output/toolchain/gcc-4.4.6/configure --prefix=/root/panda/build-root/git/output/host/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-unknown-linux-uclibcgnueabi --enable-languages=c,c++ --with-sysroot=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot --with-build-time-tools=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --disable-libgomp --with-gnu-ld --disable-libssp --disable-multilib --enable-tls --disable-shared --with-gmp=/root/panda/build-root/git/output/host/usr --with-mpfr=/root/panda/build-root/git/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a9 --with-pkgversion='Buildroot 2012.02-git-00078-g265356b-dirty' --with-bugurl=http://bugs.buildroot.net/
  130. Thread model: posix
  131. gcc version 4.4.6 (Buildroot 2012.02-git-00078-g265356b-dirty)
  132. configure:3526: $? = 0
  133. configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -V >&5
  134. arm-unknown-linux-uclibcgnueabi-gcc: '-V' option must have argument
  135. configure:3526: $? = 1
  136. configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -qversion >&5
  137. arm-unknown-linux-uclibcgnueabi-gcc: unrecognized option '-qversion'
  138. arm-unknown-linux-uclibcgnueabi-gcc: no input files
  139. configure:3526: $? = 1
  140. configure:3546: checking whether the C compiler works
  141. configure:3568: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  142. configure:3572: $? = 0
  143. configure:3621: result: yes
  144. configure:3624: checking for C compiler default output file name
  145. configure:3626: result: a.out
  146. configure:3632: checking for suffix of executables
  147. configure:3639: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  148. configure:3643: $? = 0
  149. configure:3665: result:
  150. configure:3687: checking whether we are cross compiling
  151. configure:3725: result: yes
  152. configure:3730: checking for suffix of object files
  153. configure:3752: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  154. configure:3756: $? = 0
  155. configure:3777: result: o
  156. configure:3781: checking whether we are using the GNU C compiler
  157. configure:3800: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  158. configure:3800: $? = 0
  159. configure:3809: result: yes
  160. configure:3818: checking whether /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -g
  161. configure:3838: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -g conftest.c >&5
  162. configure:3838: $? = 0
  163. configure:3879: result: yes
  164. configure:3896: checking for /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89
  165. configure:3960: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  166. configure:3960: $? = 0
  167. configure:3973: result: none needed
  168. configure:4004: checking for style of include used by make
  169. configure:4032: result: GNU
  170. configure:4057: checking dependency style of /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
  171. configure:4167: result: gcc3
  172. configure:4183: checking whether /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc and cc understand -c and -o together
  173. configure:4214: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c conftest.c -o conftest2.o >&5
  174. configure:4218: $? = 0
  175. configure:4224: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c conftest.c -o conftest2.o >&5
  176. configure:4228: $? = 0
  177. configure:4239: cc -c conftest.c >&5
  178. configure:4243: $? = 0
  179. configure:4251: cc -c conftest.c -o conftest2.o >&5
  180. configure:4255: $? = 0
  181. configure:4261: cc -c conftest.c -o conftest2.o >&5
  182. configure:4265: $? = 0
  183. configure:4283: result: yes
  184. configure:4309: checking whether /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -fPIE
  185. configure:4324: result: yes
  186. configure:4398: checking build system type
  187. configure:4412: result: i686-pc-linux-gnu
  188. configure:4432: checking host system type
  189. configure:4445: result: arm-unknown-linux-gnu
  190. configure:4486: checking how to print strings
  191. configure:4513: result: printf
  192. configure:4534: checking for a sed that does not truncate output
  193. configure:4598: result: /bin/sed
  194. configure:4616: checking for grep that handles long lines and -e
  195. configure:4674: result: /bin/grep
  196. configure:4679: checking for egrep
  197. configure:4741: result: /bin/grep -E
  198. configure:4746: checking for fgrep
  199. configure:4808: result: /bin/grep -F
  200. configure:4843: checking for ld used by /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
  201. configure:4910: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld
  202. configure:4917: checking if the linker (/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld) is GNU ld
  203. configure:4932: result: yes
  204. configure:4944: checking for BSD- or MS-compatible name lister (nm)
  205. configure:4993: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm
  206. configure:5123: checking the name lister (/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm) interface
  207. configure:5130: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  208. configure:5133: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm "conftest.o"
  209. configure:5136: output
  210. 00000000 B some_variable
  211. configure:5143: result: BSD nm
  212. configure:5146: checking whether ln -s works
  213. configure:5150: result: yes
  214. configure:5158: checking the maximum length of command line arguments
  215. configure:5283: result: 1572864
  216. configure:5300: checking whether the shell understands some XSI constructs
  217. configure:5310: result: yes
  218. configure:5314: checking whether the shell understands "+="
  219. configure:5320: result: yes
  220. configure:5355: checking for /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld option to reload object files
  221. configure:5362: result: -r
  222. configure:5391: checking for arm-linux-objdump
  223. configure:5418: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump
  224. configure:5490: checking how to recognize dependent libraries
  225. configure:5692: result: pass_all
  226. configure:5712: checking for arm-linux-ar
  227. configure:5739: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar
  228. configure:5817: checking for arm-linux-strip
  229. configure:5844: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
  230. configure:5916: checking for arm-linux-ranlib
  231. configure:5943: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib
  232. configure:6085: checking command to parse /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm output from /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc object
  233. configure:6203: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  234. configure:6206: $? = 0
  235. configure:6210: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  236. configure:6213: $? = 0
  237. configure:6267: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
  238. configure:6270: $? = 0
  239. configure:6308: result: ok
  240. configure:7149: checking how to run the C preprocessor
  241. configure:7219: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
  242. configure:7239: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
  243. configure:7239: $? = 0
  244. configure:7253: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
  245. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  246. configure:7253: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h */
  249. | #define PACKAGE_NAME "connman"
  250. | #define PACKAGE_TARNAME "connman"
  251. | #define PACKAGE_VERSION "0.78"
  252. | #define PACKAGE_STRING "connman 0.78"
  253. | #define PACKAGE_BUGREPORT ""
  254. | #define PACKAGE_URL ""
  255. | #define PACKAGE "connman"
  256. | #define VERSION "0.78"
  257. | /* end confdefs.h. */
  258. | #include <ac_nonexistent.h>
  259. configure:7282: checking for ANSI C header files
  260. configure:7302: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  261. configure:7302: $? = 0
  262. configure:7386: result: yes
  263. configure:7399: checking for sys/types.h
  264. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  265. configure:7399: $? = 0
  266. configure:7399: result: yes
  267. configure:7399: checking for sys/stat.h
  268. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  269. configure:7399: $? = 0
  270. configure:7399: result: yes
  271. configure:7399: checking for stdlib.h
  272. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  273. configure:7399: $? = 0
  274. configure:7399: result: yes
  275. configure:7399: checking for string.h
  276. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  277. configure:7399: $? = 0
  278. configure:7399: result: yes
  279. configure:7399: checking for memory.h
  280. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  281. configure:7399: $? = 0
  282. configure:7399: result: yes
  283. configure:7399: checking for strings.h
  284. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  285. configure:7399: $? = 0
  286. configure:7399: result: yes
  287. configure:7399: checking for inttypes.h
  288. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  289. configure:7399: $? = 0
  290. configure:7399: result: yes
  291. configure:7399: checking for stdint.h
  292. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  293. configure:7399: $? = 0
  294. configure:7399: result: yes
  295. configure:7399: checking for unistd.h
  296. configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  297. configure:7399: $? = 0
  298. configure:7399: result: yes
  299. configure:7414: checking for dlfcn.h
  300. configure:7414: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  301. configure:7414: $? = 0
  302. configure:7414: result: yes
  303. configure:7571: checking for objdir
  304. configure:7586: result: .libs
  305. configure:7853: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc supports -fno-rtti -fno-exceptions
  306. configure:7871: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  307. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  308. configure:7875: $? = 0
  309. configure:7888: result: no
  310. configure:7908: checking for /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to produce PIC
  311. configure:8193: result: -fPIC -DPIC
  312. configure:8205: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc PIC flag -fPIC -DPIC works
  313. configure:8223: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  314. configure:8227: $? = 0
  315. configure:8240: result: yes
  316. configure:8264: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc static flag -static works
  317. configure:8292: result: yes
  318. configure:8307: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc supports -c -o file.o
  319. configure:8328: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  320. configure:8332: $? = 0
  321. configure:8354: result: yes
  322. configure:8362: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc supports -c -o file.o
  323. configure:8409: result: yes
  324. configure:8442: checking whether the /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc linker (/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld) supports shared libraries
  325. configure:9517: result: yes
  326. configure:9554: checking whether -lc should be explicitly linked in
  327. configure:9562: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  328. configure:9565: $? = 0
  329. configure:9580: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  330. configure:9583: $? = 0
  331. configure:9597: result: no
  332. configure:9762: checking dynamic linker characteristics
  333. configure:10217: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
  334. configure:10217: $? = 0
  335. configure:10439: result: GNU/Linux ld.so
  336. configure:10546: checking how to hardcode library paths into programs
  337. configure:10571: result: immediate
  338. configure:11111: checking whether stripping libraries is possible
  339. configure:11116: result: yes
  340. configure:11151: checking if libtool supports shared libraries
  341. configure:11153: result: yes
  342. configure:11156: checking whether to build shared libraries
  343. configure:11177: result: yes
  344. configure:11180: checking whether to build static libraries
  345. configure:11184: result: yes
  346. configure:11263: checking whether to build gtk-doc documentation
  347. configure:11265: result: no
  348. configure:11272: checking for gtkdoc-check
  349. configure:11290: found /usr/bin/gtkdoc-check
  350. configure:11302: result: /usr/bin/gtkdoc-check
  351. configure:11397: checking for wpa_supplicant
  352. configure:11431: result: no
  353. configure:12050: checking sys/inotify.h usability
  354. configure:12050: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c >&5
  355. configure:12050: $? = 0
  356. configure:12050: result: yes
  357. configure:12050: checking sys/inotify.h presence
  358. configure:12050: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
  359. configure:12050: $? = 0
  360. configure:12050: result: yes
  361. configure:12050: checking for sys/inotify.h
  362. configure:12050: result: yes
  363. configure:12063: checking for inotify_init in -lc
  364. configure:12088: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -lc >&5
  365. configure:12088: $? = 0
  366. configure:12097: result: yes
  367. configure:12198: checking resolv.h usability
  368. configure:12198: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c >&5
  369. configure:12198: $? = 0
  370. configure:12198: result: yes
  371. configure:12198: checking resolv.h presence
  372. configure:12198: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
  373. configure:12198: $? = 0
  374. configure:12198: result: yes
  375. configure:12198: checking for resolv.h
  376. configure:12198: result: yes
  377. configure:12210: checking for ns_initparse in -lresolv
  378. configure:12235: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -lresolv >&5
  379. /tmp/ccCKOPnH.o: In function `main':
  380. /root/panda/build-root/git/output/build/connman-0.78/conftest.c:36: undefined reference to `ns_initparse'
  381. collect2: ld returned 1 exit status
  382. configure:12235: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h */
  385. | #define PACKAGE_NAME "connman"
  386. | #define PACKAGE_TARNAME "connman"
  387. | #define PACKAGE_VERSION "0.78"
  388. | #define PACKAGE_STRING "connman 0.78"
  389. | #define PACKAGE_BUGREPORT ""
  390. | #define PACKAGE_URL ""
  391. | #define PACKAGE "connman"
  392. | #define VERSION "0.78"
  393. | #define STDC_HEADERS 1
  394. | #define HAVE_SYS_TYPES_H 1
  395. | #define HAVE_SYS_STAT_H 1
  396. | #define HAVE_STDLIB_H 1
  397. | #define HAVE_STRING_H 1
  398. | #define HAVE_MEMORY_H 1
  399. | #define HAVE_STRINGS_H 1
  400. | #define HAVE_INTTYPES_H 1
  401. | #define HAVE_STDINT_H 1
  402. | #define HAVE_UNISTD_H 1
  403. | #define HAVE_DLFCN_H 1
  404. | #define LT_OBJDIR ".libs/"
  405. | #define HAVE_SYS_INOTIFY_H 1
  406. | #define HAVE_RESOLV_H 1
  407. | /* end confdefs.h. */
  408. |
  409. | /* Override any GCC internal prototype to avoid an error.
  410. | Use char because int might match the return type of a GCC
  411. | builtin and then its argument prototype would still apply. */
  412. | #ifdef __cplusplus
  413. | extern "C"
  414. | #endif
  415. | char ns_initparse ();
  416. | int
  417. | main ()
  418. | {
  419. | return ns_initparse ();
  420. | ;
  421. | return 0;
  422. | }
  423. configure:12244: result: no
  424. configure:12250: checking for __ns_initparse in -lresolv
  425. configure:12275: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -lresolv >&5
  426. configure:12275: $? = 0
  427. configure:12284: result: yes
  428. configure:12296: checking for signalfd
  429. configure:12296: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c >&5
  430. configure:12296: $? = 0
  431. configure:12296: result: yes
  432. configure:12304: checking for dlopen in -ldl
  433. configure:12329: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -ldl >&5
  434. configure:12329: $? = 0
  435. configure:12338: result: yes
  436. configure:12528: checking for ntpd
  437. configure:12562: result: no
  438. configure:12657: checking for GLIB
  439. configure:12664: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22"
  440. configure:12667: $? = 0
  441. configure:12680: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22"
  442. configure:12683: $? = 0
  443. configure:12720: result: yes
  444. configure:12733: checking for GTHREAD
  445. configure:12740: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.16"
  446. configure:12743: $? = 0
  447. configure:12756: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.16"
  448. configure:12759: $? = 0
  449. configure:12796: result: yes
  450. configure:12806: checking for DBUS
  451. configure:12813: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0"
  452. configure:12816: $? = 0
  453. configure:12829: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0"
  454. configure:12832: $? = 0
  455. configure:12869: result: yes
  456. configure:12877: checking for dbus_watch_get_unix_fd in -ldbus-1
  457. configure:12902: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include conftest.c -ldbus-1 -ldbus-1 -lpthread -lrt >&5
  458. configure:12902: $? = 0
  459. configure:12911: result: yes
  460. configure:12921: checking for dbus_connection_can_send_type in -ldbus-1
  461. configure:12946: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include conftest.c -ldbus-1 -ldbus-1 -lpthread -lrt >&5
  462. configure:12946: $? = 0
  463. configure:12955: result: yes
  464. configure:13023: checking for XTABLES
  465. configure:13030: $PKG_CONFIG --exists --print-errors "xtables"
  466. configure:13033: $? = 0
  467. configure:13046: $PKG_CONFIG --exists --print-errors "xtables"
  468. configure:13049: $? = 0
  469. configure:13086: result: yes
  470. configure:13673: creating ./config.status
  471.  
  472. ## ---------------------- ##
  473. ## Running config.status. ##
  474. ## ---------------------- ##
  475.  
  476. This file was extended by connman config.status 0.78, which was
  477. generated by GNU Autoconf 2.65. Invocation command line was
  478.  
  479. CONFIG_FILES =
  480. CONFIG_HEADERS =
  481. CONFIG_LINKS =
  482. CONFIG_COMMANDS =
  483. $ ./config.status
  484.  
  485. on panda
  486.  
  487. config.status:1208: creating Makefile
  488. config.status:1208: creating include/version.h
  489. config.status:1208: creating src/connman.service
  490. config.status:1208: creating scripts/connman
  491. config.status:1208: creating doc/version.xml
  492. config.status:1208: creating connman.pc
  493. config.status:1208: creating config.h
  494. config.status:1428: executing depfiles commands
  495. config.status:1428: executing libtool commands
  496. configure:15887: WARNING: unrecognized options: --disable-nls
  497.  
  498. ## ---------------- ##
  499. ## Cache variables. ##
  500. ## ---------------- ##
  501.  
  502. ac_cv_build=i686-pc-linux-gnu
  503. ac_cv_c_bigendian=no
  504. ac_cv_c_compiler_gnu=yes
  505. ac_cv_env_CAPNG_CFLAGS_set=
  506. ac_cv_env_CAPNG_CFLAGS_value=
  507. ac_cv_env_CAPNG_LIBS_set=
  508. ac_cv_env_CAPNG_LIBS_value=
  509. ac_cv_env_CC_set=set
  510. ac_cv_env_CC_value=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
  511. ac_cv_env_CFLAGS_set=set
  512. ac_cv_env_CFLAGS_value='-pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  513. ac_cv_env_CPPFLAGS_set=
  514. ac_cv_env_CPPFLAGS_value=
  515. ac_cv_env_CPP_set=set
  516. ac_cv_env_CPP_value=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
  517. ac_cv_env_DBUS_CFLAGS_set=
  518. ac_cv_env_DBUS_CFLAGS_value=
  519. ac_cv_env_DBUS_LIBS_set=
  520. ac_cv_env_DBUS_LIBS_value=
  521. ac_cv_env_GLIB_CFLAGS_set=
  522. ac_cv_env_GLIB_CFLAGS_value=
  523. ac_cv_env_GLIB_LIBS_set=
  524. ac_cv_env_GLIB_LIBS_value=
  525. ac_cv_env_GNUTLS_CFLAGS_set=
  526. ac_cv_env_GNUTLS_CFLAGS_value=
  527. ac_cv_env_GNUTLS_LIBS_set=
  528. ac_cv_env_GNUTLS_LIBS_value=
  529. ac_cv_env_GTHREAD_CFLAGS_set=
  530. ac_cv_env_GTHREAD_CFLAGS_value=
  531. ac_cv_env_GTHREAD_LIBS_set=
  532. ac_cv_env_GTHREAD_LIBS_value=
  533. ac_cv_env_IWMXSDK_CFLAGS_set=
  534. ac_cv_env_IWMXSDK_CFLAGS_value=
  535. ac_cv_env_IWMXSDK_LIBS_set=
  536. ac_cv_env_IWMXSDK_LIBS_value=
  537. ac_cv_env_LDFLAGS_set=set
  538. ac_cv_env_LDFLAGS_value=
  539. ac_cv_env_LIBS_set=
  540. ac_cv_env_LIBS_value=
  541. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  542. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  543. ac_cv_env_PKG_CONFIG_PATH_set=
  544. ac_cv_env_PKG_CONFIG_PATH_value=
  545. ac_cv_env_PKG_CONFIG_set=set
  546. ac_cv_env_PKG_CONFIG_value=/root/panda/build-root/git/output/host/usr/bin/pkg-config
  547. ac_cv_env_XTABLES_CFLAGS_set=
  548. ac_cv_env_XTABLES_CFLAGS_value=
  549. ac_cv_env_XTABLES_LIBS_set=
  550. ac_cv_env_XTABLES_LIBS_value=
  551. ac_cv_env_build_alias_set=set
  552. ac_cv_env_build_alias_value=i686-pc-linux-gnu
  553. ac_cv_env_host_alias_set=set
  554. ac_cv_env_host_alias_value=arm-linux
  555. ac_cv_env_target_alias_set=set
  556. ac_cv_env_target_alias_value=arm-linux
  557. ac_cv_func_calloc_0_nonnull=yes
  558. ac_cv_func_malloc_0_nonnull=yes
  559. ac_cv_func_memcmp_working=yes
  560. ac_cv_func_mmap_fixed_mapped=yes
  561. ac_cv_func_realloc_0_nonnull=yes
  562. ac_cv_func_signalfd=yes
  563. ac_cv_have_decl_malloc=yes
  564. ac_cv_header_dlfcn_h=yes
  565. ac_cv_header_inttypes_h=yes
  566. ac_cv_header_memory_h=yes
  567. ac_cv_header_resolv_h=yes
  568. ac_cv_header_stdc=yes
  569. ac_cv_header_stdint_h=yes
  570. ac_cv_header_stdlib_h=yes
  571. ac_cv_header_string_h=yes
  572. ac_cv_header_strings_h=yes
  573. ac_cv_header_sys_inotify_h=yes
  574. ac_cv_header_sys_stat_h=yes
  575. ac_cv_header_sys_types_h=yes
  576. ac_cv_header_unistd_h=yes
  577. ac_cv_host=arm-unknown-linux-gnu
  578. ac_cv_lbl_unaligned_fail=yes
  579. ac_cv_lib_c_inotify_init=yes
  580. ac_cv_lib_dbus_1_dbus_connection_can_send_type=yes
  581. ac_cv_lib_dbus_1_dbus_watch_get_unix_fd=yes
  582. ac_cv_lib_dl_dlopen=yes
  583. ac_cv_lib_resolv___ns_initparse=yes
  584. ac_cv_lib_resolv_ns_initparse=no
  585. ac_cv_objext=o
  586. ac_cv_path_EGREP='/bin/grep -E'
  587. ac_cv_path_FGREP='/bin/grep -F'
  588. ac_cv_path_GREP=/bin/grep
  589. ac_cv_path_GTKDOC_CHECK=/usr/bin/gtkdoc-check
  590. ac_cv_path_SED=/bin/sed
  591. ac_cv_path_install='/usr/bin/install -c'
  592. ac_cv_path_mkdir=/bin/mkdir
  593. ac_cv_prog_AR=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar
  594. ac_cv_prog_AWK=gawk
  595. ac_cv_prog_CC=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
  596. ac_cv_prog_CPP=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
  597. ac_cv_prog_OBJDUMP=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump
  598. ac_cv_prog_RANLIB=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib
  599. ac_cv_prog_STRIP=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
  600. ac_cv_prog_cc__root_panda_build_root_git_output_host_usr_bin_arm_unknown_linux_uclibcgnueabi_gcc_c_o=yes
  601. ac_cv_prog_cc_c89=
  602. ac_cv_prog_cc_g=yes
  603. ac_cv_prog_cc_pie=yes
  604. ac_cv_prog_make_make_set=yes
  605. am_cv_CC_dependencies_compiler_type=gcc3
  606. gl_cv_func_malloc_0_nonnull=yes
  607. lt_cv_archive_cmds_need_lc=no
  608. lt_cv_deplibs_check_method=pass_all
  609. lt_cv_file_magic_cmd='$MAGIC_CMD'
  610. lt_cv_file_magic_test_file=
  611. lt_cv_ld_reload_flag=-r
  612. lt_cv_nm_interface='BSD nm'
  613. lt_cv_objdir=.libs
  614. lt_cv_path_LD=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld
  615. lt_cv_path_NM=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm
  616. lt_cv_prog_compiler_c_o=yes
  617. lt_cv_prog_compiler_pic_works=yes
  618. lt_cv_prog_compiler_rtti_exceptions=no
  619. lt_cv_prog_compiler_static_works=yes
  620. lt_cv_prog_gnu_ld=yes
  621. lt_cv_shlibpath_overrides_runpath=no
  622. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  623. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  624. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  625. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  626. lt_cv_sys_lib_search_path_spec=
  627. lt_cv_sys_max_cmd_len=1572864
  628. pkg_cv_DBUS_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include '
  629. pkg_cv_DBUS_LIBS='-ldbus-1 -lpthread -lrt '
  630. pkg_cv_GLIB_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
  631. pkg_cv_GLIB_LIBS='-lglib-2.0 -lintl '
  632. pkg_cv_GTHREAD_CFLAGS='-pthread -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
  633. pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 -lintl '
  634. pkg_cv_XTABLES_CFLAGS=' '
  635. pkg_cv_XTABLES_LIBS='-lxtables '
  636.  
  637. ## ----------------- ##
  638. ## Output variables. ##
  639. ## ----------------- ##
  640.  
  641. ACLOCAL='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run aclocal-1.11'
  642. AMDEPBACKSLASH='\'
  643. AMDEP_FALSE='#'
  644. AMDEP_TRUE=''
  645. AMTAR='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run tar'
  646. AM_BACKSLASH='\'
  647. AM_DEFAULT_VERBOSITY='0'
  648. AR='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar'
  649. AUTOCONF='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run autoconf'
  650. AUTOHEADER='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run autoheader'
  651. AUTOMAKE='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run automake-1.11'
  652. AWK='gawk'
  653. BLUETOOTH_BUILTIN_FALSE=''
  654. BLUETOOTH_BUILTIN_TRUE='#'
  655. BLUETOOTH_FALSE='#'
  656. BLUETOOTH_TRUE=''
  657. CAPNG_CFLAGS=''
  658. CAPNG_LIBS=''
  659. CC='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc'
  660. CCDEPMODE='depmode=gcc3'
  661. CFLAGS='-pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g'
  662. CLIENT_FALSE='#'
  663. CLIENT_TRUE=''
  664. CPP='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp'
  665. CPPFLAGS=''
  666. CYGPATH_W='echo'
  667. DATAFILES_FALSE='#'
  668. DATAFILES_TRUE=''
  669. DBUS_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include '
  670. DBUS_CONFDIR='/etc/dbus-1/system.d'
  671. DBUS_DATADIR='${datarootdir}/dbus-1/system-services'
  672. DBUS_LIBS='-ldbus-1 -lpthread -lrt '
  673. DEFS='-DHAVE_CONFIG_H'
  674. DEPDIR='.deps'
  675. DSYMUTIL=''
  676. DUMPBIN=''
  677. ECHO_C=''
  678. ECHO_N='-n'
  679. ECHO_T=''
  680. EGREP='/bin/grep -E'
  681. ENABLE_GTK_DOC_FALSE=''
  682. ENABLE_GTK_DOC_TRUE='#'
  683. ETHERNET_BUILTIN_FALSE=''
  684. ETHERNET_BUILTIN_TRUE='#'
  685. ETHERNET_FALSE='#'
  686. ETHERNET_TRUE=''
  687. EXEEXT=''
  688. FAKE_FALSE=''
  689. FAKE_TRUE='#'
  690. FGREP='/bin/grep -F'
  691. GLIB_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include -pthread -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
  692. GLIB_LIBS='-lglib-2.0 -lintl -pthread -lgthread-2.0 -lglib-2.0 -lintl '
  693. GNUTLS_CFLAGS=''
  694. GNUTLS_LIBS=''
  695. GOOGLE_BUILTIN_FALSE=''
  696. GOOGLE_BUILTIN_TRUE='#'
  697. GOOGLE_FALSE=''
  698. GOOGLE_TRUE='#'
  699. GREP='/bin/grep'
  700. GTHREAD_CFLAGS='-pthread -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
  701. GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 -lintl '
  702. GTKDOC_CHECK='/usr/bin/gtkdoc-check'
  703. GTK_DOC_USE_LIBTOOL_FALSE='#'
  704. GTK_DOC_USE_LIBTOOL_TRUE=''
  705. HH2SERIAL_GPS_BUILTIN_FALSE=''
  706. HH2SERIAL_GPS_BUILTIN_TRUE='#'
  707. HH2SERIAL_GPS_FALSE=''
  708. HH2SERIAL_GPS_TRUE='#'
  709. HTML_DIR='${datadir}/gtk-doc/html'
  710. INSTALL_DATA='${INSTALL} -m 644'
  711. INSTALL_PROGRAM='${INSTALL}'
  712. INSTALL_SCRIPT='${INSTALL}'
  713. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  714. IOSPM_FALSE=''
  715. IOSPM_TRUE='#'
  716. IWMXSDK_CFLAGS=''
  717. IWMXSDK_LIBS=''
  718. IWMX_FALSE=''
  719. IWMX_TRUE='#'
  720. L2TP=''
  721. L2TP_BUILTIN_FALSE=''
  722. L2TP_BUILTIN_TRUE='#'
  723. L2TP_FALSE=''
  724. L2TP_TRUE='#'
  725. LD='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld'
  726. LDFLAGS=''
  727. LIBOBJS=''
  728. LIBS=''
  729. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  730. LIPO=''
  731. LN_S='ln -s'
  732. LOOPBACK_BUILTIN_FALSE=''
  733. LOOPBACK_BUILTIN_TRUE='#'
  734. LOOPBACK_FALSE='#'
  735. LOOPBACK_TRUE=''
  736. LTLIBOBJS=''
  737. MAINT='#'
  738. MAINTAINER_MODE_FALSE=''
  739. MAINTAINER_MODE_TRUE='#'
  740. MAKEINFO='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run makeinfo'
  741. MEEGO_BUILTIN_FALSE=''
  742. MEEGO_BUILTIN_TRUE='#'
  743. MEEGO_FALSE=''
  744. MEEGO_TRUE='#'
  745. MKDIR_P='/bin/mkdir -p'
  746. NM='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm'
  747. NMCOMPAT_BUILTIN_FALSE=''
  748. NMCOMPAT_BUILTIN_TRUE='#'
  749. NMCOMPAT_FALSE=''
  750. NMCOMPAT_TRUE='#'
  751. NMEDIT=''
  752. NTPD=''
  753. NTPD_BUILTIN_FALSE=''
  754. NTPD_BUILTIN_TRUE='#'
  755. NTPD_FALSE='#'
  756. NTPD_TRUE=''
  757. OBJDUMP='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump'
  758. OBJEXT='o'
  759. OFONO_BUILTIN_FALSE=''
  760. OFONO_BUILTIN_TRUE='#'
  761. OFONO_FALSE=''
  762. OFONO_TRUE='#'
  763. OPENCONNECT=''
  764. OPENCONNECT_BUILTIN_FALSE=''
  765. OPENCONNECT_BUILTIN_TRUE='#'
  766. OPENCONNECT_FALSE=''
  767. OPENCONNECT_TRUE='#'
  768. OPENVPN=''
  769. OPENVPN_BUILTIN_FALSE=''
  770. OPENVPN_BUILTIN_TRUE='#'
  771. OPENVPN_FALSE=''
  772. OPENVPN_TRUE='#'
  773. OTOOL64=''
  774. OTOOL=''
  775. PACKAGE='connman'
  776. PACKAGE_BUGREPORT=''
  777. PACKAGE_NAME='connman'
  778. PACKAGE_STRING='connman 0.78'
  779. PACKAGE_TARNAME='connman'
  780. PACKAGE_URL=''
  781. PACKAGE_VERSION='0.78'
  782. PACRUNNER_BUILTIN_FALSE=''
  783. PACRUNNER_BUILTIN_TRUE='#'
  784. PACRUNNER_FALSE=''
  785. PACRUNNER_TRUE='#'
  786. PATH_SEPARATOR=':'
  787. PKG_CONFIG='/root/panda/build-root/git/output/host/usr/bin/pkg-config'
  788. PKG_CONFIG_LIBDIR=''
  789. PKG_CONFIG_PATH=''
  790. POLKIT_BUILTIN_FALSE=''
  791. POLKIT_BUILTIN_TRUE='#'
  792. POLKIT_DATADIR=''
  793. POLKIT_FALSE=''
  794. POLKIT_TRUE='#'
  795. PPPD=''
  796. PPTP=''
  797. PPTP_BUILTIN_FALSE=''
  798. PPTP_BUILTIN_TRUE='#'
  799. PPTP_FALSE=''
  800. PPTP_TRUE='#'
  801. RANLIB='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib'
  802. SED='/bin/sed'
  803. SET_MAKE=''
  804. SHELL='/bin/sh'
  805. STRIP='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip'
  806. SYSTEMD_FALSE=''
  807. SYSTEMD_TRUE='#'
  808. SYSTEMD_UNITDIR=''
  809. TEST_FALSE=''
  810. TEST_TRUE='#'
  811. TIST_BUILTIN_FALSE=''
  812. TIST_BUILTIN_TRUE='#'
  813. TIST_FALSE=''
  814. TIST_TRUE='#'
  815. TOOLS_FALSE=''
  816. TOOLS_TRUE='#'
  817. VERSION='0.78'
  818. VPNC=''
  819. VPNC_BUILTIN_FALSE=''
  820. VPNC_BUILTIN_TRUE='#'
  821. VPNC_FALSE=''
  822. VPNC_TRUE='#'
  823. WIFI_BUILTIN_FALSE=''
  824. WIFI_BUILTIN_TRUE='#'
  825. WIFI_FALSE='#'
  826. WIFI_TRUE=''
  827. WPASUPPLICANT=''
  828. XTABLES_CFLAGS=' '
  829. XTABLES_LIBS='-lxtables '
  830. abs_top_builddir=''
  831. abs_top_srcdir=''
  832. ac_ct_CC=''
  833. ac_ct_DUMPBIN=''
  834. am__EXEEXT_FALSE=''
  835. am__EXEEXT_TRUE='#'
  836. am__fastdepCC_FALSE='#'
  837. am__fastdepCC_TRUE=''
  838. am__include='include'
  839. am__isrc=''
  840. am__leading_dot='.'
  841. am__quote=''
  842. am__tar='${AMTAR} chof - "$$tardir"'
  843. am__untar='${AMTAR} xf -'
  844. bindir='${exec_prefix}/bin'
  845. build='i686-pc-linux-gnu'
  846. build_alias='i686-pc-linux-gnu'
  847. build_cpu='i686'
  848. build_os='linux-gnu'
  849. build_vendor='pc'
  850. datadir='${datarootdir}'
  851. datarootdir='${prefix}/share'
  852. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  853. dvidir='${docdir}'
  854. exec_prefix='/usr'
  855. host='arm-unknown-linux-gnu'
  856. host_alias='arm-linux'
  857. host_cpu='arm'
  858. host_os='linux-gnu'
  859. host_vendor='unknown'
  860. htmldir='${docdir}'
  861. includedir='${prefix}/include'
  862. infodir='${datarootdir}/info'
  863. install_sh='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/install-sh'
  864. libdir='${exec_prefix}/lib'
  865. libexecdir='${exec_prefix}/libexec'
  866. localedir='${datarootdir}/locale'
  867. localstatedir='/var'
  868. mandir='${datarootdir}/man'
  869. mkdir_p='/bin/mkdir -p'
  870. oldincludedir='/usr/include'
  871. pdfdir='${docdir}'
  872. prefix='/usr'
  873. program_transform_name='s&^&&'
  874. psdir='${docdir}'
  875. sbindir='${exec_prefix}/sbin'
  876. sharedstatedir='${prefix}/com'
  877. sysconfdir='/etc'
  878. target_alias='arm-linux'
  879.  
  880. ## ----------- ##
  881. ## confdefs.h. ##
  882. ## ----------- ##
  883.  
  884. /* confdefs.h */
  885. #define PACKAGE_NAME "connman"
  886. #define PACKAGE_TARNAME "connman"
  887. #define PACKAGE_VERSION "0.78"
  888. #define PACKAGE_STRING "connman 0.78"
  889. #define PACKAGE_BUGREPORT ""
  890. #define PACKAGE_URL ""
  891. #define PACKAGE "connman"
  892. #define VERSION "0.78"
  893. #define STDC_HEADERS 1
  894. #define HAVE_SYS_TYPES_H 1
  895. #define HAVE_SYS_STAT_H 1
  896. #define HAVE_STDLIB_H 1
  897. #define HAVE_STRING_H 1
  898. #define HAVE_MEMORY_H 1
  899. #define HAVE_STRINGS_H 1
  900. #define HAVE_INTTYPES_H 1
  901. #define HAVE_STDINT_H 1
  902. #define HAVE_UNISTD_H 1
  903. #define HAVE_DLFCN_H 1
  904. #define LT_OBJDIR ".libs/"
  905. #define HAVE_SYS_INOTIFY_H 1
  906. #define HAVE_RESOLV_H 1
  907. #define STATS_MAX_FILE_SIZE (16 * 8 * 128)
  908. #define NEED_THREADS 1
  909.  
  910. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment