Advertisement
Guest User

Untitled

a guest
Oct 29th, 2017
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.42 KB | None | 0 0
  1.  * Package: app-admin/apache-tools-2.4.27
  2.  * Repository: gentoo
  3.  * Maintainer: polynomial-c@gentoo.org
  4.  * USE: arm elibc_glibc kernel_linux ssl userland_GNU
  5.  * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking httpd-2.4.27.tar.bz2 to /var/tmp/portage/app-admin/apache-tools-2.4.27/work
  8. >>> Source unpacked in /var/tmp/portage/app-admin/apache-tools-2.4.27/work
  9. >>> Preparing source in /var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27 ...
  10. * Applying apache-tools-2.4.7-Makefile.patch ...
  11.  [ ok ]
  12. >>> Source prepared.
  13. >>> Configuring source in /var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27 ...
  14. * econf: updating httpd-2.4.27/build/config.guess with /usr/share/gnuconfig/config.guess
  15. * econf: updating httpd-2.4.27/build/config.sub with /usr/share/gnuconfig/config.sub
  16. ./configure --prefix=/usr --build=armv7a-hardfloat-linux-gnueabi --host=armv7a-hardfloat-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/apache-tools-2.4.27 --htmldir=/usr/share/doc/apache-tools-2.4.27/html --libdir=/usr/lib --libexecdir=/usr/lib/apache2/modules --sbindir=/usr/sbin --with-perl=/usr/bin/perl --with-expat=/usr --with-z=/usr --with-apr=/usr --with-apr-util=/usr --with-pcre=/var/tmp/portage/app-admin/apache-tools-2.4.27/temp/pcre-config --enable-ssl --with-ssl="${EPREFIX}"/usr
  17. checking for chosen layout... Apache
  18. checking for working mkdir -p... yes
  19. checking for grep that handles long lines and -e... /bin/grep
  20. checking for egrep... /bin/grep -E
  21. checking build system type... armv7a-hardfloat-linux-gnueabi
  22. checking host system type... armv7a-hardfloat-linux-gnueabi
  23. checking target system type... armv7a-hardfloat-linux-gnueabi
  24. configure:
  25. configure: Configuring Apache Portable Runtime library...
  26. configure:
  27. checking for APR... yes
  28. setting CC to "armv7a-hardfloat-linux-gnueabi-gcc"
  29. setting CPP to "armv7a-hardfloat-linux-gnueabi-gcc -E"
  30. adding "-pthread" to CFLAGS
  31. setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE"
  32. configure:
  33. configure: Configuring Apache Portable Runtime Utility library...
  34. configure:
  35. checking for APR-util... yes
  36. adding "-L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp" to LDFLAGS
  37. checking for armv7a-hardfloat-linux-gnueabi-gcc... armv7a-hardfloat-linux-gnueabi-gcc
  38. checking whether the C compiler works... yes
  39. checking for C compiler default output file name... a.out
  40. checking for suffix of executables...
  41. checking whether we are cross compiling... no
  42. checking for suffix of object files... o
  43. checking whether we are using the GNU C compiler... yes
  44. checking whether armv7a-hardfloat-linux-gnueabi-gcc accepts -g... yes
  45. checking for armv7a-hardfloat-linux-gnueabi-gcc option to accept ISO C89... none needed
  46. checking how to run the C preprocessor... armv7a-hardfloat-linux-gnueabi-gcc -E
  47. checking for armv7a-hardfloat-linux-gnueabi-gcc option to accept ISO C99... none needed
  48. checking for pcre-config... /usr/bin/pcre-config
  49. configure: Using external PCRE library from /var/tmp/portage/app-admin/apache-tools-2.4.27/temp/pcre-config
  50. setting PCRE_INCLUDES to ""
  51. setting PCRE_LIBS to "-lpcre"
  52. configure:
  53. configure: Configuring Apache httpd...
  54. configure:
  55. setting INCLUDES to "-I."
  56. adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  57. adding "-I$(top_srcdir)/include" to INCLUDES
  58. adding "-I/usr/include/apr-1" to INCLUDES
  59. adding "-I/usr/include/db4.8" to INCLUDES
  60. configure:
  61. configure: Applying OS-specific hints for httpd...
  62. configure:
  63. forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  64. forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
  65. checking for rm... /bin/rm
  66. checking for pkg-config... (cached) armv7a-hardfloat-linux-gnueabi-pkg-config
  67. checking for rsync... /usr/bin/rsync
  68. checking for gawk... gawk
  69. checking whether ln -s works... yes
  70. checking for armv7a-hardfloat-linux-gnueabi-ranlib... armv7a-hardfloat-linux-gnueabi-ranlib
  71. checking for lynx... no
  72. checking for links... no
  73. checking for elinks... no
  74. checking for ANSI C header files... yes
  75. checking for sys/types.h... yes
  76. checking for sys/stat.h... yes
  77. checking for stdlib.h... yes
  78. checking for string.h... yes
  79. checking for memory.h... yes
  80. checking for strings.h... yes
  81. checking for inttypes.h... yes
  82. checking for stdint.h... yes
  83. checking for unistd.h... yes
  84. checking minix/config.h usability... no
  85. checking minix/config.h presence... no
  86. checking for minix/config.h... no
  87. checking whether it is safe to define __EXTENSIONS__... yes
  88. checking for library containing strerror... none required
  89. checking for APR version 1.3.0 or later... yes
  90. checking for APR-util version 1.3.0 or later... yes
  91. checking for ANSI C header files... (cached) yes
  92. checking for string.h... (cached) yes
  93. checking limits.h usability... yes
  94. checking limits.h presence... yes
  95. checking for limits.h... yes
  96. checking for unistd.h... (cached) yes
  97. checking sys/socket.h usability... yes
  98. checking sys/socket.h presence... yes
  99. checking for sys/socket.h... yes
  100. checking pwd.h usability... yes
  101. checking pwd.h presence... yes
  102. checking for pwd.h... yes
  103. checking grp.h usability... yes
  104. checking grp.h presence... yes
  105. checking for grp.h... yes
  106. checking for strings.h... (cached) yes
  107. checking sys/prctl.h usability... yes
  108. checking sys/prctl.h presence... yes
  109. checking for sys/prctl.h... yes
  110. checking sys/processor.h usability... no
  111. checking sys/processor.h presence... no
  112. checking for sys/processor.h... no
  113. checking sys/sem.h usability... yes
  114. checking sys/sem.h presence... yes
  115. checking for sys/sem.h... yes
  116. checking sys/sdt.h usability... no
  117. checking sys/sdt.h presence... no
  118. checking for sys/sdt.h... no
  119. checking sys/loadavg.h usability... no
  120. checking sys/loadavg.h presence... no
  121. checking for sys/loadavg.h... no
  122. checking for sys/wait.h that is POSIX.1 compatible... yes
  123. checking for an ANSI C-conforming const... yes
  124. checking for library containing sqrt... -lm
  125. checking for library containing crypt... -lcrypt
  126. checking for getpwnam... yes
  127. checking for getgrnam... yes
  128. checking for initgroups... yes
  129. checking for bindprocessor... no
  130. checking for prctl... yes
  131. checking for timegm... yes
  132. checking for getpgid... yes
  133. checking for fopen64... yes
  134. checking for getloadavg... yes
  135. checking for void pointer length... no
  136. checking for gettid()... yes
  137. checking for tm_gmtoff in struct tm... yes
  138. checking whether to enable mod_authn_file... shared
  139. checking whether to enable mod_authn_dbm... shared (most)
  140. checking whether to enable mod_authn_anon... shared (most)
  141. checking whether to enable mod_authn_dbd... shared (most)
  142. checking whether to enable mod_authn_socache... shared (most)
  143. checking whether to enable mod_authn_core... shared
  144. checking whether to enable mod_authz_host... shared
  145. checking whether to enable mod_authz_groupfile... shared
  146. checking whether to enable mod_authz_user... shared
  147. checking whether to enable mod_authz_dbm... shared (most)
  148. checking whether to enable mod_authz_owner... shared (most)
  149. checking whether to enable mod_authz_dbd... shared (most)
  150. checking whether to enable mod_authz_core... shared
  151. checking whether to enable mod_authnz_ldap... checking dependencies
  152. checking for ldap support in apr/apr-util... no
  153. configure: WARNING: apr/apr-util is compiled without ldap support
  154. checking whether to enable mod_authnz_ldap... no (disabled)
  155. checking whether to enable mod_authnz_fcgi... no
  156. checking whether to enable mod_access_compat... shared
  157. checking whether to enable mod_auth_basic... shared
  158. checking whether to enable mod_auth_form... shared (most)
  159. checking whether to enable mod_auth_digest... checking dependencies
  160. checking whether to enable mod_auth_digest... shared (most)
  161. checking whether to enable mod_allowmethods... shared (most)
  162. adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
  163. checking whether to enable mod_isapi... no
  164. checking whether to enable mod_file_cache... shared (most)
  165. checking whether to enable mod_cache... shared (most)
  166. checking whether to enable mod_cache_disk... checking dependencies
  167. checking whether to enable mod_cache_disk... shared (most)
  168. checking whether to enable mod_cache_socache... shared (most)
  169. checking whether to enable mod_socache_shmcb... shared (most)
  170. checking whether to enable mod_socache_dbm... shared (most)
  171. checking whether to enable mod_socache_memcache... shared (most)
  172. checking whether to enable mod_socache_dc... no
  173. adding "-I$(top_srcdir)/modules/cache" to INCLUDES
  174. setting HTTPD_LDFLAGS to "-export-dynamic"
  175. checking whether to enable mod_so... static
  176. setting AP_LIBS to "$(MOD_SO_LDADD)"
  177. checking whether to enable mod_watchdog... checking dependencies
  178. checking whether to enable mod_watchdog... shared (most)
  179. checking whether to enable mod_macro... shared (most)
  180. adding "-I$(top_srcdir)/modules/core" to INCLUDES
  181. checking whether to enable mod_dbd... shared (most)
  182. adding "-I$(top_srcdir)/modules/database" to INCLUDES
  183. checking whether to enable mod_bucketeer... no
  184. checking whether to enable mod_dumpio... shared (most)
  185. checking whether to enable mod_echo... no
  186. checking whether to enable mod_example_hooks... no
  187. checking whether to enable mod_case_filter... no
  188. checking whether to enable mod_case_filter_in... no
  189. checking whether to enable mod_example_ipc... no
  190. checking whether to enable mod_buffer... shared (most)
  191. checking whether to enable mod_data... no
  192. checking whether to enable mod_ratelimit... shared (most)
  193. checking whether to enable mod_reqtimeout... shared
  194. checking whether to enable mod_ext_filter... shared (most)
  195. checking whether to enable mod_request... shared (most)
  196. checking whether to enable mod_include... shared (most)
  197. checking whether to enable mod_filter... shared
  198. checking whether to enable mod_reflector... no
  199. checking whether to enable mod_substitute... shared (most)
  200. checking whether to enable mod_sed... checking dependencies
  201. setting MOD_SED_LDADD to "-export-symbols-regex sed_module"
  202. checking whether to enable mod_sed... shared (most)
  203. checking whether to enable mod_charset_lite... no
  204. checking whether to enable mod_deflate... checking dependencies
  205. setting LIBS to "-lz"
  206. checking for zlib library... found
  207. setting MOD_DEFLATE_LDADD to " -lz"
  208. nulling LIBS
  209. checking whether to enable mod_deflate... shared (most)
  210. checking whether to enable mod_xml2enc... no
  211. checking whether to enable mod_proxy_html... no
  212. checking whether to enable mod_brotli... checking dependencies
  213. checking for Brotli library >= 0.6.0 via pkg-config... no
  214. checking whether to enable mod_brotli... no (disabled)
  215. adding "-I$(top_srcdir)/modules/filters" to INCLUDES
  216. checking whether to enable mod_http... static
  217. adding "$(MOD_HTTP_LDADD)" to AP_LIBS
  218. checking whether to enable mod_mime... shared
  219. checking whether to enable mod_ldap... checking dependencies
  220. checking for ldap support in apr/apr-util... (cached) no
  221. configure: WARNING: apr/apr-util is compiled without ldap support
  222. checking whether to enable mod_ldap... no (disabled)
  223. adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
  224. checking whether to enable mod_log_config... shared
  225. checking whether to enable mod_log_debug... shared (most)
  226. checking whether to enable mod_log_forensic... no
  227. checking whether to enable mod_logio... shared (most)
  228. adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
  229. checking whether to enable mod_lua... no
  230. adding "-I$(top_srcdir)/modules/lua" to INCLUDES
  231. checking whether to enable mod_env... shared
  232. checking whether to enable mod_mime_magic... no
  233. checking whether to enable mod_cern_meta... no
  234. checking whether to enable mod_expires... shared (most)
  235. checking whether to enable mod_headers... shared
  236. checking whether to enable mod_ident... no
  237. checking whether to enable mod_usertrack... no
  238. checking whether to enable mod_unique_id... shared (most)
  239. checking whether to enable mod_setenvif... shared
  240. checking whether to enable mod_version... shared
  241. checking whether to enable mod_remoteip... shared (most)
  242. checking whether to enable mod_proxy... shared (most)
  243. checking whether to enable mod_proxy_connect... checking dependencies
  244. checking whether to enable mod_proxy_connect... shared (most)
  245. checking whether to enable mod_proxy_ftp... checking dependencies
  246. checking whether to enable mod_proxy_ftp... shared (most)
  247. checking whether to enable mod_proxy_http... checking dependencies
  248. checking whether to enable mod_proxy_http... shared (most)
  249. checking whether to enable mod_proxy_fcgi... checking dependencies
  250. checking whether to enable mod_proxy_fcgi... shared (most)
  251. checking whether to enable mod_proxy_scgi... checking dependencies
  252. checking whether to enable mod_proxy_scgi... shared (most)
  253. checking whether to enable mod_proxy_fdpass... checking dependencies
  254. checking whether CMSG_DATA is declared... yes
  255. checking whether to enable mod_proxy_fdpass... shared (most)
  256. checking whether to enable mod_proxy_wstunnel... checking dependencies
  257. checking whether to enable mod_proxy_wstunnel... shared (most)
  258. checking whether to enable mod_proxy_ajp... checking dependencies
  259. checking whether to enable mod_proxy_ajp... shared (most)
  260. checking whether to enable mod_proxy_balancer... checking dependencies
  261. checking whether to enable mod_proxy_balancer... shared (most)
  262. checking whether to enable mod_proxy_express... checking dependencies
  263. checking whether to enable mod_proxy_express... shared (most)
  264. checking whether to enable mod_proxy_hcheck... checking dependencies
  265. checking whether to enable mod_proxy_hcheck... shared (most)
  266. adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
  267. checking whether to enable mod_session... shared (most)
  268. checking whether to enable mod_session_cookie... checking dependencies
  269. checking whether to enable mod_session_cookie... shared (most)
  270. configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto
  271. checking whether to enable mod_session_crypto... no
  272. checking whether to enable mod_session_dbd... checking dependencies
  273. checking whether to enable mod_session_dbd... shared (most)
  274. adding "-I$(top_srcdir)/modules/session" to INCLUDES
  275. checking whether to enable mod_slotmem_shm... shared (most)
  276. checking whether to enable mod_slotmem_plain... no
  277. checking whether to enable mod_ssl... checking dependencies
  278. checking for OpenSSL... checking for user-provided OpenSSL base directory... ./configure: line 26028: cd: "${EPREFIX}"/usr: No such file or directory
  279. /var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27
  280. setting MOD_CFLAGS to ""
  281. setting ab_CFLAGS to ""
  282. setting MOD_LDFLAGS to ""
  283. setting MOD_LDFLAGS to ""
  284. checking for OpenSSL version >= 0.9.8a... OK
  285. setting MOD_LDFLAGS to "-lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl"
  286. setting LIBS to "-lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl"
  287. forcing ab_LDFLAGS to "-lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl"
  288. checking openssl/engine.h usability... yes
  289. checking openssl/engine.h presence... yes
  290. checking for openssl/engine.h... yes
  291. checking for SSL_CTX_new... yes
  292. checking for ENGINE_init... yes
  293. checking for ENGINE_load_builtin_engines... yes
  294. checking for RAND_egd... yes
  295. yes
  296. setting MOD_CFLAGS to ""
  297. setting MOD_SSL_LDADD to "-export-symbols-regex ssl_module"
  298. checking whether to enable mod_ssl... shared
  299. adding "-I$(top_srcdir)/modules/ssl" to INCLUDES
  300. checking whether to enable mod_optional_hook_export... no
  301. checking whether to enable mod_optional_hook_import... no
  302. checking whether to enable mod_optional_fn_import... no
  303. checking whether to enable mod_optional_fn_export... no
  304. checking whether to enable mod_dialup... no
  305. adding "-I$(top_srcdir)/modules/test" to INCLUDES
  306. checking for target platform... unix
  307. checking for rlim_t... yes
  308. checking sys/time.h usability... yes
  309. checking sys/time.h presence... yes
  310. checking for sys/time.h... yes
  311. checking sys/resource.h usability... yes
  312. checking sys/resource.h presence... yes
  313. checking for sys/resource.h... yes
  314. checking for sys/sem.h... (cached) yes
  315. checking sys/ipc.h usability... yes
  316. checking sys/ipc.h presence... yes
  317. checking for sys/ipc.h... yes
  318. checking for setsid... yes
  319. checking for killpg... yes
  320. checking bstring.h usability... no
  321. checking bstring.h presence... no
  322. checking for bstring.h... no
  323. checking for unistd.h... (cached) yes
  324. checking for syslog... yes
  325. checking sys/times.h usability... yes
  326. checking sys/times.h presence... yes
  327. checking for sys/times.h... yes
  328. checking for times... yes
  329. adding "-I$(top_srcdir)/server" to INCLUDES
  330. checking whether APR supports thread-safe pollsets... checking for kqueue... no
  331. checking for port_create... no
  332. checking for epoll_create... yes
  333. yes
  334. checking if event MPM supports this platform... yes
  335. checking if mpmt_os2 MPM supports this platform... no
  336. checking if prefork MPM supports this platform... yes
  337. checking if WinNT MPM supports this platform... no
  338. checking if worker MPM supports this platform... yes
  339. checking whether to enable mod_http2... checking dependencies
  340. checking for OpenSSL... (cached) yes
  341. setting MOD_LDFLAGS to "-lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl"
  342. setting MOD_CFLAGS to ""
  343. setting MOD_CPPFLAGS to "-DH2_OPENSSL"
  344. checking for nghttp2... checking for user-provided nghttp2 base directory... none
  345. checking for pkg-config along /usr/lib/pkgconfig... checking for nghttp2 version >= 1.2.1... FAILED
  346. configure: WARNING: nghttp2 version is too old
  347. no
  348. checking whether to enable mod_http2... no (disabled)
  349. checking whether to enable mod_proxy_http2... no
  350. checking whether to enable mod_lbmethod_byrequests... checking dependencies
  351. checking whether to enable mod_lbmethod_byrequests... shared
  352. checking whether to enable mod_lbmethod_bytraffic... checking dependencies
  353. checking whether to enable mod_lbmethod_bytraffic... shared
  354. checking whether to enable mod_lbmethod_bybusyness... checking dependencies
  355. checking whether to enable mod_lbmethod_bybusyness... shared
  356. checking whether to enable mod_lbmethod_heartbeat... checking dependencies
  357. checking whether to enable mod_lbmethod_heartbeat... shared
  358. checking which MPM to use by default... event
  359. adding "$(MOD_MPM_EVENT_LDADD)" to AP_LIBS
  360. checking for pthread_kill... yes
  361. checking whether to enable mod_unixd... shared
  362. checking whether to enable mod_privileges... no
  363. adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES
  364. checking whether to enable mod_heartbeat... no
  365. checking whether to enable mod_heartmonitor... no
  366. checking whether to enable mod_dav... shared (most)
  367. adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
  368. checking whether to enable mod_status... shared
  369. checking whether to enable mod_autoindex... shared
  370. checking whether to enable mod_asis... no
  371. checking whether to enable mod_info... shared (most)
  372. checking whether to enable mod_suexec... no
  373. checking whether to enable mod_cgid... checking dependencies
  374. checking whether to enable mod_cgid... shared (most)
  375. checking whether to enable mod_cgi... no
  376. adding "-I$(top_srcdir)/modules/generators" to INCLUDES
  377. checking whether to enable mod_dav_fs... checking dependencies
  378. checking whether to enable mod_dav_fs... shared
  379. checking whether to enable mod_dav_lock... no
  380. checking for extra modules... none
  381. checking whether to enable mod_vhost_alias... shared (most)
  382. checking whether to enable mod_negotiation... shared (most)
  383. checking whether to enable mod_dir... shared
  384. checking whether to enable mod_imagemap... no
  385. checking whether to enable mod_actions... shared (most)
  386. checking whether to enable mod_speling... shared (most)
  387. checking whether to enable mod_userdir... shared (most)
  388. checking whether to enable mod_alias... shared
  389. checking whether to enable mod_rewrite... shared (most)
  390. adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
  391. configure:
  392. configure: Restore user-defined environment settings...
  393. configure:
  394. restoring CPPFLAGS to ""
  395. setting EXTRA_CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE"
  396. restoring CFLAGS to "-O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard"
  397. setting EXTRA_CFLAGS to " -pthread"
  398. restoring CXXFLAGS to "-O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard"
  399. setting EXTRA_CXXFLAGS to ""
  400. restoring LDFLAGS to "-Wl,-O1 -Wl,--as-needed"
  401. setting EXTRA_LDFLAGS to " -L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp"
  402. restoring LIBS to ""
  403. setting EXTRA_LIBS to ""
  404. restoring INCLUDES to ""
  405. setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers"
  406. configure:
  407. configure: Construct makefiles and header files...
  408. configure:
  409. configure: creating config_vars.mk
  410. configure: creating ./config.status
  411. creating modules/aaa/Makefile
  412. creating modules/arch/win32/Makefile
  413. creating modules/cache/Makefile
  414. creating modules/core/Makefile
  415. creating modules/database/Makefile
  416. creating modules/debugging/Makefile
  417. creating modules/echo/Makefile
  418. creating modules/examples/Makefile
  419. creating modules/experimental/Makefile
  420. creating modules/filters/Makefile
  421. creating modules/http/Makefile
  422. creating modules/ldap/Makefile
  423. creating modules/loggers/Makefile
  424. creating modules/lua/Makefile
  425. creating modules/metadata/Makefile
  426. creating modules/proxy/Makefile
  427. creating modules/session/Makefile
  428. creating modules/slotmem/Makefile
  429. creating modules/ssl/Makefile
  430. creating modules/test/Makefile
  431. creating os/unix/Makefile
  432. creating modules/http2/Makefile
  433. creating modules/proxy/balancers/Makefile
  434. creating server/mpm/Makefile
  435. creating server/mpm/event/Makefile
  436. creating modules/arch/unix/Makefile
  437. creating modules/cluster/Makefile
  438. creating modules/dav/main/Makefile
  439. creating modules/generators/Makefile
  440. creating modules/dav/fs/Makefile
  441. creating modules/dav/lock/Makefile
  442. creating modules/mappers/Makefile
  443. creating Makefile
  444. creating modules/Makefile
  445. creating srclib/Makefile
  446. creating os/Makefile
  447. creating server/Makefile
  448. creating support/Makefile
  449. creating test/Makefile
  450. config.status: creating docs/conf/httpd.conf
  451. config.status: creating docs/conf/extra/httpd-autoindex.conf
  452. config.status: creating docs/conf/extra/httpd-dav.conf
  453. config.status: creating docs/conf/extra/httpd-default.conf
  454. config.status: creating docs/conf/extra/httpd-info.conf
  455. config.status: creating docs/conf/extra/httpd-languages.conf
  456. config.status: creating docs/conf/extra/httpd-manual.conf
  457. config.status: creating docs/conf/extra/httpd-mpm.conf
  458. config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf
  459. config.status: creating docs/conf/extra/httpd-ssl.conf
  460. config.status: creating docs/conf/extra/httpd-userdir.conf
  461. config.status: creating docs/conf/extra/httpd-vhosts.conf
  462. config.status: creating docs/conf/extra/proxy-html.conf
  463. config.status: creating include/ap_config_layout.h
  464. config.status: creating support/apxs
  465. config.status: creating support/apachectl
  466. config.status: creating support/dbmmanage
  467. config.status: creating support/envvars-std
  468. config.status: creating support/log_server_status
  469. config.status: creating support/logresolve.pl
  470. config.status: creating support/phf_abuse_log.cgi
  471. config.status: creating support/split-logfile
  472. config.status: creating build/rules.mk
  473. config.status: creating build/pkg/pkginfo
  474. config.status: creating build/config_vars.sh
  475. config.status: creating include/ap_config_auto.h
  476. config.status: executing default commands
  477. configure: summary of build options:
  478.  
  479. Server Version: 2.4.27
  480. Install prefix: /usr
  481. C compiler: armv7a-hardfloat-linux-gnueabi-gcc
  482. CFLAGS: -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -pthread
  483. LDFLAGS: -Wl,-O1 -Wl,--as-needed -L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp
  484. LIBS:
  485. CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
  486. C preprocessor: armv7a-hardfloat-linux-gnueabi-gcc -E
  487.  
  488. >>> Source configured.
  489. >>> Compiling source in /var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27 ...
  490. make -j5 -l2 -C support
  491. make: Entering directory '/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/support'
  492. make[1]: Entering directory '/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/support'
  493. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo
  494. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c passwd_common.c && touch passwd_common.lo
  495. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c htdigest.c && touch htdigest.lo
  496. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c htdbm.c && touch htdbm.lo
  497. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE \
  498. -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c ab.c && touch ab.lo
  499. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c ab.c -o ab.o
  500. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c htdbm.c -o htdbm.o
  501. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c htpasswd.c -o htpasswd.o
  502. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c passwd_common.c -o passwd_common.o
  503. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c htdigest.c -o htdigest.o
  504. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c logresolve.c && touch logresolve.lo
  505. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c httxt2dbm.c && touch httxt2dbm.lo
  506. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c htcacheclean.c && touch htcacheclean.lo
  507. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c rotatelogs.c && touch rotatelogs.lo
  508. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c logresolve.c -o logresolve.o
  509. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c httxt2dbm.c -o httxt2dbm.o
  510. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c htcacheclean.c -o htcacheclean.o
  511. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c rotatelogs.c -o rotatelogs.o
  512. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c checkgid.c && touch checkgid.lo
  513. /usr/share/build-1/libtool --mode=compile armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -prefer-non-pic -static -c fcgistarter.c && touch fcgistarter.lo
  514. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c checkgid.c -o checkgid.o
  515. libtool: compile: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -DLINUX -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I. -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/os/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/include -I/usr/include/apr-1 -I/usr/include/db4.8 -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/aaa -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/cache -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/core -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/database -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/filters -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ldap -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/loggers -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/lua -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/proxy -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/session -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/ssl -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/test -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/server -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/arch/unix -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/dav/main -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/generators -I/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/modules/mappers -c fcgistarter.c -o fcgistarter.o
  516. /usr/share/build-1/libtool --mode=link armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp -Wl,-O1 -Wl,--as-needed -o htpasswd htpasswd.lo passwd_common.lo -laprutil-1 -ldb-4.8 -lgdbm -lexpat -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lcrypt
  517. /usr/share/build-1/libtool --mode=link armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp -Wl,-O1 -Wl,--as-needed -o htdigest htdigest.lo -laprutil-1 -ldb-4.8 -lgdbm -lexpat -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
  518. libtool: link: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -Wl,-O1 -o htpasswd htpasswd.o passwd_common.o -L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp -Wl,--as-needed -laprutil-1 -ldb-4.8 -lgdbm -lexpat -lapr-1 -luuid -lrt -lpthread -ldl -lcrypt -pthread
  519. /usr/lib/gcc/armv7a-hardfloat-linux-gnueabi/5.4.0/../../../../armv7a-hardfloat-linux-gnueabi/bin/ld: cannot find -ldb-4.8
  520. collect2: error: ld returned 1 exit status
  521. make[1]: *** [Makefile:40: htpasswd] Error 1
  522. make[1]: *** Waiting for unfinished jobs....
  523. libtool: link: armv7a-hardfloat-linux-gnueabi-gcc -pthread -O2 -pipe -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -Wl,-O1 -o htdigest htdigest.o -L/var/tmp/portage/dev-libs/apr-util-1.5.4/temp -Wl,--as-needed -laprutil-1 -ldb-4.8 -lgdbm -lexpat -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread
  524. /usr/lib/gcc/armv7a-hardfloat-linux-gnueabi/5.4.0/../../../../armv7a-hardfloat-linux-gnueabi/bin/ld: cannot find -ldb-4.8
  525. collect2: error: ld returned 1 exit status
  526. make[1]: *** [Makefile:44: htdigest] Error 1
  527. make[1]: Leaving directory '/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/support'
  528. make: *** [/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/build/rules.mk:75: all-recursive] Error 1
  529. make: Leaving directory '/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27/support'
  530. * ERROR: app-admin/apache-tools-2.4.27::gentoo failed (compile phase):
  531. * emake failed
  532. *
  533. * If you need support, post the output of `emerge --info '=app-admin/apache-tools-2.4.27::gentoo'`,
  534. * the complete build log and the output of `emerge -pqv '=app-admin/apache-tools-2.4.27::gentoo'`.
  535. * The complete build log is located at '/var/tmp/portage/app-admin/apache-tools-2.4.27/temp/build.log'.
  536. * The ebuild environment file is located at '/var/tmp/portage/app-admin/apache-tools-2.4.27/temp/environment'.
  537. * Working directory: '/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27'
  538. * S: '/var/tmp/portage/app-admin/apache-tools-2.4.27/work/httpd-2.4.27'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement