Advertisement
Guest User

Untitled

a guest
Oct 29th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. ==> Downloading esp-open-sdk-git PKGBUILD from AUR...
  2. x .SRCINFO
  3. x Makefile.patch
  4. x PKGBUILD
  5. x blinky_Makefile.patch
  6. x crosstool-config-overrides.patch
  7. x esp-open-sdk-git.sh
  8. gmelchett commented on 2017-08-06 07:51
  9. Missing dependency to unzip.
  10.  
  11. Curly commented on 2017-08-06 13:47
  12. Thanks, that's been fixed.
  13.  
  14. bilko commented on 2017-10-10 21:36
  15. It's missing (make) dependency to wget.
  16.  
  17. Curly commented on 2017-10-10 23:18
  18. Thanks, fixed.
  19.  
  20. esp-open-sdk-git 1-10 (2017-10-25 18:52)
  21. ( Unsupported package: Potentially dangerous ! )
  22. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  23. ==> ------------------------------------
  24. ==> n
  25.  
  26. ==> esp-open-sdk-git dependencies:
  27. - python (already installed)
  28. - python2 (already installed)
  29. - python-pyserial (already installed)
  30. - python2-pyserial (already installed)
  31. - esptool (already installed)
  32. - git (already installed) [makedepend]
  33. - gperf (already installed) [makedepend]
  34. - help2man (already installed) [makedepend]
  35. - unzip (already installed) [makedepend]
  36. - wget (already installed) [makedepend]
  37. - guile2.0 (already installed) [makedepend]
  38.  
  39. ==> esp-open-sdk-git conflicts:
  40. - esp-open-sdk-1.4.0-2
  41.  
  42. ==> Continue building esp-open-sdk-git ? [Y/n]
  43. ==> ------------------------------------------
  44. ==> y
  45.  
  46. ==> Building and installing package
  47. ==> Making package: esp-open-sdk-git 1-10 (Mon Oct 30 01:16:17 +07 2017)
  48. ==> Checking runtime dependencies...
  49. ==> Checking buildtime dependencies...
  50. ==> Retrieving sources...
  51. -> Cloning esp-open-sdk git repo...
  52. Cloning into bare repository '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/esp-open-sdk'...
  53. remote: Counting objects: 1314, done.
  54. remote: Total 1314 (delta 0), reused 0 (delta 0), pack-reused 1314
  55. Receiving objects: 100% (1314/1314), 560.01 KiB | 690.00 KiB/s, done.
  56. Resolving deltas: 100% (734/734), done.
  57. ==> Validating source files with md5sums...
  58. esp-open-sdk ... Skipped
  59. ==> Extracting sources...
  60. -> Creating working copy of esp-open-sdk git repo...
  61. Cloning into 'esp-open-sdk'...
  62. done.
  63. ==> Starting prepare()...
  64. Submodule 'crosstool-NG' (https://github.com/jcmvbkbc/crosstool-NG) registered for path 'crosstool-NG'
  65. Submodule 'esp-open-lwip' (https://github.com/pfalcon/esp-open-lwip) registered for path 'esp-open-lwip'
  66. Submodule 'esptool' (https://github.com/themadinventor/esptool) registered for path 'esptool'
  67. Submodule 'lx106-hal' (https://github.com/tommie/lx106-hal) registered for path 'lx106-hal'
  68. Cleared directory 'esptool'
  69. Submodule 'esptool' (https://github.com/themadinventor/esptool) unregistered for path 'esptool'
  70. Cloning into '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'...
  71. Cloning into '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/esp-open-lwip'...
  72. Cloning into '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/lx106-hal'...
  73. Submodule path 'crosstool-NG': checked out '37b07f6fbea2e5d23434f7e91614528f839db056'
  74. Submodule path 'esp-open-lwip': checked out '8c39d2179a273553466043f388772abb6251a4ca'
  75. Submodule path 'lx106-hal': checked out 'e4bcc63c9c016e4f8848e7e8f512438ca857531d'
  76. patching file Makefile
  77. patching file crosstool-config-overrides
  78. patching file examples/blinky/Makefile
  79. ==> Starting pkgver()...
  80. ==> Updated version: esp-open-sdk-git 20170623204350-1
  81. ==> Starting build()...
  82. Makefile:181: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
  83. Makefile:172: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
  84. make -C crosstool-NG -f ../Makefile _ct-ng
  85. make: *** No rule to make target '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/lib/libc.a', needed by '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/lib/libcirom.a'. Stop.
  86. make: *** Waiting for unfinished jobs....
  87. ../Makefile:181: warning: overriding recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
  88. ../Makefile:172: warning: ignoring old recipe for target 'ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
  89. make[1]: Entering directory '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
  90. ./bootstrap
  91. Running autoconf...
  92. Done. You may now run:
  93. ./configure
  94. ./configure --prefix=`pwd`
  95. checking build system type... x86_64-pc-linux-gnu
  96. checking host system type... x86_64-pc-linux-gnu
  97. checking for a BSD-compatible install... /usr/bin/install -c
  98. checking for grep that handles long lines and -e... /usr/bin/grep
  99. checking for egrep... /usr/bin/grep -E
  100. checking for a sed that does not truncate output... /usr/bin/sed
  101. checking whether sed understands -r -i -e... yes
  102. checking whether ln -s works... yes
  103. checking for gcc... gcc
  104. checking whether the C compiler works... yes
  105. checking for C compiler default output file name... a.out
  106. checking for suffix of executables...
  107. checking whether we are cross compiling... no
  108. checking for suffix of object files... o
  109. checking whether we are using the GNU C compiler... yes
  110. checking whether gcc accepts -g... yes
  111. checking for gcc option to accept ISO C89... none needed
  112. checking how to run the C preprocessor... gcc -E
  113. checking for ranlib... ranlib
  114. checking for gobjcopy... no
  115. checking for objcopy... objcopy
  116. checking for absolute path to objcopy... /usr/bin/objcopy
  117. checking for gobjdump... no
  118. checking for objdump... objdump
  119. checking for absolute path to objdump... /usr/bin/objdump
  120. checking for greadelf... no
  121. checking for readelf... readelf
  122. checking for absolute path to readelf... /usr/bin/readelf
  123. checking for gperf... gperf
  124. checking for absolute path to gperf... /usr/bin/gperf
  125. checking for bison... bison
  126. checking for flex... flex
  127. checking for makeinfo... makeinfo
  128. checking for cut... cut
  129. checking for stat... stat
  130. checking for readlink... readlink
  131. checking for wget... wget
  132. checking for tar... tar
  133. checking for gzip... gzip
  134. checking for bzip2... bzip2
  135. checking for help2man... help2man
  136. checking for gpatch... no
  137. checking for patch... patch
  138. checking for absolute path to patch... /usr/bin/patch
  139. checking for bash >= 3.1... /usr/bin/bash
  140. checking for GNU awk... /usr/bin/gawk
  141. checking for GNU make >= 3.80... /usr/bin/gmake
  142. checking whether /usr/bin/gmake sets $(MAKE)... yes
  143. checking for make 3.81... no
  144. checking for GNU libtool >= 1.5.26... /usr/bin/libtool
  145. checking for GNU libtoolize >= 1.5.26... /usr/bin/libtoolize
  146. checking for GNU automake >= 1.10... /usr/bin/automake
  147. checking for the type used in gperf declarations... size_t
  148. checking for xz... xz
  149. checking for cvs... no
  150. checking for svn... svn
  151. checking for inline... inline
  152. checking for ANSI C header files... yes
  153. checking for sys/types.h... yes
  154. checking for sys/stat.h... yes
  155. checking for stdlib.h... yes
  156. checking for string.h... yes
  157. checking for memory.h... yes
  158. checking for strings.h... yes
  159. checking for inttypes.h... yes
  160. checking for stdint.h... yes
  161. checking for unistd.h... yes
  162. checking for stdlib.h... (cached) yes
  163. checking for GNU libc compatible malloc... yes
  164. checking for stdlib.h... (cached) yes
  165. checking for GNU libc compatible realloc... yes
  166. checking for size_t... yes
  167. checking for working alloca.h... yes
  168. checking for alloca... yes
  169. checking libintl.h usability... yes
  170. checking libintl.h presence... yes
  171. checking for libintl.h... yes
  172. checking whether gettext is declared... yes
  173. checking for library containing bindtextdomain... none required
  174. checking ncurses/ncurses.h usability... no
  175. checking ncurses/ncurses.h presence... no
  176. checking for ncurses/ncurses.h... no
  177. checking ncurses/curses.h usability... no
  178. checking ncurses/curses.h presence... no
  179. checking for ncurses/curses.h... no
  180. checking ncursesw/curses.h usability... no
  181. checking ncursesw/curses.h presence... no
  182. checking for ncursesw/curses.h... no
  183. checking ncurses.h usability... yes
  184. checking ncurses.h presence... yes
  185. checking for ncurses.h... yes
  186. checking for library containing initscr... -lncursesw
  187. checking for library containing tgetent... none required
  188. configure: creating ./config.status
  189. config.status: creating Makefile
  190. make MAKELEVEL=0
  191. make: Entering directory '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
  192. SED 'ct-ng'
  193. SED 'scripts/crosstool-NG.sh'
  194. SED 'scripts/saveSample.sh'
  195. SED 'scripts/showTuple.sh'
  196. GEN 'config/configure.in'
  197. GEN 'paths.mk'
  198. GEN 'paths.sh'
  199. SED 'docs/ct-ng.1'
  200. DEP 'nconf.gui.dep'
  201. DEP 'nconf.dep'
  202. GZIP 'docs/ct-ng.1.gz'
  203. DEP 'lxdialog/yesno.dep'
  204. DEP 'lxdialog/util.dep'
  205. DEP 'lxdialog/textbox.dep'
  206. DEP 'lxdialog/menubox.dep'
  207. DEP 'lxdialog/inputbox.dep'
  208. DEP 'lxdialog/checklist.dep'
  209. DEP 'mconf.dep'
  210. DEP 'conf.dep'
  211. BISON 'zconf.tab.c'
  212. GPERF 'zconf.hash.c'
  213. LEX 'zconf.lex.c'
  214. DEP 'zconf.tab.dep'
  215. CC 'zconf.tab.o'
  216. CC 'conf.o'
  217. CC 'lxdialog/checklist.o'
  218. CC 'lxdialog/inputbox.o'
  219. CC 'lxdialog/menubox.o'
  220. CC 'lxdialog/textbox.o'
  221. CC 'lxdialog/util.o'
  222. CC 'lxdialog/yesno.o'
  223. CC 'mconf.o'
  224. CC 'nconf.o'
  225. CC 'nconf.gui.o'
  226. LD 'mconf'
  227. LD 'conf'
  228. LD 'nconf'
  229. make: Leaving directory '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
  230. make install MAKELEVEL=0
  231. make: Entering directory '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
  232. GEN 'config/configure.in'
  233. GEN 'paths.mk'
  234. GEN 'paths.sh'
  235. MKDIR '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG/bin/'
  236. MKDIR '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG/lib/crosstool-ng-1.22.0-60-g37b07f6f/'
  237. MKDIR '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG/share/doc/crosstool-ng/crosstool-ng-1.22.0-60-g37b07f6f/'
  238.  
  239. MKDIR '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG/share/man/man1/'
  240. INST 'ct-ng'
  241. For auto-completion, do not forget to install 'ct-ng.comp' into
  242. your bash completion directory (usually /etc/bash_completion.d)
  243. INSTDIR 'config/'
  244. INSTDIR 'contrib/'
  245. INSTDIR 'patches/'
  246. INSTDIR 'scripts/'
  247. INST 'docs/*.txt'
  248. INST 'ct-ng.1.gz'
  249. INST 'steps.mk'
  250. INST 'paths'
  251. INSTDIR 'samples/'
  252. INST 'kconfig/'
  253. make: Leaving directory '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
  254. make[1]: Leaving directory '/tmp/yaourt-tmp-alexei/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
  255. ==> ERROR: A failure occurred in build().
  256. Aborting...
  257. ==> ERROR: Makepkg was unable to build esp-open-sdk-git.
  258. ==> Restart building esp-open-sdk-git ? [y/N]
  259. ==> -----------------------------------------
  260. ==> n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement