Advertisement
Guest User

davfs2-configure-issue

a guest
Aug 26th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 KB | None | 0 0
  1. checking for neon library in /opt... found
  2. checking linking against neon... yes
  3. configure: using neon library 0.29.3
  4. configure: SSL is supported by neon
  5. configure: zlib is supported by neon
  6. configure: IPv6 is supported by neon
  7. configure: LFS is supported by neon
  8. configure: SOCKSv5 is not supported by neon
  9. configure: thread-safe SSL is not supported by neon
  10. [/share/MD0_DATA/custom/davfs/davfs2-1.4.7] # cat out.txt
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /opt/bin/mkdir -p
  14. checking for gawk... gawk
  15. checking whether make sets $(MAKE)... yes
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking for style of include used by make... GNU
  26. checking dependency style of gcc... gcc3
  27. checking whether ln -s works... yes
  28. checking whether NLS is requested... yes
  29. checking for msgfmt... no
  30. checking for gmsgfmt... :
  31. checking for xgettext... no
  32. checking for msgmerge... no
  33. checking build system type... armv5tel-unknown-linux-gnueabi
  34. checking host system type... armv5tel-unknown-linux-gnueabi
  35. checking for ld used by GCC... /share/MD0_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld
  36. checking if the linker (/share/MD0_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  37. checking for shared library run path origin... done
  38. checking for CFPreferencesCopyAppValue... no
  39. checking for CFLocaleCopyCurrent... no
  40. checking whether NLS is requested... yes
  41. checking for GNU gettext in libc... yes
  42. checking whether to use NLS... yes
  43. checking where the gettext function comes from... libc
  44. checking for neon library in /opt... found
  45. checking linking against neon... yes
  46. configure: using neon library 0.29.3
  47. configure: SSL is supported by neon
  48. configure: zlib is supported by neon
  49. configure: IPv6 is supported by neon
  50. configure: LFS is supported by neon
  51. configure: SOCKSv5 is not supported by neon
  52. configure: thread-safe SSL is not supported by neon
  53. checking for dirent.h that defines DIR... yes
  54. checking for library containing opendir... none required
  55. checking how to run the C preprocessor... gcc -E
  56. checking for grep that handles long lines and -e... /bin/grep
  57. checking for egrep... /bin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking argz.h usability... yes
  69. checking argz.h presence... yes
  70. checking for argz.h... yes
  71. checking fcntl.h usability... yes
  72. checking fcntl.h presence... yes
  73. checking for fcntl.h... yes
  74. checking libintl.h usability... yes
  75. checking libintl.h presence... yes
  76. checking for libintl.h... yes
  77. checking langinfo.h usability... yes
  78. checking langinfo.h presence... yes
  79. checking for langinfo.h... yes
  80. checking limits.h usability... yes
  81. checking limits.h presence... yes
  82. checking for limits.h... yes
  83. checking locale.h usability... yes
  84. checking locale.h presence... yes
  85. checking for locale.h... yes
  86. checking mntent.h usability... yes
  87. checking mntent.h presence... yes
  88. checking for mntent.h... yes
  89. checking stddef.h usability... yes
  90. checking stddef.h presence... yes
  91. checking for stddef.h... yes
  92. checking for stdint.h... (cached) yes
  93. checking for stdlib.h... (cached) yes
  94. checking for string.h... (cached) yes
  95. checking sys/mount.h usability... yes
  96. checking sys/mount.h presence... yes
  97. checking for sys/mount.h... yes
  98. checking sys/time.h usability... yes
  99. checking sys/time.h presence... yes
  100. checking for sys/time.h... yes
  101. checking syslog.h usability... yes
  102. checking syslog.h presence... yes
  103. checking for syslog.h... yes
  104. checking termios.h usability... yes
  105. checking termios.h presence... yes
  106. checking for termios.h... yes
  107. checking for unistd.h... (cached) yes
  108. checking utime.h usability... yes
  109. checking utime.h presence... yes
  110. checking for utime.h... yes
  111. checking for an ANSI C-conforming const... yes
  112. checking for uid_t in sys/types.h... yes
  113. checking for inline... inline
  114. checking for int16_t... yes
  115. checking for int32_t... yes
  116. checking for int8_t... yes
  117. checking for mode_t... yes
  118. checking for off_t... yes
  119. checking for pid_t... yes
  120. checking for size_t... yes
  121. checking for ssize_t... yes
  122. checking for struct stat.st_blksize... yes
  123. checking whether time.h and sys/time.h may both be included... yes
  124. checking whether struct tm is in sys/time.h or time.h... time.h
  125. checking for uint32_t... yes
  126. checking for uint64_t... yes
  127. checking for working volatile... yes
  128. checking size of void *... 4
  129. checking for unistd.h... (cached) yes
  130. checking for working chown... yes
  131. checking whether closedir returns void... no
  132. checking for error_at_line... yes
  133. checking vfork.h usability... no
  134. checking vfork.h presence... no
  135. checking for vfork.h... no
  136. checking for fork... yes
  137. checking for vfork... yes
  138. checking for working fork... yes
  139. checking for working vfork... (cached) yes
  140. checking for library containing getmntent... none required
  141. checking whether gcc needs -traditional... no
  142. checking whether sys/types.h defines makedev... yes
  143. checking for stdlib.h... (cached) yes
  144. checking for GNU libc compatible malloc... yes
  145. checking sys/select.h usability... yes
  146. checking sys/select.h presence... yes
  147. checking for sys/select.h... yes
  148. checking sys/socket.h usability... yes
  149. checking sys/socket.h presence... yes
  150. checking for sys/socket.h... yes
  151. checking types of arguments for select... int,fd_set *,struct timeval *
  152. checking for strftime... yes
  153. checking whether lstat correctly handles trailing slash... yes
  154. checking whether stat accepts an empty string... no
  155. checking for utime.h... (cached) yes
  156. checking whether utime accepts a null argument... yes
  157. checking for endpwent... yes
  158. checking for ftruncate... yes
  159. checking for getmntent... (cached) yes
  160. checking for memset... yes
  161. checking for mkdir... yes
  162. checking for nl_langinfo... yes
  163. checking for rpmatch... yes
  164. checking for select... yes
  165. checking for setlocale... yes
  166. checking for strcasecmp... yes
  167. checking for strchr... yes
  168. checking for strdup... yes
  169. checking for strerror... yes
  170. checking for strpbrk... yes
  171. checking for strrchr... yes
  172. checking for strstr... yes
  173. checking for strtol... yes
  174. checking for utime... yes
  175. checking for special C compiler options needed for large files... no
  176. checking for _FILE_OFFSET_BITS value needed for large files... 64
  177. configure: creating ./config.status
  178. config.status: creating Makefile
  179. <configure --prefix=/opt --with-neon=/opt
  180. checking for a BSD-compatible install... /usr/bin/install -c
  181. checking whether build environment is sane... yes
  182. checking for a thread-safe mkdir -p... /opt/bin/mkdir -p
  183. checking for gawk... gawk
  184. checking whether make sets $(MAKE)... yes
  185. checking for gcc... gcc
  186. checking whether the C compiler works... yes
  187. checking for C compiler default output file name... a.out
  188. checking for suffix of executables...
  189. checking whether we are cross compiling... no
  190. checking for suffix of object files... o
  191. checking whether we are using the GNU C compiler... yes
  192. checking whether gcc accepts -g... yes
  193. checking for gcc option to accept ISO C89... none needed
  194. checking for style of include used by make... GNU
  195. checking dependency style of gcc... gcc3
  196. checking whether ln -s works... yes
  197. checking whether NLS is requested... yes
  198. checking for msgfmt... no
  199. checking for gmsgfmt... :
  200. checking for xgettext... no
  201. checking for msgmerge... no
  202. checking build system type... armv5tel-unknown-linux-gnueabi
  203. checking host system type... armv5tel-unknown-linux-gnueabi
  204. checking for ld used by GCC... /share/MD0_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld
  205. checking if the linker (/share/MD0_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  206. checking for shared library run path origin... done
  207. checking for CFPreferencesCopyAppValue... no
  208. checking for CFLocaleCopyCurrent... no
  209. checking whether NLS is requested... yes
  210. checking for GNU gettext in libc... yes
  211. checking whether to use NLS... yes
  212. checking where the gettext function comes from... libc
  213. checking for neon library in /opt... found
  214. checking linking against neon... yes
  215. configure: using neon library 0.29.3
  216. configure: SSL is supported by neon
  217. configure: zlib is supported by neon
  218. configure: IPv6 is supported by neon
  219. configure: LFS is supported by neon
  220. configure: SOCKSv5 is not supported by neon
  221. configure: thread-safe SSL is not supported by neon
  222. checking for dirent.h that defines DIR... yes
  223. checking for library containing opendir... none required
  224. checking how to run the C preprocessor... gcc -E
  225. checking for grep that handles long lines and -e... /bin/grep
  226. checking for egrep... /bin/grep -E
  227. checking for ANSI C header files... yes
  228. checking for sys/types.h... yes
  229. checking for sys/stat.h... yes
  230. checking for stdlib.h... yes
  231. checking for string.h... yes
  232. checking for memory.h... yes
  233. checking for strings.h... yes
  234. checking for inttypes.h... yes
  235. checking for stdint.h... yes
  236. checking for unistd.h... yes
  237. checking argz.h usability... yes
  238. checking argz.h presence... yes
  239. checking for argz.h... yes
  240. checking fcntl.h usability... yes
  241. checking fcntl.h presence... yes
  242. checking for fcntl.h... yes
  243. checking libintl.h usability... yes
  244. checking libintl.h presence... yes
  245. checking for libintl.h... yes
  246. checking langinfo.h usability... yes
  247. checking langinfo.h presence... yes
  248. checking for langinfo.h... yes
  249. checking limits.h usability... yes
  250. checking limits.h presence... yes
  251. checking for limits.h... yes
  252. checking locale.h usability... yes
  253. checking locale.h presence... yes
  254. checking for locale.h... yes
  255. checking mntent.h usability... yes
  256. checking mntent.h presence... yes
  257. checking for mntent.h... yes
  258. checking stddef.h usability... yes
  259. checking stddef.h presence... yes
  260. checking for stddef.h... yes
  261. checking for stdint.h... (cached) yes
  262. checking for stdlib.h... (cached) yes
  263. checking for string.h... (cached) yes
  264. checking sys/mount.h usability... yes
  265. checking sys/mount.h presence... yes
  266. checking for sys/mount.h... yes
  267. checking sys/time.h usability... yes
  268. checking sys/time.h presence... yes
  269. checking for sys/time.h... yes
  270. checking syslog.h usability... yes
  271. checking syslog.h presence... yes
  272. checking for syslog.h... yes
  273. checking termios.h usability... yes
  274. checking termios.h presence... yes
  275. checking for termios.h... yes
  276. checking for unistd.h... (cached) yes
  277. checking utime.h usability... yes
  278. checking utime.h presence... yes
  279. checking for utime.h... yes
  280. checking for an ANSI C-conforming const... yes
  281. checking for uid_t in sys/types.h... yes
  282. checking for inline... inline
  283. checking for int16_t... yes
  284. checking for int32_t... yes
  285. checking for int8_t... yes
  286. checking for mode_t... yes
  287. checking for off_t... yes
  288. checking for pid_t... yes
  289. checking for size_t... yes
  290. checking for ssize_t... yes
  291. checking for struct stat.st_blksize... yes
  292. checking whether time.h and sys/time.h may both be included... yes
  293. checking whether struct tm is in sys/time.h or time.h... time.h
  294. checking for uint32_t... yes
  295. checking for uint64_t... yes
  296. checking for working volatile... yes
  297. checking size of void *... 4
  298. checking for unistd.h... (cached) yes
  299. checking for working chown... yes
  300. checking whether closedir returns void... no
  301. checking for error_at_line... yes
  302. checking vfork.h usability... no
  303. checking vfork.h presence... no
  304. checking for vfork.h... no
  305. checking for fork... yes
  306. checking for vfork... yes
  307. checking for working fork... yes
  308. checking for working vfork... (cached) yes
  309. checking for library containing getmntent... none required
  310. checking whether gcc needs -traditional... no
  311. checking whether sys/types.h defines makedev... yes
  312. checking for stdlib.h... (cached) yes
  313. checking for GNU libc compatible malloc... yes
  314. checking sys/select.h usability... yes
  315. checking sys/select.h presence... yes
  316. checking for sys/select.h... yes
  317. checking sys/socket.h usability... yes
  318. checking sys/socket.h presence... yes
  319. checking for sys/socket.h... yes
  320. checking types of arguments for select... int,fd_set *,struct timeval *
  321. checking for strftime... yes
  322. checking whether lstat correctly handles trailing slash... yes
  323. checking whether stat accepts an empty string... no
  324. checking for utime.h... (cached) yes
  325. checking whether utime accepts a null argument... yes
  326. checking for endpwent... yes
  327. checking for ftruncate... yes
  328. checking for getmntent... (cached) yes
  329. checking for memset... yes
  330. checking for mkdir... yes
  331. checking for nl_langinfo... yes
  332. checking for rpmatch... yes
  333. checking for select... yes
  334. checking for setlocale... yes
  335. checking for strcasecmp... yes
  336. checking for strchr... yes
  337. checking for strdup... yes
  338. checking for strerror... yes
  339. checking for strpbrk... yes
  340. checking for strrchr... yes
  341. checking for strstr... yes
  342. checking for strtol... yes
  343. checking for utime... yes
  344. checking for special C compiler options needed for large files... no
  345. checking for _FILE_OFFSET_BITS value needed for large files... 64
  346. configure: creating ./config.status
  347. config.status: creating Makefile
  348. gawk: ./confXDFFoe/subs.awk:2: S["/; s/!.*/"]=am__EXEEXT_FALSE!%!_!# ""
  349. gawk: ./confXDFFoe/subs.awk:2: ^ syntax error
  350. gawk: ./confXDFFoe/subs.awk:3: S["/; s/!.*/"]=am__EXEEXT_FALSE!%!_!# ""
  351. gawk: ./confXDFFoe/subs.awk:3: ^ syntax error
  352. gawk: ./confXDFFoe/subs.awk:4: S["/; s/!.*/"]=am__EXEEXT_TRUE!#%!_!# "#"
  353. gawk: ./confXDFFoe/subs.awk:4: ^ syntax error
  354. gawk: ./confXDFFoe/subs.awk:4: S["/; s/!.*/"]=LTLIBOBJS!%!_!# ""
  355. gawk: ./confXDFFoe/subs.awk:4: ^ syntax error
  356. gawk: ./confXDFFoe/subs.awk:5: S["/; s/!.*/"]=LTLIBOBJS!%!_!# ""
  357. gawk: ./confXDFFoe/subs.awk:5: ^ syntax error
  358. gawk: ./confXDFFoe/subs.awk:6: S["/; s/!.*/"]=dav_linguas! de es%!_!# " de es"
  359. gawk: ./confXDFFoe/subs.awk:6: ^ syntax error
  360. gawk: ./confXDFFoe/subs.awk:6: S["/; s/!.*/"]=LINGUAS!%!_!# ""
  361. gawk: ./confXDFFoe/subs.awk:6: ^ syntax error
  362. gawk: ./confXDFFoe/subs.awk:7: S["/; s/!.*/"]=LINGUAS!%!_!# ""
  363. gawk: ./confXDFFoe/subs.awk:7: ^ syntax error
  364. gawk: ./confXDFFoe/subs.awk:8: S["/; s/!.*/"]=dav_syscachedir!/var/cache%!_!# "/var/cache"
  365. gawk: ./confXDFFoe/subs.awk:8: ^ syntax error
  366. gawk: ./confXDFFoe/subs.awk:9: S["/; s/!.*/"]=dav_localstatedir!/var/run%!_!# "/var/run"
  367. gawk: ./confXDFFoe/subs.awk:9: ^ syntax error
  368. gawk: ./confXDFFoe/subs.awk:9: S["/; s/!.*/"]=ssbindir!/sbin%!_!# "/sbin"
  369. gawk: ./confXDFFoe/subs.awk:9: ^ unterminated string
  370. gawk: ./confXDFFoe/subs.awk:9: S["/; s/!.*/"]=ssbindir!/sbin%!_!# "/sbin"
  371. gawk: ./confXDFFoe/subs.awk:9: ^ syntax error
  372. config.status: error: could not create Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement