Advertisement
Guest User

Untitled

a guest
Sep 7th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 134.48 KB | None | 0 0
  1. home/michael/fflip-fw/gluon/output/images/d1/logs/ 0000775 0001750 0001750 00000000000 12763762604 022130 5 ustar michael michael home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1152.log 0000664 0001750 0001750 00000031114 12763761746 025054 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  2. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  3. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  4. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  5. for dir in build_dir dl staging_dir; do \
  6. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  7. done
  8. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  9. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  10. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  11. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  12. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  13. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  14. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  15. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  16. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  17. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  18. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  19. mkdir -p tmp/info
  20. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  21. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  22. for type in package target; do \
  23. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  24. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  25. done
  26. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  27. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  28. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  29. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  30. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  31. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  32. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  33. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  34. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  35. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  36. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  37. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  38. + mkdir -p bin lib include stamp
  39. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  40. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  41. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  42. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  43. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  44. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  45. make[5]: Nothing to be done for 'compile'.
  46. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  47. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  48. make[5]: Nothing to be done for 'install'.
  49. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  50. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  51. make[5]: Nothing to be done for 'compile'.
  52. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  53. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  54. make[5]: Nothing to be done for 'install'.
  55. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  56. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  57. make[5]: Nothing to be done for 'compile'.
  58. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  59. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  60. make[5]: Nothing to be done for 'install'.
  61. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  62. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  63. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  64. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  65. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  66. make[5]: Nothing to be done for 'compile'.
  67. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  68. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  69. make[5]: Nothing to be done for 'install'.
  70. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  71. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  72. make[5]: Nothing to be done for 'compile'.
  73. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  74. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  75. make[5]: Nothing to be done for 'install'.
  76. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  77. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  78. make[5]: Nothing to be done for 'compile'.
  79. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  80. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  81. make[5]: Nothing to be done for 'install'.
  82. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  83. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  84. make[5]: Nothing to be done for 'compile'.
  85. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  86. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  87. make[5]: Nothing to be done for 'install'.
  88. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  89. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  90. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  91. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  92. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  93. make[5]: Nothing to be done for 'compile'.
  94. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  95. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  96. make[5]: Nothing to be done for 'install'.
  97. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  98. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  99. make[5]: Nothing to be done for 'compile'.
  100. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  101. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  102. make[5]: Nothing to be done for 'install'.
  103. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  104. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  105. make[5]: Nothing to be done for 'compile'.
  106. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  107. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  108. make[5]: Nothing to be done for 'install'.
  109. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  110. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  111. make[5]: Nothing to be done for 'compile'.
  112. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  113. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  114. make[5]: Nothing to be done for 'install'.
  115. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  116. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  117. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  118. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  119. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  120. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  121. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  122. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  123. Checking out files from the git repository...
  124. Cloning into 'usign-2015-05-08'...
  125. make[5]: Nothing to be done for 'host-install'.
  126. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  127. fatal: unable to connect to git.openwrt.org:
  128. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  129.  
  130. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  131. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  132. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  133. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  134. make[4]: *** [package/system/usign/host/install] Error 2
  135. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  136. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  137. make[3]: *** [gluon-tools] Error 2
  138. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  139. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  140. make[2]: *** [prepare-early] Error 2
  141. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  142. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  143. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  144. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  145. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  146. make: *** [prepare-target] Fehler 2
  147. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1143.log 0000664 0001750 0001750 00000031114 12763760676 025055 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  148. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  149. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  150. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  151. for dir in build_dir dl staging_dir; do \
  152. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  153. done
  154. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  155. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  156. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  157. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  158. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  159. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  160. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  161. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  162. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  163. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  164. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  165. mkdir -p tmp/info
  166. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  167. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  168. for type in package target; do \
  169. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  170. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  171. done
  172. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  173. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  174. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  175. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  176. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  177. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  178. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  179. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  180. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  181. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  182. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  183. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  184. + mkdir -p bin lib include stamp
  185. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  186. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  187. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  188. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  189. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  190. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  191. make[5]: Nothing to be done for 'compile'.
  192. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  193. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  194. make[5]: Nothing to be done for 'install'.
  195. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  196. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  197. make[5]: Nothing to be done for 'compile'.
  198. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  199. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  200. make[5]: Nothing to be done for 'install'.
  201. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  202. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  203. make[5]: Nothing to be done for 'compile'.
  204. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  205. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  206. make[5]: Nothing to be done for 'install'.
  207. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  208. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  209. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  210. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  211. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  212. make[5]: Nothing to be done for 'compile'.
  213. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  214. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  215. make[5]: Nothing to be done for 'install'.
  216. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  217. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  218. make[5]: Nothing to be done for 'compile'.
  219. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  220. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  221. make[5]: Nothing to be done for 'install'.
  222. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  223. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  224. make[5]: Nothing to be done for 'compile'.
  225. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  226. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  227. make[5]: Nothing to be done for 'install'.
  228. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  229. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  230. make[5]: Nothing to be done for 'compile'.
  231. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  232. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  233. make[5]: Nothing to be done for 'install'.
  234. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  235. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  236. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  237. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  238. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  239. make[5]: Nothing to be done for 'compile'.
  240. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  241. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  242. make[5]: Nothing to be done for 'install'.
  243. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  244. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  245. make[5]: Nothing to be done for 'compile'.
  246. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  247. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  248. make[5]: Nothing to be done for 'install'.
  249. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  250. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  251. make[5]: Nothing to be done for 'compile'.
  252. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  253. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  254. make[5]: Nothing to be done for 'install'.
  255. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  256. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  257. make[5]: Nothing to be done for 'compile'.
  258. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  259. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  260. make[5]: Nothing to be done for 'install'.
  261. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  262. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  263. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  264. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  265. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  266. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  267. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  268. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  269. Checking out files from the git repository...
  270. Cloning into 'usign-2015-05-08'...
  271. make[5]: Nothing to be done for 'host-install'.
  272. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  273. fatal: unable to connect to git.openwrt.org:
  274. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  275.  
  276. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  277. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  278. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  279. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  280. make[4]: *** [package/system/usign/host/install] Error 2
  281. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  282. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  283. make[3]: *** [gluon-tools] Error 2
  284. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  285. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  286. make[2]: *** [prepare-early] Error 2
  287. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  288. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  289. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  290. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  291. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  292. make: *** [prepare-target] Fehler 2
  293. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1154.log 0000664 0001750 0001750 00000031114 12763762160 025045 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  294. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  295. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  296. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  297. for dir in build_dir dl staging_dir; do \
  298. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  299. done
  300. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  301. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  302. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  303. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  304. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  305. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  306. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  307. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  308. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  309. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  310. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  311. mkdir -p tmp/info
  312. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  313. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  314. for type in package target; do \
  315. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  316. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  317. done
  318. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  319. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  320. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  321. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  322. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  323. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  324. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  325. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  326. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  327. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  328. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  329. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  330. + mkdir -p bin lib include stamp
  331. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  332. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  333. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  334. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  335. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  336. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  337. make[5]: Nothing to be done for 'compile'.
  338. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  339. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  340. make[5]: Nothing to be done for 'install'.
  341. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  342. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  343. make[5]: Nothing to be done for 'compile'.
  344. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  345. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  346. make[5]: Nothing to be done for 'install'.
  347. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  348. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  349. make[5]: Nothing to be done for 'compile'.
  350. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  351. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  352. make[5]: Nothing to be done for 'install'.
  353. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  354. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  355. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  356. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  357. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  358. make[5]: Nothing to be done for 'compile'.
  359. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  360. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  361. make[5]: Nothing to be done for 'install'.
  362. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  363. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  364. make[5]: Nothing to be done for 'compile'.
  365. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  366. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  367. make[5]: Nothing to be done for 'install'.
  368. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  369. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  370. make[5]: Nothing to be done for 'compile'.
  371. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  372. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  373. make[5]: Nothing to be done for 'install'.
  374. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  375. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  376. make[5]: Nothing to be done for 'compile'.
  377. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  378. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  379. make[5]: Nothing to be done for 'install'.
  380. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  381. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  382. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  383. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  384. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  385. make[5]: Nothing to be done for 'compile'.
  386. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  387. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  388. make[5]: Nothing to be done for 'install'.
  389. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  390. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  391. make[5]: Nothing to be done for 'compile'.
  392. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  393. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  394. make[5]: Nothing to be done for 'install'.
  395. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  396. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  397. make[5]: Nothing to be done for 'compile'.
  398. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  399. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  400. make[5]: Nothing to be done for 'install'.
  401. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  402. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  403. make[5]: Nothing to be done for 'compile'.
  404. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  405. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  406. make[5]: Nothing to be done for 'install'.
  407. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  408. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  409. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  410. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  411. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  412. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  413. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  414. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  415. Checking out files from the git repository...
  416. Cloning into 'usign-2015-05-08'...
  417. make[5]: Nothing to be done for 'host-install'.
  418. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  419. fatal: unable to connect to git.openwrt.org:
  420. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  421.  
  422. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  423. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  424. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  425. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  426. make[4]: *** [package/system/usign/host/install] Error 2
  427. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  428. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  429. make[3]: *** [gluon-tools] Error 2
  430. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  431. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  432. make[2]: *** [prepare-early] Error 2
  433. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  434. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  435. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  436. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  437. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  438. make: *** [prepare-target] Fehler 2
  439. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1159.log 0000664 0001750 0001750 00000031114 12763762604 025055 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  440. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  441. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  442. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  443. for dir in build_dir dl staging_dir; do \
  444. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  445. done
  446. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  447. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  448. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  449. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  450. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  451. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  452. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  453. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  454. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  455. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  456. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  457. mkdir -p tmp/info
  458. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  459. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  460. for type in package target; do \
  461. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  462. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  463. done
  464. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  465. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  466. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  467. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  468. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  469. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  470. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  471. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  472. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  473. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  474. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  475. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  476. + mkdir -p bin lib include stamp
  477. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  478. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  479. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  480. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  481. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  482. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  483. make[5]: Nothing to be done for 'compile'.
  484. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  485. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  486. make[5]: Nothing to be done for 'install'.
  487. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  488. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  489. make[5]: Nothing to be done for 'compile'.
  490. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  491. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  492. make[5]: Nothing to be done for 'install'.
  493. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  494. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  495. make[5]: Nothing to be done for 'compile'.
  496. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  497. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  498. make[5]: Nothing to be done for 'install'.
  499. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  500. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  501. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  502. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  503. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  504. make[5]: Nothing to be done for 'compile'.
  505. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  506. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  507. make[5]: Nothing to be done for 'install'.
  508. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  509. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  510. make[5]: Nothing to be done for 'compile'.
  511. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  512. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  513. make[5]: Nothing to be done for 'install'.
  514. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  515. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  516. make[5]: Nothing to be done for 'compile'.
  517. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  518. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  519. make[5]: Nothing to be done for 'install'.
  520. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  521. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  522. make[5]: Nothing to be done for 'compile'.
  523. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  524. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  525. make[5]: Nothing to be done for 'install'.
  526. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  527. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  528. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  529. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  530. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  531. make[5]: Nothing to be done for 'compile'.
  532. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  533. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  534. make[5]: Nothing to be done for 'install'.
  535. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  536. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  537. make[5]: Nothing to be done for 'compile'.
  538. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  539. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  540. make[5]: Nothing to be done for 'install'.
  541. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  542. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  543. make[5]: Nothing to be done for 'compile'.
  544. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  545. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  546. make[5]: Nothing to be done for 'install'.
  547. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  548. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  549. make[5]: Nothing to be done for 'compile'.
  550. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  551. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  552. make[5]: Nothing to be done for 'install'.
  553. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  554. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  555. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  556. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  557. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  558. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  559. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  560. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  561. Checking out files from the git repository...
  562. Cloning into 'usign-2015-05-08'...
  563. make[5]: Nothing to be done for 'host-install'.
  564. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  565. fatal: unable to connect to git.openwrt.org:
  566. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  567.  
  568. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  569. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  570. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  571. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  572. make[4]: *** [package/system/usign/host/install] Error 2
  573. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  574. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  575. make[3]: *** [gluon-tools] Error 2
  576. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  577. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  578. make[2]: *** [prepare-early] Error 2
  579. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  580. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  581. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  582. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  583. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  584. make: *** [prepare-target] Fehler 2
  585. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1147.log 0000664 0001750 0001750 00000031114 12763761322 025046 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  586. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  587. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  588. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  589. for dir in build_dir dl staging_dir; do \
  590. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  591. done
  592. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  593. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  594. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  595. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  596. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  597. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  598. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  599. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  600. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  601. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  602. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  603. mkdir -p tmp/info
  604. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  605. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  606. for type in package target; do \
  607. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  608. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  609. done
  610. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  611. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  612. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  613. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  614. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  615. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  616. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  617. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  618. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  619. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  620. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  621. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  622. + mkdir -p bin lib include stamp
  623. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  624. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  625. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  626. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  627. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  628. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  629. make[5]: Nothing to be done for 'compile'.
  630. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  631. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  632. make[5]: Nothing to be done for 'install'.
  633. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  634. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  635. make[5]: Nothing to be done for 'compile'.
  636. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  637. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  638. make[5]: Nothing to be done for 'install'.
  639. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  640. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  641. make[5]: Nothing to be done for 'compile'.
  642. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  643. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  644. make[5]: Nothing to be done for 'install'.
  645. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  646. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  647. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  648. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  649. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  650. make[5]: Nothing to be done for 'compile'.
  651. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  652. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  653. make[5]: Nothing to be done for 'install'.
  654. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  655. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  656. make[5]: Nothing to be done for 'compile'.
  657. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  658. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  659. make[5]: Nothing to be done for 'install'.
  660. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  661. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  662. make[5]: Nothing to be done for 'compile'.
  663. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  664. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  665. make[5]: Nothing to be done for 'install'.
  666. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  667. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  668. make[5]: Nothing to be done for 'compile'.
  669. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  670. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  671. make[5]: Nothing to be done for 'install'.
  672. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  673. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  674. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  675. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  676. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  677. make[5]: Nothing to be done for 'compile'.
  678. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  679. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  680. make[5]: Nothing to be done for 'install'.
  681. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  682. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  683. make[5]: Nothing to be done for 'compile'.
  684. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  685. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  686. make[5]: Nothing to be done for 'install'.
  687. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  688. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  689. make[5]: Nothing to be done for 'compile'.
  690. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  691. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  692. make[5]: Nothing to be done for 'install'.
  693. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  694. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  695. make[5]: Nothing to be done for 'compile'.
  696. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  697. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  698. make[5]: Nothing to be done for 'install'.
  699. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  700. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  701. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  702. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  703. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  704. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  705. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  706. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  707. Checking out files from the git repository...
  708. Cloning into 'usign-2015-05-08'...
  709. make[5]: Nothing to be done for 'host-install'.
  710. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  711. fatal: unable to connect to git.openwrt.org:
  712. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  713.  
  714. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  715. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  716. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  717. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  718. make[4]: *** [package/system/usign/host/install] Error 2
  719. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  720. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  721. make[3]: *** [gluon-tools] Error 2
  722. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  723. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  724. make[2]: *** [prepare-early] Error 2
  725. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  726. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  727. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  728. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  729. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  730. make: *** [prepare-target] Fehler 2
  731. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1137.log 0000664 0001750 0001750 00000025730 12763757772 025072 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  732. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  733. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  734. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  735. for dir in build_dir dl staging_dir; do \
  736. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  737. done
  738. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  739. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  740. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  741. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  742. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  743. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  744. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  745. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  746. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  747. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  748. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  749. mkdir -p tmp/info
  750. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  751. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  752. for type in package target; do \
  753. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  754. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  755. done
  756. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  757. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  758. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  759. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  760. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  761. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  762. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  763. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  764. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  765. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  766. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  767. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  768. + mkdir -p bin lib include stamp
  769. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  770. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  771. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  772. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  773. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  774. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  775. make[5]: Nothing to be done for 'compile'.
  776. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  777. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  778. make[5]: Nothing to be done for 'install'.
  779. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  780. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  781. make[5]: Nothing to be done for 'compile'.
  782. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  783. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  784. make[5]: Nothing to be done for 'install'.
  785. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  786. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  787. make[5]: Nothing to be done for 'compile'.
  788. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  789. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  790. make[5]: Nothing to be done for 'install'.
  791. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  792. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  793. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  794. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  795. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  796. make[5]: Nothing to be done for 'compile'.
  797. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  798. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  799. make[5]: Nothing to be done for 'install'.
  800. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  801. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  802. make[5]: Nothing to be done for 'compile'.
  803. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  804. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  805. make[5]: Nothing to be done for 'install'.
  806. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  807. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  808. make[5]: Nothing to be done for 'compile'.
  809. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  810. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  811. make[5]: Nothing to be done for 'install'.
  812. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  813. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  814. make[5]: Nothing to be done for 'compile'.
  815. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  816. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  817. make[5]: Nothing to be done for 'install'.
  818. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  819. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  820. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  821. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  822. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  823. make[5]: Nothing to be done for 'compile'.
  824. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  825. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  826. make[5]: Nothing to be done for 'install'.
  827. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  828. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  829. make[5]: Nothing to be done for 'compile'.
  830. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  831. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  832. make[5]: Nothing to be done for 'install'.
  833. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  834. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  835. make[5]: Nothing to be done for 'compile'.
  836. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  837. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  838. make[5]: Nothing to be done for 'install'.
  839. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  840. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  841. make[5]: Nothing to be done for 'compile'.
  842. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  843. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  844. make[5]: Nothing to be done for 'install'.
  845. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  846. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  847. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  848. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  849. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  850. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  851. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  852. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  853. Checking out files from the git repository...
  854. Cloning into 'usign-2015-05-08'...
  855. make[5]: Nothing to be done for 'host-install'.
  856. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  857. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1140.log 0000664 0001750 0001750 00000031114 12763760464 025045 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  858. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  859. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  860. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  861. for dir in build_dir dl staging_dir; do \
  862. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  863. done
  864. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  865. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  866. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  867. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  868. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  869. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  870. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  871. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  872. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  873. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  874. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  875. mkdir -p tmp/info
  876. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  877. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  878. for type in package target; do \
  879. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  880. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  881. done
  882. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  883. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  884. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  885. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  886. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  887. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  888. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  889. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  890. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  891. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  892. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  893. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  894. + mkdir -p bin lib include stamp
  895. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  896. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  897. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  898. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  899. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  900. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  901. make[5]: Nothing to be done for 'compile'.
  902. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  903. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  904. make[5]: Nothing to be done for 'install'.
  905. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  906. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  907. make[5]: Nothing to be done for 'compile'.
  908. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  909. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  910. make[5]: Nothing to be done for 'install'.
  911. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  912. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  913. make[5]: Nothing to be done for 'compile'.
  914. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  915. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  916. make[5]: Nothing to be done for 'install'.
  917. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  918. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  919. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  920. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  921. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  922. make[5]: Nothing to be done for 'compile'.
  923. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  924. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  925. make[5]: Nothing to be done for 'install'.
  926. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  927. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  928. make[5]: Nothing to be done for 'compile'.
  929. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  930. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  931. make[5]: Nothing to be done for 'install'.
  932. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  933. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  934. make[5]: Nothing to be done for 'compile'.
  935. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  936. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  937. make[5]: Nothing to be done for 'install'.
  938. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  939. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  940. make[5]: Nothing to be done for 'compile'.
  941. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  942. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  943. make[5]: Nothing to be done for 'install'.
  944. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  945. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  946. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  947. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  948. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  949. make[5]: Nothing to be done for 'compile'.
  950. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  951. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  952. make[5]: Nothing to be done for 'install'.
  953. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  954. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  955. make[5]: Nothing to be done for 'compile'.
  956. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  957. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  958. make[5]: Nothing to be done for 'install'.
  959. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  960. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  961. make[5]: Nothing to be done for 'compile'.
  962. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  963. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  964. make[5]: Nothing to be done for 'install'.
  965. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  966. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  967. make[5]: Nothing to be done for 'compile'.
  968. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  969. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  970. make[5]: Nothing to be done for 'install'.
  971. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  972. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  973. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  974. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  975. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  976. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  977. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  978. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  979. Checking out files from the git repository...
  980. Cloning into 'usign-2015-05-08'...
  981. make[5]: Nothing to be done for 'host-install'.
  982. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  983. fatal: unable to connect to git.openwrt.org:
  984. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  985.  
  986. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  987. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  988. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  989. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  990. make[4]: *** [package/system/usign/host/install] Error 2
  991. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  992. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  993. make[3]: *** [gluon-tools] Error 2
  994. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  995. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  996. make[2]: *** [prepare-early] Error 2
  997. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  998. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  999. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  1000. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1001. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  1002. make: *** [prepare-target] Fehler 2
  1003. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1150.log 0000664 0001750 0001750 00000031114 12763761534 025045 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1004. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  1005. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  1006. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1007. for dir in build_dir dl staging_dir; do \
  1008. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  1009. done
  1010. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  1011. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1012. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  1013. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  1014. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  1015. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  1016. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  1017. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  1018. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1019. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1020. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1021. mkdir -p tmp/info
  1022. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  1023. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  1024. for type in package target; do \
  1025. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  1026. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  1027. done
  1028. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  1029. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  1030. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  1031. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  1032. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1033. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1034. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  1035. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1036. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  1037. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1038. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  1039. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  1040. + mkdir -p bin lib include stamp
  1041. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  1042. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  1043. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  1044. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  1045. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  1046. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1047. make[5]: Nothing to be done for 'compile'.
  1048. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1049. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1050. make[5]: Nothing to be done for 'install'.
  1051. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1052. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1053. make[5]: Nothing to be done for 'compile'.
  1054. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1055. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1056. make[5]: Nothing to be done for 'install'.
  1057. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1058. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1059. make[5]: Nothing to be done for 'compile'.
  1060. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1061. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1062. make[5]: Nothing to be done for 'install'.
  1063. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1064. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1065. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  1066. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1067. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1068. make[5]: Nothing to be done for 'compile'.
  1069. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1070. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1071. make[5]: Nothing to be done for 'install'.
  1072. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1073. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1074. make[5]: Nothing to be done for 'compile'.
  1075. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1076. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1077. make[5]: Nothing to be done for 'install'.
  1078. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1079. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1080. make[5]: Nothing to be done for 'compile'.
  1081. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1082. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1083. make[5]: Nothing to be done for 'install'.
  1084. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1085. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1086. make[5]: Nothing to be done for 'compile'.
  1087. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1088. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1089. make[5]: Nothing to be done for 'install'.
  1090. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1091. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1092. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  1093. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1094. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1095. make[5]: Nothing to be done for 'compile'.
  1096. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1097. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1098. make[5]: Nothing to be done for 'install'.
  1099. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1100. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1101. make[5]: Nothing to be done for 'compile'.
  1102. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1103. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1104. make[5]: Nothing to be done for 'install'.
  1105. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1106. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1107. make[5]: Nothing to be done for 'compile'.
  1108. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1109. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1110. make[5]: Nothing to be done for 'install'.
  1111. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1112. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1113. make[5]: Nothing to be done for 'compile'.
  1114. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1115. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1116. make[5]: Nothing to be done for 'install'.
  1117. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1118. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1119. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  1120. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1121. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  1122. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  1123. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  1124. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  1125. Checking out files from the git repository...
  1126. Cloning into 'usign-2015-05-08'...
  1127. make[5]: Nothing to be done for 'host-install'.
  1128. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  1129. fatal: unable to connect to git.openwrt.org:
  1130. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  1131.  
  1132. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  1133. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  1134. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  1135. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  1136. make[4]: *** [package/system/usign/host/install] Error 2
  1137. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1138. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  1139. make[3]: *** [gluon-tools] Error 2
  1140. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1141. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  1142. make[2]: *** [prepare-early] Error 2
  1143. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1144. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  1145. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  1146. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1147. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  1148. make: *** [prepare-target] Fehler 2
  1149. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1145.log 0000664 0001750 0001750 00000031114 12763761110 025037 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1150. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  1151. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  1152. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1153. for dir in build_dir dl staging_dir; do \
  1154. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  1155. done
  1156. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  1157. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1158. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  1159. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  1160. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  1161. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  1162. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  1163. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  1164. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1165. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1166. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1167. mkdir -p tmp/info
  1168. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  1169. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  1170. for type in package target; do \
  1171. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  1172. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  1173. done
  1174. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  1175. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  1176. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  1177. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  1178. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1179. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1180. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  1181. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1182. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  1183. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1184. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  1185. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  1186. + mkdir -p bin lib include stamp
  1187. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  1188. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  1189. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  1190. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  1191. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  1192. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1193. make[5]: Nothing to be done for 'compile'.
  1194. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1195. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1196. make[5]: Nothing to be done for 'install'.
  1197. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1198. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1199. make[5]: Nothing to be done for 'compile'.
  1200. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1201. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1202. make[5]: Nothing to be done for 'install'.
  1203. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1204. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1205. make[5]: Nothing to be done for 'compile'.
  1206. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1207. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1208. make[5]: Nothing to be done for 'install'.
  1209. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1210. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1211. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  1212. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1213. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1214. make[5]: Nothing to be done for 'compile'.
  1215. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1216. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1217. make[5]: Nothing to be done for 'install'.
  1218. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1219. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1220. make[5]: Nothing to be done for 'compile'.
  1221. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1222. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1223. make[5]: Nothing to be done for 'install'.
  1224. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1225. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1226. make[5]: Nothing to be done for 'compile'.
  1227. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1228. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1229. make[5]: Nothing to be done for 'install'.
  1230. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1231. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1232. make[5]: Nothing to be done for 'compile'.
  1233. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1234. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1235. make[5]: Nothing to be done for 'install'.
  1236. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1237. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1238. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  1239. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1240. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1241. make[5]: Nothing to be done for 'compile'.
  1242. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1243. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1244. make[5]: Nothing to be done for 'install'.
  1245. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1246. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1247. make[5]: Nothing to be done for 'compile'.
  1248. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1249. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1250. make[5]: Nothing to be done for 'install'.
  1251. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1252. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1253. make[5]: Nothing to be done for 'compile'.
  1254. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1255. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1256. make[5]: Nothing to be done for 'install'.
  1257. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1258. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1259. make[5]: Nothing to be done for 'compile'.
  1260. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1261. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1262. make[5]: Nothing to be done for 'install'.
  1263. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1264. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1265. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  1266. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1267. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  1268. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  1269. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  1270. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  1271. Checking out files from the git repository...
  1272. Cloning into 'usign-2015-05-08'...
  1273. make[5]: Nothing to be done for 'host-install'.
  1274. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  1275. fatal: unable to connect to git.openwrt.org:
  1276. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  1277.  
  1278. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  1279. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  1280. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  1281. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  1282. make[4]: *** [package/system/usign/host/install] Error 2
  1283. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1284. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  1285. make[3]: *** [gluon-tools] Error 2
  1286. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1287. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  1288. make[2]: *** [prepare-early] Error 2
  1289. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1290. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  1291. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  1292. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1293. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  1294. make: *** [prepare-target] Fehler 2
  1295. home/michael/fflip-fw/gluon/output/images/d1/logs/make_160907_1157.log 0000664 0001750 0001750 00000031114 12763762372 025055 0 ustar michael michael make[1]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1296. rm -f /home/michael/fflip-fw/gluon/build/prepared_*
  1297. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-early
  1298. make[2]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1299. for dir in build_dir dl staging_dir; do \
  1300. mkdir -p /home/michael/fflip-fw/gluon/openwrt/$dir; \
  1301. done
  1302. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= feeds
  1303. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1304. rm -rf /home/michael/fflip-fw/gluon/openwrt/package/feeds
  1305. mkdir /home/michael/fflip-fw/gluon/openwrt/package/feeds
  1306. [ ! -f /home/michael/fflip-fw/gluon/site/modules ] || . /home/michael/fflip-fw/gluon/site/modules && for feed in $GLUON_SITE_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/$feed; done
  1307. ln -s ../../../package /home/michael/fflip-fw/gluon/openwrt/package/feeds/gluon
  1308. . /home/michael/fflip-fw/gluon/modules && for feed in $GLUON_FEEDS; do ln -s ../../../packages/$feed /home/michael/fflip-fw/gluon/openwrt/package/feeds/module_$feed; done
  1309. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= prepare-tmpinfo
  1310. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1311. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1312. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1313. mkdir -p tmp/info
  1314. export MAKEFLAGS= ;make V=ss -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="/home/michael/fflip-fw/gluon/openwrt/include/package*.mk /home/michael/fflip-fw/gluon/openwrt/overlay/*/*.mk" SCAN_EXTRA=""
  1315. 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/michael/fflip-fw/gluon/openwrt/include/kernel*.mk /home/michael/fflip-fw/gluon/openwrt/include/target.mk" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
  1316. for type in package target; do \
  1317. f=tmp/.${type}info; t=tmp/.config-${type}.in; \
  1318. [ "$t" -nt "$f" ] || ./scripts/metadata.pl ${type}_config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
  1319. done
  1320. [ tmp/.config-feeds.in -nt tmp/.packagefeeds ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
  1321. ./scripts/metadata.pl package_mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
  1322. ./scripts/metadata.pl package_feeds tmp/.packageinfo > tmp/.packagefeeds || { rm -f tmp/.packagefeeds; false; }
  1323. touch /home/michael/fflip-fw/gluon/openwrt/tmp/.build
  1324. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1325. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1326. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= gluon-tools
  1327. make[3]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1328. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/patch/install
  1329. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1330. + mkdir -p /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  1331. + cd /home/michael/fflip-fw/gluon/openwrt/staging_dir/host
  1332. + mkdir -p bin lib include stamp
  1333. mkdir -p /home/michael/fflip-fw/gluon/openwrt/build_dir/host/stamp /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys
  1334. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/
  1335. install -m0644 /home/michael/fflip-fw/gluon/openwrt/tools/include/sys/*.h /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/include/sys/
  1336. ln -sf lib /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/lib64
  1337. touch /home/michael/fflip-fw/gluon/openwrt/staging_dir/host/.prepared
  1338. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1339. make[5]: Nothing to be done for 'compile'.
  1340. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1341. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1342. make[5]: Nothing to be done for 'install'.
  1343. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1344. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1345. make[5]: Nothing to be done for 'compile'.
  1346. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1347. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1348. make[5]: Nothing to be done for 'install'.
  1349. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1350. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1351. make[5]: Nothing to be done for 'compile'.
  1352. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1353. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1354. make[5]: Nothing to be done for 'install'.
  1355. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1356. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1357. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/sed/install
  1358. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1359. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1360. make[5]: Nothing to be done for 'compile'.
  1361. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1362. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1363. make[5]: Nothing to be done for 'install'.
  1364. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1365. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1366. make[5]: Nothing to be done for 'compile'.
  1367. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1368. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1369. make[5]: Nothing to be done for 'install'.
  1370. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1371. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1372. make[5]: Nothing to be done for 'compile'.
  1373. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1374. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1375. make[5]: Nothing to be done for 'install'.
  1376. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1377. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1378. make[5]: Nothing to be done for 'compile'.
  1379. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1380. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1381. make[5]: Nothing to be done for 'install'.
  1382. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/sed'
  1383. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1384. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= tools/cmake/install
  1385. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1386. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1387. make[5]: Nothing to be done for 'compile'.
  1388. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1389. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1390. make[5]: Nothing to be done for 'install'.
  1391. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/flock'
  1392. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1393. make[5]: Nothing to be done for 'compile'.
  1394. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1395. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1396. make[5]: Nothing to be done for 'install'.
  1397. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/tar'
  1398. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1399. make[5]: Nothing to be done for 'compile'.
  1400. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1401. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1402. make[5]: Nothing to be done for 'install'.
  1403. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/patch'
  1404. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1405. make[5]: Nothing to be done for 'compile'.
  1406. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1407. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1408. make[5]: Nothing to be done for 'install'.
  1409. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/tools/cmake'
  1410. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1411. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games make -w -C /home/michael/fflip-fw/gluon/openwrt -f /home/michael/fflip-fw/gluon/Makefile GLUON_TOOLS=0 QUILT= package/lua/host/install package/usign/host/install
  1412. make[4]: Entering directory '/home/michael/fflip-fw/gluon/openwrt'
  1413. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  1414. make[5]: Entering directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  1415. mkdir -p /home/michael/fflip-fw/gluon/openwrt/dl
  1416. SHELL= flock /home/michael/fflip-fw/gluon/openwrt/tmp/.usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/michael/fflip-fw/gluon/openwrt/tmp/dl && cd /home/michael/fflip-fw/gluon/openwrt/tmp/dl && rm -rf usign-2015-05-08 && [ \! -d usign-2015-05-08 ] && git clone git://git.openwrt.org/project/usign.git usign-2015-05-08 --recursive && (cd usign-2015-05-08 && git checkout cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 && git submodule update) && echo "Packing checkout..." && rm -rf usign-2015-05-08/.git && tar czf /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz usign-2015-05-08 && mv /home/michael/fflip-fw/gluon/openwrt/tmp/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz /home/michael/fflip-fw/gluon/openwrt/dl/ && rm -rf usign-2015-05-08; '
  1417. Checking out files from the git repository...
  1418. Cloning into 'usign-2015-05-08'...
  1419. make[5]: Nothing to be done for 'host-install'.
  1420. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/utils/lua'
  1421. fatal: unable to connect to git.openwrt.org:
  1422. git.openwrt.org[0: 217.115.15.20]: errno=Connection timed out
  1423.  
  1424. Makefile:42: recipe for target '/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz' failed
  1425. make[5]: *** [/home/michael/fflip-fw/gluon/openwrt/dl/usign-2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131.tar.gz] Error 128
  1426. make[5]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt/package/system/usign'
  1427. package/Makefile:191: recipe for target 'package/system/usign/host/install' failed
  1428. make[4]: *** [package/system/usign/host/install] Error 2
  1429. make[4]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1430. /home/michael/fflip-fw/gluon/Makefile:208: recipe for target 'gluon-tools' failed
  1431. make[3]: *** [gluon-tools] Error 2
  1432. make[3]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1433. /home/michael/fflip-fw/gluon/Makefile:222: recipe for target 'prepare-early' failed
  1434. make[2]: *** [prepare-early] Error 2
  1435. make[2]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1436. /home/michael/fflip-fw/gluon/Makefile:233: recipe for target '/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714' failed
  1437. make[1]: *** [/home/michael/fflip-fw/gluon/build/prepared_351adad840601f5c49d37c94e64d2695347295c6fc16da85e0a074ceecef199d6db17d26c5bfb536b6434d9a97037b5b0c16f833db68de8ed458edeaef91e714] Error 2
  1438. make[1]: Leaving directory '/home/michael/fflip-fw/gluon/openwrt'
  1439. Makefile:66: die Regel für Ziel „prepare-target“ scheiterte
  1440. make: *** [prepare-target] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement