Guest User

Untitled

a guest
Oct 28th, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.25 KB | None | 0 0
  1.  
  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 Eucalyptus configure main, which was
  6. generated by GNU Autoconf 2.63. Invocation command line was
  7.  
  8. $ ./configure --with-axis2=/opt/eucalyptus/packages/axis2-1.4 --with-axis2c=/opt/eucalyptus/packages/axis2c-1.6.0 --enable-debug --prefix=/opt/eucalyptus
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = davros
  15. uname -m = x86_64
  16. uname -r = 2.6.38-11-server
  17. uname -s = Linux
  18. uname -v = #48-Ubuntu SMP Fri Jul 29 19:20:32 UTC 2011
  19.  
  20. /usr/bin/uname -p = unknown
  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: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1877: checking for gcc
  44. configure:1893: found /usr/bin/gcc
  45. configure:1904: result: gcc
  46. configure:2136: checking for C compiler version
  47. configure:2144: gcc --version >&5
  48. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  49. Copyright (C) 2010 Free Software Foundation, Inc.
  50. This is free software; see the source for copying conditions. There is NO
  51. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  52.  
  53. configure:2148: $? = 0
  54. configure:2155: gcc -v >&5
  55. Using built-in specs.
  56. COLLECT_GCC=gcc
  57. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  58. Target: x86_64-linux-gnu
  59. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable
  60. -nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  61. Thread model: posix
  62. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  63. configure:2159: $? = 0
  64. configure:2166: gcc -V >&5
  65. gcc: '-V' option must have argument
  66. configure:2170: $? = 1
  67. configure:2193: checking for C compiler default output file name
  68. configure:2215: gcc conftest.c >&5
  69. configure:2219: $? = 0
  70. configure:2257: result: a.out
  71. configure:2276: checking whether the C compiler works
  72. configure:2286: ./a.out
  73. configure:2290: $? = 0
  74. configure:2309: result: yes
  75. configure:2316: checking whether we are cross compiling
  76. configure:2318: result: no
  77. configure:2321: checking for suffix of executables
  78. configure:2328: gcc -o conftest conftest.c >&5
  79. configure:2332: $? = 0
  80. configure:2358: result:
  81. configure:2364: checking for suffix of object files
  82. configure:2390: gcc -c conftest.c >&5
  83. configure:2394: $? = 0
  84. configure:2419: result: o
  85. configure:2423: checking whether we are using the GNU C compiler
  86. configure:2452: gcc -c conftest.c >&5
  87. configure:2459: $? = 0
  88. configure:2476: result: yes
  89. configure:2485: checking whether gcc accepts -g
  90. configure:2515: gcc -c -g conftest.c >&5
  91. configure:2522: $? = 0
  92. configure:2623: result: yes
  93. configure:2640: checking for gcc option to accept ISO C89
  94. configure:2714: gcc -c -g -O2 conftest.c >&5
  95. configure:2721: $? = 0
  96. configure:2744: result: none needed
  97. configure:2768: checking how to run the C preprocessor
  98. configure:2808: gcc -E conftest.c
  99. configure:2815: $? = 0
  100. configure:2846: gcc -E conftest.c
  101. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  102. compilation terminated.
  103. configure:2853: $? = 1
  104. configure: failed program was:
  105. | /* confdefs.h. */
  106. | #define PACKAGE_NAME "Eucalyptus"
  107. | #define PACKAGE_TARNAME "eucalyptus"
  108. | #define PACKAGE_VERSION "main"
  109. | #define PACKAGE_STRING "Eucalyptus main"
  110. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  111. | /* end confdefs.h. */
  112. | #include <ac_nonexistent.h>
  113. configure:2886: result: gcc -E
  114. configure:2915: gcc -E conftest.c
  115. configure:2922: $? = 0
  116. configure:2953: gcc -E conftest.c
  117. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  118. compilation terminated.
  119. configure:2960: $? = 1
  120. configure: failed program was:
  121. | /* confdefs.h. */
  122. | #define PACKAGE_NAME "Eucalyptus"
  123. | #define PACKAGE_TARNAME "eucalyptus"
  124. | #define PACKAGE_VERSION "main"
  125. | #define PACKAGE_STRING "Eucalyptus main"
  126. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  127. | /* end confdefs.h. */
  128. | #include <ac_nonexistent.h>
  129. configure:3000: checking for grep that handles long lines and -e
  130. configure:3060: result: /bin/grep
  131. configure:3065: checking for egrep
  132. configure:3129: result: /bin/grep -E
  133. configure:3134: checking for ANSI C header files
  134. configure:3164: gcc -c -g -O2 conftest.c >&5
  135. configure:3171: $? = 0
  136. configure:3270: gcc -o conftest -g -O2 conftest.c >&5
  137. configure:3274: $? = 0
  138. configure:3280: ./conftest
  139. configure:3284: $? = 0
  140. configure:3302: result: yes
  141. configure:3326: checking for sys/types.h
  142. configure:3347: gcc -c -g -O2 conftest.c >&5
  143. configure:3354: $? = 0
  144. configure:3371: result: yes
  145. configure:3326: checking for sys/stat.h
  146. configure:3347: gcc -c -g -O2 conftest.c >&5
  147. configure:3354: $? = 0
  148. configure:3371: result: yes
  149. configure:3326: checking for stdlib.h
  150. configure:3347: gcc -c -g -O2 conftest.c >&5
  151. configure:3354: $? = 0
  152. configure:3371: result: yes
  153. configure:3326: checking for string.h
  154. configure:3347: gcc -c -g -O2 conftest.c >&5
  155. configure:3354: $? = 0
  156. configure:3371: result: yes
  157. configure:3326: checking for memory.h
  158. configure:3347: gcc -c -g -O2 conftest.c >&5
  159. configure:3354: $? = 0
  160. configure:3371: result: yes
  161. configure:3326: checking for strings.h
  162. configure:3347: gcc -c -g -O2 conftest.c >&5
  163. configure:3354: $? = 0
  164. configure:3371: result: yes
  165. configure:3326: checking for inttypes.h
  166. configure:3347: gcc -c -g -O2 conftest.c >&5
  167. configure:3354: $? = 0
  168. configure:3371: result: yes
  169. configure:3326: checking for stdint.h
  170. configure:3347: gcc -c -g -O2 conftest.c >&5
  171. configure:3354: $? = 0
  172. configure:3371: result: yes
  173. configure:3326: checking for unistd.h
  174. configure:3347: gcc -c -g -O2 conftest.c >&5
  175. configure:3354: $? = 0
  176. configure:3371: result: yes
  177. configure:3396: checking minix/config.h usability
  178. configure:3413: gcc -c -g -O2 conftest.c >&5
  179. conftest.c:51:26: fatal error: minix/config.h: No such file or directory
  180. compilation terminated.
  181. configure:3420: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h. */
  184. | #define PACKAGE_NAME "Eucalyptus"
  185. | #define PACKAGE_TARNAME "eucalyptus"
  186. | #define PACKAGE_VERSION "main"
  187. | #define PACKAGE_STRING "Eucalyptus main"
  188. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  189. | #define STDC_HEADERS 1
  190. | #define HAVE_SYS_TYPES_H 1
  191. | #define HAVE_SYS_STAT_H 1
  192. | #define HAVE_STDLIB_H 1
  193. | #define HAVE_STRING_H 1
  194. | #define HAVE_MEMORY_H 1
  195. | #define HAVE_STRINGS_H 1
  196. | #define HAVE_INTTYPES_H 1
  197. | #define HAVE_STDINT_H 1
  198. | #define HAVE_UNISTD_H 1
  199. | /* end confdefs.h. */
  200. | #include <stdio.h>
  201. | #ifdef HAVE_SYS_TYPES_H
  202. | # include <sys/types.h>
  203. | #endif
  204. | #ifdef HAVE_SYS_STAT_H
  205. | # include <sys/stat.h>
  206. | #endif
  207. | #ifdef STDC_HEADERS
  208. | # include <stdlib.h>
  209. | # include <stddef.h>
  210. | #else
  211. | # ifdef HAVE_STDLIB_H
  212. | # include <stdlib.h>
  213. | # endif
  214. | #endif
  215. | #ifdef HAVE_STRING_H
  216. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  217. | # include <memory.h>
  218. | # endif
  219. | # include <string.h>
  220. | #endif
  221. | #ifdef HAVE_STRINGS_H
  222. | # include <strings.h>
  223. | #endif
  224. | #ifdef HAVE_INTTYPES_H
  225. | # include <inttypes.h>
  226. | #endif
  227. | #ifdef HAVE_STDINT_H
  228. | # include <stdint.h>
  229. | #endif
  230. | #ifdef HAVE_UNISTD_H
  231. | # include <unistd.h>
  232. | #endif
  233. | #include <minix/config.h>
  234. configure:3434: result: no
  235. configure:3438: checking minix/config.h presence
  236. configure:3453: gcc -E conftest.c
  237. conftest.c:18:26: fatal error: minix/config.h: No such file or directory
  238. compilation terminated.
  239. configure:3460: $? = 1
  240. configure: failed program was:
  241. | /* confdefs.h. */
  242. | #define PACKAGE_NAME "Eucalyptus"
  243. | #define PACKAGE_TARNAME "eucalyptus"
  244. | #define PACKAGE_VERSION "main"
  245. | #define PACKAGE_STRING "Eucalyptus main"
  246. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  247. | #define STDC_HEADERS 1
  248. | #define HAVE_SYS_TYPES_H 1
  249. | #define HAVE_SYS_STAT_H 1
  250. | #define HAVE_STDLIB_H 1
  251. | #define HAVE_STRING_H 1
  252. | #define HAVE_MEMORY_H 1
  253. | #define HAVE_STRINGS_H 1
  254. | #define HAVE_INTTYPES_H 1
  255. | #define HAVE_STDINT_H 1
  256. | #define HAVE_UNISTD_H 1
  257. | /* end confdefs.h. */
  258. | #include <minix/config.h>
  259. configure:3474: result: no
  260. configure:3507: checking for minix/config.h
  261. configure:3514: result: no
  262. configure:3545: checking whether it is safe to define __EXTENSIONS__
  263. configure:3573: gcc -c -g -O2 conftest.c >&5
  264. configure:3580: $? = 0
  265. configure:3595: result: yes
  266. configure:3728: checking for gawk
  267. configure:3744: found /usr/bin/gawk
  268. configure:3755: result: gawk
  269. configure:3814: checking for gcc
  270. configure:3841: result: gcc
  271. configure:4073: checking for C compiler version
  272. configure:4081: gcc --version >&5
  273. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  274. Copyright (C) 2010 Free Software Foundation, Inc.
  275. This is free software; see the source for copying conditions. There is NO
  276. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  277.  
  278. configure:4085: $? = 0
  279. configure:4092: gcc -v >&5
  280. Using built-in specs.
  281. COLLECT_GCC=gcc
  282. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  283. Target: x86_64-linux-gnu
  284. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  285. Thread model: posix
  286. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  287. configure:4096: $? = 0
  288. configure:4103: gcc -V >&5
  289. gcc: '-V' option must have argument
  290. configure:4107: $? = 1
  291. configure:4110: checking whether we are using the GNU C compiler
  292. configure:4163: result: yes
  293. configure:4172: checking whether gcc accepts -g
  294. configure:4310: result: yes
  295. configure:4327: checking for gcc option to accept ISO C89
  296. configure:4431: result: none needed
  297. configure:4494: checking for a BSD-compatible install
  298. configure:4562: result: /usr/bin/install -c
  299. configure:4573: checking whether make sets $(MAKE)
  300. configure:4595: result: yes
  301. configure:4606: checking for rm
  302. configure:4624: found /bin/rm
  303. configure:4636: result: /bin/rm
  304. configure:4651: checking for /opt/eucalyptus/packages/axis2c-1.6.0/bin/tools/wsdl2c/WSDL2C.sh
  305. configure:4668: result: yes
  306. configure:4677: checking for /opt/eucalyptus/packages/axis2c-1.6.0/WSDL2C.sh
  307. configure:4694: result: no
  308. configure:4723: checking for ant
  309. configure:4742: found /usr/bin/ant
  310. configure:4754: result: /usr/bin/ant
  311. configure:4764: checking for java
  312. configure:4782: found /usr/lib/jvm/java-6-openjdk//bin/java
  313. configure:4794: result: /usr/lib/jvm/java-6-openjdk//bin/java
  314. configure:4852: checking for main in -laxis2_axiom
  315. configure:4881: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  316. configure:4888: $? = 0
  317. configure:4909: result: yes
  318. configure:4925: checking for main in -laxis2_engine
  319. configure:4954: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  320. configure:4961: $? = 0
  321. configure:4982: result: yes
  322. configure:4998: checking for main in -laxis2_http_common
  323. configure:5027: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  324. configure:5034: $? = 0
  325. configure:5055: result: yes
  326. configure:5071: checking for main in -laxis2_http_receiver
  327. configure:5100: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  328. configure:5107: $? = 0
  329. configure:5128: result: yes
  330. configure:5144: checking for main in -laxis2_http_sender
  331. configure:5173: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  332. configure:5180: $? = 0
  333. configure:5201: result: yes
  334. configure:5217: checking for main in -lguththila
  335. configure:5246: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  336. configure:5253: $? = 0
  337. configure:5274: result: yes
  338. configure:5290: checking for axiom_xml_reader_init in -laxis2_parser
  339. configure:5325: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  340. configure:5332: $? = 0
  341. configure:5353: result: yes
  342. configure:5369: checking for main in -laxutil
  343. configure:5398: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  344. configure:5405: $? = 0
  345. configure:5426: result: yes
  346. configure:5442: checking for main in -lm
  347. configure:5471: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  348. configure:5478: $? = 0
  349. configure:5499: result: yes
  350. configure:5511: checking for main in -lmod_rampart
  351. configure:5540: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  352. configure:5547: $? = 0
  353. configure:5568: result: yes
  354. configure:5584: checking for main in -lneethi
  355. configure:5613: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  356. configure:5620: $? = 0
  357. configure:5641: result: yes
  358. configure:5657: checking for main in -lpthread
  359. configure:5686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  360. configure:5693: $? = 0
  361. configure:5714: result: yes
  362. configure:5726: checking for main in -lrt
  363. configure:5755: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  364. configure:5762: $? = 0
  365. configure:5783: result: yes
  366. configure:5794: checking for main in -lvirt
  367. configure:5823: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lvirt -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  368. configure:5830: $? = 0
  369. configure:5851: result: yes
  370. configure:5861: checking for main in -lcurl
  371. configure:5890: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lcurl -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  372. configure:5897: $? = 0
  373. configure:5918: result: yes
  374. configure:5929: checking for inflate in -lz
  375. configure:5964: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  376. configure:5971: $? = 0
  377. configure:5992: result: yes
  378. configure:6004: checking for cap_from_name in -lcap
  379. configure:6039: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lcap -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  380. /usr/bin/ld: cannot find -lcap
  381. collect2: ld returned 1 exit status
  382. configure:6046: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h. */
  385. | #define PACKAGE_NAME "Eucalyptus"
  386. | #define PACKAGE_TARNAME "eucalyptus"
  387. | #define PACKAGE_VERSION "main"
  388. | #define PACKAGE_STRING "Eucalyptus main"
  389. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  390. | #define STDC_HEADERS 1
  391. | #define HAVE_SYS_TYPES_H 1
  392. | #define HAVE_SYS_STAT_H 1
  393. | #define HAVE_STDLIB_H 1
  394. | #define HAVE_STRING_H 1
  395. | #define HAVE_MEMORY_H 1
  396. | #define HAVE_STRINGS_H 1
  397. | #define HAVE_INTTYPES_H 1
  398. | #define HAVE_STDINT_H 1
  399. | #define HAVE_UNISTD_H 1
  400. | #define __EXTENSIONS__ 1
  401. | #define _ALL_SOURCE 1
  402. | #define _GNU_SOURCE 1
  403. | #define _POSIX_PTHREAD_SEMANTICS 1
  404. | #define _TANDEM_SOURCE 1
  405. | #define HAVE_LIBAXIS2_AXIOM 1
  406. | #define HAVE_LIBAXIS2_ENGINE 1
  407. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  408. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  409. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  410. | #define HAVE_LIBGUTHTHILA 1
  411. | #define HAVE_LIBAXIS2_PARSER 1
  412. | #define HAVE_LIBAXUTIL 1
  413. | #define HAVE_LIBM 1
  414. | #define HAVE_LIBMOD_RAMPART 1
  415. | #define HAVE_LIBNEETHI 1
  416. | #define HAVE_LIBPTHREAD 1
  417. | #define HAVE_LIBRT 1
  418. | #define HAVE_LIBZ 1
  419. | /* end confdefs.h. */
  420. |
  421. | /* Override any GCC internal prototype to avoid an error.
  422. | Use char because int might match the return type of a GCC
  423. | builtin and then its argument prototype would still apply. */
  424. | #ifdef __cplusplus
  425. | extern "C"
  426. | #endif
  427. | char cap_from_name ();
  428. | int
  429. | main ()
  430. | {
  431. | return cap_from_name ();
  432. | ;
  433. | return 0;
  434. | }
  435. configure:6067: result: no
  436. configure:6077: WARNING: Cannot find sufficiently recent libcap will not use it
  437. configure:6091: checking for dirent.h that defines DIR
  438. configure:6120: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  439. configure:6127: $? = 0
  440. configure:6144: result: yes
  441. configure:6159: checking for library containing opendir
  442. configure:6200: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  443. configure:6207: $? = 0
  444. configure:6238: result: none required
  445. configure:6336: checking for ANSI C header files
  446. configure:6504: result: yes
  447. configure:6514: checking for sys/wait.h that is POSIX.1 compatible
  448. configure:6550: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  449. configure:6557: $? = 0
  450. configure:6572: result: yes
  451. configure:6607: checking fcntl.h usability
  452. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  453. configure:6631: $? = 0
  454. configure:6645: result: yes
  455. configure:6649: checking fcntl.h presence
  456. configure:6664: gcc -E conftest.c
  457. configure:6671: $? = 0
  458. configure:6685: result: yes
  459. configure:6718: checking for fcntl.h
  460. configure:6727: result: yes
  461. configure:6607: checking limits.h usability
  462. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  463. configure:6631: $? = 0
  464. configure:6645: result: yes
  465. configure:6649: checking limits.h presence
  466. configure:6664: gcc -E conftest.c
  467. configure:6671: $? = 0
  468. configure:6685: result: yes
  469. configure:6718: checking for limits.h
  470. configure:6727: result: yes
  471. configure:6596: checking for stdint.h
  472. configure:6603: result: yes
  473. configure:6596: checking for stdlib.h
  474. configure:6603: result: yes
  475. configure:6596: checking for string.h
  476. configure:6603: result: yes
  477. configure:6596: checking for strings.h
  478. configure:6603: result: yes
  479. configure:6607: checking sys/ioctl.h usability
  480. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  481. configure:6631: $? = 0
  482. configure:6645: result: yes
  483. configure:6649: checking sys/ioctl.h presence
  484. configure:6664: gcc -E conftest.c
  485. configure:6671: $? = 0
  486. configure:6685: result: yes
  487. configure:6718: checking for sys/ioctl.h
  488. configure:6727: result: yes
  489. configure:6596: checking for unistd.h
  490. configure:6603: result: yes
  491. configure:6607: checking sys/vfs.h usability
  492. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  493. configure:6631: $? = 0
  494. configure:6645: result: yes
  495. configure:6649: checking sys/vfs.h presence
  496. configure:6664: gcc -E conftest.c
  497. configure:6671: $? = 0
  498. configure:6685: result: yes
  499. configure:6718: checking for sys/vfs.h
  500. configure:6727: result: yes
  501. configure:6607: checking zlib.h usability
  502. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  503. configure:6631: $? = 0
  504. configure:6645: result: yes
  505. configure:6649: checking zlib.h presence
  506. configure:6664: gcc -E conftest.c
  507. configure:6671: $? = 0
  508. configure:6685: result: yes
  509. configure:6718: checking for zlib.h
  510. configure:6727: result: yes
  511. configure:6752: checking curl/curl.h usability
  512. configure:6769: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  513. configure:6776: $? = 0
  514. configure:6790: result: yes
  515. configure:6794: checking curl/curl.h presence
  516. configure:6809: gcc -E conftest.c
  517. configure:6816: $? = 0
  518. configure:6830: result: yes
  519. configure:6863: checking for curl/curl.h
  520. configure:6870: result: yes
  521. configure:6885: checking for an ANSI C-conforming const
  522. configure:6960: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  523. conftest.c: In function 'main':
  524. conftest.c:79:10: warning: 't' is used uninitialized in this function
  525. conftest.c:95:23: warning: 'b' may be used uninitialized in this function
  526. configure:6967: $? = 0
  527. configure:6982: result: yes
  528. configure:6992: checking for mode_t
  529. configure:7020: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  530. configure:7027: $? = 0
  531. configure:7054: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  532. conftest.c: In function 'main':
  533. conftest.c:86:21: error: expected expression before ')' token
  534. configure:7061: $? = 1
  535. configure: failed program was:
  536. | /* confdefs.h. */
  537. | #define PACKAGE_NAME "Eucalyptus"
  538. | #define PACKAGE_TARNAME "eucalyptus"
  539. | #define PACKAGE_VERSION "main"
  540. | #define PACKAGE_STRING "Eucalyptus main"
  541. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define __EXTENSIONS__ 1
  553. | #define _ALL_SOURCE 1
  554. | #define _GNU_SOURCE 1
  555. | #define _POSIX_PTHREAD_SEMANTICS 1
  556. | #define _TANDEM_SOURCE 1
  557. | #define HAVE_LIBAXIS2_AXIOM 1
  558. | #define HAVE_LIBAXIS2_ENGINE 1
  559. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  560. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  561. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  562. | #define HAVE_LIBGUTHTHILA 1
  563. | #define HAVE_LIBAXIS2_PARSER 1
  564. | #define HAVE_LIBAXUTIL 1
  565. | #define HAVE_LIBM 1
  566. | #define HAVE_LIBMOD_RAMPART 1
  567. | #define HAVE_LIBNEETHI 1
  568. | #define HAVE_LIBPTHREAD 1
  569. | #define HAVE_LIBRT 1
  570. | #define HAVE_LIBZ 1
  571. | #define HAVE_DIRENT_H 1
  572. | #define STDC_HEADERS 1
  573. | #define HAVE_SYS_WAIT_H 1
  574. | #define HAVE_FCNTL_H 1
  575. | #define HAVE_LIMITS_H 1
  576. | #define HAVE_STDINT_H 1
  577. | #define HAVE_STDLIB_H 1
  578. | #define HAVE_STRING_H 1
  579. | #define HAVE_STRINGS_H 1
  580. | #define HAVE_SYS_IOCTL_H 1
  581. | #define HAVE_UNISTD_H 1
  582. | #define HAVE_SYS_VFS_H 1
  583. | #define HAVE_ZLIB_H 1
  584. | /* end confdefs.h. */
  585. | #include <stdio.h>
  586. | #ifdef HAVE_SYS_TYPES_H
  587. | # include <sys/types.h>
  588. | #endif
  589. | #ifdef HAVE_SYS_STAT_H
  590. | # include <sys/stat.h>
  591. | #endif
  592. | #ifdef STDC_HEADERS
  593. | # include <stdlib.h>
  594. | # include <stddef.h>
  595. | #else
  596. | # ifdef HAVE_STDLIB_H
  597. | # include <stdlib.h>
  598. | # endif
  599. | #endif
  600. | #ifdef HAVE_STRING_H
  601. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  602. | # include <memory.h>
  603. | # endif
  604. | # include <string.h>
  605. | #endif
  606. | #ifdef HAVE_STRINGS_H
  607. | # include <strings.h>
  608. | #endif
  609. | #ifdef HAVE_INTTYPES_H
  610. | # include <inttypes.h>
  611. | #endif
  612. | #ifdef HAVE_STDINT_H
  613. | # include <stdint.h>
  614. | #endif
  615. | #ifdef HAVE_UNISTD_H
  616. | # include <unistd.h>
  617. | #endif
  618. | int
  619. | main ()
  620. | {
  621. | if (sizeof ((mode_t)))
  622. | return 0;
  623. | ;
  624. | return 0;
  625. | }
  626. configure:7084: result: yes
  627. configure:7096: checking for pid_t
  628. configure:7124: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  629. configure:7131: $? = 0
  630. configure:7158: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  631. conftest.c: In function 'main':
  632. conftest.c:86:20: error: expected expression before ')' token
  633. configure:7165: $? = 1
  634. configure: failed program was:
  635. | /* confdefs.h. */
  636. | #define PACKAGE_NAME "Eucalyptus"
  637. | #define PACKAGE_TARNAME "eucalyptus"
  638. | #define PACKAGE_VERSION "main"
  639. | #define PACKAGE_STRING "Eucalyptus main"
  640. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  641. | #define STDC_HEADERS 1
  642. | #define HAVE_SYS_TYPES_H 1
  643. | #define HAVE_SYS_STAT_H 1
  644. | #define HAVE_STDLIB_H 1
  645. | #define HAVE_STRING_H 1
  646. | #define HAVE_MEMORY_H 1
  647. | #define HAVE_STRINGS_H 1
  648. | #define HAVE_INTTYPES_H 1
  649. | #define HAVE_STDINT_H 1
  650. | #define HAVE_UNISTD_H 1
  651. | #define __EXTENSIONS__ 1
  652. | #define _ALL_SOURCE 1
  653. | #define _GNU_SOURCE 1
  654. | #define _POSIX_PTHREAD_SEMANTICS 1
  655. | #define _TANDEM_SOURCE 1
  656. | #define HAVE_LIBAXIS2_AXIOM 1
  657. | #define HAVE_LIBAXIS2_ENGINE 1
  658. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  659. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  660. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  661. | #define HAVE_LIBGUTHTHILA 1
  662. | #define HAVE_LIBAXIS2_PARSER 1
  663. | #define HAVE_LIBAXUTIL 1
  664. | #define HAVE_LIBM 1
  665. | #define HAVE_LIBMOD_RAMPART 1
  666. | #define HAVE_LIBNEETHI 1
  667. | #define HAVE_LIBPTHREAD 1
  668. | #define HAVE_LIBRT 1
  669. | #define HAVE_LIBZ 1
  670. | #define HAVE_DIRENT_H 1
  671. | #define STDC_HEADERS 1
  672. | #define HAVE_SYS_WAIT_H 1
  673. | #define HAVE_FCNTL_H 1
  674. | #define HAVE_LIMITS_H 1
  675. | #define HAVE_STDINT_H 1
  676. | #define HAVE_STDLIB_H 1
  677. | #define HAVE_STRING_H 1
  678. | #define HAVE_STRINGS_H 1
  679. | #define HAVE_SYS_IOCTL_H 1
  680. | #define HAVE_UNISTD_H 1
  681. | #define HAVE_SYS_VFS_H 1
  682. | #define HAVE_ZLIB_H 1
  683. | /* end confdefs.h. */
  684. | #include <stdio.h>
  685. | #ifdef HAVE_SYS_TYPES_H
  686. | # include <sys/types.h>
  687. | #endif
  688. | #ifdef HAVE_SYS_STAT_H
  689. | # include <sys/stat.h>
  690. | #endif
  691. | #ifdef STDC_HEADERS
  692. | # include <stdlib.h>
  693. | # include <stddef.h>
  694. | #else
  695. | # ifdef HAVE_STDLIB_H
  696. | # include <stdlib.h>
  697. | # endif
  698. | #endif
  699. | #ifdef HAVE_STRING_H
  700. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  701. | # include <memory.h>
  702. | # endif
  703. | # include <string.h>
  704. | #endif
  705. | #ifdef HAVE_STRINGS_H
  706. | # include <strings.h>
  707. | #endif
  708. | #ifdef HAVE_INTTYPES_H
  709. | # include <inttypes.h>
  710. | #endif
  711. | #ifdef HAVE_STDINT_H
  712. | # include <stdint.h>
  713. | #endif
  714. | #ifdef HAVE_UNISTD_H
  715. | # include <unistd.h>
  716. | #endif
  717. | int
  718. | main ()
  719. | {
  720. | if (sizeof ((pid_t)))
  721. | return 0;
  722. | ;
  723. | return 0;
  724. | }
  725. configure:7188: result: yes
  726. configure:7200: checking for size_t
  727. configure:7228: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  728. configure:7235: $? = 0
  729. configure:7262: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  730. conftest.c: In function 'main':
  731. conftest.c:86:21: error: expected expression before ')' token
  732. configure:7269: $? = 1
  733. configure: failed program was:
  734. | /* confdefs.h. */
  735. | #define PACKAGE_NAME "Eucalyptus"
  736. | #define PACKAGE_TARNAME "eucalyptus"
  737. | #define PACKAGE_VERSION "main"
  738. | #define PACKAGE_STRING "Eucalyptus main"
  739. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  740. | #define STDC_HEADERS 1
  741. | #define HAVE_SYS_TYPES_H 1
  742. | #define HAVE_SYS_STAT_H 1
  743. | #define HAVE_STDLIB_H 1
  744. | #define HAVE_STRING_H 1
  745. | #define HAVE_MEMORY_H 1
  746. | #define HAVE_STRINGS_H 1
  747. | #define HAVE_INTTYPES_H 1
  748. | #define HAVE_STDINT_H 1
  749. | #define HAVE_UNISTD_H 1
  750. | #define __EXTENSIONS__ 1
  751. | #define _ALL_SOURCE 1
  752. | #define _GNU_SOURCE 1
  753. | #define _POSIX_PTHREAD_SEMANTICS 1
  754. | #define _TANDEM_SOURCE 1
  755. | #define HAVE_LIBAXIS2_AXIOM 1
  756. | #define HAVE_LIBAXIS2_ENGINE 1
  757. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  758. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  759. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  760. | #define HAVE_LIBGUTHTHILA 1
  761. | #define HAVE_LIBAXIS2_PARSER 1
  762. | #define HAVE_LIBAXUTIL 1
  763. | #define HAVE_LIBM 1
  764. | #define HAVE_LIBMOD_RAMPART 1
  765. | #define HAVE_LIBNEETHI 1
  766. | #define HAVE_LIBPTHREAD 1
  767. | #define HAVE_LIBRT 1
  768. | #define HAVE_LIBZ 1
  769. | #define HAVE_DIRENT_H 1
  770. | #define STDC_HEADERS 1
  771. | #define HAVE_SYS_WAIT_H 1
  772. | #define HAVE_FCNTL_H 1
  773. | #define HAVE_LIMITS_H 1
  774. | #define HAVE_STDINT_H 1
  775. | #define HAVE_STDLIB_H 1
  776. | #define HAVE_STRING_H 1
  777. | #define HAVE_STRINGS_H 1
  778. | #define HAVE_SYS_IOCTL_H 1
  779. | #define HAVE_UNISTD_H 1
  780. | #define HAVE_SYS_VFS_H 1
  781. | #define HAVE_ZLIB_H 1
  782. | /* end confdefs.h. */
  783. | #include <stdio.h>
  784. | #ifdef HAVE_SYS_TYPES_H
  785. | # include <sys/types.h>
  786. | #endif
  787. | #ifdef HAVE_SYS_STAT_H
  788. | # include <sys/stat.h>
  789. | #endif
  790. | #ifdef STDC_HEADERS
  791. | # include <stdlib.h>
  792. | # include <stddef.h>
  793. | #else
  794. | # ifdef HAVE_STDLIB_H
  795. | # include <stdlib.h>
  796. | # endif
  797. | #endif
  798. | #ifdef HAVE_STRING_H
  799. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  800. | # include <memory.h>
  801. | # endif
  802. | # include <string.h>
  803. | #endif
  804. | #ifdef HAVE_STRINGS_H
  805. | # include <strings.h>
  806. | #endif
  807. | #ifdef HAVE_INTTYPES_H
  808. | # include <inttypes.h>
  809. | #endif
  810. | #ifdef HAVE_STDINT_H
  811. | # include <stdint.h>
  812. | #endif
  813. | #ifdef HAVE_UNISTD_H
  814. | # include <unistd.h>
  815. | #endif
  816. | int
  817. | main ()
  818. | {
  819. | if (sizeof ((size_t)))
  820. | return 0;
  821. | ;
  822. | return 0;
  823. | }
  824. configure:7292: result: yes
  825. configure:7304: checking for ssize_t
  826. configure:7332: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  827. configure:7339: $? = 0
  828. configure:7366: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  829. conftest.c: In function 'main':
  830. conftest.c:86:22: error: expected expression before ')' token
  831. configure:7373: $? = 1
  832. configure: failed program was:
  833. | /* confdefs.h. */
  834. | #define PACKAGE_NAME "Eucalyptus"
  835. | #define PACKAGE_TARNAME "eucalyptus"
  836. | #define PACKAGE_VERSION "main"
  837. | #define PACKAGE_STRING "Eucalyptus main"
  838. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  839. | #define STDC_HEADERS 1
  840. | #define HAVE_SYS_TYPES_H 1
  841. | #define HAVE_SYS_STAT_H 1
  842. | #define HAVE_STDLIB_H 1
  843. | #define HAVE_STRING_H 1
  844. | #define HAVE_MEMORY_H 1
  845. | #define HAVE_STRINGS_H 1
  846. | #define HAVE_INTTYPES_H 1
  847. | #define HAVE_STDINT_H 1
  848. | #define HAVE_UNISTD_H 1
  849. | #define __EXTENSIONS__ 1
  850. | #define _ALL_SOURCE 1
  851. | #define _GNU_SOURCE 1
  852. | #define _POSIX_PTHREAD_SEMANTICS 1
  853. | #define _TANDEM_SOURCE 1
  854. | #define HAVE_LIBAXIS2_AXIOM 1
  855. | #define HAVE_LIBAXIS2_ENGINE 1
  856. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  857. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  858. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  859. | #define HAVE_LIBGUTHTHILA 1
  860. | #define HAVE_LIBAXIS2_PARSER 1
  861. | #define HAVE_LIBAXUTIL 1
  862. | #define HAVE_LIBM 1
  863. | #define HAVE_LIBMOD_RAMPART 1
  864. | #define HAVE_LIBNEETHI 1
  865. | #define HAVE_LIBPTHREAD 1
  866. | #define HAVE_LIBRT 1
  867. | #define HAVE_LIBZ 1
  868. | #define HAVE_DIRENT_H 1
  869. | #define STDC_HEADERS 1
  870. | #define HAVE_SYS_WAIT_H 1
  871. | #define HAVE_FCNTL_H 1
  872. | #define HAVE_LIMITS_H 1
  873. | #define HAVE_STDINT_H 1
  874. | #define HAVE_STDLIB_H 1
  875. | #define HAVE_STRING_H 1
  876. | #define HAVE_STRINGS_H 1
  877. | #define HAVE_SYS_IOCTL_H 1
  878. | #define HAVE_UNISTD_H 1
  879. | #define HAVE_SYS_VFS_H 1
  880. | #define HAVE_ZLIB_H 1
  881. | /* end confdefs.h. */
  882. | #include <stdio.h>
  883. | #ifdef HAVE_SYS_TYPES_H
  884. | # include <sys/types.h>
  885. | #endif
  886. | #ifdef HAVE_SYS_STAT_H
  887. | # include <sys/stat.h>
  888. | #endif
  889. | #ifdef STDC_HEADERS
  890. | # include <stdlib.h>
  891. | # include <stddef.h>
  892. | #else
  893. | # ifdef HAVE_STDLIB_H
  894. | # include <stdlib.h>
  895. | # endif
  896. | #endif
  897. | #ifdef HAVE_STRING_H
  898. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  899. | # include <memory.h>
  900. | # endif
  901. | # include <string.h>
  902. | #endif
  903. | #ifdef HAVE_STRINGS_H
  904. | # include <strings.h>
  905. | #endif
  906. | #ifdef HAVE_INTTYPES_H
  907. | # include <inttypes.h>
  908. | #endif
  909. | #ifdef HAVE_STDINT_H
  910. | # include <stdint.h>
  911. | #endif
  912. | #ifdef HAVE_UNISTD_H
  913. | # include <unistd.h>
  914. | #endif
  915. | int
  916. | main ()
  917. | {
  918. | if (sizeof ((ssize_t)))
  919. | return 0;
  920. | ;
  921. | return 0;
  922. | }
  923. configure:7396: result: yes
  924. configure:7408: checking whether time.h and sys/time.h may both be included
  925. configure:7438: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  926. configure:7445: $? = 0
  927. configure:7460: result: yes
  928. configure:7470: checking whether struct tm is in sys/time.h or time.h
  929. configure:7500: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  930. configure:7507: $? = 0
  931. configure:7522: result: time.h
  932. configure:7533: checking for uint32_t
  933. configure:7564: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  934. configure:7571: $? = 0
  935. configure:7592: result: yes
  936. configure:7611: checking whether closedir returns void
  937. configure:7645: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  938. configure:7649: $? = 0
  939. configure:7655: ./conftest
  940. configure:7659: $? = 0
  941. configure:7676: result: no
  942. configure:7702: checking vfork.h usability
  943. configure:7719: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  944. conftest.c:84:19: fatal error: vfork.h: No such file or directory
  945. compilation terminated.
  946. configure:7726: $? = 1
  947. configure: failed program was:
  948. | /* confdefs.h. */
  949. | #define PACKAGE_NAME "Eucalyptus"
  950. | #define PACKAGE_TARNAME "eucalyptus"
  951. | #define PACKAGE_VERSION "main"
  952. | #define PACKAGE_STRING "Eucalyptus main"
  953. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  954. | #define STDC_HEADERS 1
  955. | #define HAVE_SYS_TYPES_H 1
  956. | #define HAVE_SYS_STAT_H 1
  957. | #define HAVE_STDLIB_H 1
  958. | #define HAVE_STRING_H 1
  959. | #define HAVE_MEMORY_H 1
  960. | #define HAVE_STRINGS_H 1
  961. | #define HAVE_INTTYPES_H 1
  962. | #define HAVE_STDINT_H 1
  963. | #define HAVE_UNISTD_H 1
  964. | #define __EXTENSIONS__ 1
  965. | #define _ALL_SOURCE 1
  966. | #define _GNU_SOURCE 1
  967. | #define _POSIX_PTHREAD_SEMANTICS 1
  968. | #define _TANDEM_SOURCE 1
  969. | #define HAVE_LIBAXIS2_AXIOM 1
  970. | #define HAVE_LIBAXIS2_ENGINE 1
  971. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  972. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  973. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  974. | #define HAVE_LIBGUTHTHILA 1
  975. | #define HAVE_LIBAXIS2_PARSER 1
  976. | #define HAVE_LIBAXUTIL 1
  977. | #define HAVE_LIBM 1
  978. | #define HAVE_LIBMOD_RAMPART 1
  979. | #define HAVE_LIBNEETHI 1
  980. | #define HAVE_LIBPTHREAD 1
  981. | #define HAVE_LIBRT 1
  982. | #define HAVE_LIBZ 1
  983. | #define HAVE_DIRENT_H 1
  984. | #define STDC_HEADERS 1
  985. | #define HAVE_SYS_WAIT_H 1
  986. | #define HAVE_FCNTL_H 1
  987. | #define HAVE_LIMITS_H 1
  988. | #define HAVE_STDINT_H 1
  989. | #define HAVE_STDLIB_H 1
  990. | #define HAVE_STRING_H 1
  991. | #define HAVE_STRINGS_H 1
  992. | #define HAVE_SYS_IOCTL_H 1
  993. | #define HAVE_UNISTD_H 1
  994. | #define HAVE_SYS_VFS_H 1
  995. | #define HAVE_ZLIB_H 1
  996. | #define TIME_WITH_SYS_TIME 1
  997. | /* end confdefs.h. */
  998. | #include <stdio.h>
  999. | #ifdef HAVE_SYS_TYPES_H
  1000. | # include <sys/types.h>
  1001. | #endif
  1002. | #ifdef HAVE_SYS_STAT_H
  1003. | # include <sys/stat.h>
  1004. | #endif
  1005. | #ifdef STDC_HEADERS
  1006. | # include <stdlib.h>
  1007. | # include <stddef.h>
  1008. | #else
  1009. | # ifdef HAVE_STDLIB_H
  1010. | # include <stdlib.h>
  1011. | # endif
  1012. | #endif
  1013. | #ifdef HAVE_STRING_H
  1014. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1015. | # include <memory.h>
  1016. | # endif
  1017. | # include <string.h>
  1018. | #endif
  1019. | #ifdef HAVE_STRINGS_H
  1020. | # include <strings.h>
  1021. | #endif
  1022. | #ifdef HAVE_INTTYPES_H
  1023. | # include <inttypes.h>
  1024. | #endif
  1025. | #ifdef HAVE_STDINT_H
  1026. | # include <stdint.h>
  1027. | #endif
  1028. | #ifdef HAVE_UNISTD_H
  1029. | # include <unistd.h>
  1030. | #endif
  1031. | #include <vfork.h>
  1032. configure:7740: result: no
  1033. configure:7744: checking vfork.h presence
  1034. configure:7759: gcc -E conftest.c
  1035. conftest.c:51:19: fatal error: vfork.h: No such file or directory
  1036. compilation terminated.
  1037. configure:7766: $? = 1
  1038. configure: failed program was:
  1039. | /* confdefs.h. */
  1040. | #define PACKAGE_NAME "Eucalyptus"
  1041. | #define PACKAGE_TARNAME "eucalyptus"
  1042. | #define PACKAGE_VERSION "main"
  1043. | #define PACKAGE_STRING "Eucalyptus main"
  1044. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1045. | #define STDC_HEADERS 1
  1046. | #define HAVE_SYS_TYPES_H 1
  1047. | #define HAVE_SYS_STAT_H 1
  1048. | #define HAVE_STDLIB_H 1
  1049. | #define HAVE_STRING_H 1
  1050. | #define HAVE_MEMORY_H 1
  1051. | #define HAVE_STRINGS_H 1
  1052. | #define HAVE_INTTYPES_H 1
  1053. | #define HAVE_STDINT_H 1
  1054. | #define HAVE_UNISTD_H 1
  1055. | #define __EXTENSIONS__ 1
  1056. | #define _ALL_SOURCE 1
  1057. | #define _GNU_SOURCE 1
  1058. | #define _POSIX_PTHREAD_SEMANTICS 1
  1059. | #define _TANDEM_SOURCE 1
  1060. | #define HAVE_LIBAXIS2_AXIOM 1
  1061. | #define HAVE_LIBAXIS2_ENGINE 1
  1062. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  1063. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  1064. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  1065. | #define HAVE_LIBGUTHTHILA 1
  1066. | #define HAVE_LIBAXIS2_PARSER 1
  1067. | #define HAVE_LIBAXUTIL 1
  1068. | #define HAVE_LIBM 1
  1069. | #define HAVE_LIBMOD_RAMPART 1
  1070. | #define HAVE_LIBNEETHI 1
  1071. | #define HAVE_LIBPTHREAD 1
  1072. | #define HAVE_LIBRT 1
  1073. | #define HAVE_LIBZ 1
  1074. | #define HAVE_DIRENT_H 1
  1075. | #define STDC_HEADERS 1
  1076. | #define HAVE_SYS_WAIT_H 1
  1077. | #define HAVE_FCNTL_H 1
  1078. | #define HAVE_LIMITS_H 1
  1079. | #define HAVE_STDINT_H 1
  1080. | #define HAVE_STDLIB_H 1
  1081. | #define HAVE_STRING_H 1
  1082. | #define HAVE_STRINGS_H 1
  1083. | #define HAVE_SYS_IOCTL_H 1
  1084. | #define HAVE_UNISTD_H 1
  1085. | #define HAVE_SYS_VFS_H 1
  1086. | #define HAVE_ZLIB_H 1
  1087. | #define TIME_WITH_SYS_TIME 1
  1088. | /* end confdefs.h. */
  1089. | #include <vfork.h>
  1090. configure:7780: result: no
  1091. configure:7813: checking for vfork.h
  1092. configure:7822: result: no
  1093. configure:7842: checking for fork
  1094. configure:7898: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1095. conftest.c:74:6: warning: conflicting types for built-in function 'fork'
  1096. configure:7905: $? = 0
  1097. configure:7927: result: yes
  1098. configure:7842: checking for vfork
  1099. configure:7898: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1100. configure:7905: $? = 0
  1101. configure:7927: result: yes
  1102. configure:7940: checking for working fork
  1103. configure:7972: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1104. configure:7976: $? = 0
  1105. configure:7982: ./conftest
  1106. configure:7986: $? = 0
  1107. configure:8003: result: yes
  1108. configure:8024: checking for working vfork
  1109. configure:8165: result: yes
  1110. configure:8196: checking whether lstat dereferences a symlink specified with a trailing slash
  1111. configure:8232: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1112. configure:8236: $? = 0
  1113. configure:8242: ./conftest
  1114. configure:8246: $? = 0
  1115. configure:8270: result: yes
  1116. configure:8289: checking whether lstat accepts an empty string
  1117. configure:8319: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1118. configure:8323: $? = 0
  1119. configure:8329: ./conftest
  1120. configure:8333: $? = 0
  1121. configure:8350: result: no
  1122. configure:8366: checking whether lstat dereferences a symlink specified with a trailing slash
  1123. configure:8440: result: yes
  1124. configure:8464: checking for stdlib.h
  1125. configure:8471: result: yes
  1126. configure:8610: checking for GNU libc compatible malloc
  1127. configure:8644: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1128. configure:8648: $? = 0
  1129. configure:8654: ./conftest
  1130. configure:8658: $? = 0
  1131. configure:8675: result: yes
  1132. configure:8703: checking for working memcmp
  1133. configure:8756: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1134. configure:8760: $? = 0
  1135. configure:8766: ./conftest
  1136. configure:8770: $? = 0
  1137. configure:8787: result: yes
  1138. configure:8815: checking sys/time.h usability
  1139. configure:8832: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1140. configure:8839: $? = 0
  1141. configure:8853: result: yes
  1142. configure:8857: checking sys/time.h presence
  1143. configure:8872: gcc -E conftest.c
  1144. configure:8879: $? = 0
  1145. configure:8893: result: yes
  1146. configure:8926: checking for sys/time.h
  1147. configure:8935: result: yes
  1148. configure:8804: checking for unistd.h
  1149. configure:8811: result: yes
  1150. configure:8961: checking for alarm
  1151. configure:9017: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1152. configure:9024: $? = 0
  1153. configure:9046: result: yes
  1154. configure:9074: checking for working mktime
  1155. configure:9289: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1156. configure:9293: $? = 0
  1157. configure:9299: ./conftest
  1158. configure:9303: $? = 0
  1159. configure:9320: result: yes
  1160. configure:9337: checking for stdlib.h
  1161. configure:9344: result: yes
  1162. configure:9337: checking for unistd.h
  1163. configure:9344: result: yes
  1164. configure:9487: checking for getpagesize
  1165. configure:9543: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1166. configure:9550: $? = 0
  1167. configure:9572: result: yes
  1168. configure:9584: checking for working mmap
  1169. configure:9731: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1170. configure:9735: $? = 0
  1171. configure:9741: ./conftest
  1172. configure:9745: $? = 0
  1173. configure:9762: result: yes
  1174. configure:9778: checking for stdlib.h
  1175. configure:9785: result: yes
  1176. configure:9924: checking for GNU libc compatible realloc
  1177. configure:9958: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1178. configure:9962: $? = 0
  1179. configure:9968: ./conftest
  1180. configure:9972: $? = 0
  1181. configure:9989: result: yes
  1182. configure:10034: checking sys/select.h usability
  1183. configure:10051: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1184. configure:10058: $? = 0
  1185. configure:10072: result: yes
  1186. configure:10076: checking sys/select.h presence
  1187. configure:10091: gcc -E conftest.c
  1188. configure:10098: $? = 0
  1189. configure:10112: result: yes
  1190. configure:10145: checking for sys/select.h
  1191. configure:10154: result: yes
  1192. configure:10034: checking sys/socket.h usability
  1193. configure:10051: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1194. configure:10058: $? = 0
  1195. configure:10072: result: yes
  1196. configure:10076: checking sys/socket.h presence
  1197. configure:10091: gcc -E conftest.c
  1198. configure:10098: $? = 0
  1199. configure:10112: result: yes
  1200. configure:10145: checking for sys/socket.h
  1201. configure:10154: result: yes
  1202. configure:10169: checking types of arguments for select
  1203. configure:10207: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1204. configure:10214: $? = 0
  1205. configure:10235: result: int,fd_set *,struct timeval *
  1206. configure:10258: checking whether stat accepts an empty string
  1207. configure:10288: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1208. configure:10292: $? = 0
  1209. configure:10298: ./conftest
  1210. configure:10302: $? = 0
  1211. configure:10319: result: no
  1212. configure:10335: checking for working strnlen
  1213. configure:10379: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1214. configure:10383: $? = 0
  1215. configure:10389: ./conftest
  1216. configure:10393: $? = 0
  1217. configure:10410: result: yes
  1218. configure:10423: checking for vprintf
  1219. configure:10479: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1220. conftest.c:96:6: warning: conflicting types for built-in function 'vprintf'
  1221. configure:10486: $? = 0
  1222. configure:10508: result: yes
  1223. configure:10517: checking for _doprnt
  1224. configure:10573: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1225. /tmp/ccp7mBqJ.o: In function `main':
  1226. /usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/conftest.c:108: undefined reference to `_doprnt'
  1227. collect2: ld returned 1 exit status
  1228. configure:10580: $? = 1
  1229. configure: failed program was:
  1230. | /* confdefs.h. */
  1231. | #define PACKAGE_NAME "Eucalyptus"
  1232. | #define PACKAGE_TARNAME "eucalyptus"
  1233. | #define PACKAGE_VERSION "main"
  1234. | #define PACKAGE_STRING "Eucalyptus main"
  1235. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1236. | #define STDC_HEADERS 1
  1237. | #define HAVE_SYS_TYPES_H 1
  1238. | #define HAVE_SYS_STAT_H 1
  1239. | #define HAVE_STDLIB_H 1
  1240. | #define HAVE_STRING_H 1
  1241. | #define HAVE_MEMORY_H 1
  1242. | #define HAVE_STRINGS_H 1
  1243. | #define HAVE_INTTYPES_H 1
  1244. | #define HAVE_STDINT_H 1
  1245. | #define HAVE_UNISTD_H 1
  1246. | #define __EXTENSIONS__ 1
  1247. | #define _ALL_SOURCE 1
  1248. | #define _GNU_SOURCE 1
  1249. | #define _POSIX_PTHREAD_SEMANTICS 1
  1250. | #define _TANDEM_SOURCE 1
  1251. | #define HAVE_LIBAXIS2_AXIOM 1
  1252. | #define HAVE_LIBAXIS2_ENGINE 1
  1253. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  1254. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  1255. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  1256. | #define HAVE_LIBGUTHTHILA 1
  1257. | #define HAVE_LIBAXIS2_PARSER 1
  1258. | #define HAVE_LIBAXUTIL 1
  1259. | #define HAVE_LIBM 1
  1260. | #define HAVE_LIBMOD_RAMPART 1
  1261. | #define HAVE_LIBNEETHI 1
  1262. | #define HAVE_LIBPTHREAD 1
  1263. | #define HAVE_LIBRT 1
  1264. | #define HAVE_LIBZ 1
  1265. | #define HAVE_DIRENT_H 1
  1266. | #define STDC_HEADERS 1
  1267. | #define HAVE_SYS_WAIT_H 1
  1268. | #define HAVE_FCNTL_H 1
  1269. | #define HAVE_LIMITS_H 1
  1270. | #define HAVE_STDINT_H 1
  1271. | #define HAVE_STDLIB_H 1
  1272. | #define HAVE_STRING_H 1
  1273. | #define HAVE_STRINGS_H 1
  1274. | #define HAVE_SYS_IOCTL_H 1
  1275. | #define HAVE_UNISTD_H 1
  1276. | #define HAVE_SYS_VFS_H 1
  1277. | #define HAVE_ZLIB_H 1
  1278. | #define TIME_WITH_SYS_TIME 1
  1279. | #define HAVE_FORK 1
  1280. | #define HAVE_VFORK 1
  1281. | #define HAVE_WORKING_VFORK 1
  1282. | #define HAVE_WORKING_FORK 1
  1283. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1284. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1285. | #define HAVE_STDLIB_H 1
  1286. | #define HAVE_MALLOC 1
  1287. | #define HAVE_SYS_TIME_H 1
  1288. | #define HAVE_UNISTD_H 1
  1289. | #define HAVE_ALARM 1
  1290. | #define HAVE_STDLIB_H 1
  1291. | #define HAVE_UNISTD_H 1
  1292. | #define HAVE_GETPAGESIZE 1
  1293. | #define HAVE_MMAP 1
  1294. | #define HAVE_STDLIB_H 1
  1295. | #define HAVE_REALLOC 1
  1296. | #define HAVE_SYS_SELECT_H 1
  1297. | #define HAVE_SYS_SOCKET_H 1
  1298. | #define SELECT_TYPE_ARG1 int
  1299. | #define SELECT_TYPE_ARG234 (fd_set *)
  1300. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1301. | #define HAVE_VPRINTF 1
  1302. | /* end confdefs.h. */
  1303. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1304. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1305. | #define _doprnt innocuous__doprnt
  1306. |
  1307. | /* System header to define __stub macros and hopefully few prototypes,
  1308. | which can conflict with char _doprnt (); below.
  1309. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1310. | <limits.h> exists even on freestanding compilers. */
  1311. |
  1312. | #ifdef __STDC__
  1313. | # include <limits.h>
  1314. | #else
  1315. | # include <assert.h>
  1316. | #endif
  1317. |
  1318. | #undef _doprnt
  1319. |
  1320. | /* Override any GCC internal prototype to avoid an error.
  1321. | Use char because int might match the return type of a GCC
  1322. | builtin and then its argument prototype would still apply. */
  1323. | #ifdef __cplusplus
  1324. | extern "C"
  1325. | #endif
  1326. | char _doprnt ();
  1327. | /* The GNU C library defines this for functions which it implements
  1328. | to always fail with ENOSYS. Some functions are actually named
  1329. | something starting with __ and the normal name is an alias. */
  1330. | #if defined __stub__doprnt || defined __stub____doprnt
  1331. | choke me
  1332. | #endif
  1333. |
  1334. | int
  1335. | main ()
  1336. | {
  1337. | return _doprnt ();
  1338. | ;
  1339. | return 0;
  1340. | }
  1341. configure:10600: result: no
  1342. configure:10630: checking for bzero
  1343. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1344. conftest.c:97:6: warning: conflicting types for built-in function 'bzero'
  1345. configure:10693: $? = 0
  1346. configure:10715: result: yes
  1347. configure:10630: checking for dup2
  1348. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1349. configure:10693: $? = 0
  1350. configure:10715: result: yes
  1351. configure:10630: checking for ftruncate
  1352. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1353. configure:10693: $? = 0
  1354. configure:10715: result: yes
  1355. configure:10630: checking for gettimeofday
  1356. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1357. configure:10693: $? = 0
  1358. configure:10715: result: yes
  1359. configure:10630: checking for mkdir
  1360. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1361. configure:10693: $? = 0
  1362. configure:10715: result: yes
  1363. configure:10630: checking for pow
  1364. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1365. conftest.c:102:6: warning: conflicting types for built-in function 'pow'
  1366. configure:10693: $? = 0
  1367. configure:10715: result: yes
  1368. configure:10630: checking for select
  1369. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1370. configure:10693: $? = 0
  1371. configure:10715: result: yes
  1372. configure:10630: checking for strchr
  1373. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1374. conftest.c:104:6: warning: conflicting types for built-in function 'strchr'
  1375. configure:10693: $? = 0
  1376. configure:10715: result: yes
  1377. configure:10630: checking for strdup
  1378. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1379. conftest.c:105:6: warning: conflicting types for built-in function 'strdup'
  1380. configure:10693: $? = 0
  1381. configure:10715: result: yes
  1382. configure:10630: checking for strerror
  1383. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1384. configure:10693: $? = 0
  1385. configure:10715: result: yes
  1386. configure:10630: checking for strncasecmp
  1387. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1388. conftest.c:107:6: warning: conflicting types for built-in function 'strncasecmp'
  1389. configure:10693: $? = 0
  1390. configure:10715: result: yes
  1391. configure:10630: checking for strstr
  1392. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1393. conftest.c:108:6: warning: conflicting types for built-in function 'strstr'
  1394. configure:10693: $? = 0
  1395. configure:10715: result: yes
  1396. configure:10630: checking for rmdir
  1397. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1398. configure:10693: $? = 0
  1399. configure:10715: result: yes
  1400. configure:10858: creating ./config.status
  1401.  
  1402. ## ---------------------- ##
  1403. ## Running config.status. ##
  1404. ## ---------------------- ##
  1405.  
  1406. This file was extended by Eucalyptus config.status main, which was
  1407. generated by GNU Autoconf 2.63. Invocation command line was
  1408.  
  1409. CONFIG_FILES =
  1410. CONFIG_HEADERS =
  1411. CONFIG_LINKS =
  1412. CONFIG_COMMANDS =
  1413. $ ./config.status
  1414.  
  1415. on davros
  1416.  
  1417. config.status:819: creating Makedefs
  1418. config.status:819: creating tools/eucalyptus-cc
  1419. config.status:819: creating tools/eucalyptus-nc
  1420. config.status:819: creating tools/euca_conf
  1421. config.status:819: creating tools/eucalyptus-cloud
  1422. config.status:819: creating util/eucalyptus-config.h
  1423. config.status:1035: util/eucalyptus-config.h is unchanged
  1424.  
  1425. ## ---------------- ##
  1426. ## Cache variables. ##
  1427. ## ---------------- ##
  1428.  
  1429. ac_cv_c_compiler_gnu=yes
  1430. ac_cv_c_const=yes
  1431. ac_cv_c_uint32_t=yes
  1432. ac_cv_env_CC_set=
  1433. ac_cv_env_CC_value=
  1434. ac_cv_env_CFLAGS_set=
  1435. ac_cv_env_CFLAGS_value=
  1436. ac_cv_env_CPPFLAGS_set=
  1437. ac_cv_env_CPPFLAGS_value=
  1438. ac_cv_env_CPP_set=
  1439. ac_cv_env_CPP_value=
  1440. ac_cv_env_LDFLAGS_set=
  1441. ac_cv_env_LDFLAGS_value=
  1442. ac_cv_env_LIBS_set=
  1443. ac_cv_env_LIBS_value=
  1444. ac_cv_env_build_alias_set=
  1445. ac_cv_env_build_alias_value=
  1446. ac_cv_env_host_alias_set=
  1447. ac_cv_env_host_alias_value=
  1448. ac_cv_env_target_alias_set=
  1449. ac_cv_env_target_alias_value=
  1450. ac_cv_file__opt_eucalyptus_packages_axis2c_1_6_0_WSDL2C_sh=no
  1451. ac_cv_file__opt_eucalyptus_packages_axis2c_1_6_0_bin_tools_wsdl2c_WSDL2C_sh=yes
  1452. ac_cv_func__doprnt=no
  1453. ac_cv_func_alarm=yes
  1454. ac_cv_func_bzero=yes
  1455. ac_cv_func_closedir_void=no
  1456. ac_cv_func_dup2=yes
  1457. ac_cv_func_fork=yes
  1458. ac_cv_func_fork_works=yes
  1459. ac_cv_func_ftruncate=yes
  1460. ac_cv_func_getpagesize=yes
  1461. ac_cv_func_gettimeofday=yes
  1462. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  1463. ac_cv_func_lstat_empty_string_bug=no
  1464. ac_cv_func_malloc_0_nonnull=yes
  1465. ac_cv_func_memcmp_working=yes
  1466. ac_cv_func_mkdir=yes
  1467. ac_cv_func_mmap_fixed_mapped=yes
  1468. ac_cv_func_pow=yes
  1469. ac_cv_func_realloc_0_nonnull=yes
  1470. ac_cv_func_rmdir=yes
  1471. ac_cv_func_select=yes
  1472. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  1473. ac_cv_func_stat_empty_string_bug=no
  1474. ac_cv_func_strchr=yes
  1475. ac_cv_func_strdup=yes
  1476. ac_cv_func_strerror=yes
  1477. ac_cv_func_strncasecmp=yes
  1478. ac_cv_func_strnlen_working=yes
  1479. ac_cv_func_strstr=yes
  1480. ac_cv_func_vfork=yes
  1481. ac_cv_func_vfork_works=yes
  1482. ac_cv_func_vprintf=yes
  1483. ac_cv_func_working_mktime=yes
  1484. ac_cv_header_curl_curl_h=yes
  1485. ac_cv_header_dirent_dirent_h=yes
  1486. ac_cv_header_fcntl_h=yes
  1487. ac_cv_header_inttypes_h=yes
  1488. ac_cv_header_limits_h=yes
  1489. ac_cv_header_memory_h=yes
  1490. ac_cv_header_minix_config_h=no
  1491. ac_cv_header_stdc=yes
  1492. ac_cv_header_stdint_h=yes
  1493. ac_cv_header_stdlib_h=yes
  1494. ac_cv_header_string_h=yes
  1495. ac_cv_header_strings_h=yes
  1496. ac_cv_header_sys_ioctl_h=yes
  1497. ac_cv_header_sys_select_h=yes
  1498. ac_cv_header_sys_socket_h=yes
  1499. ac_cv_header_sys_stat_h=yes
  1500. ac_cv_header_sys_time_h=yes
  1501. ac_cv_header_sys_types_h=yes
  1502. ac_cv_header_sys_vfs_h=yes
  1503. ac_cv_header_sys_wait_h=yes
  1504. ac_cv_header_time=yes
  1505. ac_cv_header_unistd_h=yes
  1506. ac_cv_header_vfork_h=no
  1507. ac_cv_header_zlib_h=yes
  1508. ac_cv_lib_axis2_axiom_main=yes
  1509. ac_cv_lib_axis2_engine_main=yes
  1510. ac_cv_lib_axis2_http_common_main=yes
  1511. ac_cv_lib_axis2_http_receiver_main=yes
  1512. ac_cv_lib_axis2_http_sender_main=yes
  1513. ac_cv_lib_axis2_parser_axiom_xml_reader_init=yes
  1514. ac_cv_lib_axutil_main=yes
  1515. ac_cv_lib_cap_cap_from_name=no
  1516. ac_cv_lib_curl_main=yes
  1517. ac_cv_lib_guththila_main=yes
  1518. ac_cv_lib_m_main=yes
  1519. ac_cv_lib_mod_rampart_main=yes
  1520. ac_cv_lib_neethi_main=yes
  1521. ac_cv_lib_pthread_main=yes
  1522. ac_cv_lib_rt_main=yes
  1523. ac_cv_lib_virt_main=yes
  1524. ac_cv_lib_z_inflate=yes
  1525. ac_cv_objext=o
  1526. ac_cv_path_ANT=/usr/bin/ant
  1527. ac_cv_path_EGREP='/bin/grep -E'
  1528. ac_cv_path_GREP=/bin/grep
  1529. ac_cv_path_JAVA=/usr/lib/jvm/java-6-openjdk//bin/java
  1530. ac_cv_path_RM=/bin/rm
  1531. ac_cv_path_install='/usr/bin/install -c'
  1532. ac_cv_prog_AWK=gawk
  1533. ac_cv_prog_CPP='gcc -E'
  1534. ac_cv_prog_ac_ct_CC=gcc
  1535. ac_cv_prog_cc_c89=
  1536. ac_cv_prog_cc_g=yes
  1537. ac_cv_prog_make_make_set=yes
  1538. ac_cv_safe_to_define___extensions__=yes
  1539. ac_cv_search_opendir='none required'
  1540. ac_cv_struct_tm=time.h
  1541. ac_cv_type_mode_t=yes
  1542. ac_cv_type_pid_t=yes
  1543. ac_cv_type_size_t=yes
  1544. ac_cv_type_ssize_t=yes
  1545.  
  1546. ## ----------------- ##
  1547. ## Output variables. ##
  1548. ## ----------------- ##
  1549.  
  1550. ANT='/usr/bin/ant'
  1551. AWK='gawk'
  1552. AXIS2C_HOME='/opt/eucalyptus/packages/axis2c-1.6.0'
  1553. AXIS2C_SERVICES='/opt/eucalyptus/packages/axis2c-1.6.0/services'
  1554. AXIS2_HOME='/opt/eucalyptus/packages/axis2-1.4'
  1555. CC='gcc'
  1556. CFLAGS='-D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG'
  1557. CPP='gcc -E'
  1558. CPPFLAGS=''
  1559. DEFS='-DHAVE_CONFIG_H'
  1560. ECHO_C=''
  1561. ECHO_N='-n'
  1562. ECHO_T=''
  1563. EGREP='/bin/grep -E'
  1564. EUCA_VERSION='2.0.3'
  1565. EXEEXT=''
  1566. EXTENSIONS=''
  1567. GREP='/bin/grep'
  1568. INCLUDES=' -I. -I.. -Igenerated -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/storage -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/node -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/util -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/net -I/opt/eucalyptus/packages/axis2c-1.6.0/include/axis2-1.6.0'
  1569. INSTALL_DATA='${INSTALL} -m 644'
  1570. INSTALL_PROGRAM='${INSTALL}'
  1571. INSTALL_SCRIPT='${INSTALL}'
  1572. INTERFACE_THEME='eucalyptus'
  1573. JAVA='/usr/lib/jvm/java-6-openjdk//bin/java'
  1574. JAVA_HOME='/usr/lib/jvm/java-6-openjdk/'
  1575. LDFLAGS=' '
  1576. LIBOBJS=''
  1577. LIBS='-lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib '
  1578. LIBVIRT_HOME=''
  1579. LTLIBOBJS=''
  1580. OBJEXT='o'
  1581. PACKAGE_BUGREPORT='support@open.eucalyptus.com'
  1582. PACKAGE_NAME='Eucalyptus'
  1583. PACKAGE_STRING='Eucalyptus main'
  1584. PACKAGE_TARNAME='eucalyptus'
  1585. PACKAGE_VERSION='main'
  1586. PATH_SEPARATOR=':'
  1587. RM='/bin/rm'
  1588. SET_MAKE=''
  1589. SHELL='/bin/bash'
  1590. TOP='/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline'
  1591. WSDL2C='/opt/eucalyptus/packages/axis2c-1.6.0/bin/tools/wsdl2c/WSDL2C.sh'
  1592. ac_ct_CC='gcc'
  1593. bindir='${exec_prefix}/bin'
  1594. build_alias=''
  1595. datadir='${datarootdir}'
  1596. datarootdir='${prefix}/share'
  1597. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1598. dvidir='${docdir}'
  1599. exec_prefix='${prefix}'
  1600. host_alias=''
  1601. htmldir='${docdir}'
  1602. includedir='${prefix}/include'
  1603. infodir='${datarootdir}/info'
  1604. libdir='${exec_prefix}/lib'
  1605. libexecdir='${exec_prefix}/libexec'
  1606. localedir='${datarootdir}/locale'
  1607. :
  1608.  
  1609. | /* confdefs.h. */
  1610. | #define PACKAGE_NAME "Eucalyptus"
  1611. | #define PACKAGE_TARNAME "eucalyptus"
  1612. | #define PACKAGE_VERSION "main"
  1613. | #define PACKAGE_STRING "Eucalyptus main"
  1614. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1615. | /* end confdefs.h. */
  1616. | #include <ac_nonexistent.h>
  1617. configure:2886: result: gcc -E
  1618. configure:2915: gcc -E conftest.c
  1619. configure:2922: $? = 0
  1620. configure:2953: gcc -E conftest.c
  1621. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  1622. compilation terminated.
  1623. configure:2960: $? = 1
  1624. configure: failed program was:
  1625. | /* confdefs.h. */
  1626. | #define PACKAGE_NAME "Eucalyptus"
  1627. | #define PACKAGE_TARNAME "eucalyptus"
  1628. | #define PACKAGE_VERSION "main"
  1629. | #define PACKAGE_STRING "Eucalyptus main"
  1630. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1631. | /* end confdefs.h. */
  1632. | #include <ac_nonexistent.h>
  1633. configure:3000: checking for grep that handles long lines and -e
  1634. configure:3060: result: /bin/grep
  1635. configure:3065: checking for egrep
  1636. configure:3129: result: /bin/grep -E
  1637. configure:3134: checking for ANSI C header files
  1638. configure:3164: gcc -c -g -O2 conftest.c >&5
  1639. configure:3171: $? = 0
  1640. configure:3270: gcc -o conftest -g -O2 conftest.c >&5
  1641. configure:3274: $? = 0
  1642. configure:3280: ./conftest
  1643. configure:3284: $? = 0
  1644. configure:3302: result: yes
  1645. configure:3326: checking for sys/types.h
  1646. configure:3347: gcc -c -g -O2 conftest.c >&5
  1647. configure:3354: $? = 0
  1648. configure:3371: result: yes
  1649. configure:3326: checking for sys/stat.h
  1650. configure:3347: gcc -c -g -O2 conftest.c >&5
  1651. configure:3354: $? = 0
  1652. configure:3371: result: yes
  1653. configure:3326: checking for stdlib.h
  1654. configure:3347: gcc -c -g -O2 conftest.c >&5
  1655. configure:3354: $? = 0
  1656. configure:3371: result: yes
  1657. configure:3326: checking for string.h
  1658. configure:3347: gcc -c -g -O2 conftest.c >&5
  1659. configure:3354: $? = 0
  1660. configure:3371: result: yes
  1661. configure:3326: checking for memory.h
  1662. configure:3347: gcc -c -g -O2 conftest.c >&5
  1663. configure:3354: $? = 0
  1664. configure:3371: result: yes
  1665. configure:3326: checking for strings.h
  1666. configure:3347: gcc -c -g -O2 conftest.c >&5
  1667. configure:3354: $? = 0
  1668. configure:3371: result: yes
  1669. configure:3326: checking for inttypes.h
  1670. configure:3347: gcc -c -g -O2 conftest.c >&5
  1671. configure:3354: $? = 0
  1672. configure:3371: result: yes
  1673. configure:3326: checking for stdint.h
  1674. configure:3347: gcc -c -g -O2 conftest.c >&5
  1675. configure:3354: $? = 0
  1676. configure:3371: result: yes
  1677. configure:3326: checking for unistd.h
  1678. configure:3347: gcc -c -g -O2 conftest.c >&5
  1679. configure:3354: $? = 0
  1680. configure:3371: result: yes
  1681. configure:3396: checking minix/config.h usability
  1682. configure:3413: gcc -c -g -O2 conftest.c >&5
  1683. conftest.c:51:26: fatal error: minix/config.h: No such file or directory
  1684. compilation terminated.
  1685. configure:3420: $? = 1
  1686. configure: failed program was:
  1687. | /* confdefs.h. */
  1688. | #define PACKAGE_NAME "Eucalyptus"
  1689. | #define PACKAGE_TARNAME "eucalyptus"
  1690. | #define PACKAGE_VERSION "main"
  1691. | #define PACKAGE_STRING "Eucalyptus main"
  1692. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1693. | #define STDC_HEADERS 1
  1694. | #define HAVE_SYS_TYPES_H 1
  1695. | #define HAVE_SYS_STAT_H 1
  1696. | #define HAVE_STDLIB_H 1
  1697. | #define HAVE_STRING_H 1
  1698. | #define HAVE_MEMORY_H 1
  1699. | #define HAVE_STRINGS_H 1
  1700. | #define HAVE_INTTYPES_H 1
  1701. | #define HAVE_STDINT_H 1
  1702. | #define HAVE_UNISTD_H 1
  1703. | /* end confdefs.h. */
  1704. | #include <stdio.h>
  1705. | #ifdef HAVE_SYS_TYPES_H
  1706. | # include <sys/types.h>
  1707. | #endif
  1708. | #ifdef HAVE_SYS_STAT_H
  1709. | # include <sys/stat.h>
  1710. | #endif
  1711. | #ifdef STDC_HEADERS
  1712. | # include <stdlib.h>
  1713. | # include <stddef.h>
  1714. | #else
  1715. | # ifdef HAVE_STDLIB_H
  1716. | # include <stdlib.h>
  1717. | # endif
  1718. | #endif
  1719. | #ifdef HAVE_STRING_H
  1720. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1721. | # include <memory.h>
  1722. | # endif
  1723. | # include <string.h>
  1724. | #endif
  1725. | #ifdef HAVE_STRINGS_H
  1726. | # include <strings.h>
  1727. | #endif
  1728. | #ifdef HAVE_INTTYPES_H
  1729. | # include <inttypes.h>
  1730. | #endif
  1731. | #ifdef HAVE_STDINT_H
  1732. | # include <stdint.h>
  1733. | #endif
  1734. | #ifdef HAVE_UNISTD_H
  1735. | # include <unistd.h>
  1736. | #endif
  1737. | #include <minix/config.h>
  1738. configure:3434: result: no
  1739. configure:3438: checking minix/config.h presence
  1740. configure:3453: gcc -E conftest.c
  1741. conftest.c:18:26: fatal error: minix/config.h: No such file or directory
  1742. compilation terminated.
  1743. configure:3460: $? = 1
  1744. configure: failed program was:
  1745. | /* confdefs.h. */
  1746. | #define PACKAGE_NAME "Eucalyptus"
  1747. | #define PACKAGE_TARNAME "eucalyptus"
  1748. | #define PACKAGE_VERSION "main"
  1749. | #define PACKAGE_STRING "Eucalyptus main"
  1750. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1751. | #define STDC_HEADERS 1
  1752. | #define HAVE_SYS_TYPES_H 1
  1753. | #define HAVE_SYS_STAT_H 1
  1754. | #define HAVE_STDLIB_H 1
  1755. | #define HAVE_STRING_H 1
  1756. | #define HAVE_MEMORY_H 1
  1757. | #define HAVE_STRINGS_H 1
  1758. | #define HAVE_INTTYPES_H 1
  1759. | #define HAVE_STDINT_H 1
  1760. | #define HAVE_UNISTD_H 1
  1761. | /* end confdefs.h. */
  1762. | #include <minix/config.h>
  1763. configure:3474: result: no
  1764. configure:3507: checking for minix/config.h
  1765. configure:3514: result: no
  1766. configure:3545: checking whether it is safe to define __EXTENSIONS__
  1767. configure:3573: gcc -c -g -O2 conftest.c >&5
  1768. configure:3580: $? = 0
  1769. configure:3595: result: yes
  1770. configure:3728: checking for gawk
  1771. configure:3744: found /usr/bin/gawk
  1772. configure:3755: result: gawk
  1773. configure:3814: checking for gcc
  1774. configure:3841: result: gcc
  1775. configure:4073: checking for C compiler version
  1776. configure:4081: gcc --version >&5
  1777. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  1778. Copyright (C) 2010 Free Software Foundation, Inc.
  1779. This is free software; see the source for copying conditions. There is NO
  1780. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1781.  
  1782. configure:4085: $? = 0
  1783. configure:4092: gcc -v >&5
  1784. Using built-in specs.
  1785. COLLECT_GCC=gcc
  1786. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  1787. Target: x86_64-linux-gnu
  1788. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  1789. Thread model: posix
  1790. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  1791. configure:4096: $? = 0
  1792. configure:4103: gcc -V >&5
  1793. gcc: '-V' option must have argument
  1794. configure:4107: $? = 1
  1795. configure:4110: checking whether we are using the GNU C compiler
  1796. configure:4163: result: yes
  1797. configure:4172: checking whether gcc accepts -g
  1798. configure:4310: result: yes
  1799. configure:4327: checking for gcc option to accept ISO C89
  1800. configure:4431: result: none needed
  1801. configure:4494: checking for a BSD-compatible install
  1802. configure:4562: result: /usr/bin/install -c
  1803. configure:4573: checking whether make sets $(MAKE)
  1804. configure:4595: result: yes
  1805. configure:4606: checking for rm
  1806. configure:4624: found /bin/rm
  1807. configure:4636: result: /bin/rm
  1808. configure:4651: checking for /opt/eucalyptus/packages/axis2c-1.6.0/bin/tools/wsdl2c/WSDL2C.sh
  1809. configure:4668: result: yes
  1810. configure:4677: checking for /opt/eucalyptus/packages/axis2c-1.6.0/WSDL2C.sh
  1811. configure:4694: result: no
  1812. configure:4723: checking for ant
  1813. configure:4742: found /usr/bin/ant
  1814. configure:4754: result: /usr/bin/ant
  1815. configure:4764: checking for java
  1816. configure:4782: found /usr/lib/jvm/java-6-openjdk//bin/java
  1817. configure:4794: result: /usr/lib/jvm/java-6-openjdk//bin/java
  1818. configure:4852: checking for main in -laxis2_axiom
  1819. configure:4881: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1820. configure:4888: $? = 0
  1821. configure:4909: result: yes
  1822. configure:4925: checking for main in -laxis2_engine
  1823. configure:4954: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1824. configure:4961: $? = 0
  1825. configure:4982: result: yes
  1826. configure:4998: checking for main in -laxis2_http_common
  1827. configure:5027: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1828. configure:5034: $? = 0
  1829. configure:5055: result: yes
  1830. configure:5071: checking for main in -laxis2_http_receiver
  1831. configure:5100: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1832. configure:5107: $? = 0
  1833. configure:5128: result: yes
  1834. configure:5144: checking for main in -laxis2_http_sender
  1835. configure:5173: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1836. configure:5180: $? = 0
  1837. configure:5201: result: yes
  1838. configure:5217: checking for main in -lguththila
  1839. configure:5246: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1840. configure:5253: $? = 0
  1841. configure:5274: result: yes
  1842. configure:5290: checking for axiom_xml_reader_init in -laxis2_parser
  1843. configure:5325: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1844. configure:5332: $? = 0
  1845. configure:5353: result: yes
  1846. configure:5369: checking for main in -laxutil
  1847. configure:5398: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1848. configure:5405: $? = 0
  1849. configure:5426: result: yes
  1850. configure:5442: checking for main in -lm
  1851. configure:5471: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1852. configure:5478: $? = 0
  1853. configure:5499: result: yes
  1854. configure:5511: checking for main in -lmod_rampart
  1855. configure:5540: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1856. configure:5547: $? = 0
  1857. configure:5568: result: yes
  1858. configure:5584: checking for main in -lneethi
  1859. configure:5613: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1860. configure:5620: $? = 0
  1861. configure:5641: result: yes
  1862. configure:5657: checking for main in -lpthread
  1863. configure:5686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1864. configure:5693: $? = 0
  1865. configure:5714: result: yes
  1866. configure:5726: checking for main in -lrt
  1867. configure:5755: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1868. configure:5762: $? = 0
  1869. configure:5783: result: yes
  1870. configure:5794: checking for main in -lvirt
  1871. configure:5823: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lvirt -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1872. configure:5830: $? = 0
  1873. configure:5851: result: yes
  1874. configure:5861: checking for main in -lcurl
  1875. configure:5890: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lcurl -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1876. configure:5897: $? = 0
  1877. configure:5918: result: yes
  1878. configure:5929: checking for inflate in -lz
  1879. configure:5964: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1880. configure:5971: $? = 0
  1881. configure:5992: result: yes
  1882. configure:6004: checking for cap_from_name in -lcap
  1883. configure:6039: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lcap -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1884. /usr/bin/ld: cannot find -lcap
  1885. collect2: ld returned 1 exit status
  1886. configure:6046: $? = 1
  1887. configure: failed program was:
  1888. | /* confdefs.h. */
  1889. | #define PACKAGE_NAME "Eucalyptus"
  1890. | #define PACKAGE_TARNAME "eucalyptus"
  1891. | #define PACKAGE_VERSION "main"
  1892. | #define PACKAGE_STRING "Eucalyptus main"
  1893. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  1894. | #define STDC_HEADERS 1
  1895. | #define HAVE_SYS_TYPES_H 1
  1896. | #define HAVE_SYS_STAT_H 1
  1897. | #define HAVE_STDLIB_H 1
  1898. | #define HAVE_STRING_H 1
  1899. | #define HAVE_MEMORY_H 1
  1900. | #define HAVE_STRINGS_H 1
  1901. | #define HAVE_INTTYPES_H 1
  1902. | #define HAVE_STDINT_H 1
  1903. | #define HAVE_UNISTD_H 1
  1904. | #define __EXTENSIONS__ 1
  1905. | #define _ALL_SOURCE 1
  1906. | #define _GNU_SOURCE 1
  1907. | #define _POSIX_PTHREAD_SEMANTICS 1
  1908. | #define _TANDEM_SOURCE 1
  1909. | #define HAVE_LIBAXIS2_AXIOM 1
  1910. | #define HAVE_LIBAXIS2_ENGINE 1
  1911. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  1912. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  1913. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  1914. | #define HAVE_LIBGUTHTHILA 1
  1915. | #define HAVE_LIBAXIS2_PARSER 1
  1916. | #define HAVE_LIBAXUTIL 1
  1917. | #define HAVE_LIBM 1
  1918. | #define HAVE_LIBMOD_RAMPART 1
  1919. | #define HAVE_LIBNEETHI 1
  1920. | #define HAVE_LIBPTHREAD 1
  1921. | #define HAVE_LIBRT 1
  1922. | #define HAVE_LIBZ 1
  1923. | /* end confdefs.h. */
  1924. |
  1925. | /* Override any GCC internal prototype to avoid an error.
  1926. | Use char because int might match the return type of a GCC
  1927. | builtin and then its argument prototype would still apply. */
  1928. | #ifdef __cplusplus
  1929. | extern "C"
  1930. | #endif
  1931. | char cap_from_name ();
  1932. | int
  1933. | main ()
  1934. | {
  1935. | return cap_from_name ();
  1936. | ;
  1937. | return 0;
  1938. | }
  1939. configure:6067: result: no
  1940. configure:6077: WARNING: Cannot find sufficiently recent libcap will not use it
  1941. configure:6091: checking for dirent.h that defines DIR
  1942. configure:6120: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1943. configure:6127: $? = 0
  1944. configure:6144: result: yes
  1945. configure:6159: checking for library containing opendir
  1946. configure:6200: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  1947. configure:6207: $? = 0
  1948. configure:6238: result: none required
  1949. configure:6336: checking for ANSI C header files
  1950. configure:6504: result: yes
  1951. configure:6514: checking for sys/wait.h that is POSIX.1 compatible
  1952. configure:6550: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1953. configure:6557: $? = 0
  1954. configure:6572: result: yes
  1955. configure:6607: checking fcntl.h usability
  1956. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1957. configure:6631: $? = 0
  1958. configure:6645: result: yes
  1959. configure:6649: checking fcntl.h presence
  1960. configure:6664: gcc -E conftest.c
  1961. configure:6671: $? = 0
  1962. configure:6685: result: yes
  1963. configure:6718: checking for fcntl.h
  1964. configure:6727: result: yes
  1965. configure:6607: checking limits.h usability
  1966. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1967. configure:6631: $? = 0
  1968. configure:6645: result: yes
  1969. configure:6649: checking limits.h presence
  1970. configure:6664: gcc -E conftest.c
  1971. configure:6671: $? = 0
  1972. configure:6685: result: yes
  1973. configure:6718: checking for limits.h
  1974. configure:6727: result: yes
  1975. configure:6596: checking for stdint.h
  1976. configure:6603: result: yes
  1977. configure:6596: checking for stdlib.h
  1978. configure:6603: result: yes
  1979. configure:6596: checking for string.h
  1980. configure:6603: result: yes
  1981. configure:6596: checking for strings.h
  1982. configure:6603: result: yes
  1983. configure:6607: checking sys/ioctl.h usability
  1984. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1985. configure:6631: $? = 0
  1986. configure:6645: result: yes
  1987. configure:6649: checking sys/ioctl.h presence
  1988. configure:6664: gcc -E conftest.c
  1989. configure:6671: $? = 0
  1990. configure:6685: result: yes
  1991. configure:6718: checking for sys/ioctl.h
  1992. configure:6727: result: yes
  1993. configure:6596: checking for unistd.h
  1994. configure:6603: result: yes
  1995. configure:6607: checking sys/vfs.h usability
  1996. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  1997. configure:6631: $? = 0
  1998. configure:6645: result: yes
  1999. configure:6649: checking sys/vfs.h presence
  2000. configure:6664: gcc -E conftest.c
  2001. configure:6671: $? = 0
  2002. configure:6685: result: yes
  2003. configure:6718: checking for sys/vfs.h
  2004. configure:6727: result: yes
  2005. configure:6607: checking zlib.h usability
  2006. configure:6624: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2007. configure:6631: $? = 0
  2008. configure:6645: result: yes
  2009. configure:6649: checking zlib.h presence
  2010. configure:6664: gcc -E conftest.c
  2011. configure:6671: $? = 0
  2012. configure:6685: result: yes
  2013. configure:6718: checking for zlib.h
  2014. configure:6727: result: yes
  2015. configure:6752: checking curl/curl.h usability
  2016. configure:6769: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2017. configure:6776: $? = 0
  2018. configure:6790: result: yes
  2019. configure:6794: checking curl/curl.h presence
  2020. configure:6809: gcc -E conftest.c
  2021. configure:6816: $? = 0
  2022. configure:6830: result: yes
  2023. configure:6863: checking for curl/curl.h
  2024. configure:6870: result: yes
  2025. configure:6885: checking for an ANSI C-conforming const
  2026. configure:6960: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2027. conftest.c: In function 'main':
  2028. conftest.c:79:10: warning: 't' is used uninitialized in this function
  2029. conftest.c:95:23: warning: 'b' may be used uninitialized in this function
  2030. configure:6967: $? = 0
  2031. configure:6982: result: yes
  2032. configure:6992: checking for mode_t
  2033. configure:7020: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2034. configure:7027: $? = 0
  2035. configure:7054: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2036. conftest.c: In function 'main':
  2037. conftest.c:86:21: error: expected expression before ')' token
  2038. configure:7061: $? = 1
  2039. configure: failed program was:
  2040. | /* confdefs.h. */
  2041. | #define PACKAGE_NAME "Eucalyptus"
  2042. | #define PACKAGE_TARNAME "eucalyptus"
  2043. | #define PACKAGE_VERSION "main"
  2044. | #define PACKAGE_STRING "Eucalyptus main"
  2045. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2046. | #define STDC_HEADERS 1
  2047. | #define HAVE_SYS_TYPES_H 1
  2048. | #define HAVE_SYS_STAT_H 1
  2049. | #define HAVE_STDLIB_H 1
  2050. | #define HAVE_STRING_H 1
  2051. | #define HAVE_MEMORY_H 1
  2052. | #define HAVE_STRINGS_H 1
  2053. | #define HAVE_INTTYPES_H 1
  2054. | #define HAVE_STDINT_H 1
  2055. | #define HAVE_UNISTD_H 1
  2056. | #define __EXTENSIONS__ 1
  2057. | #define _ALL_SOURCE 1
  2058. | #define _GNU_SOURCE 1
  2059. | #define _POSIX_PTHREAD_SEMANTICS 1
  2060. | #define _TANDEM_SOURCE 1
  2061. | #define HAVE_LIBAXIS2_AXIOM 1
  2062. | #define HAVE_LIBAXIS2_ENGINE 1
  2063. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2064. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2065. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2066. | #define HAVE_LIBGUTHTHILA 1
  2067. | #define HAVE_LIBAXIS2_PARSER 1
  2068. | #define HAVE_LIBAXUTIL 1
  2069. | #define HAVE_LIBM 1
  2070. | #define HAVE_LIBMOD_RAMPART 1
  2071. | #define HAVE_LIBNEETHI 1
  2072. | #define HAVE_LIBPTHREAD 1
  2073. | #define HAVE_LIBRT 1
  2074. | #define HAVE_LIBZ 1
  2075. | #define HAVE_DIRENT_H 1
  2076. | #define STDC_HEADERS 1
  2077. | #define HAVE_SYS_WAIT_H 1
  2078. | #define HAVE_FCNTL_H 1
  2079. | #define HAVE_LIMITS_H 1
  2080. | #define HAVE_STDINT_H 1
  2081. | #define HAVE_STDLIB_H 1
  2082. | #define HAVE_STRING_H 1
  2083. | #define HAVE_STRINGS_H 1
  2084. | #define HAVE_SYS_IOCTL_H 1
  2085. | #define HAVE_UNISTD_H 1
  2086. | #define HAVE_SYS_VFS_H 1
  2087. | #define HAVE_ZLIB_H 1
  2088. | /* end confdefs.h. */
  2089. | #include <stdio.h>
  2090. | #ifdef HAVE_SYS_TYPES_H
  2091. | # include <sys/types.h>
  2092. | #endif
  2093. | #ifdef HAVE_SYS_STAT_H
  2094. | # include <sys/stat.h>
  2095. | #endif
  2096. | #ifdef STDC_HEADERS
  2097. | # include <stdlib.h>
  2098. | # include <stddef.h>
  2099. | #else
  2100. | # ifdef HAVE_STDLIB_H
  2101. | # include <stdlib.h>
  2102. | # endif
  2103. | #endif
  2104. | #ifdef HAVE_STRING_H
  2105. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2106. | # include <memory.h>
  2107. | # endif
  2108. | # include <string.h>
  2109. | #endif
  2110. | #ifdef HAVE_STRINGS_H
  2111. | # include <strings.h>
  2112. | #endif
  2113. | #ifdef HAVE_INTTYPES_H
  2114. | # include <inttypes.h>
  2115. | #endif
  2116. | #ifdef HAVE_STDINT_H
  2117. | # include <stdint.h>
  2118. | #endif
  2119. | #ifdef HAVE_UNISTD_H
  2120. | # include <unistd.h>
  2121. | #endif
  2122. | int
  2123. | main ()
  2124. | {
  2125. | if (sizeof ((mode_t)))
  2126. | return 0;
  2127. | ;
  2128. | return 0;
  2129. | }
  2130. configure:7084: result: yes
  2131. configure:7096: checking for pid_t
  2132. configure:7124: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2133. configure:7131: $? = 0
  2134. configure:7158: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2135. conftest.c: In function 'main':
  2136. conftest.c:86:20: error: expected expression before ')' token
  2137. configure:7165: $? = 1
  2138. configure: failed program was:
  2139. | /* confdefs.h. */
  2140. | #define PACKAGE_NAME "Eucalyptus"
  2141. | #define PACKAGE_TARNAME "eucalyptus"
  2142. | #define PACKAGE_VERSION "main"
  2143. | #define PACKAGE_STRING "Eucalyptus main"
  2144. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2145. | #define STDC_HEADERS 1
  2146. | #define HAVE_SYS_TYPES_H 1
  2147. | #define HAVE_SYS_STAT_H 1
  2148. | #define HAVE_STDLIB_H 1
  2149. | #define HAVE_STRING_H 1
  2150. | #define HAVE_MEMORY_H 1
  2151. | #define HAVE_STRINGS_H 1
  2152. | #define HAVE_INTTYPES_H 1
  2153. | #define HAVE_STDINT_H 1
  2154. | #define HAVE_UNISTD_H 1
  2155. | #define __EXTENSIONS__ 1
  2156. | #define _ALL_SOURCE 1
  2157. | #define _GNU_SOURCE 1
  2158. | #define _POSIX_PTHREAD_SEMANTICS 1
  2159. | #define _TANDEM_SOURCE 1
  2160. | #define HAVE_LIBAXIS2_AXIOM 1
  2161. | #define HAVE_LIBAXIS2_ENGINE 1
  2162. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2163. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2164. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2165. | #define HAVE_LIBGUTHTHILA 1
  2166. | #define HAVE_LIBAXIS2_PARSER 1
  2167. | #define HAVE_LIBAXUTIL 1
  2168. | #define HAVE_LIBM 1
  2169. | #define HAVE_LIBMOD_RAMPART 1
  2170. | #define HAVE_LIBNEETHI 1
  2171. | #define HAVE_LIBPTHREAD 1
  2172. | #define HAVE_LIBRT 1
  2173. | #define HAVE_LIBZ 1
  2174. | #define HAVE_DIRENT_H 1
  2175. | #define STDC_HEADERS 1
  2176. | #define HAVE_SYS_WAIT_H 1
  2177. | #define HAVE_FCNTL_H 1
  2178. | #define HAVE_LIMITS_H 1
  2179. | #define HAVE_STDINT_H 1
  2180. | #define HAVE_STDLIB_H 1
  2181. | #define HAVE_STRING_H 1
  2182. | #define HAVE_STRINGS_H 1
  2183. | #define HAVE_SYS_IOCTL_H 1
  2184. | #define HAVE_UNISTD_H 1
  2185. | #define HAVE_SYS_VFS_H 1
  2186. | #define HAVE_ZLIB_H 1
  2187. | /* end confdefs.h. */
  2188. | #include <stdio.h>
  2189. | #ifdef HAVE_SYS_TYPES_H
  2190. | # include <sys/types.h>
  2191. | #endif
  2192. | #ifdef HAVE_SYS_STAT_H
  2193. | # include <sys/stat.h>
  2194. | #endif
  2195. | #ifdef STDC_HEADERS
  2196. | # include <stdlib.h>
  2197. | # include <stddef.h>
  2198. | #else
  2199. | # ifdef HAVE_STDLIB_H
  2200. | # include <stdlib.h>
  2201. | # endif
  2202. | #endif
  2203. | #ifdef HAVE_STRING_H
  2204. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2205. | # include <memory.h>
  2206. | # endif
  2207. | # include <string.h>
  2208. | #endif
  2209. | #ifdef HAVE_STRINGS_H
  2210. | # include <strings.h>
  2211. | #endif
  2212. | #ifdef HAVE_INTTYPES_H
  2213. | # include <inttypes.h>
  2214. | #endif
  2215. | #ifdef HAVE_STDINT_H
  2216. | # include <stdint.h>
  2217. | #endif
  2218. | #ifdef HAVE_UNISTD_H
  2219. | # include <unistd.h>
  2220. | #endif
  2221. | int
  2222. | main ()
  2223. | {
  2224. | if (sizeof ((pid_t)))
  2225. | return 0;
  2226. | ;
  2227. | return 0;
  2228. | }
  2229. configure:7188: result: yes
  2230. configure:7200: checking for size_t
  2231. configure:7228: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2232. configure:7235: $? = 0
  2233. configure:7262: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2234. conftest.c: In function 'main':
  2235. conftest.c:86:21: error: expected expression before ')' token
  2236. configure:7269: $? = 1
  2237. configure: failed program was:
  2238. | /* confdefs.h. */
  2239. | #define PACKAGE_NAME "Eucalyptus"
  2240. | #define PACKAGE_TARNAME "eucalyptus"
  2241. | #define PACKAGE_VERSION "main"
  2242. | #define PACKAGE_STRING "Eucalyptus main"
  2243. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2244. | #define STDC_HEADERS 1
  2245. | #define HAVE_SYS_TYPES_H 1
  2246. | #define HAVE_SYS_STAT_H 1
  2247. | #define HAVE_STDLIB_H 1
  2248. | #define HAVE_STRING_H 1
  2249. | #define HAVE_MEMORY_H 1
  2250. | #define HAVE_STRINGS_H 1
  2251. | #define HAVE_INTTYPES_H 1
  2252. | #define HAVE_STDINT_H 1
  2253. | #define HAVE_UNISTD_H 1
  2254. | #define __EXTENSIONS__ 1
  2255. | #define _ALL_SOURCE 1
  2256. | #define _GNU_SOURCE 1
  2257. | #define _POSIX_PTHREAD_SEMANTICS 1
  2258. | #define _TANDEM_SOURCE 1
  2259. | #define HAVE_LIBAXIS2_AXIOM 1
  2260. | #define HAVE_LIBAXIS2_ENGINE 1
  2261. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2262. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2263. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2264. | #define HAVE_LIBGUTHTHILA 1
  2265. | #define HAVE_LIBAXIS2_PARSER 1
  2266. | #define HAVE_LIBAXUTIL 1
  2267. | #define HAVE_LIBM 1
  2268. | #define HAVE_LIBMOD_RAMPART 1
  2269. | #define HAVE_LIBNEETHI 1
  2270. | #define HAVE_LIBPTHREAD 1
  2271. | #define HAVE_LIBRT 1
  2272. | #define HAVE_LIBZ 1
  2273. | #define HAVE_DIRENT_H 1
  2274. | #define STDC_HEADERS 1
  2275. | #define HAVE_SYS_WAIT_H 1
  2276. | #define HAVE_FCNTL_H 1
  2277. | #define HAVE_LIMITS_H 1
  2278. | #define HAVE_STDINT_H 1
  2279. | #define HAVE_STDLIB_H 1
  2280. | #define HAVE_STRING_H 1
  2281. | #define HAVE_STRINGS_H 1
  2282. | #define HAVE_SYS_IOCTL_H 1
  2283. | #define HAVE_UNISTD_H 1
  2284. | #define HAVE_SYS_VFS_H 1
  2285. | #define HAVE_ZLIB_H 1
  2286. | /* end confdefs.h. */
  2287. | #include <stdio.h>
  2288. | #ifdef HAVE_SYS_TYPES_H
  2289. | # include <sys/types.h>
  2290. | #endif
  2291. | #ifdef HAVE_SYS_STAT_H
  2292. | # include <sys/stat.h>
  2293. | #endif
  2294. | #ifdef STDC_HEADERS
  2295. | # include <stdlib.h>
  2296. | # include <stddef.h>
  2297. | #else
  2298. | # ifdef HAVE_STDLIB_H
  2299. | # include <stdlib.h>
  2300. | # endif
  2301. | #endif
  2302. | #ifdef HAVE_STRING_H
  2303. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2304. | # include <memory.h>
  2305. | # endif
  2306. | # include <string.h>
  2307. | #endif
  2308. | #ifdef HAVE_STRINGS_H
  2309. | # include <strings.h>
  2310. | #endif
  2311. | #ifdef HAVE_INTTYPES_H
  2312. | # include <inttypes.h>
  2313. | #endif
  2314. | #ifdef HAVE_STDINT_H
  2315. | # include <stdint.h>
  2316. | #endif
  2317. | #ifdef HAVE_UNISTD_H
  2318. | # include <unistd.h>
  2319. | #endif
  2320. | int
  2321. | main ()
  2322. | {
  2323. | if (sizeof ((size_t)))
  2324. | return 0;
  2325. | ;
  2326. | return 0;
  2327. | }
  2328. configure:7292: result: yes
  2329. configure:7304: checking for ssize_t
  2330. configure:7332: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2331. configure:7339: $? = 0
  2332. configure:7366: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2333. conftest.c: In function 'main':
  2334. conftest.c:86:22: error: expected expression before ')' token
  2335. configure:7373: $? = 1
  2336. configure: failed program was:
  2337. | /* confdefs.h. */
  2338. | #define PACKAGE_NAME "Eucalyptus"
  2339. | #define PACKAGE_TARNAME "eucalyptus"
  2340. | #define PACKAGE_VERSION "main"
  2341. | #define PACKAGE_STRING "Eucalyptus main"
  2342. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2343. | #define STDC_HEADERS 1
  2344. | #define HAVE_SYS_TYPES_H 1
  2345. | #define HAVE_SYS_STAT_H 1
  2346. | #define HAVE_STDLIB_H 1
  2347. | #define HAVE_STRING_H 1
  2348. | #define HAVE_MEMORY_H 1
  2349. | #define HAVE_STRINGS_H 1
  2350. | #define HAVE_INTTYPES_H 1
  2351. | #define HAVE_STDINT_H 1
  2352. | #define HAVE_UNISTD_H 1
  2353. | #define __EXTENSIONS__ 1
  2354. | #define _ALL_SOURCE 1
  2355. | #define _GNU_SOURCE 1
  2356. | #define _POSIX_PTHREAD_SEMANTICS 1
  2357. | #define _TANDEM_SOURCE 1
  2358. | #define HAVE_LIBAXIS2_AXIOM 1
  2359. | #define HAVE_LIBAXIS2_ENGINE 1
  2360. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2361. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2362. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2363. | #define HAVE_LIBGUTHTHILA 1
  2364. | #define HAVE_LIBAXIS2_PARSER 1
  2365. | #define HAVE_LIBAXUTIL 1
  2366. | #define HAVE_LIBM 1
  2367. | #define HAVE_LIBMOD_RAMPART 1
  2368. | #define HAVE_LIBNEETHI 1
  2369. | #define HAVE_LIBPTHREAD 1
  2370. | #define HAVE_LIBRT 1
  2371. | #define HAVE_LIBZ 1
  2372. | #define HAVE_DIRENT_H 1
  2373. | #define STDC_HEADERS 1
  2374. | #define HAVE_SYS_WAIT_H 1
  2375. | #define HAVE_FCNTL_H 1
  2376. | #define HAVE_LIMITS_H 1
  2377. | #define HAVE_STDINT_H 1
  2378. | #define HAVE_STDLIB_H 1
  2379. | #define HAVE_STRING_H 1
  2380. | #define HAVE_STRINGS_H 1
  2381. | #define HAVE_SYS_IOCTL_H 1
  2382. | #define HAVE_UNISTD_H 1
  2383. | #define HAVE_SYS_VFS_H 1
  2384. | #define HAVE_ZLIB_H 1
  2385. | /* end confdefs.h. */
  2386. | #include <stdio.h>
  2387. | #ifdef HAVE_SYS_TYPES_H
  2388. | # include <sys/types.h>
  2389. | #endif
  2390. | #ifdef HAVE_SYS_STAT_H
  2391. | # include <sys/stat.h>
  2392. | #endif
  2393. | #ifdef STDC_HEADERS
  2394. | # include <stdlib.h>
  2395. | # include <stddef.h>
  2396. | #else
  2397. | # ifdef HAVE_STDLIB_H
  2398. | # include <stdlib.h>
  2399. | # endif
  2400. | #endif
  2401. | #ifdef HAVE_STRING_H
  2402. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2403. | # include <memory.h>
  2404. | # endif
  2405. | # include <string.h>
  2406. | #endif
  2407. | #ifdef HAVE_STRINGS_H
  2408. | # include <strings.h>
  2409. | #endif
  2410. | #ifdef HAVE_INTTYPES_H
  2411. | # include <inttypes.h>
  2412. | #endif
  2413. | #ifdef HAVE_STDINT_H
  2414. | # include <stdint.h>
  2415. | #endif
  2416. | #ifdef HAVE_UNISTD_H
  2417. | # include <unistd.h>
  2418. | #endif
  2419. | int
  2420. | main ()
  2421. | {
  2422. | if (sizeof ((ssize_t)))
  2423. | return 0;
  2424. | ;
  2425. | return 0;
  2426. | }
  2427. configure:7396: result: yes
  2428. configure:7408: checking whether time.h and sys/time.h may both be included
  2429. configure:7438: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2430. configure:7445: $? = 0
  2431. configure:7460: result: yes
  2432. configure:7470: checking whether struct tm is in sys/time.h or time.h
  2433. configure:7500: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2434. configure:7507: $? = 0
  2435. configure:7522: result: time.h
  2436. configure:7533: checking for uint32_t
  2437. configure:7564: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2438. configure:7571: $? = 0
  2439. configure:7592: result: yes
  2440. configure:7611: checking whether closedir returns void
  2441. configure:7645: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2442. configure:7649: $? = 0
  2443. configure:7655: ./conftest
  2444. configure:7659: $? = 0
  2445. configure:7676: result: no
  2446. configure:7702: checking vfork.h usability
  2447. configure:7719: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2448. conftest.c:84:19: fatal error: vfork.h: No such file or directory
  2449. compilation terminated.
  2450. configure:7726: $? = 1
  2451. configure: failed program was:
  2452. | /* confdefs.h. */
  2453. | #define PACKAGE_NAME "Eucalyptus"
  2454. | #define PACKAGE_TARNAME "eucalyptus"
  2455. | #define PACKAGE_VERSION "main"
  2456. | #define PACKAGE_STRING "Eucalyptus main"
  2457. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2458. | #define STDC_HEADERS 1
  2459. | #define HAVE_SYS_TYPES_H 1
  2460. | #define HAVE_SYS_STAT_H 1
  2461. | #define HAVE_STDLIB_H 1
  2462. | #define HAVE_STRING_H 1
  2463. | #define HAVE_MEMORY_H 1
  2464. | #define HAVE_STRINGS_H 1
  2465. | #define HAVE_INTTYPES_H 1
  2466. | #define HAVE_STDINT_H 1
  2467. | #define HAVE_UNISTD_H 1
  2468. | #define __EXTENSIONS__ 1
  2469. | #define _ALL_SOURCE 1
  2470. | #define _GNU_SOURCE 1
  2471. | #define _POSIX_PTHREAD_SEMANTICS 1
  2472. | #define _TANDEM_SOURCE 1
  2473. | #define HAVE_LIBAXIS2_AXIOM 1
  2474. | #define HAVE_LIBAXIS2_ENGINE 1
  2475. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2476. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2477. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2478. | #define HAVE_LIBGUTHTHILA 1
  2479. | #define HAVE_LIBAXIS2_PARSER 1
  2480. | #define HAVE_LIBAXUTIL 1
  2481. | #define HAVE_LIBM 1
  2482. | #define HAVE_LIBMOD_RAMPART 1
  2483. | #define HAVE_LIBNEETHI 1
  2484. | #define HAVE_LIBPTHREAD 1
  2485. | #define HAVE_LIBRT 1
  2486. | #define HAVE_LIBZ 1
  2487. | #define HAVE_DIRENT_H 1
  2488. | #define STDC_HEADERS 1
  2489. | #define HAVE_SYS_WAIT_H 1
  2490. | #define HAVE_FCNTL_H 1
  2491. | #define HAVE_LIMITS_H 1
  2492. | #define HAVE_STDINT_H 1
  2493. | #define HAVE_STDLIB_H 1
  2494. | #define HAVE_STRING_H 1
  2495. | #define HAVE_STRINGS_H 1
  2496. | #define HAVE_SYS_IOCTL_H 1
  2497. | #define HAVE_UNISTD_H 1
  2498. | #define HAVE_SYS_VFS_H 1
  2499. | #define HAVE_ZLIB_H 1
  2500. | #define TIME_WITH_SYS_TIME 1
  2501. | /* end confdefs.h. */
  2502. | #include <stdio.h>
  2503. | #ifdef HAVE_SYS_TYPES_H
  2504. | # include <sys/types.h>
  2505. | #endif
  2506. | #ifdef HAVE_SYS_STAT_H
  2507. | # include <sys/stat.h>
  2508. | #endif
  2509. | #ifdef STDC_HEADERS
  2510. | # include <stdlib.h>
  2511. | # include <stddef.h>
  2512. | #else
  2513. | # ifdef HAVE_STDLIB_H
  2514. | # include <stdlib.h>
  2515. | # endif
  2516. | #endif
  2517. | #ifdef HAVE_STRING_H
  2518. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2519. | # include <memory.h>
  2520. | # endif
  2521. | # include <string.h>
  2522. | #endif
  2523. | #ifdef HAVE_STRINGS_H
  2524. | # include <strings.h>
  2525. | #endif
  2526. | #ifdef HAVE_INTTYPES_H
  2527. | # include <inttypes.h>
  2528. | #endif
  2529. | #ifdef HAVE_STDINT_H
  2530. | # include <stdint.h>
  2531. | #endif
  2532. | #ifdef HAVE_UNISTD_H
  2533. | # include <unistd.h>
  2534. | #endif
  2535. | #include <vfork.h>
  2536. configure:7740: result: no
  2537. configure:7744: checking vfork.h presence
  2538. configure:7759: gcc -E conftest.c
  2539. conftest.c:51:19: fatal error: vfork.h: No such file or directory
  2540. compilation terminated.
  2541. configure:7766: $? = 1
  2542. configure: failed program was:
  2543. | /* confdefs.h. */
  2544. | #define PACKAGE_NAME "Eucalyptus"
  2545. | #define PACKAGE_TARNAME "eucalyptus"
  2546. | #define PACKAGE_VERSION "main"
  2547. | #define PACKAGE_STRING "Eucalyptus main"
  2548. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2549. | #define STDC_HEADERS 1
  2550. | #define HAVE_SYS_TYPES_H 1
  2551. | #define HAVE_SYS_STAT_H 1
  2552. | #define HAVE_STDLIB_H 1
  2553. | #define HAVE_STRING_H 1
  2554. | #define HAVE_MEMORY_H 1
  2555. | #define HAVE_STRINGS_H 1
  2556. | #define HAVE_INTTYPES_H 1
  2557. | #define HAVE_STDINT_H 1
  2558. | #define HAVE_UNISTD_H 1
  2559. | #define __EXTENSIONS__ 1
  2560. | #define _ALL_SOURCE 1
  2561. | #define _GNU_SOURCE 1
  2562. | #define _POSIX_PTHREAD_SEMANTICS 1
  2563. | #define _TANDEM_SOURCE 1
  2564. | #define HAVE_LIBAXIS2_AXIOM 1
  2565. | #define HAVE_LIBAXIS2_ENGINE 1
  2566. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2567. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2568. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2569. | #define HAVE_LIBGUTHTHILA 1
  2570. | #define HAVE_LIBAXIS2_PARSER 1
  2571. | #define HAVE_LIBAXUTIL 1
  2572. | #define HAVE_LIBM 1
  2573. | #define HAVE_LIBMOD_RAMPART 1
  2574. | #define HAVE_LIBNEETHI 1
  2575. | #define HAVE_LIBPTHREAD 1
  2576. | #define HAVE_LIBRT 1
  2577. | #define HAVE_LIBZ 1
  2578. | #define HAVE_DIRENT_H 1
  2579. | #define STDC_HEADERS 1
  2580. | #define HAVE_SYS_WAIT_H 1
  2581. | #define HAVE_FCNTL_H 1
  2582. | #define HAVE_LIMITS_H 1
  2583. | #define HAVE_STDINT_H 1
  2584. | #define HAVE_STDLIB_H 1
  2585. | #define HAVE_STRING_H 1
  2586. | #define HAVE_STRINGS_H 1
  2587. | #define HAVE_SYS_IOCTL_H 1
  2588. | #define HAVE_UNISTD_H 1
  2589. | #define HAVE_SYS_VFS_H 1
  2590. | #define HAVE_ZLIB_H 1
  2591. | #define TIME_WITH_SYS_TIME 1
  2592. | /* end confdefs.h. */
  2593. | #include <vfork.h>
  2594. configure:7780: result: no
  2595. configure:7813: checking for vfork.h
  2596. configure:7822: result: no
  2597. configure:7842: checking for fork
  2598. configure:7898: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2599. conftest.c:74:6: warning: conflicting types for built-in function 'fork'
  2600. configure:7905: $? = 0
  2601. configure:7927: result: yes
  2602. configure:7842: checking for vfork
  2603. configure:7898: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2604. configure:7905: $? = 0
  2605. configure:7927: result: yes
  2606. configure:7940: checking for working fork
  2607. configure:7972: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2608. configure:7976: $? = 0
  2609. configure:7982: ./conftest
  2610. configure:7986: $? = 0
  2611. configure:8003: result: yes
  2612. configure:8024: checking for working vfork
  2613. configure:8165: result: yes
  2614. configure:8196: checking whether lstat dereferences a symlink specified with a trailing slash
  2615. configure:8232: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2616. configure:8236: $? = 0
  2617. configure:8242: ./conftest
  2618. configure:8246: $? = 0
  2619. configure:8270: result: yes
  2620. configure:8289: checking whether lstat accepts an empty string
  2621. configure:8319: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2622. configure:8323: $? = 0
  2623. configure:8329: ./conftest
  2624. configure:8333: $? = 0
  2625. configure:8350: result: no
  2626. configure:8366: checking whether lstat dereferences a symlink specified with a trailing slash
  2627. configure:8440: result: yes
  2628. configure:8464: checking for stdlib.h
  2629. configure:8471: result: yes
  2630. configure:8610: checking for GNU libc compatible malloc
  2631. configure:8644: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2632. configure:8648: $? = 0
  2633. configure:8654: ./conftest
  2634. configure:8658: $? = 0
  2635. configure:8675: result: yes
  2636. configure:8703: checking for working memcmp
  2637. configure:8756: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2638. configure:8760: $? = 0
  2639. configure:8766: ./conftest
  2640. configure:8770: $? = 0
  2641. configure:8787: result: yes
  2642. configure:8815: checking sys/time.h usability
  2643. configure:8832: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2644. configure:8839: $? = 0
  2645. configure:8853: result: yes
  2646. configure:8857: checking sys/time.h presence
  2647. configure:8872: gcc -E conftest.c
  2648. configure:8879: $? = 0
  2649. configure:8893: result: yes
  2650. configure:8926: checking for sys/time.h
  2651. configure:8935: result: yes
  2652. configure:8804: checking for unistd.h
  2653. configure:8811: result: yes
  2654. configure:8961: checking for alarm
  2655. configure:9017: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2656. configure:9024: $? = 0
  2657. configure:9046: result: yes
  2658. configure:9074: checking for working mktime
  2659. configure:9289: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2660. configure:9293: $? = 0
  2661. configure:9299: ./conftest
  2662. configure:9303: $? = 0
  2663. configure:9320: result: yes
  2664. configure:9337: checking for stdlib.h
  2665. configure:9344: result: yes
  2666. configure:9337: checking for unistd.h
  2667. configure:9344: result: yes
  2668. configure:9487: checking for getpagesize
  2669. configure:9543: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2670. configure:9550: $? = 0
  2671. configure:9572: result: yes
  2672. configure:9584: checking for working mmap
  2673. configure:9731: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2674. configure:9735: $? = 0
  2675. configure:9741: ./conftest
  2676. configure:9745: $? = 0
  2677. configure:9762: result: yes
  2678. configure:9778: checking for stdlib.h
  2679. configure:9785: result: yes
  2680. configure:9924: checking for GNU libc compatible realloc
  2681. configure:9958: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2682. configure:9962: $? = 0
  2683. configure:9968: ./conftest
  2684. configure:9972: $? = 0
  2685. configure:9989: result: yes
  2686. configure:10034: checking sys/select.h usability
  2687. configure:10051: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2688. configure:10058: $? = 0
  2689. configure:10072: result: yes
  2690. configure:10076: checking sys/select.h presence
  2691. configure:10091: gcc -E conftest.c
  2692. configure:10098: $? = 0
  2693. configure:10112: result: yes
  2694. configure:10145: checking for sys/select.h
  2695. configure:10154: result: yes
  2696. configure:10034: checking sys/socket.h usability
  2697. configure:10051: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2698. configure:10058: $? = 0
  2699. configure:10072: result: yes
  2700. configure:10076: checking sys/socket.h presence
  2701. configure:10091: gcc -E conftest.c
  2702. configure:10098: $? = 0
  2703. configure:10112: result: yes
  2704. configure:10145: checking for sys/socket.h
  2705. configure:10154: result: yes
  2706. configure:10169: checking types of arguments for select
  2707. configure:10207: gcc -c -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c >&5
  2708. configure:10214: $? = 0
  2709. configure:10235: result: int,fd_set *,struct timeval *
  2710. configure:10258: checking whether stat accepts an empty string
  2711. configure:10288: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2712. configure:10292: $? = 0
  2713. configure:10298: ./conftest
  2714. configure:10302: $? = 0
  2715. configure:10319: result: no
  2716. configure:10335: checking for working strnlen
  2717. configure:10379: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2718. configure:10383: $? = 0
  2719. configure:10389: ./conftest
  2720. configure:10393: $? = 0
  2721. configure:10410: result: yes
  2722. configure:10423: checking for vprintf
  2723. configure:10479: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2724. conftest.c:96:6: warning: conflicting types for built-in function 'vprintf'
  2725. configure:10486: $? = 0
  2726. configure:10508: result: yes
  2727. configure:10517: checking for _doprnt
  2728. configure:10573: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2729. /tmp/ccp7mBqJ.o: In function `main':
  2730. /usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/conftest.c:108: undefined reference to `_doprnt'
  2731. collect2: ld returned 1 exit status
  2732. configure:10580: $? = 1
  2733. configure: failed program was:
  2734. | /* confdefs.h. */
  2735. | #define PACKAGE_NAME "Eucalyptus"
  2736. | #define PACKAGE_TARNAME "eucalyptus"
  2737. | #define PACKAGE_VERSION "main"
  2738. | #define PACKAGE_STRING "Eucalyptus main"
  2739. | #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  2740. | #define STDC_HEADERS 1
  2741. | #define HAVE_SYS_TYPES_H 1
  2742. | #define HAVE_SYS_STAT_H 1
  2743. | #define HAVE_STDLIB_H 1
  2744. | #define HAVE_STRING_H 1
  2745. | #define HAVE_MEMORY_H 1
  2746. | #define HAVE_STRINGS_H 1
  2747. | #define HAVE_INTTYPES_H 1
  2748. | #define HAVE_STDINT_H 1
  2749. | #define HAVE_UNISTD_H 1
  2750. | #define __EXTENSIONS__ 1
  2751. | #define _ALL_SOURCE 1
  2752. | #define _GNU_SOURCE 1
  2753. | #define _POSIX_PTHREAD_SEMANTICS 1
  2754. | #define _TANDEM_SOURCE 1
  2755. | #define HAVE_LIBAXIS2_AXIOM 1
  2756. | #define HAVE_LIBAXIS2_ENGINE 1
  2757. | #define HAVE_LIBAXIS2_HTTP_COMMON 1
  2758. | #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  2759. | #define HAVE_LIBAXIS2_HTTP_SENDER 1
  2760. | #define HAVE_LIBGUTHTHILA 1
  2761. | #define HAVE_LIBAXIS2_PARSER 1
  2762. | #define HAVE_LIBAXUTIL 1
  2763. | #define HAVE_LIBM 1
  2764. | #define HAVE_LIBMOD_RAMPART 1
  2765. | #define HAVE_LIBNEETHI 1
  2766. | #define HAVE_LIBPTHREAD 1
  2767. | #define HAVE_LIBRT 1
  2768. | #define HAVE_LIBZ 1
  2769. | #define HAVE_DIRENT_H 1
  2770. | #define STDC_HEADERS 1
  2771. | #define HAVE_SYS_WAIT_H 1
  2772. | #define HAVE_FCNTL_H 1
  2773. | #define HAVE_LIMITS_H 1
  2774. | #define HAVE_STDINT_H 1
  2775. | #define HAVE_STDLIB_H 1
  2776. | #define HAVE_STRING_H 1
  2777. | #define HAVE_STRINGS_H 1
  2778. | #define HAVE_SYS_IOCTL_H 1
  2779. | #define HAVE_UNISTD_H 1
  2780. | #define HAVE_SYS_VFS_H 1
  2781. | #define HAVE_ZLIB_H 1
  2782. | #define TIME_WITH_SYS_TIME 1
  2783. | #define HAVE_FORK 1
  2784. | #define HAVE_VFORK 1
  2785. | #define HAVE_WORKING_VFORK 1
  2786. | #define HAVE_WORKING_FORK 1
  2787. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2788. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2789. | #define HAVE_STDLIB_H 1
  2790. | #define HAVE_MALLOC 1
  2791. | #define HAVE_SYS_TIME_H 1
  2792. | #define HAVE_UNISTD_H 1
  2793. | #define HAVE_ALARM 1
  2794. | #define HAVE_STDLIB_H 1
  2795. | #define HAVE_UNISTD_H 1
  2796. | #define HAVE_GETPAGESIZE 1
  2797. | #define HAVE_MMAP 1
  2798. | #define HAVE_STDLIB_H 1
  2799. | #define HAVE_REALLOC 1
  2800. | #define HAVE_SYS_SELECT_H 1
  2801. | #define HAVE_SYS_SOCKET_H 1
  2802. | #define SELECT_TYPE_ARG1 int
  2803. | #define SELECT_TYPE_ARG234 (fd_set *)
  2804. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2805. | #define HAVE_VPRINTF 1
  2806. | /* end confdefs.h. */
  2807. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  2808. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2809. | #define _doprnt innocuous__doprnt
  2810. |
  2811. | /* System header to define __stub macros and hopefully few prototypes,
  2812. | which can conflict with char _doprnt (); below.
  2813. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2814. | <limits.h> exists even on freestanding compilers. */
  2815. |
  2816. | #ifdef __STDC__
  2817. | # include <limits.h>
  2818. | #else
  2819. | # include <assert.h>
  2820. | #endif
  2821. |
  2822. | #undef _doprnt
  2823. |
  2824. | /* Override any GCC internal prototype to avoid an error.
  2825. | Use char because int might match the return type of a GCC
  2826. | builtin and then its argument prototype would still apply. */
  2827. | #ifdef __cplusplus
  2828. | extern "C"
  2829. | #endif
  2830. | char _doprnt ();
  2831. | /* The GNU C library defines this for functions which it implements
  2832. | to always fail with ENOSYS. Some functions are actually named
  2833. | something starting with __ and the normal name is an alias. */
  2834. | #if defined __stub__doprnt || defined __stub____doprnt
  2835. | choke me
  2836. | #endif
  2837. |
  2838. | int
  2839. | main ()
  2840. | {
  2841. | return _doprnt ();
  2842. | ;
  2843. | return 0;
  2844. | }
  2845. configure:10600: result: no
  2846. configure:10630: checking for bzero
  2847. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2848. conftest.c:97:6: warning: conflicting types for built-in function 'bzero'
  2849. configure:10693: $? = 0
  2850. configure:10715: result: yes
  2851. configure:10630: checking for dup2
  2852. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2853. configure:10693: $? = 0
  2854. configure:10715: result: yes
  2855. configure:10630: checking for ftruncate
  2856. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2857. configure:10693: $? = 0
  2858. configure:10715: result: yes
  2859. configure:10630: checking for gettimeofday
  2860. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2861. configure:10693: $? = 0
  2862. configure:10715: result: yes
  2863. configure:10630: checking for mkdir
  2864. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2865. configure:10693: $? = 0
  2866. configure:10715: result: yes
  2867. configure:10630: checking for pow
  2868. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2869. conftest.c:102:6: warning: conflicting types for built-in function 'pow'
  2870. configure:10693: $? = 0
  2871. configure:10715: result: yes
  2872. configure:10630: checking for select
  2873. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2874. configure:10693: $? = 0
  2875. configure:10715: result: yes
  2876. configure:10630: checking for strchr
  2877. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2878. conftest.c:104:6: warning: conflicting types for built-in function 'strchr'
  2879. configure:10693: $? = 0
  2880. configure:10715: result: yes
  2881. configure:10630: checking for strdup
  2882. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2883. conftest.c:105:6: warning: conflicting types for built-in function 'strdup'
  2884. configure:10693: $? = 0
  2885. configure:10715: result: yes
  2886. configure:10630: checking for strerror
  2887. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2888. configure:10693: $? = 0
  2889. configure:10715: result: yes
  2890. configure:10630: checking for strncasecmp
  2891. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2892. conftest.c:107:6: warning: conflicting types for built-in function 'strncasecmp'
  2893. configure:10693: $? = 0
  2894. configure:10715: result: yes
  2895. configure:10630: checking for strstr
  2896. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2897. conftest.c:108:6: warning: conflicting types for built-in function 'strstr'
  2898. configure:10693: $? = 0
  2899. configure:10715: result: yes
  2900. configure:10630: checking for rmdir
  2901. configure:10686: gcc -o conftest -D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG conftest.c -lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib >&5
  2902. configure:10693: $? = 0
  2903. configure:10715: result: yes
  2904. configure:10858: creating ./config.status
  2905.  
  2906. ## ---------------------- ##
  2907. ## Running config.status. ##
  2908. ## ---------------------- ##
  2909.  
  2910. This file was extended by Eucalyptus config.status main, which was
  2911. generated by GNU Autoconf 2.63. Invocation command line was
  2912.  
  2913. CONFIG_FILES =
  2914. CONFIG_HEADERS =
  2915. CONFIG_LINKS =
  2916. CONFIG_COMMANDS =
  2917. $ ./config.status
  2918.  
  2919. on davros
  2920.  
  2921. config.status:819: creating Makedefs
  2922. config.status:819: creating tools/eucalyptus-cc
  2923. config.status:819: creating tools/eucalyptus-nc
  2924. config.status:819: creating tools/euca_conf
  2925. config.status:819: creating tools/eucalyptus-cloud
  2926. config.status:819: creating util/eucalyptus-config.h
  2927. config.status:1035: util/eucalyptus-config.h is unchanged
  2928.  
  2929. ## ---------------- ##
  2930. ## Cache variables. ##
  2931. ## ---------------- ##
  2932.  
  2933. ac_cv_c_compiler_gnu=yes
  2934. ac_cv_c_const=yes
  2935. ac_cv_c_uint32_t=yes
  2936. ac_cv_env_CC_set=
  2937. ac_cv_env_CC_value=
  2938. ac_cv_env_CFLAGS_set=
  2939. ac_cv_env_CFLAGS_value=
  2940. ac_cv_env_CPPFLAGS_set=
  2941. ac_cv_env_CPPFLAGS_value=
  2942. ac_cv_env_CPP_set=
  2943. ac_cv_env_CPP_value=
  2944. ac_cv_env_LDFLAGS_set=
  2945. ac_cv_env_LDFLAGS_value=
  2946. ac_cv_env_LIBS_set=
  2947. ac_cv_env_LIBS_value=
  2948. ac_cv_env_build_alias_set=
  2949. ac_cv_env_build_alias_value=
  2950. ac_cv_env_host_alias_set=
  2951. ac_cv_env_host_alias_value=
  2952. ac_cv_env_target_alias_set=
  2953. ac_cv_env_target_alias_value=
  2954. ac_cv_file__opt_eucalyptus_packages_axis2c_1_6_0_WSDL2C_sh=no
  2955. ac_cv_file__opt_eucalyptus_packages_axis2c_1_6_0_bin_tools_wsdl2c_WSDL2C_sh=yes
  2956. ac_cv_func__doprnt=no
  2957. ac_cv_func_alarm=yes
  2958. ac_cv_func_bzero=yes
  2959. ac_cv_func_closedir_void=no
  2960. ac_cv_func_dup2=yes
  2961. ac_cv_func_fork=yes
  2962. ac_cv_func_fork_works=yes
  2963. ac_cv_func_ftruncate=yes
  2964. ac_cv_func_getpagesize=yes
  2965. ac_cv_func_gettimeofday=yes
  2966. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  2967. ac_cv_func_lstat_empty_string_bug=no
  2968. ac_cv_func_malloc_0_nonnull=yes
  2969. ac_cv_func_memcmp_working=yes
  2970. ac_cv_func_mkdir=yes
  2971. ac_cv_func_mmap_fixed_mapped=yes
  2972. ac_cv_func_pow=yes
  2973. ac_cv_func_realloc_0_nonnull=yes
  2974. ac_cv_func_rmdir=yes
  2975. ac_cv_func_select=yes
  2976. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  2977. ac_cv_func_stat_empty_string_bug=no
  2978. ac_cv_func_strchr=yes
  2979. ac_cv_func_strdup=yes
  2980. ac_cv_func_strerror=yes
  2981. ac_cv_func_strncasecmp=yes
  2982. ac_cv_func_strnlen_working=yes
  2983. ac_cv_func_strstr=yes
  2984. ac_cv_func_vfork=yes
  2985. ac_cv_func_vfork_works=yes
  2986. ac_cv_func_vprintf=yes
  2987. ac_cv_func_working_mktime=yes
  2988. ac_cv_header_curl_curl_h=yes
  2989. ac_cv_header_dirent_dirent_h=yes
  2990. ac_cv_header_fcntl_h=yes
  2991. ac_cv_header_inttypes_h=yes
  2992. ac_cv_header_limits_h=yes
  2993. ac_cv_header_memory_h=yes
  2994. ac_cv_header_minix_config_h=no
  2995. ac_cv_header_stdc=yes
  2996. ac_cv_header_stdint_h=yes
  2997. ac_cv_header_stdlib_h=yes
  2998. ac_cv_header_string_h=yes
  2999. ac_cv_header_strings_h=yes
  3000. ac_cv_header_sys_ioctl_h=yes
  3001. ac_cv_header_sys_select_h=yes
  3002. ac_cv_header_sys_socket_h=yes
  3003. ac_cv_header_sys_stat_h=yes
  3004. ac_cv_header_sys_time_h=yes
  3005. ac_cv_header_sys_types_h=yes
  3006. ac_cv_header_sys_vfs_h=yes
  3007. ac_cv_header_sys_wait_h=yes
  3008. ac_cv_header_time=yes
  3009. ac_cv_header_unistd_h=yes
  3010. ac_cv_header_vfork_h=no
  3011. ac_cv_header_zlib_h=yes
  3012. ac_cv_lib_axis2_axiom_main=yes
  3013. ac_cv_lib_axis2_engine_main=yes
  3014. ac_cv_lib_axis2_http_common_main=yes
  3015. ac_cv_lib_axis2_http_receiver_main=yes
  3016. ac_cv_lib_axis2_http_sender_main=yes
  3017. ac_cv_lib_axis2_parser_axiom_xml_reader_init=yes
  3018. ac_cv_lib_axutil_main=yes
  3019. ac_cv_lib_cap_cap_from_name=no
  3020. ac_cv_lib_curl_main=yes
  3021. ac_cv_lib_guththila_main=yes
  3022. ac_cv_lib_m_main=yes
  3023. ac_cv_lib_mod_rampart_main=yes
  3024. ac_cv_lib_neethi_main=yes
  3025. ac_cv_lib_pthread_main=yes
  3026. ac_cv_lib_rt_main=yes
  3027. ac_cv_lib_virt_main=yes
  3028. ac_cv_lib_z_inflate=yes
  3029. ac_cv_objext=o
  3030. ac_cv_path_ANT=/usr/bin/ant
  3031. ac_cv_path_EGREP='/bin/grep -E'
  3032. ac_cv_path_GREP=/bin/grep
  3033. ac_cv_path_JAVA=/usr/lib/jvm/java-6-openjdk//bin/java
  3034. ac_cv_path_RM=/bin/rm
  3035. ac_cv_path_install='/usr/bin/install -c'
  3036. ac_cv_prog_AWK=gawk
  3037. ac_cv_prog_CPP='gcc -E'
  3038. ac_cv_prog_ac_ct_CC=gcc
  3039. ac_cv_prog_cc_c89=
  3040. ac_cv_prog_cc_g=yes
  3041. ac_cv_prog_make_make_set=yes
  3042. ac_cv_safe_to_define___extensions__=yes
  3043. ac_cv_search_opendir='none required'
  3044. ac_cv_struct_tm=time.h
  3045. ac_cv_type_mode_t=yes
  3046. ac_cv_type_pid_t=yes
  3047. ac_cv_type_size_t=yes
  3048. ac_cv_type_ssize_t=yes
  3049.  
  3050. ## ----------------- ##
  3051. ## Output variables. ##
  3052. ## ----------------- ##
  3053.  
  3054. ANT='/usr/bin/ant'
  3055. AWK='gawk'
  3056. AXIS2C_HOME='/opt/eucalyptus/packages/axis2c-1.6.0'
  3057. AXIS2C_SERVICES='/opt/eucalyptus/packages/axis2c-1.6.0/services'
  3058. AXIS2_HOME='/opt/eucalyptus/packages/axis2-1.4'
  3059. CC='gcc'
  3060. CFLAGS='-D_LARGEFILE64_SOURCE -Wall -Wno-unused-variable -fPIC -DHAVE_CONFIG_H -g -DDEBUG'
  3061. CPP='gcc -E'
  3062. CPPFLAGS=''
  3063. DEFS='-DHAVE_CONFIG_H'
  3064. ECHO_C=''
  3065. ECHO_N='-n'
  3066. ECHO_T=''
  3067. EGREP='/bin/grep -E'
  3068. EUCA_VERSION='2.0.3'
  3069. EXEEXT=''
  3070. EXTENSIONS=''
  3071. GREP='/bin/grep'
  3072. INCLUDES=' -I. -I.. -Igenerated -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/storage -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/node -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/util -I/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline/net -I/opt/eucalyptus/packages/axis2c-1.6.0/include/axis2-1.6.0'
  3073. INSTALL_DATA='${INSTALL} -m 644'
  3074. INSTALL_PROGRAM='${INSTALL}'
  3075. INSTALL_SCRIPT='${INSTALL}'
  3076. INTERFACE_THEME='eucalyptus'
  3077. JAVA='/usr/lib/jvm/java-6-openjdk//bin/java'
  3078. JAVA_HOME='/usr/lib/jvm/java-6-openjdk/'
  3079. LDFLAGS=' '
  3080. LIBOBJS=''
  3081. LIBS='-lz -lrt -lpthread -lneethi -lmod_rampart -lm -laxutil -laxis2_parser -lguththila -laxis2_http_sender -laxis2_http_receiver -laxis2_http_common -laxis2_engine -laxis2_axiom -L/opt/eucalyptus/packages/axis2c-1.6.0/lib '
  3082. LIBVIRT_HOME=''
  3083. LTLIBOBJS=''
  3084. OBJEXT='o'
  3085. PACKAGE_BUGREPORT='support@open.eucalyptus.com'
  3086. PACKAGE_NAME='Eucalyptus'
  3087. PACKAGE_STRING='Eucalyptus main'
  3088. PACKAGE_TARNAME='eucalyptus'
  3089. PACKAGE_VERSION='main'
  3090. PATH_SEPARATOR=':'
  3091. RM='/bin/rm'
  3092. SET_MAKE=''
  3093. SHELL='/bin/bash'
  3094. TOP='/usr/src/eucalyptus/eucalyptus-2.0.3-src-offline'
  3095. WSDL2C='/opt/eucalyptus/packages/axis2c-1.6.0/bin/tools/wsdl2c/WSDL2C.sh'
  3096. ac_ct_CC='gcc'
  3097. bindir='${exec_prefix}/bin'
  3098. build_alias=''
  3099. datadir='${datarootdir}'
  3100. datarootdir='${prefix}/share'
  3101. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3102. dvidir='${docdir}'
  3103. exec_prefix='${prefix}'
  3104. host_alias=''
  3105. htmldir='${docdir}'
  3106. includedir='${prefix}/include'
  3107. infodir='${datarootdir}/info'
  3108. libdir='${exec_prefix}/lib'
  3109. libexecdir='${exec_prefix}/libexec'
  3110. localedir='${datarootdir}/locale'
  3111. localstatedir='${prefix}/var'
  3112. mandir='${datarootdir}/man'
  3113. oldincludedir='/usr/include'
  3114. pdfdir='${docdir}'
  3115. prefix='/opt/eucalyptus'
  3116. program_transform_name='s,x,x,'
  3117. psdir='${docdir}'
  3118. sbindir='${exec_prefix}/sbin'
  3119. sharedstatedir='${prefix}/com'
  3120. sysconfdir='${prefix}/etc'
  3121. target_alias=''
  3122.  
  3123. ## ----------- ##
  3124. ## confdefs.h. ##
  3125. ## ----------- ##
  3126.  
  3127. #define PACKAGE_NAME "Eucalyptus"
  3128. #define PACKAGE_TARNAME "eucalyptus"
  3129. #define PACKAGE_VERSION "main"
  3130. #define PACKAGE_STRING "Eucalyptus main"
  3131. #define PACKAGE_BUGREPORT "support@open.eucalyptus.com"
  3132. #define STDC_HEADERS 1
  3133. #define HAVE_SYS_TYPES_H 1
  3134. #define HAVE_SYS_STAT_H 1
  3135. #define HAVE_STDLIB_H 1
  3136. #define HAVE_STRING_H 1
  3137. #define HAVE_MEMORY_H 1
  3138. #define HAVE_STRINGS_H 1
  3139. #define HAVE_INTTYPES_H 1
  3140. #define HAVE_STDINT_H 1
  3141. #define HAVE_UNISTD_H 1
  3142. #define __EXTENSIONS__ 1
  3143. #define _ALL_SOURCE 1
  3144. #define _GNU_SOURCE 1
  3145. #define _POSIX_PTHREAD_SEMANTICS 1
  3146. #define _TANDEM_SOURCE 1
  3147. #define HAVE_LIBAXIS2_AXIOM 1
  3148. #define HAVE_LIBAXIS2_ENGINE 1
  3149. #define HAVE_LIBAXIS2_HTTP_COMMON 1
  3150. #define HAVE_LIBAXIS2_HTTP_RECEIVER 1
  3151. #define HAVE_LIBAXIS2_HTTP_SENDER 1
  3152. #define HAVE_LIBGUTHTHILA 1
  3153. #define HAVE_LIBAXIS2_PARSER 1
  3154. #define HAVE_LIBAXUTIL 1
  3155. #define HAVE_LIBM 1
  3156. #define HAVE_LIBMOD_RAMPART 1
  3157. #define HAVE_LIBNEETHI 1
  3158. #define HAVE_LIBPTHREAD 1
  3159. #define HAVE_LIBRT 1
  3160. #define HAVE_LIBZ 1
  3161. #define HAVE_DIRENT_H 1
  3162. #define STDC_HEADERS 1
  3163. #define HAVE_SYS_WAIT_H 1
  3164. #define HAVE_FCNTL_H 1
  3165. #define HAVE_LIMITS_H 1
  3166. #define HAVE_STDINT_H 1
  3167. #define HAVE_STDLIB_H 1
  3168. #define HAVE_STRING_H 1
  3169. #define HAVE_STRINGS_H 1
  3170. #define HAVE_SYS_IOCTL_H 1
  3171. #define HAVE_UNISTD_H 1
  3172. #define HAVE_SYS_VFS_H 1
  3173. #define HAVE_ZLIB_H 1
  3174. #define TIME_WITH_SYS_TIME 1
  3175. #define HAVE_FORK 1
  3176. #define HAVE_VFORK 1
  3177. #define HAVE_WORKING_VFORK 1
  3178. #define HAVE_WORKING_FORK 1
  3179. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3180. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3181. #define HAVE_STDLIB_H 1
  3182. #define HAVE_MALLOC 1
  3183. #define HAVE_SYS_TIME_H 1
  3184. #define HAVE_UNISTD_H 1
  3185. #define HAVE_ALARM 1
  3186. #define HAVE_STDLIB_H 1
  3187. #define HAVE_UNISTD_H 1
  3188. #define HAVE_GETPAGESIZE 1
  3189. #define HAVE_MMAP 1
  3190. #define HAVE_STDLIB_H 1
  3191. #define HAVE_REALLOC 1
  3192. #define HAVE_SYS_SELECT_H 1
  3193. #define HAVE_SYS_SOCKET_H 1
  3194. #define SELECT_TYPE_ARG1 int
  3195. #define SELECT_TYPE_ARG234 (fd_set *)
  3196. #define SELECT_TYPE_ARG5 (struct timeval *)
  3197. #define HAVE_VPRINTF 1
  3198. #define HAVE_BZERO 1
  3199. #define HAVE_DUP2 1
  3200. #define HAVE_FTRUNCATE 1
  3201. #define HAVE_GETTIMEOFDAY 1
  3202. #define HAVE_MKDIR 1
  3203. #define HAVE_POW 1
  3204. #define HAVE_SELECT 1
  3205. #define HAVE_STRCHR 1
  3206. #define HAVE_STRDUP 1
  3207. #define HAVE_STRERROR 1
  3208. #define HAVE_STRNCASECMP 1
  3209. #define HAVE_STRSTR 1
  3210. #define HAVE_RMDIR 1
  3211. #define EUCA_VERSION "2.0.3"
  3212.  
  3213. configure: exit 0
  3214. (END)
Add Comment
Please, Sign In to add comment