Advertisement
Guest User

Gluon Compile

a guest
Mar 26th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 185.87 KB | None | 0 0
  1. [stephan@desktop gluon]$ make -j4 V=s
  2. make[1]: Entering directory '/home/stephan/gluon/openwrt'
  3. [ -s /home/stephan/gluon/build/gluon-opkg-key -a -s /home/stephan/gluon/build/gluon-opkg-key.pub ] || \
  4.         ( mkdir -p $(dirname /home/stephan/gluon/build/gluon-opkg-key) && /home/stephan/gluon/openwrt/staging_dir/host/bin/usign -G -s /home/stephan/gluon/build/gluon-opkg-key -p /home/stephan/gluon/build/gluon-opkg-key.pub -c "Gluon opkg key" )
  5. rm /home/stephan/gluon/build/ar71xx-generic/openwrt/tmp || true
  6. rm: cannot remove '/home/stephan/gluon/build/ar71xx-generic/openwrt/tmp': Is a directory
  7. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/tmp
  8. for link in build_dir config Config.in dl include Makefile package rules.mk scripts staging_dir target toolchain tools; do \
  9.         ln -sf /home/stephan/gluon/openwrt/$link /home/stephan/gluon/build/ar71xx-generic/openwrt; \
  10. done
  11. PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl make -w -C /home/stephan/gluon/build/ar71xx-generic/openwrt -f /home/stephan/gluon/Makefile config
  12. make[2]: Entering directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  13. make V=ss scripts/config/conf OPENWRT_BUILD= QUIET=0
  14. make[3]: Entering directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  15. make[3]: 'scripts/config/conf' is up to date.
  16. make[3]: Leaving directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  17. PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl make -w -C /home/stephan/gluon/build/ar71xx-generic/openwrt -f /home/stephan/gluon/Makefile prepare-tmpinfo
  18. make[3]: Entering directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  19. make[4]: Entering directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  20. make[4]: Leaving directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  21. mkdir -p tmp/info
  22. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/stephan/gluon/build/ar71xx-generic/openwrt/include/package*.mk /home/stephan/gluon/build/ar71xx-generic/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  23. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="targetinfo" SCAN_DIR="target/linux" SCAN_NAME="target" SCAN_DEPS="profiles/*.mk /home/stephan/gluon/build/ar71xx-generic/openwrt/include/kernel*.mk /home/stephan/gluon/build/ar71xx-generic/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  24. for type in package target; do \
  25.         f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  26.         [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  27. done
  28. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  29. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  30. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  31. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/tmp/.build
  32. make[3]: Leaving directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  33. ( \
  34.         cat /home/stephan/gluon/include/config; \
  35.         echo 'CONFIG_TARGET_ar71xx=y'; \
  36.          echo 'CONFIG_TARGET_ar71xx_generic=y';  \
  37.         cat /home/stephan/gluon/targets/ar71xx-generic/config 2>/dev/null; \
  38.         echo 'CONFIG_BUILD_SUFFIX="gluon-ar71xx-generic"'; \
  39.         echo 'CONFIG_PACKAGE_base-files=m CONFIG_PACKAGE_busybox=m CONFIG_PACKAGE_dropbear=m CONFIG_PACKAGE_ffe-autoupdater-wifi-fallback=m CONFIG_PACKAGE_firewall=m CONFIG_PACKAGE_fstools=m CONFIG_PACKAGE_gluon-alfred=m CONFIG_PACKAGE_gluon-announced=m CONFIG_PACKAGE_gluon-autoupdater=m CONFIG_PACKAGE_gluon-config-mode-autoupdater=m CONFIG_PACKAGE_gluon-config-mode-contact-info=m CONFIG_PACKAGE_gluon-config-mode-core=m CONFIG_PACKAGE_gluon-config-mode-geo-location=m CONFIG_PACKAGE_gluon-config-mode-hostname=m CONFIG_PACKAGE_gluon-config-mode-mesh-vpn=m CONFIG_PACKAGE_gluon-core=m CONFIG_PACKAGE_gluon-ebtables-filter-multicast=m CONFIG_PACKAGE_gluon-ebtables-filter-ra-dhcp=m CONFIG_PACKAGE_gluon-luci-admin=m CONFIG_PACKAGE_gluon-luci-autoupdater=m CONFIG_PACKAGE_gluon-luci-mesh-vpn-fastd=m CONFIG_PACKAGE_gluon-luci-portconfig=m CONFIG_PACKAGE_gluon-luci-private-wifi=m CONFIG_PACKAGE_gluon-luci-wifi-config=m CONFIG_PACKAGE_gluon-mesh-batman-adv-15=m CONFIG_PACKAGE_gluon-mesh-vpn-fastd=m CONFIG_PACKAGE_gluon-next-node=m CONFIG_PACKAGE_gluon-radvd=m CONFIG_PACKAGE_gluon-setup-mode=m CONFIG_PACKAGE_gluon-status-page=m CONFIG_PACKAGE_haveged=m CONFIG_PACKAGE_hostapd-mini=m CONFIG_PACKAGE_ip6tables=m CONFIG_PACKAGE_iptables=m CONFIG_PACKAGE_iwinfo=m CONFIG_PACKAGE_kmod-ath9k=m CONFIG_PACKAGE_kmod-gpio-button-hotplug=m CONFIG_PACKAGE_libc=m CONFIG_PACKAGE_libgcc=m CONFIG_PACKAGE_logd=m CONFIG_PACKAGE_mtd=m CONFIG_PACKAGE_netifd=m CONFIG_PACKAGE_om-watchdog=m CONFIG_PACKAGE_opkg=m CONFIG_PACKAGE_rssileds=m CONFIG_PACKAGE_swconfig=m CONFIG_PACKAGE_uboot-envtools=m CONFIG_PACKAGE_uci=m CONFIG_PACKAGE_wpad-mini=m' \
  40.                 | sed -e 's/ /\n/g'; \
  41.         echo 'CONFIG_LUCI_LANG_en=y CONFIG_LUCI_LANG_de=y' \
  42.                 | sed -e 's/ /\n/g'; \
  43. ) > /home/stephan/gluon/build/ar71xx-generic/config.tmp
  44. scripts/config/conf --defconfig=/home/stephan/gluon/build/ar71xx-generic/config.tmp Config.in
  45. warning: (PACKAGE_kmod-crypto-ocf && PACKAGE_kmod-crypto-ocf-hifn7751 && PACKAGE_kmod-crypto-ocf-hifnhipp) selects OPENSSL_ENGINE_CRYPTO which has unmet direct dependencies (PACKAGE_libopenssl)
  46. warning: (PACKAGE_kmod-crypto-ocf && PACKAGE_kmod-crypto-ocf-hifn7751 && PACKAGE_kmod-crypto-ocf-hifnhipp) selects OPENSSL_ENGINE_CRYPTO which has unmet direct dependencies (PACKAGE_libopenssl)
  47. #
  48. # configuration written to .config
  49. #
  50. make -w tools/install
  51. make[3]: Entering directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  52. + mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2
  53. + cd /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2
  54. + ln -nsf lib lib64
  55. + ln -nsf lib lib32
  56. + mkdir -p stamp lib usr/include usr/lib
  57. unset ERROR; \
  58. for package in ; do \
  59.         export MAKEFLAGS= ;make V=ss -s -r -C package/$package prereq || ERROR=1; \
  60. done; \
  61. if [ -n "$ERROR" ]; then \
  62.         echo "Package prerequisite check failed."; \
  63.         false; \
  64. fi
  65. touch tmp/.prereq_packages
  66. + mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2_gluon-ar71xx-generic
  67. + mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host
  68. + cd /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2_gluon-ar71xx-generic
  69. + mkdir -p bin lib include stamp
  70. + cd /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host
  71. + mkdir -p bin lib include stamp
  72. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2_gluon-ar71xx-generic/stamp
  73. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/stamp /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/sys
  74. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2_gluon-ar71xx-generic/.prepared
  75. install -m0644 /home/stephan/gluon/build/ar71xx-generic/openwrt/tools/include/*.h /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/
  76. install -m0644 /home/stephan/gluon/build/ar71xx-generic/openwrt/tools/include/sys/*.h /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/sys/
  77. ln -sf lib /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib64
  78. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/.prepared
  79. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/flock'
  80. make[4]: Entering directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  81. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/flock'
  82. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/flock'
  83. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/flock'
  84. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/tar'
  85. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/tar'
  86. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/tar'
  87. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/tar'
  88. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/sstrip'
  89. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/patch'
  90. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/make-ext4fs'
  91. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/sstrip'
  92. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/firmware-utils'
  93. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/make-ext4fs'
  94. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/patch'
  95. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/patch-image'
  96. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/patch'
  97. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/patch-image'
  98. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/sstrip'
  99. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/firmware-utils'
  100. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/make-ext4fs'
  101. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/patch'
  102. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/firmware-utils'
  103. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/sstrip'
  104. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/patch-image'
  105. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/make-ext4fs'
  106. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/yaffs2'
  107. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/patch-image'
  108. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/cmake'
  109. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/firmware-utils'
  110. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/scons'
  111. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/yaffs2'
  112. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/lzma-old'
  113. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/scons'
  114. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/lzma'
  115. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/cmake'
  116. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/sed'
  117. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/lzma-old'
  118. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/m4'
  119. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/lzma'
  120. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/xz'
  121. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/sed'
  122. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/yaffs2'
  123. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/xz'
  124. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/yaffs2'
  125. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/scons'
  126. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/cmake'
  127. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/m4'
  128. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/lzma-old'
  129. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/scons'
  130. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/lzma'
  131. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/lzma-old'
  132. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/sed'
  133. make[5]: Entering directory '/home/stephan/gluon/openwrt/target/linux'
  134. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/cmake'
  135. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/m4'
  136. make[6]: Entering directory '/home/stephan/gluon/openwrt/target/linux/ar71xx'
  137. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/lzma'
  138. make[7]: Entering directory '/home/stephan/gluon/openwrt/target/linux/ar71xx/image'
  139. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/xz'
  140. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/sed'
  141. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/squashfs'
  142. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/m4'
  143. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/autoconf'
  144. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/xz'
  145. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/pkg-config'
  146. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/squashfs'
  147. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/mkimage'
  148. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/autoconf'
  149. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/squashfs'
  150. make -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/u-boot-2014.10 defconfig   HOSTCFLAGS="-I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include" HOSTLDFLAGS="-L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib"
  151. make[5]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10'
  152. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/pkg-config'
  153.   HOSTCC  scripts/basic/fixdep
  154. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/squashfs4'
  155. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/squashfs'
  156. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/autoconf'
  157. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/squashfs4'
  158. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/pkg-config'
  159. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/autoconf'
  160. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/squashfs4'
  161. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/pkg-config'
  162. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/squashfs4'
  163. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/automake'
  164. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/missing-macros'
  165. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/missing-macros'
  166. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/missing-macros'
  167. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/automake'
  168. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/automake'
  169. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/missing-macros'
  170.   HOSTCC  scripts/kconfig/conf.o
  171. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/automake'
  172. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/libtool'
  173. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/libtool'
  174. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/libtool'
  175. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/libtool'
  176. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/gmp'
  177. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/libelf'
  178. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/libelf'
  179. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/flex'
  180. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/gmp'
  181. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/mklibs'
  182. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/flex'
  183. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/e2fsprogs'
  184. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/dl
  185. SHELL= flock /home/stephan/gluon/build/ar71xx-generic/openwrt/tmp/.e2fsprogs-1.42.8.tar.gz.flock -c '   /home/stephan/gluon/build/ar71xx-generic/openwrt/scripts/download.pl "/home/stephan/gluon/build/ar71xx-generic/openwrt/dl" "e2fsprogs-1.42.8.tar.gz" "8ef664b6eb698aa6b733df59b17b9ed4" "" "@SF/e2fsprogs"'
  186. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/mklibs'
  187. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/mm-macros'
  188. --2017-03-26 13:44:43--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.8.tar.gz
  189. Resolving downloads.sourceforge.net... 216.34.181.59
  190. Connecting to downloads.sourceforge.net|216.34.181.59|:80...   HOSTCC  scripts/kconfig/zconf.tab.o
  191. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/mm-macros'
  192. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/gengetopt'
  193. make[7]: Leaving directory '/home/stephan/gluon/openwrt/target/linux/ar71xx/image'
  194. make[6]: Leaving directory '/home/stephan/gluon/openwrt/target/linux/ar71xx'
  195. make[5]: Leaving directory '/home/stephan/gluon/openwrt/target/linux'
  196. make[4]: Leaving directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  197. make  --jobserver-auth=3,4  -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/gengetopt-2.22.6  
  198. make[5]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6'
  199. make  all-recursive
  200. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6'
  201. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/patchelf'
  202. Making all in gl
  203. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/gl'
  204. make  all-recursive
  205. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/gl'
  206. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/gl'
  207. make[9]: Nothing to be done for 'all-am'.
  208. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/gl'
  209. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/gl'
  210. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/gl'
  211. Making all in src
  212. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src'
  213. make  all-recursive
  214. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src'
  215. Making all in skels
  216. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/skels'
  217. make  all-am
  218. connected.
  219. HTTP request sent, awaiting response... make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/patchelf'
  220. make[10]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/skels'
  221. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT header.lo -MD -MP -MF .deps/header.Tpo -c -o header.lo header.cc
  222. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/gmp'
  223. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT header.lo -MD -MP -MF .deps/header.Tpo -c header.cc  -fPIC -DPIC -o .libs/header.o
  224. export MAKEFLAGS= ;make -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/gmp-5.1.3 install
  225. make[5]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  226. make  install-recursive
  227. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  228. Making install in tests
  229. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests'
  230. Making install in .
  231. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests'
  232. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests'
  233. make[9]: Nothing to be done for 'install-exec-am'.
  234. make[9]: Nothing to be done for 'install-data-am'.
  235. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests'
  236. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests'
  237. Making install in devel
  238. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
  239. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
  240. make[9]: Nothing to be done for 'install-exec-am'.
  241. make[9]: Nothing to be done for 'install-data-am'.
  242. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
  243. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
  244. Making install in mpn
  245. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
  246. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
  247. make[9]: Nothing to be done for 'install-exec-am'.
  248. make[9]: Nothing to be done for 'install-data-am'.
  249. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
  250. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
  251. Making install in mpz
  252. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
  253. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
  254. make[9]: Nothing to be done for 'install-exec-am'.
  255. make[9]: Nothing to be done for 'install-data-am'.
  256. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
  257. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
  258. Making install in mpq
  259. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
  260. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
  261. make[9]: Nothing to be done for 'install-exec-am'.
  262. make[9]: Nothing to be done for 'install-data-am'.
  263. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
  264. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
  265. Making install in mpf
  266. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
  267. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
  268. make[9]: Nothing to be done for 'install-exec-am'.
  269. make[9]: Nothing to be done for 'install-data-am'.
  270. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
  271. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
  272. Making install in rand
  273. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
  274. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
  275. make[9]: Nothing to be done for 'install-exec-am'.
  276. make[9]: Nothing to be done for 'install-data-am'.
  277. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
  278. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
  279. Making install in misc
  280. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
  281. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
  282. make[9]: Nothing to be done for 'install-exec-am'.
  283. make[9]: Nothing to be done for 'install-data-am'.
  284. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
  285. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
  286. Making install in cxx
  287. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
  288. 301 Moved Permanently
  289. Location: http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz [following]
  290. --2017-03-26 13:44:43--  http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz
  291. Connecting to downloads.sourceforge.net|216.34.181.59|:80... make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
  292. make[9]: Nothing to be done for 'install-exec-am'.
  293. make[9]: Nothing to be done for 'install-data-am'.
  294. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
  295. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
  296. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tests'
  297. Making install in mpn
  298. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpn'
  299. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpn'
  300. make[8]: Nothing to be done for 'install-exec-am'.
  301. make[8]: Nothing to be done for 'install-data-am'.
  302. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpn'
  303. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpn'
  304. Making install in mpz
  305. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpz'
  306. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpz'
  307. make[8]: Nothing to be done for 'install-exec-am'.
  308. make[8]: Nothing to be done for 'install-data-am'.
  309. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpz'
  310. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpz'
  311. Making install in mpq
  312. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpq'
  313. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpq'
  314. make[8]: Nothing to be done for 'install-exec-am'.
  315. make[8]: Nothing to be done for 'install-data-am'.
  316. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpq'
  317. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpq'
  318. Making install in mpf
  319. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpf'
  320. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpf'
  321. make[8]: Nothing to be done for 'install-exec-am'.
  322. make[8]: Nothing to be done for 'install-data-am'.
  323. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpf'
  324. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/mpf'
  325. Making install in printf
  326. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/printf'
  327. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/printf'
  328. make[8]: Nothing to be done for 'install-exec-am'.
  329. make[8]: Nothing to be done for 'install-data-am'.
  330. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/printf'
  331. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/printf'
  332. Making install in scanf
  333. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/scanf'
  334. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/scanf'
  335. make[8]: Nothing to be done for 'install-exec-am'.
  336. make[8]: Nothing to be done for 'install-data-am'.
  337. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/scanf'
  338. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/scanf'
  339. Making install in rand
  340. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/rand'
  341. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/rand'
  342. make[8]: Nothing to be done for 'install-exec-am'.
  343. make[8]: Nothing to be done for 'install-data-am'.
  344. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/rand'
  345. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/rand'
  346. Making install in cxx
  347. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/cxx'
  348. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/cxx'
  349. make[8]: Nothing to be done for 'install-exec-am'.
  350. make[8]: Nothing to be done for 'install-data-am'.
  351. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/cxx'
  352. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/cxx'
  353. Making install in demos
  354. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos'
  355. Making install in calc
  356. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
  357. make  install-am
  358. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
  359. make[10]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
  360. make[10]: Nothing to be done for 'install-exec-am'.
  361. make[10]: Nothing to be done for 'install-data-am'.
  362. make[10]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
  363. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
  364. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
  365. Making install in expr
  366. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
  367. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
  368. make[9]: Nothing to be done for 'install-exec-am'.
  369. make[9]: Nothing to be done for 'install-data-am'.
  370. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
  371. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
  372. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos'
  373. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos'
  374. make[9]: Nothing to be done for 'install-exec-am'.
  375. make[9]: Nothing to be done for 'install-data-am'.
  376. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos'
  377. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos'
  378. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/demos'
  379. Making install in tune
  380. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tune'
  381. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tune'
  382. make[8]: Nothing to be done for 'install-exec-am'.
  383. make[8]: Nothing to be done for 'install-data-am'.
  384. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tune'
  385. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/tune'
  386. Making install in doc
  387. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/doc'
  388. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/doc'
  389. make[8]: Nothing to be done for 'install-exec-am'.
  390.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info'
  391.  /usr/bin/install -c -m 644 ./gmp.info ./gmp.info-1 ./gmp.info-2 '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info'
  392.  install-info --info-dir='/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info' '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info/gmp.info'
  393. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/doc'
  394. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3/doc'
  395. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  396. connected.
  397. HTTP request sent, awaiting response... make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  398.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib'
  399.  /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c   libgmp.la libgmpxx.la '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib'
  400. OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmp.lai /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmp.la
  401. OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmpxx.lai /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmpxx.la
  402. OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmp.a /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmp.a
  403. OpenWrt-libtool: install: chmod 644 /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmp.a
  404. OpenWrt-libtool: install: ranlib /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmp.a
  405. OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmpxx.a /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmpxx.a
  406. OpenWrt-libtool: install: chmod 644 /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmpxx.a
  407. OpenWrt-libtool: install: ranlib /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libgmpxx.a
  408. OpenWrt-libtool: finish: PATH="/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib
  409. ----------------------------------------------------------------------
  410. Libraries have been installed in:
  411.    /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib
  412.  
  413. If you ever happen to want to link against installed libraries
  414. in a given directory, LIBDIR, you must either use libtool, and
  415. specify the full pathname of the library, or use the `-LLIBDIR'
  416. flag during linking and do at least one of the following:
  417.   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  418.      during execution
  419.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  420.     during linking
  421.   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  422.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  423.  
  424. See any operating system documentation about shared libraries for
  425. more information, such as the ld(1) and ld.so(8) manual pages.
  426. ----------------------------------------------------------------------
  427. /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include'
  428. /usr/bin/install -c -m 644 gmp.h '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include'
  429. /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include'
  430. /usr/bin/install -c -m 644 gmpxx.h '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include'
  431. make  install-data-hook
  432. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  433.  
  434. +-------------------------------------------------------------+
  435. | CAUTION:                                                    |
  436. |                                                             |
  437. | If you have not already run "make check", then we strongly  |
  438. | recommend you do so.                                        |
  439. |                                                             |
  440. | GMP has been carefully tested by its authors, but compilers |
  441. | are all too often released with serious bugs.  GMP tends to |
  442. | explore interesting corners in compilers and has hit bugs   |
  443. | on quite a few occasions.                                   |
  444. |                                                             |
  445. +-------------------------------------------------------------+
  446.  
  447. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  448. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  449. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  450. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  451. make[5]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gmp-5.1.3'
  452. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/stamp
  453. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/gmp-5.1.3/.built
  454. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/stamp/.gmp_installed
  455. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/gmp'
  456. 302 Found
  457. Location: https://netix.dl.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz [following]
  458. --2017-03-26 13:44:43--  https://netix.dl.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz
  459. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/libelf'
  460. install -d -m0755 /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/{lib,include/libelf}
  461. cp -fpR /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/libelf-0.8.13/lib/{elf_repl.h,gelf.h,libelf.h,nlist.h,sys_elf.h} /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/libelf/
  462. cp -fpR /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/libelf-0.8.13/lib/libelf.a /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/
  463. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/stamp
  464. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/libelf-0.8.13/.built
  465. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/stamp/.libelf_installed
  466. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/libelf'
  467. make[4]: Entering directory '/home/stephan/gluon/openwrt/tools/flex'
  468. Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
  469. Resolving netix.dl.sourceforge.net... 87.121.121.2
  470. Connecting to netix.dl.sourceforge.net|87.121.121.2|:443... export MAKEFLAGS= ;make -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/flex-2.5.39 install
  471. make[5]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  472. make  install-recursive
  473. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  474. Making install in lib
  475. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/lib'
  476. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/lib'
  477. make[8]: Nothing to be done for 'install-exec-am'.
  478. make[8]: Nothing to be done for 'install-data-am'.
  479. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/lib'
  480. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/lib'
  481. Making install in .
  482. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  483. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT ccl.o -MD -MP -MF .deps/ccl.Tpo -c -o ccl.o ccl.c
  484. connected.
  485. mv -f .deps/ccl.Tpo .deps/ccl.Po
  486. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.c
  487. HTTP request sent, awaiting response... 200 OK
  488. Length: 5990116 (5.7M) [application/x-gzip]
  489. Saving to: 'STDOUT'
  490.  
  491. -                                                                     0%[                                                                                                                                                                   ]       0  --.-KB/s               mv -f .deps/dfa.Tpo .deps/dfa.Po
  492. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT ecs.o -MD -MP -MF .deps/ecs.Tpo -c -o ecs.o ecs.c
  493. mv -f .deps/ecs.Tpo .deps/ecs.Po
  494. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT scanflags.o -MD -MP -MF .deps/scanflags.Tpo -c -o scanflags.o scanflags.c
  495. scanflags.c: In function 'sf_init':
  496. scanflags.c:65:13: warning: passing argument 2 of 'lerrsf_fatal' makes pointer from integer without a cast [-Wint-conversion]
  497.             (long)sizeof(scanflags_t));
  498.             ^
  499. In file included from scanflags.c:34:0:
  500. flexdef.h:912:13: note: expected 'const char *' but argument is of type 'long int'
  501. extern void lerrsf_fatal PROTO ((const char *, const char *));
  502.             ^~~~~~~~~~~~
  503. mv -f .deps/scanflags.Tpo .deps/scanflags.Po
  504. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT gen.o -MD -MP -MF .deps/gen.Tpo -c -o gen.o gen.c
  505. -                                                                     2%[===>                                                                                                                                                               ] 152.00K   750KB/s                 HOSTLD  scripts/kconfig/conf
  506. #
  507. # configuration written to .config
  508. #
  509. *** Default configuration is based on 'sandbox_defconfig'
  510. make[5]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10'
  511. make -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/u-boot-2014.10 tools-only  HOSTCFLAGS="-I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include" HOSTLDFLAGS="-L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib"
  512. make[5]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10'
  513. -                                                                    15%[=======================>                                                                                                                                           ] 888.00K  2.12MB/s               OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT header.lo -MD -MP -MF .deps/header.Tpo -c header.cc -o header.o >/dev/null 2>&1
  514. mv -f .deps/gen.Tpo .deps/gen.Po
  515. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  516. -                                                                    35%[========================================================>                                                                                                          ]   2.02M  3.32MB/s               scripts/kconfig/conf --silentoldconfig Kconfig
  517.  CHK     include/config.h
  518.  GEN     include/autoconf.mk
  519. mv -f .deps/main.Tpo .deps/main.Po
  520. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
  521.  GEN     include/autoconf.mk.dep
  522. -                                                                    55%[=========================================================================================>                                                                         ]   3.16M  3.90MB/s                 CHK     include/config/uboot.release
  523. mv -f .deps/misc.Tpo .deps/misc.Po
  524. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT nfa.o -MD -MP -MF .deps/nfa.Tpo -c -o nfa.o nfa.c
  525.  CHK     include/generated/version_autogenerated.h
  526.  CHK     include/generated/timestamp_autogenerated.h
  527.  UPD     include/generated/timestamp_autogenerated.h
  528.  HOSTCC  tools/img2srec
  529. In file included from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
  530.                 from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
  531.                 from <command-line>:0:
  532. /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
  533. #include_next <byteswap.h>
  534.  ^~~~~~~~~~~~
  535. -                                                                    75%[=========================================================================================================================>                                         ]   4.30M  4.25MB/s               mv -f .deps/nfa.Tpo .deps/nfa.Po
  536. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
  537.  HOSTCC  tools/aisimage.o
  538.  HOSTCC  tools/atmelimage.o
  539. -                                                                   100%[==================================================================================================================================================================>]   5.71M  4.52MB/s    in 1.3s    
  540.  
  541. 2017-03-26 13:44:45 (4.52 MB/s) - written to stdout [5990116/5990116]
  542.  
  543. . /home/stephan/gluon/build/ar71xx-generic/openwrt/include/shell.sh; gzip -dc /home/stephan/gluon/build/ar71xx-generic/openwrt/dl/e2fsprogs-1.42.8.tar.gz | tar -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8/.. -xf -
  544.  HOSTCC  tools/common/bootm.o
  545.  HOSTCC  tools/common/image-fit.o
  546.  
  547. Applying ./patches/001-exit_0_on_corrected_errors.patch using plaintext:
  548. patching file e2fsck/e2fsck.h
  549.  
  550. Applying ./patches/002-dont-build-e4defrag.patch using plaintext:
  551. patching file misc/Makefile.in
  552.  
  553. Applying ./patches/003-openbsd-compat.patch using plaintext:
  554. patching file lib/blkid/getsize.c
  555. patching file lib/quota/mkquota.c
  556.  
  557. Applying ./patches/004-freebsd-compat.patch using plaintext:
  558. patching file lib/ext2fs/tdb.c
  559. rm -rf /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8/doc
  560. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8/.prepared4200ecef93e9feeb7708b6d4b551f2dd
  561. (cd /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8/; if [ -x configure ]; then cp -fpR /home/stephan/gluon/build/ar71xx-generic/openwrt/scripts/config.{guess,sub} /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -fpic" CPPFLAGS="-I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host --exec-prefix=/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host --sysconfdir=/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/etc --localstatedir=/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/var --sbindir=/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin --disable-shared --disable-elf-shlibs --enable-static --enable-dynamic-e2fsck --disable-tls --disable-nls ; fi )
  562. mv -f .deps/parse.Tpo .deps/parse.Po
  563. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c
  564. configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck
  565.  HOSTCC  tools/common/image-sig.o
  566. Generating configuration file for e2fsprogs version 1.42.8
  567. Release date is June, 2013
  568. checking build system type... x86_64-pc-linux-gnu
  569. checking host system type... x86_64-pc-linux-gnu
  570. checking for x86_64-pc-linux-gnu-gcc... gcc
  571. checking whether the C compiler works...   HOSTCC  tools/common/image.o
  572. yes
  573. checking for C compiler default output file name... a.out
  574. checking for suffix of executables... mv -f .deps/header.Tpo .deps/header.Plo
  575. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT c_source.lo -MD -MP -MF .deps/c_source.Tpo -c -o c_source.lo c_source.cc
  576.  
  577. checking whether we are cross compiling... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT c_source.lo -MD -MP -MF .deps/c_source.Tpo -c c_source.cc  -fPIC -DPIC -o .libs/c_source.o
  578. no
  579. checking for suffix of object files... o
  580. checking whether we are using the GNU C compiler...   HOSTCC  tools/default_image.o
  581. yes
  582. checking whether gcc accepts -g... yes
  583. checking for gcc option to accept ISO C89... none needed
  584. checking for dlopen in -ldl... yes
  585. checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
  586. checking whether we are using the GNU C compiler... (cached) yes
  587. checking whether gcc accepts -g... (cached) yes
  588.  HOSTCC  tools/dumpimage.o
  589. checking for gcc option to accept ISO C89... (cached) none needed
  590. checking how to run the C preprocessor... gcc -E
  591. checking for additional special compiler flags... (none)
  592. Disabling maintainer mode by default
  593. Disabling symlinks for install by default
  594. Disabling relative symlinks for install by default
  595. Disabling symlinks for build by default
  596. Disabling verbose make commands
  597. Disabling compression support by default
  598. Enabling htree directory support by default
  599. Disabling ELF shared libraries
  600. Disabling BSD shared libraries by default
  601. Disabling profiling libraries by default
  602. Disabling checker libraries by default
  603. Disabling journal debugging by default
  604. Disabling blkid debugging by default
  605. Enabling testio debugging by default
  606. checking pkg-config is at least version 0.9.0... yes
  607. Enabling private uuid library by default
  608. checking pkg-config is at least version 0.9.0... yes
  609. Enabling private blkid library by default
  610. checking pkg-config is at least version 0.9.0... yes
  611. Disabling quota support by default
  612. Enabling use of backtrace by default
  613. Enabling debugfs support by default
  614. Enabling e2image support by default
  615. Enabling e2resize support by default
  616. Enabling e4defrag support by default
  617. Building fsck wrapper by default
  618. Building e2initrd helper by default
  619. Disabling thread local support
  620. Building uuidd by default
  621. checking whether make sets $(MAKE)... yes
  622. checking for a BSD-compatible install... /usr/bin/install -c
  623. checking whether NLS is requested... no
  624. checking for msgfmt... /usr/bin/msgfmt
  625. checking for gmsgfmt... /usr/bin/msgfmt
  626. checking for xgettext... /usr/bin/xgettext
  627. checking for msgmerge... /usr/bin/msgmerge
  628. checking for x86_64-pc-linux-gnu-ranlib... no
  629. checking for ranlib... ranlib
  630. checking for strerror in -lcposix...   HOSTCC  tools/fit_check_sign.o
  631. no
  632. checking for grep that handles long lines and -e... /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/grep
  633. checking for egrep... /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/grep -E
  634. checking for ANSI C header files...   HOSTCC  tools/fit_common.o
  635. yes
  636. checking for an ANSI C-conforming const... yes
  637. checking for signed... yes
  638. checking for inline... inline
  639. checking for sys/types.h...   HOSTCC  tools/fit_image.o
  640. yes
  641. checking for sys/stat.h... yes
  642. checking for stdlib.h... yes
  643. checking for string.h... yes
  644.  HOSTCC  tools/fit_info.o
  645. checking for memory.h... mv -f .deps/scan.Tpo .deps/scan.Po
  646. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT skel.o -MD -MP -MF .deps/skel.Tpo -c -o skel.o skel.c
  647. yes
  648. checking for strings.h...   HOSTCC  tools/gpimage-common.o
  649. yes
  650. mv -f .deps/skel.Tpo .deps/skel.Po
  651. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT sym.o -MD -MP -MF .deps/sym.Tpo -c -o sym.o sym.c
  652. checking for inttypes.h... yes
  653. checking for stdint.h...   HOSTCC  tools/gpimage.o
  654. mv -f .deps/sym.Tpo .deps/sym.Po
  655. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT tblcmp.o -MD -MP -MF .deps/tblcmp.Tpo -c -o tblcmp.o tblcmp.c
  656. yes
  657. checking for unistd.h... yes
  658.  HOSTCC  tools/image-host.o
  659. checking for off_t... yes
  660. checking for size_t... yes
  661. checking for long long... mv -f .deps/tblcmp.Tpo .deps/tblcmp.Po
  662. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT yylex.o -MD -MP -MF .deps/yylex.Tpo -c -o yylex.o yylex.c
  663.  HOSTCC  tools/imagetool.o
  664. yes
  665. checking for long double... yes
  666. checking for wchar_t... mv -f .deps/yylex.Tpo .deps/yylex.Po
  667. yes
  668. checking for wint_t... gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
  669.  HOSTCC  tools/imximage.o
  670. yes
  671. checking for inttypes.h... mv -f .deps/options.Tpo .deps/options.Po
  672. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT scanopt.o -MD -MP -MF .deps/scanopt.Tpo -c -o scanopt.o scanopt.c
  673. yes
  674. checking for stdint.h... yes
  675. checking for intmax_t... yes
  676. checking whether printf() supports POSIX/XSI format strings... yes
  677. checking for working alloca.h... yes
  678. checking for alloca...   HOSTCC  tools/kwbimage.o
  679. yes
  680. checking for stdlib.h... (cached) yes
  681. checking for unistd.h... (cached) yes
  682. checking for sys/param.h... yes
  683. checking for getpagesize... mv -f .deps/scanopt.Tpo .deps/scanopt.Po
  684. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT buf.o -MD -MP -MF .deps/buf.Tpo -c -o buf.o buf.c
  685. yes
  686. checking for working mmap...   HOSTCC  tools/lib/crc32.o
  687. buf.c: In function 'buf_linedir':
  688. buf.c:101:60: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  689.     for (dst = t + sprintf (t, "#line %d \"", lineno), src = filename; *src; *dst++ = *src++)
  690.                                                            ^
  691. In file included from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
  692.                 from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
  693.                 from <command-line>:0:
  694. /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
  695. #include_next <byteswap.h>
  696.  ^~~~~~~~~~~~
  697.  HOSTCC  tools/lib/fdtdec.o
  698. yes
  699. checking whether we are using the GNU C Library 2.1 or newer... mv -f .deps/buf.Tpo .deps/buf.Po
  700. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT tables.o -MD -MP -MF .deps/tables.Tpo -c -o tables.o tables.c
  701. yes
  702. checking whether integer division by zero raises SIGFPE...   HOSTCC  tools/lib/fdtdec_common.o
  703. yes
  704. checking for unsigned long long...   HOSTCC  tools/lib/libfdt/fdt.o
  705. yes
  706. checking for inttypes.h... yes
  707. checking whether the inttypes.h PRIxNN macros are broken... mv -f .deps/tables.Tpo .deps/tables.Po
  708. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT tables_shared.o -MD -MP -MF .deps/tables_shared.Tpo -c -o tables_shared.o tables_shared.c
  709. no
  710. checking for stdint.h... (cached) yes
  711. checking for SIZE_MAX... yes
  712. checking for stdint.h... (cached) yes
  713. checking for ld used by GCC... /usr/bin/ld
  714. checking if the linker (/usr/bin/ld) is GNU ld...   HOSTCC  tools/lib/libfdt/fdt_ro.o
  715. yes
  716. checking for shared library run path origin... mv -f .deps/tables_shared.Tpo .deps/tables_shared.Po
  717. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c
  718. done
  719. checking for ptrdiff_t... mv -f .deps/filter.Tpo .deps/filter.Po
  720. gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c
  721. yes
  722. checking argz.h usability...   HOSTCC  tools/lib/libfdt/fdt_rw.o
  723. yes
  724. checking argz.h presence... yes
  725. checking for argz.h... yes
  726. checking limits.h usability... mv -f .deps/regex.Tpo .deps/regex.Po
  727. /usr/bin/env bash ./libtool --tag=CC   --mode=link gcc  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o lib/libcompat.la -lm
  728. yes
  729. checking limits.h presence... yes
  730. checking for limits.h... yes
  731. checking locale.h usability... yes
  732. checking locale.h presence... yes
  733. checking for locale.h... yes
  734. libtool: link: gcc -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o  -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib lib/.libs/libcompat.a -lm
  735. checking nl_types.h usability... yes
  736. checking nl_types.h presence... yes
  737. checking for nl_types.h... yes
  738. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  739. checking malloc.h usability...   HOSTCC  tools/lib/libfdt/fdt_strerror.o
  740. /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib'
  741. /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c   libfl.la libfl_pic.la '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib'
  742. libtool: install: /usr/bin/install -c .libs/libfl.lai /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl.la
  743. libtool: install: /usr/bin/install -c .libs/libfl_pic.lai /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl_pic.la
  744. libtool: install: /usr/bin/install -c .libs/libfl.a /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl.a
  745. libtool: install: chmod 644 /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl.a
  746. yes
  747. checking malloc.h presence... libtool: install: ranlib /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl.a
  748. yes
  749. checking for malloc.h... yes
  750. libtool: install: /usr/bin/install -c .libs/libfl_pic.a /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl_pic.a
  751. libtool: install: chmod 644 /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl_pic.a
  752. libtool: install: ranlib /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib/libfl_pic.a
  753.  HOSTCC  tools/lib/libfdt/fdt_wip.o
  754. checking stddef.h usability... libtool: finish: PATH="/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin:/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib
  755. ----------------------------------------------------------------------
  756. Libraries have been installed in:
  757.   /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib
  758.  
  759. If you ever happen to want to link against installed libraries
  760. in a given directory, LIBDIR, you must either use libtool, and
  761. specify the full pathname of the library, or use the `-LLIBDIR'
  762. flag during linking and do at least one of the following:
  763.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  764.     during execution
  765.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  766.      during linking
  767.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  768.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  769.  
  770. See any operating system documentation about shared libraries for
  771. more information, such as the ld(1) and ld.so(8) manual pages.
  772. ----------------------------------------------------------------------
  773. yes
  774. checking stddef.h presence...  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin'
  775.   /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c flex '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin'
  776. yes
  777. checking for stddef.h... yes
  778. checking for stdlib.h... (cached) yes
  779. libtool: install: /usr/bin/install -c flex /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/flex
  780. make  install-exec-hook
  781. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  782. cd /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin && \
  783.         ln -s -f flex flex++
  784. checking for string.h... (cached) yes
  785. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  786.   HOSTCC  tools/lib/md5.o
  787. checking for unistd.h... (cached) yes
  788.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/doc/flex'
  789.  /usr/bin/install -c -m 644 AUTHORS COPYING NEWS ONEWS README TODO '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/doc/flex'
  790. checking for sys/param.h... (cached) yes
  791.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include'
  792.  /usr/bin/install -c -m 644 FlexLexer.h '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include'
  793. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  794. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  795. Making install in doc
  796. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/doc'
  797. In file included from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
  798.                  from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
  799.                  from <command-line>:0:
  800. /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
  801.  #include_next <byteswap.h>
  802.   ^~~~~~~~~~~~
  803. checking for asprintf... make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/doc'
  804. make[8]: Nothing to be done for 'install-exec-am'.
  805.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/doc/flex'
  806.  /usr/bin/install -c -m 644 flex.pdf '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/doc/flex'
  807.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info'
  808.  /usr/bin/install -c -m 644 ./flex.info ./flex.info-1 ./flex.info-2 '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info'
  809. yes
  810.  install-info --info-dir='/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info' '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/info/flex.info'
  811.  /usr/bin/mkdir -p '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/man/man1'
  812. checking for fwprintf...  /usr/bin/install -c -m 644 flex.1 '/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/man/man1'
  813. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/doc'
  814. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/doc'
  815. Making install in examples
  816. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples'
  817. Making install in manual
  818. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/manual'
  819.   HOSTCC  tools/lib/rsa/rsa-checksum.o
  820. yes
  821. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/manual'
  822. make[9]: Nothing to be done for 'install-exec-am'.
  823. make[9]: Nothing to be done for 'install-data-am'.
  824. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/manual'
  825. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/manual'
  826. Making install in fastwc
  827. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
  828. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
  829. make[9]: Nothing to be done for 'install-exec-am'.
  830. make[9]: Nothing to be done for 'install-data-am'.
  831. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
  832. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
  833. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples'
  834. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples'
  835. make[9]: Nothing to be done for 'install-exec-am'.
  836. make[9]: Nothing to be done for 'install-data-am'.
  837. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples'
  838. checking for getcwd... make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples'
  839. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/examples'
  840. Making install in po
  841. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/po'
  842. installing ca.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/ca/LC_MESSAGES/flex.mo
  843. installing da.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/da/LC_MESSAGES/flex.mo
  844. installing de.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/de/LC_MESSAGES/flex.mo
  845. installing en@quot.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/en@quot/LC_MESSAGES/flex.mo
  846. installing en@boldquot.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/en@boldquot/LC_MESSAGES/flex.mo
  847. installing eo.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/eo/LC_MESSAGES/flex.mo
  848. installing es.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/es/LC_MESSAGES/flex.mo
  849. yes
  850. installing fi.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/fi/LC_MESSAGES/flex.mo
  851. installing fr.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/fr/LC_MESSAGES/flex.mo
  852. checking for getegid... installing ga.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/ga/LC_MESSAGES/flex.mo
  853.   HOSTCC  tools/lib/rsa/rsa-sign.o
  854. installing hr.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/hr/LC_MESSAGES/flex.mo
  855. installing ko.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/ko/LC_MESSAGES/flex.mo
  856. installing nl.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/nl/LC_MESSAGES/flex.mo
  857. yes
  858. installing pl.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/pl/LC_MESSAGES/flex.mo
  859. installing pt_BR.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/pt_BR/LC_MESSAGES/flex.mo
  860. installing ro.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/ro/LC_MESSAGES/flex.mo
  861. checking for geteuid... installing ru.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/ru/LC_MESSAGES/flex.mo
  862. installing sr.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/sr/LC_MESSAGES/flex.mo
  863. installing sv.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/sv/LC_MESSAGES/flex.mo
  864. installing tr.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/tr/LC_MESSAGES/flex.mo
  865. installing vi.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/vi/LC_MESSAGES/flex.mo
  866. installing zh_CN.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/zh_CN/LC_MESSAGES/flex.mo
  867. installing zh_TW.gmo as /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/locale/zh_TW/LC_MESSAGES/flex.mo
  868. if test "flex" = "gettext-tools"; then \
  869.   /usr/bin/mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/gettext/po; \
  870.   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  871.     /usr/bin/install -c -m 644 ./$file \
  872.                     /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/gettext/po/$file; \
  873.   done; \
  874.   for file in Makevars; do \
  875.     rm -f /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/share/gettext/po/$file; \
  876.   done; \
  877. else \
  878.   : ; \
  879. fi
  880. yes
  881. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/po'
  882. Making install in tests
  883. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests'
  884. checking for getgid... Making install in test-concatenated-options
  885. In file included from tools/lib/rsa/rsa-sign.c:1:0:
  886. /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_remove':
  887. /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:156:2: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations]
  888.   ERR_remove_thread_state(NULL);
  889.   ^~~~~~~~~~~~~~~~~~~~~~~
  890. In file included from /usr/include/openssl/x509_vfy.h:20:0,
  891.                  from /usr/include/openssl/x509.h:309,
  892.                  from /usr/include/openssl/pem.h:17,
  893.                  from /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:13,
  894.                  from tools/lib/rsa/rsa-sign.c:1:
  895. /usr/include/openssl/err.h:246:1: note: declared here
  896.  DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
  897.  ^
  898. In file included from tools/lib/rsa/rsa-sign.c:1:0:
  899. /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_sign_with_key':
  900. /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:213:2: warning: implicit declaration of function 'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration]
  901.   EVP_MD_CTX_cleanup(context);
  902.   ^~~~~~~~~~~~~~~~~~
  903. /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_get_exponent':
  904. /home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  905.   if (BN_num_bits(key->e) > 64)
  906.                      ^~
  907. make[6]: *** [scripts/Makefile.host:134: tools/lib/rsa/rsa-sign.o] Error 1
  908. make[5]: *** [Makefile:1195: tools-only] Error 2
  909. make[5]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/u-boot-2014.10'
  910. make[4]: *** [Makefile:48: /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/u-boot-2014.10/.built] Error 2
  911. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/mkimage'
  912. make[3]: *** [tools/Makefile:135: tools/mkimage/compile] Error 2
  913. make[3]: *** Waiting for unfinished jobs....
  914. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT handle_help.lo -MD -MP -MF .deps/handle_help.Tpo -c -o handle_help.lo handle_help.cc
  915. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
  916. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
  917. make[9]: Nothing to be done for 'install-exec-am'.
  918. make[9]: Nothing to be done for 'install-data-am'.
  919. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
  920. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
  921. Making install in test-c++-yywrap
  922. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
  923. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
  924. make[9]: Nothing to be done for 'install-exec-am'.
  925. make[9]: Nothing to be done for 'install-data-am'.
  926. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
  927. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
  928. Making install in test-extended
  929. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
  930. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
  931. make[9]: Nothing to be done for 'install-exec-am'.
  932. make[9]: Nothing to be done for 'install-data-am'.
  933. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
  934. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
  935. Making install in test-ccl
  936. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
  937. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
  938. make[9]: Nothing to be done for 'install-exec-am'.
  939. make[9]: Nothing to be done for 'install-data-am'.
  940. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
  941. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT handle_help.lo -MD -MP -MF .deps/handle_help.Tpo -c handle_help.cc  -fPIC -DPIC -o .libs/handle_help.o
  942. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
  943. Making install in test-quotes
  944. yes
  945. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
  946. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
  947. make[9]: Nothing to be done for 'install-exec-am'.
  948. make[9]: Nothing to be done for 'install-data-am'.
  949. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
  950. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
  951. Making install in test-rescan-r
  952. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
  953. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
  954. make[9]: Nothing to be done for 'install-exec-am'.
  955. make[9]: Nothing to be done for 'install-data-am'.
  956. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
  957. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
  958. Making install in test-rescan-nr
  959. checking for getuid... make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
  960. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
  961. make[9]: Nothing to be done for 'install-exec-am'.
  962. make[9]: Nothing to be done for 'install-data-am'.
  963. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
  964. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
  965. Making install in test-basic-nr
  966. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
  967. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
  968. make[9]: Nothing to be done for 'install-exec-am'.
  969. make[9]: Nothing to be done for 'install-data-am'.
  970. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
  971. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
  972. Making install in test-basic-r
  973. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
  974. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
  975. make[9]: Nothing to be done for 'install-exec-am'.
  976. make[9]: Nothing to be done for 'install-data-am'.
  977. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
  978. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
  979. Making install in test-bison-yylloc
  980. yes
  981. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
  982. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
  983. make[9]: Nothing to be done for 'install-exec-am'.
  984. make[9]: Nothing to be done for 'install-data-am'.
  985. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
  986. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
  987. Making install in test-bison-yylval
  988. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
  989. checking for mempcpy... make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
  990. make[9]: Nothing to be done for 'install-exec-am'.
  991. make[9]: Nothing to be done for 'install-data-am'.
  992. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
  993. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
  994. Making install in test-bison-nr
  995. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
  996. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
  997. make[9]: Nothing to be done for 'install-exec-am'.
  998. make[9]: Nothing to be done for 'install-data-am'.
  999. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
  1000. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
  1001. Making install in test-multiple-scanners-nr
  1002. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
  1003. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
  1004. make[9]: Nothing to be done for 'install-exec-am'.
  1005. make[9]: Nothing to be done for 'install-data-am'.
  1006. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
  1007. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
  1008. Making install in test-multiple-scanners-r
  1009. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
  1010. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
  1011. make[9]: Nothing to be done for 'install-exec-am'.
  1012. make[9]: Nothing to be done for 'install-data-am'.
  1013. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
  1014. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
  1015. Making install in test-header-nr
  1016. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
  1017. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
  1018. make[9]: Nothing to be done for 'install-exec-am'.
  1019. make[9]: Nothing to be done for 'install-data-am'.
  1020. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
  1021. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
  1022. Making install in test-header-r
  1023. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
  1024. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
  1025. make[9]: Nothing to be done for 'install-exec-am'.
  1026. make[9]: Nothing to be done for 'install-data-am'.
  1027. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
  1028. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
  1029. Making install in test-reject
  1030. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
  1031. yes
  1032. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
  1033. make[9]: Nothing to be done for 'install-exec-am'.
  1034. make[9]: Nothing to be done for 'install-data-am'.
  1035. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
  1036. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
  1037. Making install in test-c++-multiple-scanners
  1038. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
  1039. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
  1040. make[9]: Nothing to be done for 'install-exec-am'.
  1041. make[9]: Nothing to be done for 'install-data-am'.
  1042. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
  1043. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
  1044. Making install in test-c++-basic
  1045. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
  1046. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
  1047. make[9]: Nothing to be done for 'install-exec-am'.
  1048. make[9]: Nothing to be done for 'install-data-am'.
  1049. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
  1050. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
  1051. Making install in test-posixly-correct
  1052. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
  1053. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
  1054. make[9]: Nothing to be done for 'install-exec-am'.
  1055. make[9]: Nothing to be done for 'install-data-am'.
  1056. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
  1057. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
  1058. Making install in test-posix
  1059. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
  1060. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
  1061. make[9]: Nothing to be done for 'install-exec-am'.
  1062. make[9]: Nothing to be done for 'install-data-am'.
  1063. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
  1064. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
  1065. Making install in test-mem-r
  1066. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
  1067. checking for munmap... make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
  1068. make[9]: Nothing to be done for 'install-exec-am'.
  1069. make[9]: Nothing to be done for 'install-data-am'.
  1070. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
  1071. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
  1072. Making install in test-mem-nr
  1073. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
  1074. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
  1075. make[9]: Nothing to be done for 'install-exec-am'.
  1076. make[9]: Nothing to be done for 'install-data-am'.
  1077. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
  1078. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
  1079. Making install in test-debug-nr
  1080. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
  1081. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
  1082. make[9]: Nothing to be done for 'install-exec-am'.
  1083. make[9]: Nothing to be done for 'install-data-am'.
  1084. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
  1085. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
  1086. Making install in test-debug-r
  1087. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
  1088. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
  1089. make[9]: Nothing to be done for 'install-exec-am'.
  1090. make[9]: Nothing to be done for 'install-data-am'.
  1091. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
  1092. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
  1093. Making install in test-lineno-r
  1094. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
  1095. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
  1096. make[9]: Nothing to be done for 'install-exec-am'.
  1097. make[9]: Nothing to be done for 'install-data-am'.
  1098. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
  1099. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
  1100. Making install in test-lineno-nr
  1101. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
  1102. yes
  1103. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
  1104. make[9]: Nothing to be done for 'install-exec-am'.
  1105. make[9]: Nothing to be done for 'install-data-am'.
  1106. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
  1107. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
  1108. Making install in test-lineno-trailing
  1109. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
  1110. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
  1111. make[9]: Nothing to be done for 'install-exec-am'.
  1112. make[9]: Nothing to be done for 'install-data-am'.
  1113. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
  1114. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
  1115. Making install in test-linedir-r
  1116. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
  1117. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
  1118. make[9]: Nothing to be done for 'install-exec-am'.
  1119. make[9]: Nothing to be done for 'install-data-am'.
  1120. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
  1121. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
  1122. Making install in test-array-nr
  1123. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
  1124. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
  1125. make[9]: Nothing to be done for 'install-exec-am'.
  1126. make[9]: Nothing to be done for 'install-data-am'.
  1127. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
  1128. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
  1129. Making install in test-array-r
  1130. checking for putenv... make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
  1131. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
  1132. make[9]: Nothing to be done for 'install-exec-am'.
  1133. make[9]: Nothing to be done for 'install-data-am'.
  1134. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
  1135. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
  1136. Making install in test-c-cpp-nr
  1137. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
  1138. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
  1139. make[9]: Nothing to be done for 'install-exec-am'.
  1140. make[9]: Nothing to be done for 'install-data-am'.
  1141. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
  1142. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
  1143. Making install in test-c-cpp-r
  1144. yes
  1145. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
  1146. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
  1147. make[9]: Nothing to be done for 'install-exec-am'.
  1148. make[9]: Nothing to be done for 'install-data-am'.
  1149. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
  1150. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
  1151. Making install in test-include-by-buffer
  1152. checking for setenv... make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
  1153. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
  1154. make[9]: Nothing to be done for 'install-exec-am'.
  1155. make[9]: Nothing to be done for 'install-data-am'.
  1156. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
  1157. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
  1158. Making install in test-include-by-push
  1159. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
  1160. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
  1161. make[9]: Nothing to be done for 'install-exec-am'.
  1162. make[9]: Nothing to be done for 'install-data-am'.
  1163. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
  1164. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
  1165. Making install in test-include-by-reentrant
  1166. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
  1167. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
  1168. make[9]: Nothing to be done for 'install-exec-am'.
  1169. make[9]: Nothing to be done for 'install-data-am'.
  1170. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
  1171. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
  1172. Making install in test-prefix-nr
  1173. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
  1174. yes
  1175. checking for setlocale... make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
  1176. make[9]: Nothing to be done for 'install-exec-am'.
  1177. make[9]: Nothing to be done for 'install-data-am'.
  1178. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
  1179. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
  1180. Making install in test-prefix-r
  1181. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
  1182. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
  1183. make[9]: Nothing to be done for 'install-exec-am'.
  1184. make[9]: Nothing to be done for 'install-data-am'.
  1185. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
  1186. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
  1187. Making install in test-pthread
  1188. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
  1189. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
  1190. make[9]: Nothing to be done for 'install-exec-am'.
  1191. make[9]: Nothing to be done for 'install-data-am'.
  1192. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
  1193. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
  1194. Making install in test-string-nr
  1195. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
  1196. yes
  1197. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
  1198. make[9]: Nothing to be done for 'install-exec-am'.
  1199. make[9]: Nothing to be done for 'install-data-am'.
  1200. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
  1201. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
  1202. Making install in test-string-r
  1203. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
  1204. checking for snprintf... make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
  1205. make[9]: Nothing to be done for 'install-exec-am'.
  1206. make[9]: Nothing to be done for 'install-data-am'.
  1207. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
  1208. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
  1209. Making install in test-yyextra
  1210. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
  1211. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
  1212. make[9]: Nothing to be done for 'install-exec-am'.
  1213. make[9]: Nothing to be done for 'install-data-am'.
  1214. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
  1215. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
  1216. Making install in test-alloc-extra
  1217. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
  1218. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
  1219. make[9]: Nothing to be done for 'install-exec-am'.
  1220. make[9]: Nothing to be done for 'install-data-am'.
  1221. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
  1222. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
  1223. Making install in test-noansi-nr
  1224. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
  1225. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
  1226. make[9]: Nothing to be done for 'install-exec-am'.
  1227. make[9]: Nothing to be done for 'install-data-am'.
  1228. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
  1229. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
  1230. Making install in test-noansi-r
  1231. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
  1232. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
  1233. make[9]: Nothing to be done for 'install-exec-am'.
  1234. make[9]: Nothing to be done for 'install-data-am'.
  1235. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
  1236. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
  1237. Making install in test-top
  1238. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
  1239. yes
  1240. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
  1241. make[9]: Nothing to be done for 'install-exec-am'.
  1242. make[9]: Nothing to be done for 'install-data-am'.
  1243. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
  1244. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
  1245. Making install in test-table-opts
  1246. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
  1247. checking for stpcpy... make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
  1248. make[9]: Nothing to be done for 'install-exec-am'.
  1249. make[9]: Nothing to be done for 'install-data-am'.
  1250. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
  1251. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
  1252. make[8]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests'
  1253. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests'
  1254. make[9]: Nothing to be done for 'install-exec-am'.
  1255. make[9]: Nothing to be done for 'install-data-am'.
  1256. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests'
  1257. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests'
  1258. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39/tests'
  1259. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  1260. make[5]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/flex-2.5.39'
  1261. mkdir -p /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/stamp
  1262. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/flex-2.5.39/.built
  1263. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/stamp/.flex_installed
  1264. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/flex'
  1265. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT handle_version.lo -MD -MP -MF .deps/handle_version.Tpo -c -o handle_version.lo handle_version.cc
  1266. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT handle_help.lo -MD -MP -MF .deps/handle_help.Tpo -c handle_help.cc -o handle_help.o >/dev/null 2>&1
  1267. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT handle_version.lo -MD -MP -MF .deps/handle_version.Tpo -c handle_version.cc  -fPIC -DPIC -o .libs/handle_version.o
  1268. yes
  1269. checking for strcasecmp... yes
  1270. checking for strdup... yes
  1271. checking for strtoul... yes
  1272. checking for tsearch... yes
  1273. checking for wcslen... yes
  1274. checking for __argz_count... yes
  1275. checking for __argz_stringify... yes
  1276. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT handle_version.lo -MD -MP -MF .deps/handle_version.Tpo -c handle_version.cc -o handle_version.o >/dev/null 2>&1
  1277. checking for __argz_next... mv -f .deps/handle_help.Tpo .deps/handle_help.Plo
  1278. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT generic_option.lo -MD -MP -MF .deps/generic_option.Tpo -c -o generic_option.lo generic_option.cc
  1279. yes
  1280. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT generic_option.lo -MD -MP -MF .deps/generic_option.Tpo -c generic_option.cc  -fPIC -DPIC -o .libs/generic_option.o
  1281. checking for __fsetlocking... yes
  1282. checking whether _snprintf is declared... no
  1283. checking whether _snwprintf is declared... no
  1284. checking whether feof_unlocked is declared... yes
  1285. checking whether fgets_unlocked is declared... no
  1286. checking whether getc_unlocked is declared... yes
  1287. checking for iconv... yes
  1288. checking for iconv declaration... mv -f .deps/handle_version.Tpo .deps/handle_version.Plo
  1289. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT required_option.lo -MD -MP -MF .deps/required_option.Tpo -c -o required_option.lo required_option.cc
  1290.  
  1291.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1292. checking for nl_langinfo and CODESET... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT required_option.lo -MD -MP -MF .deps/required_option.Tpo -c required_option.cc  -fPIC -DPIC -o .libs/required_option.o
  1293. yes
  1294. checking for LC_MESSAGES... yes
  1295. checking for bison... bison
  1296. checking version of bison... 3.0.4, ok
  1297. checking whether NLS is requested... no
  1298. checking whether to use NLS... no
  1299. checking whether make sets $(MAKE)... (cached) yes
  1300. checking for GNU make... make
  1301. checking for ln... /usr/bin/ln
  1302. checking whether ln -s works... yes
  1303. checking for mv... /usr/bin/mv
  1304. checking for cp... /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/cp
  1305. checking for rm... /usr/bin/rm
  1306. checking for chmod... /usr/bin/chmod
  1307. checking for gawk... gawk
  1308. checking for egrep... (cached) /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/grep -E
  1309. checking for sed... /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/sed
  1310. checking for perl... /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/perl
  1311. checking for ldconfig... /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin/ldconfig
  1312. checking for x86_64-pc-linux-gnu-ar... no
  1313. checking for ar... ar
  1314. checking for x86_64-pc-linux-gnu-ranlib... ranlib
  1315. checking for x86_64-pc-linux-gnu-strip... no
  1316. checking for strip... strip
  1317. checking for makeinfo... makeinfo
  1318. checking dirent.h usability... yes
  1319. checking dirent.h presence... yes
  1320. checking for dirent.h... yes
  1321. checking errno.h usability... yes
  1322. checking errno.h presence... yes
  1323. checking for errno.h... yes
  1324. checking execinfo.h usability... yes
  1325. checking execinfo.h presence... yes
  1326. checking for execinfo.h... yes
  1327. checking getopt.h usability... yes
  1328. checking getopt.h presence... yes
  1329. checking for getopt.h... yes
  1330. checking for malloc.h... (cached) yes
  1331. checking mntent.h usability... yes
  1332. checking mntent.h presence... yes
  1333. checking for mntent.h... yes
  1334. checking paths.h usability... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT generic_option.lo -MD -MP -MF .deps/generic_option.Tpo -c generic_option.cc -o generic_option.o >/dev/null 2>&1
  1335. yes
  1336. checking paths.h presence... yes
  1337. checking for paths.h... yes
  1338. checking semaphore.h usability... yes
  1339. checking semaphore.h presence... yes
  1340. checking for semaphore.h... yes
  1341. checking setjmp.h usability... yes
  1342. checking setjmp.h presence... yes
  1343. checking for setjmp.h... yes
  1344. checking signal.h usability... yes
  1345. checking signal.h presence... yes
  1346. checking for signal.h... yes
  1347. checking stdarg.h usability... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT required_option.lo -MD -MP -MF .deps/required_option.Tpo -c required_option.cc -o required_option.o >/dev/null 2>&1
  1348. yes
  1349. checking stdarg.h presence... yes
  1350. checking for stdarg.h... yes
  1351. checking for stdint.h... (cached) yes
  1352. checking for stdlib.h... (cached) yes
  1353. checking termios.h usability... yes
  1354. checking termios.h presence... yes
  1355. checking for termios.h... yes
  1356. checking termio.h usability... yes
  1357. checking termio.h presence... yes
  1358. checking for termio.h... yes
  1359. checking for unistd.h... (cached) yes
  1360. checking utime.h usability... yes
  1361. checking utime.h presence... yes
  1362. checking for utime.h... yes
  1363. checking linux/falloc.h usability... yes
  1364. checking linux/falloc.h presence... yes
  1365. checking for linux/falloc.h... yes
  1366. checking linux/fd.h usability... yes
  1367. checking linux/fd.h presence... yes
  1368. checking for linux/fd.h... yes
  1369. checking linux/major.h usability... yes
  1370. checking linux/major.h presence... yes
  1371. checking for linux/major.h... yes
  1372. checking net/if_dl.h usability... no
  1373. checking net/if_dl.h presence... no
  1374. checking for net/if_dl.h... no
  1375. checking netinet/in.h usability... yes
  1376. checking netinet/in.h presence... yes
  1377. checking for netinet/in.h... yes
  1378. mv -f .deps/generic_option.Tpo .deps/generic_option.Plo
  1379. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT dependant_option.lo -MD -MP -MF .deps/dependant_option.Tpo -c -o dependant_option.lo dependant_option.cc
  1380. checking sys/disklabel.h usability... no
  1381. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT dependant_option.lo -MD -MP -MF .deps/dependant_option.Tpo -c dependant_option.cc  -fPIC -DPIC -o .libs/dependant_option.o
  1382. checking sys/disklabel.h presence... no
  1383. checking for sys/disklabel.h... no
  1384. checking sys/file.h usability... yes
  1385. checking sys/file.h presence... yes
  1386. checking for sys/file.h... yes
  1387. checking sys/ioctl.h usability... yes
  1388. checking sys/ioctl.h presence... yes
  1389. checking for sys/ioctl.h... yes
  1390. checking sys/mkdev.h usability... no
  1391. checking sys/mkdev.h presence... no
  1392. checking for sys/mkdev.h... no
  1393. checking sys/mman.h usability... yes
  1394. checking sys/mman.h presence... mv -f .deps/required_option.Tpo .deps/required_option.Plo
  1395. yes
  1396. checking for sys/mman.h... yes
  1397. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT group_counter.lo -MD -MP -MF .deps/group_counter.Tpo -c -o group_counter.lo group_counter.cc
  1398. checking sys/prctl.h usability... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT group_counter.lo -MD -MP -MF .deps/group_counter.Tpo -c group_counter.cc  -fPIC -DPIC -o .libs/group_counter.o
  1399. yes
  1400. checking sys/prctl.h presence... yes
  1401. checking for sys/prctl.h... yes
  1402. checking sys/queue.h usability... yes
  1403. checking sys/queue.h presence... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT c_source.lo -MD -MP -MF .deps/c_source.Tpo -c c_source.cc -o c_source.o >/dev/null 2>&1
  1404. yes
  1405. checking for sys/queue.h... yes
  1406. checking sys/resource.h usability... yes
  1407. checking sys/resource.h presence... yes
  1408. checking for sys/resource.h... yes
  1409. checking sys/select.h usability... yes
  1410. checking sys/select.h presence... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT dependant_option.lo -MD -MP -MF .deps/dependant_option.Tpo -c dependant_option.cc -o dependant_option.o >/dev/null 2>&1
  1411. yes
  1412. checking for sys/select.h... yes
  1413. checking sys/socket.h usability... yes
  1414. checking sys/socket.h presence... yes
  1415. checking for sys/socket.h... yes
  1416. checking sys/sockio.h usability... no
  1417. checking sys/sockio.h presence... no
  1418. checking for sys/sockio.h... no
  1419. checking for sys/stat.h... (cached) yes
  1420. checking sys/syscall.h usability... yes
  1421. checking sys/syscall.h presence... yes
  1422. checking for sys/syscall.h... yes
  1423. checking sys/sysmacros.h usability... yes
  1424. checking sys/sysmacros.h presence... yes
  1425. checking for sys/sysmacros.h... yes
  1426. checking sys/time.h usability... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT group_counter.lo -MD -MP -MF .deps/group_counter.Tpo -c group_counter.cc -o group_counter.o >/dev/null 2>&1
  1427. yes
  1428. checking sys/time.h presence... yes
  1429. checking for sys/time.h... yes
  1430. checking for sys/types.h... (cached) yes
  1431. checking sys/un.h usability... yes
  1432. checking sys/un.h presence... yes
  1433. checking for sys/un.h... yes
  1434. checking sys/wait.h usability... yes
  1435. checking sys/wait.h presence... yes
  1436. checking for sys/wait.h... yes
  1437. checking for sys/disk.h... no
  1438. checking for sys/mount.h... yes
  1439. checking for net/if.h... yes
  1440. checking for vprintf... yes
  1441. checking for _doprnt... mv -f .deps/dependant_option.Tpo .deps/dependant_option.Plo
  1442. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT group_option.lo -MD -MP -MF .deps/group_option.Tpo -c -o group_option.lo group_option.cc
  1443. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT group_option.lo -MD -MP -MF .deps/group_option.Tpo -c group_option.cc  -fPIC -DPIC -o .libs/group_option.o
  1444. no
  1445. checking for struct dirent.d_reclen... yes
  1446. checking for ssize_t... yes
  1447. checking whether llseek is declared... no
  1448. checking whether lseek64 is declared... yes
  1449. checking size of short... 2
  1450. checking size of int... mv -f .deps/group_counter.Tpo .deps/group_counter.Plo
  1451. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT print_help_string.lo -MD -MP -MF .deps/print_help_string.Tpo -c -o print_help_string.lo print_help_string.cc
  1452. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT print_help_string.lo -MD -MP -MF .deps/print_help_string.Tpo -c print_help_string.cc  -fPIC -DPIC -o .libs/print_help_string.o
  1453. 4
  1454. checking size of long... 8
  1455. checking size of long long... 8
  1456. checking size of off_t... 8
  1457. checking whether byte ordering is bigendian... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT group_option.lo -MD -MP -MF .deps/group_option.Tpo -c group_option.cc -o group_option.o >/dev/null 2>&1
  1458. no
  1459. checking for inttypes.h... (cached) yes
  1460. checking for intptr_t... yes
  1461. checking whether struct stat has a st_flags field... no
  1462. checking for struct sockaddr.sa_len... no
  1463. checking for __secure_getenv... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT print_help_string.lo -MD -MP -MF .deps/print_help_string.Tpo -c print_help_string.cc -o print_help_string.o >/dev/null 2>&1
  1464. no
  1465. checking for backtrace... yes
  1466. checking for blkid_probe_get_topology... no
  1467. checking for chflags... no
  1468. checking for fallocate... yes
  1469. checking for fallocate64... yes
  1470. checking for fchown... yes
  1471. checking for fdatasync... mv -f .deps/group_option.Tpo .deps/group_option.Plo
  1472. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT multiple_opt_list.lo -MD -MP -MF .deps/multiple_opt_list.Tpo -c -o multiple_opt_list.lo multiple_opt_list.cc
  1473. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT multiple_opt_list.lo -MD -MP -MF .deps/multiple_opt_list.Tpo -c multiple_opt_list.cc  -fPIC -DPIC -o .libs/multiple_opt_list.o
  1474. yes
  1475. checking for fstat64... yes
  1476. checking for ftruncate64... yes
  1477. checking for getdtablesize... yes
  1478. mv -f .deps/print_help_string.Tpo .deps/print_help_string.Plo
  1479. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT multiple_fill_array.lo -MD -MP -MF .deps/multiple_fill_array.Tpo -c -o multiple_fill_array.lo multiple_fill_array.cc
  1480. checking for getmntinfo... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT multiple_fill_array.lo -MD -MP -MF .deps/multiple_fill_array.Tpo -c multiple_fill_array.cc  -fPIC -DPIC -o .libs/multiple_fill_array.o
  1481. no
  1482. checking for getpwuid_r... yes
  1483. checking for getrlimit... yes
  1484. checking for getrusage... yes
  1485. checking for jrand48... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT multiple_opt_list.lo -MD -MP -MF .deps/multiple_opt_list.Tpo -c multiple_opt_list.cc -o multiple_opt_list.o >/dev/null 2>&1
  1486. yes
  1487. checking for llseek... yes
  1488. checking for lseek64... yes
  1489. checking for mallinfo... yes
  1490. checking for mbstowcs... yes
  1491. checking for memalign... mv -f .deps/multiple_opt_list.Tpo .deps/multiple_opt_list.Plo
  1492. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT copyright.lo -MD -MP -MF .deps/copyright.Tpo -c -o copyright.lo copyright.cc
  1493. yes
  1494. checking for mmap... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT copyright.lo -MD -MP -MF .deps/copyright.Tpo -c copyright.cc  -fPIC -DPIC -o .libs/copyright.o
  1495. yes
  1496. checking for msync... yes
  1497. checking for nanosleep... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT multiple_fill_array.lo -MD -MP -MF .deps/multiple_fill_array.Tpo -c multiple_fill_array.cc -o multiple_fill_array.o >/dev/null 2>&1
  1498. yes
  1499. checking for open64... yes
  1500. checking for pathconf... yes
  1501. checking for posix_fadvise... yes
  1502. checking for posix_memalign... yes
  1503. checking for prctl... yes
  1504. checking for secure_getenv... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT copyright.lo -MD -MP -MF .deps/copyright.Tpo -c copyright.cc -o copyright.o >/dev/null 2>&1
  1505. yes
  1506. checking for setmntent... yes
  1507. checking for setresgid... yes
  1508. checking for setresuid... yes
  1509. checking for srandom... yes
  1510. checking for strcasecmp... (cached) yes
  1511. checking for strdup... (cached) yes
  1512. checking for strnlen... mv -f .deps/multiple_fill_array.Tpo .deps/multiple_fill_array.Plo
  1513. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT free_string.lo -MD -MP -MF .deps/free_string.Tpo -c -o free_string.lo free_string.cc
  1514. yes
  1515. checking for strptime... mv -f .deps/copyright.Tpo .deps/copyright.Plo
  1516. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT free_multiple.lo -MD -MP -MF .deps/free_multiple.Tpo -c -o free_multiple.lo free_multiple.cc
  1517. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT free_string.lo -MD -MP -MF .deps/free_string.Tpo -c free_string.cc  -fPIC -DPIC -o .libs/free_string.o
  1518. yes
  1519. checking for strtoull... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT free_multiple.lo -MD -MP -MF .deps/free_multiple.Tpo -c free_multiple.cc  -fPIC -DPIC -o .libs/free_multiple.o
  1520. yes
  1521. checking for sync_file_range... yes
  1522. checking for sysconf... yes
  1523. checking for usleep... yes
  1524. checking for utime... yes
  1525. checking for valloc... yes
  1526. checking for socket in -lsocket... no
  1527. checking for optreset... no
  1528. checking for sem_init... OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT free_string.lo -MD -MP -MF .deps/free_string.Tpo -c free_string.cc -o free_string.o >/dev/null 2>&1
  1529. no
  1530. checking for sem_init in -lpthread... yes
  1531. checking for unified diff option... -u
  1532. Setting root_sbindir to /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/bin
  1533. Setting root_sysconfdir to /home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/etc
  1534. checking whether we can link with -static... yes
  1535. configure: creating ./config.status
  1536. config.status: creating MCONFIG
  1537. config.status: creating Makefile
  1538. config.status: creating e2fsprogs.spec
  1539. config.status: creating util/Makefile
  1540. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT free_multiple.lo -MD -MP -MF .deps/free_multiple.Tpo -c free_multiple.cc -o free_multiple.o >/dev/null 2>&1
  1541. config.status: creating util/subst.conf
  1542. config.status: creating util/gen-tarball
  1543. config.status: creating util/install-symlink
  1544. config.status: creating lib/et/Makefile
  1545. mv -f .deps/free_string.Tpo .deps/free_string.Plo
  1546. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT reset_group.lo -MD -MP -MF .deps/reset_group.Tpo -c -o reset_group.lo reset_group.cc
  1547. config.status: creating lib/ss/Makefile
  1548. config.status: creating lib/e2p/Makefile
  1549. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT reset_group.lo -MD -MP -MF .deps/reset_group.Tpo -c reset_group.cc  -fPIC -DPIC -o .libs/reset_group.o
  1550. config.status: creating lib/ext2fs/Makefile
  1551. config.status: creating lib/ext2fs/ext2_types.h
  1552. config.status: creating lib/uuid/Makefile
  1553. config.status: creating lib/uuid/uuid_types.h
  1554. config.status: creating lib/blkid/Makefile
  1555. config.status: creating lib/blkid/blkid_types.h
  1556. config.status: creating lib/quota/Makefile
  1557. config.status: creating lib/ss/ss.pc
  1558. config.status: creating lib/uuid/uuid.pc
  1559. config.status: creating lib/et/com_err.pc
  1560. config.status: creating lib/e2p/e2p.pc
  1561. config.status: creating lib/blkid/blkid.pc
  1562. config.status: creating lib/ext2fs/ext2fs.pc
  1563. config.status: creating misc/Makefile
  1564. config.status: creating ext2ed/Makefile
  1565. config.status: creating e2fsck/Makefile
  1566. config.status: creating debugfs/Makefile
  1567. config.status: creating tests/Makefile
  1568. config.status: creating tests/progs/Makefile
  1569. config.status: creating resize/Makefile
  1570. config.status: creating intl/Makefile
  1571. config.status: creating intl/libgnuintl.h
  1572. config.status: creating po/Makefile.in
  1573. config.status: creating lib/config.h
  1574. config.status: executing default-1 commands
  1575. config.status: creating po/POTFILES
  1576. config.status: creating po/Makefile
  1577. configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck
  1578. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8/.configured
  1579. make  --jobserver-auth=3,4  -C /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8  
  1580. make[5]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1581. cd ./util ; make subst
  1582. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/util'
  1583.         CC subst.c
  1584. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT reset_group.lo -MD -MP -MF .deps/reset_group.Tpo -c reset_group.cc -o reset_group.o >/dev/null 2>&1
  1585.         LD subst
  1586. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/util'
  1587. mv -f .deps/free_multiple.Tpo .deps/free_multiple.Plo
  1588. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1589. make[6]: 'util/subst.conf' is up to date.
  1590. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1591. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT exit_failure.lo -MD -MP -MF .deps/exit_failure.Tpo -c -o exit_failure.lo exit_failure.cc
  1592. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1593. make[6]: 'lib/config.h' is up to date.
  1594. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1595. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1596.         SUBST lib/dirpaths.h
  1597. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1598. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1599. cd .; CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status
  1600. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT exit_failure.lo -MD -MP -MF .deps/exit_failure.Tpo -c exit_failure.cc  -fPIC -DPIC -o .libs/exit_failure.o
  1601. config.status: creating ./lib/ext2fs/ext2_types.h
  1602. config.status: creating lib/config.h
  1603. config.status: lib/config.h is unchanged
  1604. config.status: executing default-1 commands
  1605. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1606. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1607. cd .; CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
  1608. config.status: creating ./lib/blkid/blkid_types.h
  1609. config.status: creating lib/config.h
  1610. config.status: lib/config.h is unchanged
  1611. config.status: executing default-1 commands
  1612. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1613. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1614. cd .; CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status
  1615. config.status: creating ./lib/uuid/uuid_types.h
  1616. config.status: creating lib/config.h
  1617. config.status: lib/config.h is unchanged
  1618. config.status: executing default-1 commands
  1619. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1620. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1621.         SUBST compile_et
  1622. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1623. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1624.         SUBST ext2_err.et
  1625.         COMPILE_ET ext2_err.et
  1626. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1627. make libs
  1628. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1629. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1630. make[7]: 'util/subst.conf' is up to date.
  1631. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1632. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1633. make[7]: 'lib/config.h' is up to date.
  1634. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1635. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1636. make[7]: 'lib/dirpaths.h' is up to date.
  1637. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1638. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1639. make[7]: 'lib/ext2fs/ext2_types.h' is up to date.
  1640. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1641. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1642. make[7]: 'lib/blkid/blkid_types.h' is up to date.
  1643. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1644. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1645. make[7]: 'lib/uuid/uuid_types.h' is up to date.
  1646. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1647. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1648. make[7]: 'compile_et' is up to date.
  1649. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1650. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1651. make[7]: 'ext2_err.h' is up to date.
  1652. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1653. making all in lib/et
  1654. mv -f .deps/reset_group.Tpo .deps/reset_group.Plo
  1655. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1656. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT update_given.lo -MD -MP -MF .deps/update_given.Tpo -c -o update_given.lo update_given.cc
  1657.         CC error_message.c
  1658. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT update_given.lo -MD -MP -MF .deps/update_given.Tpo -c update_given.cc  -fPIC -DPIC -o .libs/update_given.o
  1659. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT exit_failure.lo -MD -MP -MF .deps/exit_failure.Tpo -c exit_failure.cc -o exit_failure.o >/dev/null 2>&1
  1660.         CC et_name.c
  1661.         CC init_et.c
  1662.         CC com_err.c
  1663. mv -f .deps/c_source.Tpo .deps/c_source.Plo
  1664. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT option_arg.lo -MD -MP -MF .deps/option_arg.Tpo -c -o option_arg.lo option_arg.cc
  1665.         CC com_right.c
  1666. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT option_arg.lo -MD -MP -MF .deps/option_arg.Tpo -c option_arg.cc  -fPIC -DPIC -o .libs/option_arg.o
  1667.         GEN_LIB libcom_err.a
  1668. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1669. making all in lib/ss
  1670. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
  1671.         SUBST mk_cmds
  1672.         COMPILE_ET ss_err.et
  1673.         MK_CMDS std_rqs.c
  1674.         CC invocation.c
  1675. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT update_given.lo -MD -MP -MF .deps/update_given.Tpo -c update_given.cc -o update_given.o >/dev/null 2>&1
  1676. mv -f .deps/exit_failure.Tpo .deps/exit_failure.Plo
  1677. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT given_field.lo -MD -MP -MF .deps/given_field.Tpo -c -o given_field.lo given_field.cc
  1678. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT given_field.lo -MD -MP -MF .deps/given_field.Tpo -c given_field.cc  -fPIC -DPIC -o .libs/given_field.o
  1679. mv -f .deps/update_given.Tpo .deps/update_given.Plo
  1680.         CC help.c
  1681.         CC execute_cmd.c
  1682. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT given_field.lo -MD -MP -MF .deps/given_field.Tpo -c given_field.cc -o given_field.o >/dev/null 2>&1
  1683.         CC listen.c
  1684.         CC parse.c
  1685.         CC error.c
  1686.         CC prompt.c
  1687.         CC request_tbl.c
  1688. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT option_arg.lo -MD -MP -MF .deps/option_arg.Tpo -c option_arg.cc -o option_arg.o >/dev/null 2>&1
  1689.         CC list_rqs.c
  1690.         CC pager.c
  1691.         CC requests.c
  1692.         CC data.c
  1693.         CC get_readline.c
  1694.         CC ss_err.c
  1695.         CC std_rqs.c
  1696. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT clear_given.lo -MD -MP -MF .deps/clear_given.Tpo -c -o clear_given.lo clear_given.cc
  1697.         GEN_LIB libss.a
  1698. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
  1699. making all in lib/e2p
  1700. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
  1701. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT clear_given.lo -MD -MP -MF .deps/clear_given.Tpo -c clear_given.cc  -fPIC -DPIC -o .libs/clear_given.o
  1702.         CC feature.c
  1703. mv -f .deps/given_field.Tpo .deps/given_field.Plo
  1704. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT clear_arg.lo -MD -MP -MF .deps/clear_arg.Tpo -c -o clear_arg.lo clear_arg.cc
  1705. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT clear_arg.lo -MD -MP -MF .deps/clear_arg.Tpo -c clear_arg.cc  -fPIC -DPIC -o .libs/clear_arg.o
  1706.         CC fgetflags.c
  1707.         CC fsetflags.c
  1708.         CC fgetversion.c
  1709.         CC fsetversion.c
  1710.         CC getflags.c
  1711.         CC getversion.c
  1712.         CC hashstr.c
  1713.         CC iod.c
  1714.         CC ls.c
  1715. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT clear_given.lo -MD -MP -MF .deps/clear_given.Tpo -c clear_given.cc -o clear_given.o >/dev/null 2>&1
  1716.         CC mntopts.c
  1717.         CC parse_num.c
  1718. mv -f .deps/option_arg.Tpo .deps/option_arg.Plo
  1719. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT free_list.lo -MD -MP -MF .deps/free_list.Tpo -c -o free_list.lo free_list.cc
  1720.         CC pe.c
  1721. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT clear_arg.lo -MD -MP -MF .deps/clear_arg.Tpo -c clear_arg.cc -o clear_arg.o >/dev/null 2>&1
  1722. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT free_list.lo -MD -MP -MF .deps/free_list.Tpo -c free_list.cc  -fPIC -DPIC -o .libs/free_list.o
  1723.         CC pf.c
  1724.         CC ps.c
  1725.         CC setflags.c
  1726.         CC setversion.c
  1727.         CC uuid.c
  1728.         CC ostype.c
  1729.         CC percent.c
  1730. mv -f .deps/clear_given.Tpo .deps/clear_given.Plo
  1731. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT file_save.lo -MD -MP -MF .deps/file_save.Tpo -c -o file_save.lo file_save.cc
  1732.         GEN_LIB libe2p.a
  1733. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT file_save.lo -MD -MP -MF .deps/file_save.Tpo -c file_save.cc  -fPIC -DPIC -o .libs/file_save.o
  1734. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
  1735. making all in lib/uuid
  1736. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
  1737.         CP uuid.h
  1738.         CC clear.c
  1739.         CC compare.c
  1740.         CC copy.c
  1741. mv -f .deps/clear_arg.Tpo .deps/clear_arg.Plo
  1742. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT file_save_multiple.lo -MD -MP -MF .deps/file_save_multiple.Tpo -c -o file_save_multiple.lo file_save_multiple.cc
  1743. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT file_save_multiple.lo -MD -MP -MF .deps/file_save_multiple.Tpo -c file_save_multiple.cc  -fPIC -DPIC -o .libs/file_save_multiple.o
  1744.         CC gen_uuid.c
  1745. In file included from /usr/include/bits/libc-header-start.h:33:0,
  1746.                  from /usr/include/stdio.h:28,
  1747.                  from gen_uuid.c:48:
  1748. /usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  1749.  # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1750.    ^~~~~~~
  1751. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT free_list.lo -MD -MP -MF .deps/free_list.Tpo -c free_list.cc -o free_list.o >/dev/null 2>&1
  1752.         CC isnull.c
  1753.         CC pack.c
  1754.         CC parse.c
  1755.         CC unpack.c
  1756. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT file_save.lo -MD -MP -MF .deps/file_save.Tpo -c file_save.cc -o file_save.o >/dev/null 2>&1
  1757.         CC unparse.c
  1758.         CC uuid_time.c
  1759. mv -f .deps/free_list.Tpo .deps/free_list.Plo
  1760. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT init_args_info.lo -MD -MP -MF .deps/init_args_info.Tpo -c -o init_args_info.lo init_args_info.cc
  1761.         GEN_LIB libuuid.a
  1762. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT init_args_info.lo -MD -MP -MF .deps/init_args_info.Tpo -c init_args_info.cc  -fPIC -DPIC -o .libs/init_args_info.o
  1763.         CC tst_uuid.o
  1764. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT file_save_multiple.lo -MD -MP -MF .deps/file_save_multiple.Tpo -c file_save_multiple.cc -o file_save_multiple.o >/dev/null 2>&1
  1765.         LD uuid_time
  1766.         SUBST uuid.3
  1767.         SUBST uuid_clear.3
  1768.         SUBST uuid_compare.3
  1769.         SUBST uuid_copy.3
  1770.         SUBST uuid_generate.3
  1771.         SUBST uuid_is_null.3
  1772.         SUBST uuid_parse.3
  1773.         SUBST uuid_time.3
  1774.         SUBST uuid_unparse.3
  1775.         LD tst_uuid
  1776. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
  1777. making all in lib/ext2fs
  1778. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1779.         CC gen_crc32ctable
  1780.         CC csum.c
  1781. mv -f .deps/file_save.Tpo .deps/file_save.Plo
  1782. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT custom_getopt_gen.lo -MD -MP -MF .deps/custom_getopt_gen.Tpo -c -o custom_getopt_gen.lo custom_getopt_gen.cc
  1783. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT custom_getopt_gen.lo -MD -MP -MF .deps/custom_getopt_gen.Tpo -c custom_getopt_gen.cc  -fPIC -DPIC -o .libs/custom_getopt_gen.o
  1784.         CC dblist.c
  1785.         CC dblist_dir.c
  1786. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT init_args_info.lo -MD -MP -MF .deps/init_args_info.Tpo -c init_args_info.cc -o init_args_info.o >/dev/null 2>&1
  1787. mv -f .deps/file_save_multiple.Tpo .deps/file_save_multiple.Plo
  1788. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT check_modes.lo -MD -MP -MF .deps/check_modes.Tpo -c -o check_modes.lo check_modes.cc
  1789.         CC dirblock.c
  1790. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT check_modes.lo -MD -MP -MF .deps/check_modes.Tpo -c check_modes.cc  -fPIC -DPIC -o .libs/check_modes.o
  1791.         CC dirhash.c
  1792.         CC dir_iterate.c
  1793.         CC expanddir.c
  1794.         CC ext_attr.c
  1795.         CC extent.c
  1796. mv -f .deps/init_args_info.Tpo .deps/init_args_info.Plo
  1797. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src  -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT enum_decl.lo -MD -MP -MF .deps/enum_decl.Tpo -c -o enum_decl.lo enum_decl.cc
  1798. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT enum_decl.lo -MD -MP -MF .deps/enum_decl.Tpo -c enum_decl.cc  -fPIC -DPIC -o .libs/enum_decl.o
  1799.         CC fileio.c
  1800.         CC finddev.c
  1801. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT check_modes.lo -MD -MP -MF .deps/check_modes.Tpo -c check_modes.cc -o check_modes.o >/dev/null 2>&1
  1802.         CC flushb.c
  1803.         CC freefs.c
  1804.         CC gen_bitmap.c
  1805. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT enum_decl.lo -MD -MP -MF .deps/enum_decl.Tpo -c enum_decl.cc -o enum_decl.o >/dev/null 2>&1
  1806.         CC gen_bitmap64.c
  1807.         CC get_pathname.c
  1808.         CC getsize.c
  1809. mv -f .deps/enum_decl.Tpo .deps/enum_decl.Plo
  1810.         CC getsectsize.c
  1811.         CC i_block.c
  1812.         CC icount.c
  1813.         CC ind_block.c
  1814.         CC initialize.c
  1815. mv -f .deps/check_modes.Tpo .deps/check_modes.Plo
  1816.         CC inline.c
  1817.         CC inode.c
  1818.         CC io_manager.c
  1819.         CC ismounted.c
  1820.         CC link.c
  1821.         CC llseek.c
  1822.         CC lookup.c
  1823.         CC mkdir.c
  1824.         CC mkjournal.c
  1825.         CC mmp.c
  1826.         CC namei.c
  1827.         CC native.c
  1828.         CC newdir.c
  1829.         CC openfs.c
  1830.         CC progress.c
  1831.         CC punch.c
  1832. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT custom_getopt_gen.lo -MD -MP -MF .deps/custom_getopt_gen.Tpo -c custom_getopt_gen.cc -o custom_getopt_gen.o >/dev/null 2>&1
  1833.         CC qcow2.c
  1834.         CC read_bb.c
  1835.         CC read_bb_file.c
  1836.         CC res_gdt.c
  1837.         CC rw_bitmaps.c
  1838.         CC swapfs.c
  1839.         CC symlink.c
  1840.         CC tdb.c
  1841.         CC undo_io.c
  1842.         CC unix_io.c
  1843.         CC unlink.c
  1844.         CC valid_blk.c
  1845.         CC version.c
  1846.         CC rbtree.c
  1847.         CC bb_compat.c
  1848.         CC inode_io.c
  1849.         CC write_bb_file.c
  1850.         CC dupfs.c
  1851.         CC imager.c
  1852.         CC test_io.c
  1853.         CC ext2_err.c
  1854.         CC alloc.c
  1855.         CC alloc_sb.c
  1856.         CC alloc_stats.c
  1857.         CC alloc_tables.c
  1858.         CC badblocks.c
  1859.         CC bb_inode.c
  1860.         CC bitmaps.c
  1861.         CC bitops.c
  1862.         CC blkmap64_ba.c
  1863.         CC blkmap64_rb.c
  1864.         CC blknum.c
  1865.         CC block.c
  1866.         CC bmap.c
  1867.         CC check_desc.c
  1868.         CC closefs.c
  1869.         CC crc16.c
  1870.         GEN32CTABLE crc32c_table.h
  1871.         CC crc32c.c
  1872.         GEN_LIB libext2fs.a
  1873. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1874. making all in lib/blkid
  1875. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
  1876.         CP blkid.h
  1877.         CC cache.c
  1878.         CC dev.c
  1879.         CC devname.c
  1880.         CC devno.c
  1881.         CC getsize.c
  1882.         CC llseek.c
  1883.         CC probe.c
  1884.         CC read.c
  1885.         CC resolve.c
  1886.         CC save.c
  1887.         CC tag.c
  1888. mv -f .deps/custom_getopt_gen.Tpo .deps/custom_getopt_gen.Plo
  1889. /usr/bin/env bash ../../libtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -g -O2  -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib -o libgen.la  header.lo c_source.lo handle_help.lo handle_version.lo generic_option.lo required_option.lo dependant_option.lo group_counter.lo group_option.lo print_help_string.lo multiple_opt_list.lo multiple_fill_array.lo copyright.lo free_string.lo free_multiple.lo reset_group.lo exit_failure.lo update_given.lo option_arg.lo given_field.lo clear_given.lo clear_arg.lo free_list.lo file_save.lo file_save_multiple.lo init_args_info.lo custom_getopt_gen.lo check_modes.lo enum_decl.lo  
  1890.         CC version.c
  1891. OpenWrt-libtool: link: rm -fr  .libs/libgen.a .libs/libgen.la
  1892. OpenWrt-libtool: link: ar cru .libs/libgen.a .libs/header.o .libs/c_source.o .libs/handle_help.o .libs/handle_version.o .libs/generic_option.o .libs/required_option.o .libs/dependant_option.o .libs/group_counter.o .libs/group_option.o .libs/print_help_string.o .libs/multiple_opt_list.o .libs/multiple_fill_array.o .libs/copyright.o .libs/free_string.o .libs/free_multiple.o .libs/reset_group.o .libs/exit_failure.o .libs/update_given.o .libs/option_arg.o .libs/given_field.o .libs/clear_given.o .libs/clear_arg.o .libs/free_list.o .libs/file_save.o .libs/file_save_multiple.o .libs/init_args_info.o .libs/custom_getopt_gen.o .libs/check_modes.o .libs/enum_decl.o
  1893. ar: `u' modifier ignored since `D' is the default (see `U')
  1894. OpenWrt-libtool: link: ranlib .libs/libgen.a
  1895. OpenWrt-libtool: link: ( cd ".libs" && rm -f "libgen.la" && ln -s "../libgen.la" "libgen.la" )
  1896. make[10]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/skels'
  1897. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/skels'
  1898. Making all in tests
  1899. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/tests'
  1900. make[9]: Nothing to be done for 'all'.
  1901. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/tests'
  1902. make[9]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src'
  1903. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.cc
  1904. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c -o scanner.lo scanner.cc
  1905. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.cpp
  1906. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp  -fPIC -DPIC -o .libs/globals.o
  1907. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.cc  -fPIC -DPIC -o .libs/scanner.o
  1908. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cc  -fPIC -DPIC -o .libs/parser.o
  1909.        GEN_LIB libblkid.a
  1910.        SUBST libblkid.3
  1911. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
  1912. making all in lib/quota
  1913. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
  1914.        CC mkquota.c
  1915.        CC quotaio.c
  1916.        CC quotaio_v2.c
  1917.        CC quotaio_tree.c
  1918. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp -o globals.o >/dev/null 2>&1
  1919.        CC ../../e2fsck/dict.c
  1920.        GEN_LIB libquota.a
  1921.        CONFIG.STATUS quota.pc
  1922. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cc -o parser.o >/dev/null 2>&1
  1923. config.status: creating lib/quota/quota.pc
  1924. config.status: creating lib/config.h
  1925. config.status: lib/config.h is unchanged
  1926. config.status: executing default-1 commands
  1927. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
  1928. making all in intl
  1929. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
  1930. make[7]: Nothing to be done for 'all'.
  1931. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
  1932. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1933. make progs
  1934. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1935. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.cc -o scanner.o >/dev/null 2>&1
  1936. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1937. make[7]: 'util/subst.conf' is up to date.
  1938. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1939. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1940. make[7]: 'lib/config.h' is up to date.
  1941. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1942. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1943. make[7]: 'lib/dirpaths.h' is up to date.
  1944. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1945. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1946. make[7]: 'lib/ext2fs/ext2_types.h' is up to date.
  1947. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1948. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1949. make[7]: 'lib/blkid/blkid_types.h' is up to date.
  1950. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1951. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1952. make[7]: 'lib/uuid/uuid_types.h' is up to date.
  1953. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  1954. mv -f .deps/globals.Tpo .deps/globals.Plo
  1955. /usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.lo cmdline.c
  1956. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1957. make[7]: 'compile_et' is up to date.
  1958. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1959. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1960. make[7]: 'ext2_err.h' is up to date.
  1961. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1962. making all in lib/et
  1963. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1964. make[7]: Nothing to be done for 'all'.
  1965. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
  1966. making all in lib/ss
  1967. OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c cmdline.c  -fPIC -DPIC -o .libs/cmdline.o
  1968. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
  1969. make[7]: Nothing to be done for 'all'.
  1970. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
  1971. making all in lib/e2p
  1972. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
  1973. make[7]: Nothing to be done for 'all'.
  1974. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
  1975. making all in lib/uuid
  1976. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
  1977. make[7]: Nothing to be done for 'all'.
  1978. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
  1979. making all in lib/ext2fs
  1980. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1981. make[7]: Nothing to be done for 'all'.
  1982. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
  1983. making all in lib/blkid
  1984. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
  1985. make[7]: Nothing to be done for 'all'.
  1986. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
  1987. making all in lib/quota
  1988. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
  1989. make[7]: Nothing to be done for 'all'.
  1990. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
  1991. making all in intl
  1992. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
  1993. make[7]: Nothing to be done for 'all'.
  1994. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
  1995. making all in e2fsck
  1996. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/e2fsck'
  1997.        COMPILE_ET prof_err.et
  1998.        CC gen_crc32table
  1999.        CC dict.c
  2000. OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -O2 -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c cmdline.c -o cmdline.o >/dev/null 2>&1
  2001.        CC unix.c
  2002. mv -f .deps/cmdline.Tpo .deps/cmdline.Plo
  2003. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT gm.lo -MD -MP -MF .deps/gm.Tpo -c -o gm.lo gm.cc
  2004. mv -f .deps/parser.Tpo .deps/parser.Plo
  2005. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT yyerror.lo -MD -MP -MF .deps/yyerror.Tpo -c -o yyerror.lo yyerror.cc
  2006. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT gm.lo -MD -MP -MF .deps/gm.Tpo -c gm.cc  -fPIC -DPIC -o .libs/gm.o
  2007. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT yyerror.lo -MD -MP -MF .deps/yyerror.Tpo -c yyerror.cc  -fPIC -DPIC -o .libs/yyerror.o
  2008. mv -f .deps/scanner.Tpo .deps/scanner.Plo
  2009. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT gm_utils.lo -MD -MP -MF .deps/gm_utils.Tpo -c -o gm_utils.lo gm_utils.cpp
  2010. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT gm_utils.lo -MD -MP -MF .deps/gm_utils.Tpo -c gm_utils.cpp  -fPIC -DPIC -o .libs/gm_utils.o
  2011.        CC e2fsck.c
  2012.        CC super.c
  2013. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT yyerror.lo -MD -MP -MF .deps/yyerror.Tpo -c yyerror.cc -o yyerror.o >/dev/null 2>&1
  2014.        CC pass1.c
  2015. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT gm_utils.lo -MD -MP -MF .deps/gm_utils.Tpo -c gm_utils.cpp -o gm_utils.o >/dev/null 2>&1
  2016. mv -f .deps/yyerror.Tpo .deps/yyerror.Plo
  2017. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT fileutils.lo -MD -MP -MF .deps/fileutils.Tpo -c -o fileutils.lo fileutils.cpp
  2018. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT fileutils.lo -MD -MP -MF .deps/fileutils.Tpo -c fileutils.cpp  -fPIC -DPIC -o .libs/fileutils.o
  2019.        CC pass1b.c
  2020. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT fileutils.lo -MD -MP -MF .deps/fileutils.Tpo -c fileutils.cpp -o fileutils.o >/dev/null 2>&1
  2021.        CC pass2.c
  2022. mv -f .deps/gm_utils.Tpo .deps/gm_utils.Plo
  2023. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT acceptedvalues.lo -MD -MP -MF .deps/acceptedvalues.Tpo -c -o acceptedvalues.lo acceptedvalues.cpp
  2024. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT acceptedvalues.lo -MD -MP -MF .deps/acceptedvalues.Tpo -c acceptedvalues.cpp  -fPIC -DPIC -o .libs/acceptedvalues.o
  2025.        CC pass3.c
  2026. mv -f .deps/fileutils.Tpo .deps/fileutils.Plo
  2027. /usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT ggos.lo -MD -MP -MF .deps/ggos.Tpo -c -o ggos.lo ggos.cpp
  2028. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT ggos.lo -MD -MP -MF .deps/ggos.Tpo -c ggos.cpp  -fPIC -DPIC -o .libs/ggos.o
  2029.        CC pass4.c
  2030.        CC pass5.c
  2031. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT acceptedvalues.lo -MD -MP -MF .deps/acceptedvalues.Tpo -c acceptedvalues.cpp -o acceptedvalues.o >/dev/null 2>&1
  2032. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT ggos.lo -MD -MP -MF .deps/ggos.Tpo -c ggos.cpp -o ggos.o >/dev/null 2>&1
  2033.        CC journal.c
  2034. mv -f .deps/ggos.Tpo .deps/ggos.Plo
  2035. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include  -g -O2 -MT gengetopt.o -MD -MP -MF .deps/gengetopt.Tpo -c -o gengetopt.o gengetopt.cc
  2036.        CC badblocks.c
  2037. mv -f .deps/acceptedvalues.Tpo .deps/acceptedvalues.Plo
  2038.        CC util.c
  2039.        CC dirinfo.c
  2040.        CC dx_dirinfo.c
  2041.        CC ehandler.c
  2042.        CC problem.c
  2043.        CC message.c
  2044.        CC quota.c
  2045.        CC recovery.c
  2046.        CC region.c
  2047.        CC revoke.c
  2048.        CC ea_refcount.c
  2049.        CC rehash.c
  2050.        CC profile.c
  2051.        CC prof_err.c
  2052.        CC logfile.c
  2053.        CC sigcatcher.c
  2054.        SUBST e2fsck.8
  2055.        SUBST e2fsck.conf.5
  2056.        GEN32TABLE crc32table.h
  2057.        CC crc32.c
  2058.        LD e2fsck
  2059. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/e2fsck'
  2060. making all in debugfs
  2061. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/debugfs'
  2062.        CC debugfs.c
  2063.        MK_CMDS debug_cmds.c
  2064.        CC util.c
  2065.        CC ncheck.c
  2066.        CC icheck.c
  2067.        CC ls.c
  2068. mv -f .deps/gengetopt.Tpo .deps/gengetopt.Po
  2069.        CC lsdel.c
  2070.        CC dump.c
  2071.        CC set_fields.c
  2072.        CC logdump.c
  2073.        CC htree.c
  2074.        CC unused.c
  2075.        CC e2freefrag.o
  2076.        CC filefrag.c
  2077.        MK_CMDS extent_cmds.c
  2078.        CC zap.c
  2079.        CC extent_inode.c
  2080. OpenWrt-libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/include -I/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/include -g -O2 -MT gm.lo -MD -MP -MF .deps/gm.Tpo -c gm.cc -o gm.o >/dev/null 2>&1
  2081.        SUBST debugfs.8
  2082.        CC debug_cmds.c
  2083.        CC extent_cmds.c
  2084.        LD debugfs
  2085. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/debugfs'
  2086. making all in misc
  2087. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/misc'
  2088.        CP ../e2fsck/profile.h
  2089.        COMPILE_ET prof_err.et
  2090.        CC util.c
  2091.        COMPILE_ET prof_err.et
  2092. if test -f ./mke2fs.conf.custom.in ; then \
  2093.        cp ./mke2fs.conf.custom.in mke2fs.conf; \
  2094. else \
  2095.        cp ./mke2fs.conf.in mke2fs.conf; \
  2096. fi
  2097.        CC badblocks.c
  2098.        CC tune2fs.c
  2099. In file included from /usr/include/fcntl.h:25:0,
  2100.                 from tune2fs.c:31:
  2101. /usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  2102. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2103.   ^~~~~~~
  2104.        CC dumpe2fs.c
  2105.        CC blkid.c
  2106.        CC logsave.c
  2107.        CC e2image.c
  2108.        CC fsck.c
  2109.        CC base_device.c
  2110.        CC ismounted.c
  2111.        CC e2undo.c
  2112.        CC chattr.c
  2113.        CC lsattr.c
  2114.        CC uuidgen.c
  2115.        CC mklost+found.c
  2116.        CC filefrag.c
  2117.        CC e2freefrag.c
  2118.        CC uuidd.c
  2119.        SUBST tune2fs.8
  2120.        SUBST mklost+found.8
  2121.        SUBST mke2fs.8
  2122.        SUBST dumpe2fs.8
  2123.        SUBST badblocks.8
  2124.        SUBST e2label.8
  2125.        SUBST findfs.8
  2126.        SUBST blkid.8
  2127.        SUBST e2image.8
  2128.        SUBST logsave.8
  2129.        SUBST filefrag.8
  2130.        SUBST e2freefrag.8
  2131.        SUBST e2undo.8
  2132.        SUBST uuidd.8
  2133.        SUBST e4defrag.8
  2134.        SUBST fsck.8
  2135.        SUBST chattr.1
  2136.        SUBST lsattr.1
  2137.        SUBST uuidgen.1
  2138.        SUBST mke2fs.conf.5
  2139.        CC e2initrd_helper.c
  2140.        CC mke2fs.c
  2141.        CC ../e2fsck/profile.c
  2142.        CC prof_err.c
  2143.        PROFILE_TO_C mke2fs.conf
  2144.        LD badblocks
  2145.        LD tune2fs
  2146.        LD dumpe2fs
  2147.        LD blkid
  2148.        LD logsave
  2149.        LD e2image
  2150.        LD fsck
  2151.        LD e2undo
  2152.        LD chattr
  2153.        LD lsattr
  2154.        LD uuidgen
  2155.        LD mklost+found
  2156.        LD filefrag
  2157.        LD uuidd
  2158.        LD e2freefrag
  2159.        LD e2initrd_helper
  2160.        CC default_profile.c
  2161.        LD mke2fs
  2162. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/misc'
  2163. making all in resize
  2164. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/resize'
  2165.        CC resize2fs.c
  2166.        CC main.c
  2167.        CC extent.c
  2168.        CC online.c
  2169.        CC resource_track.c
  2170.        CC sim_progress.c
  2171.        CC test_extent.c
  2172.        SUBST resize2fs.8
  2173.        LD test_extent
  2174.        LD resize2fs
  2175. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/resize'
  2176. making all in tests/progs
  2177. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/tests/progs'
  2178.        CC test_icount.c
  2179.        MK_CMDS test_icount_cmds.c
  2180.        CC crcsum.c
  2181.        LD crcsum
  2182.        CC test_icount_cmds.c
  2183.        LD test_icount
  2184. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/tests/progs'
  2185. making all in po
  2186. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/po'
  2187. make[7]: Nothing to be done for 'all'.
  2188. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8/po'
  2189. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  2190. make docs
  2191. make[6]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  2192. make[6]: [Makefile:314: docs] Error 1 (ignored)
  2193. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  2194. make[5]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/e2fsprogs-1.42.8'
  2195. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/e2fsprogs-1.42.8/.built
  2196. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/e2fsprogs'
  2197. mv -f .deps/gm.Tpo .deps/gm.Plo
  2198. /usr/bin/env bash ../libtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -g -O2  -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib -o libgengetopt.la  parser.lo scanner.lo globals.lo argsdef.lo cmdline.lo gm.lo yyerror.lo gm_utils.lo fileutils.lo acceptedvalues.lo ggos.lo ../gl/libgnu.la skels/libgen.la
  2199. OpenWrt-libtool: link: (cd .libs/libgengetopt.lax/libgnu.a && ar x "/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/../gl/.libs/libgnu.a")
  2200. OpenWrt-libtool: link: (cd .libs/libgengetopt.lax/libgen.a && ar x "/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src/skels/.libs/libgen.a")
  2201. OpenWrt-libtool: link: ar cru .libs/libgengetopt.a .libs/parser.o .libs/scanner.o .libs/globals.o .libs/argsdef.o .libs/cmdline.o .libs/gm.o .libs/yyerror.o .libs/gm_utils.o .libs/fileutils.o .libs/acceptedvalues.o .libs/ggos.o   .libs/libgengetopt.lax/libgnu.a/dummy.o  .libs/libgengetopt.lax/libgen.a/c_source.o .libs/libgengetopt.lax/libgen.a/check_modes.o .libs/libgengetopt.lax/libgen.a/clear_arg.o .libs/libgengetopt.lax/libgen.a/clear_given.o .libs/libgengetopt.lax/libgen.a/copyright.o .libs/libgengetopt.lax/libgen.a/custom_getopt_gen.o .libs/libgengetopt.lax/libgen.a/dependant_option.o .libs/libgengetopt.lax/libgen.a/enum_decl.o .libs/libgengetopt.lax/libgen.a/exit_failure.o .libs/libgengetopt.lax/libgen.a/file_save.o .libs/libgengetopt.lax/libgen.a/file_save_multiple.o .libs/libgengetopt.lax/libgen.a/free_list.o .libs/libgengetopt.lax/libgen.a/free_multiple.o .libs/libgengetopt.lax/libgen.a/free_string.o .libs/libgengetopt.lax/libgen.a/generic_option.o .libs/libgengetopt.lax/libgen.a/given_field.o .libs/libgengetopt.lax/libgen.a/group_counter.o .libs/libgengetopt.lax/libgen.a/group_option.o .libs/libgengetopt.lax/libgen.a/handle_help.o .libs/libgengetopt.lax/libgen.a/handle_version.o .libs/libgengetopt.lax/libgen.a/header.o .libs/libgengetopt.lax/libgen.a/init_args_info.o .libs/libgengetopt.lax/libgen.a/multiple_fill_array.o .libs/libgengetopt.lax/libgen.a/multiple_opt_list.o .libs/libgengetopt.lax/libgen.a/option_arg.o .libs/libgengetopt.lax/libgen.a/print_help_string.o .libs/libgengetopt.lax/libgen.a/required_option.o .libs/libgengetopt.lax/libgen.a/reset_group.o .libs/libgengetopt.lax/libgen.a/update_given.o
  2202. ar: `u' modifier ignored since `D' is the default (see `U')
  2203. OpenWrt-libtool: link: ranlib .libs/libgengetopt.a
  2204. OpenWrt-libtool: link: rm -fr .libs/libgengetopt.lax
  2205. OpenWrt-libtool: link: ( cd ".libs" && rm -f "libgengetopt.la" && ln -s "../libgengetopt.la" "libgengetopt.la" )
  2206. /usr/bin/env bash ../libtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -g -O2  -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib -o gengetopt gengetopt.o libgengetopt.la
  2207. OpenWrt-libtool: link: x86_64-pc-linux-gnu-g++ -g -O2 -o gengetopt gengetopt.o  -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/lib -L/home/stephan/gluon/build/ar71xx-generic/openwrt/staging_dir/host/usr/lib ./.libs/libgengetopt.a
  2208. make[9]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src'
  2209. make[8]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src'
  2210. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6/src'
  2211. make[7]: Entering directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6'
  2212. make[7]: Nothing to be done for 'all-am'.
  2213. make[7]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6'
  2214. make[6]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6'
  2215. make[5]: Leaving directory '/home/stephan/gluon/openwrt/build_dir/host/gengetopt-2.22.6'
  2216. touch /home/stephan/gluon/build/ar71xx-generic/openwrt/build_dir/host/gengetopt-2.22.6/.built
  2217. make[4]: Leaving directory '/home/stephan/gluon/openwrt/tools/gengetopt'
  2218. make[3]: Leaving directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  2219. make[2]: *** [/home/stephan/gluon/Makefile:278: config] Error 2
  2220. make[2]: Leaving directory '/home/stephan/gluon/build/ar71xx-generic/openwrt'
  2221. make[1]: *** [/home/stephan/gluon/Makefile:296: prepare-target] Error 2
  2222. make[1]: Leaving directory '/home/stephan/gluon/openwrt'
  2223. make: *** [Makefile:68: prepare-target] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement