Skytrias

essence build msys2 attempt2

Jun 27th, 2020
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.92 KB | None | 0 0
  1. michael@DESKTOP-JFG2M8Q MSYS ~/essence
  2. $ ./start.sh
  3. Essence Build System
  4. Press Ctrl-C to exit.
  5.  
  6. === Essence License ===
  7.  
  8. MIT License
  9.  
  10. Copyright (c) 2017-2019 nakst and other contributors (see CONTRIBUTING.md).
  11.  
  12. Permission is hereby granted, free of charge, to any person obtaining a copy
  13. of this software and associated documentation files (the "Software"), to deal
  14. in the Software without restriction, including without limitation the rights
  15. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  16. copies of the Software, and to permit persons to whom the Software is
  17. furnished to do so, subject to the following conditions:
  18.  
  19. The above copyright notice and this permission notice shall be included in all
  20. copies or substantial portions of the Software.
  21.  
  22. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  23. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  24. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  25. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  26. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  27. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  28. SOFTWARE.
  29.  
  30. This project also include the work of other projects.
  31. All trademarks are registered trademarks of their respective owners.
  32. They licenses may be found in the following files:
  33.         - shared/nanosvg.h and shared/nanosvgrast.h
  34.         - shared/stb_image.h, shared/stb_sprintf.h and shared/stb_stb_ds.h
  35.         - res/Fonts/Noto Sans License.txt
  36.         - res/Icons/elementary Icons License.txt
  37.         - res/Sample Images/Licenses.txt
  38.         - Ported programs have their licenses in their respective folders.
  39. Please tell me if I've forgotten something!
  40.  
  41. Type 'yes' to acknowledge you have read the license, or press Ctrl-C to exit.
  42. yes
  43. sh: x86_64-essence-gcc: Kommando nicht gefunden.
  44.  
  45. The build system could not detect a GCC cross compiler in your PATH.
  46.  
  47. === READ THE FOLLOWING INSTRUCTIONS CAREFULLY ===
  48.  
  49. The build system will now automatically build a cross compiler for you.
  50. Make sure you are connected to the internet, and have the latest versions of the following programs:
  51.        - GCC/G++
  52.        - GNU Make
  53.        - GNU Bison
  54.        - Flex
  55.        - GNU GMP
  56.        - GNU MPFR
  57.        - GNU MPC
  58.        - Texinfo
  59.        - curl
  60.        - nasm
  61.        - ctags
  62.        - xz
  63.        - gzip
  64.        - tar
  65.        - grep
  66.        - sed
  67.  
  68. Make sure you have at least 3GB of drive space available.
  69. The final installation will take up ~300MB.
  70. You will need ~8GB of combined RAM and swap space.
  71. Approximately 100MB of source files will be downloaded.
  72. The full build may take over an hour on slower systems; on most modern systems, it should only take ~20 minutes.
  73. This does *not* require root permissions.
  74. I highly recommend that you fully update your system (Linux, Cygwin, etc.) before building.
  75. You will have problems if the path to your essence/ folder contains non-alphanumeric characters or whitespace.
  76.  
  77. Type 'yes' to install the GCC compiler into '/home/michael/essence/cross'.
  78. yes
  79. Updating path...
  80. PATH = /home/michael/essence/cross/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
  81. Preparing C standard library headers...
  82. Downloading and extracting sources...
  83. Modifying source...
  84. Running configure...
  85. configure: loading site script /etc/config.site
  86. checking build system type... x86_64-pc-msys
  87. checking host system type... x86_64-pc-msys
  88. checking target system type... x86_64-pc-essence
  89. checking for a BSD-compatible install... /usr/bin/install -c
  90. checking whether ln works... yes
  91. checking whether ln -s works... no, using cp -pR
  92. checking for a sed that does not truncate output... /usr/bin/sed
  93. checking for gawk... gawk
  94. checking for gcc... gcc
  95. checking whether the C compiler works... yes
  96. checking for C compiler default output file name... a.exe
  97. checking for suffix of executables... .exe
  98. checking whether we are cross compiling... no
  99. checking for suffix of object files... o
  100. checking whether we are using the GNU C compiler... yes
  101. checking whether gcc accepts -g... yes
  102. checking for gcc option to accept ISO C89... none needed
  103. checking for g++... g++
  104. checking whether we are using the GNU C++ compiler... yes
  105. checking whether g++ accepts -g... yes
  106. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  107. checking for gnatbind... no
  108. checking for gnatmake... no
  109. checking whether compiler driver understands Ada... no
  110. checking how to compare bootstrapped objects... tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2
  111. checking for objdir... .libs
  112. checking for isl 0.15 or later... no
  113. required isl version is 0.15 or later
  114. checking for default BUILD_CONFIG...
  115. checking for --enable-vtable-verify... no
  116. checking for bison... bison -y
  117. checking for bison... bison
  118. checking for gm4... no
  119. checking for gnum4... no
  120. checking for m4... m4
  121. checking for flex... flex
  122. checking for flex... flex
  123. checking for makeinfo... makeinfo
  124. checking for expect... no
  125. checking for runtest... no
  126. checking for ar... ar
  127. checking for as... as
  128. checking for dlltool... dlltool
  129. checking for ld... (cached) /usr/lib/gcc/x86_64-pc-msys/9.3.0/../../../../x86_64-pc-msys/bin/ld.exe
  130. checking for lipo... no
  131. checking for nm... nm
  132. checking for ranlib... ranlib
  133. checking for strip... strip
  134. checking for windres... windres
  135. checking for windmc... windmc
  136. checking for objcopy... objcopy
  137. checking for objdump... objdump
  138. checking for readelf... readelf
  139. checking for x86_64-essence-cc... no
  140. checking for x86_64-essence-gcc... no
  141. checking for x86_64-essence-c++... no
  142. checking for x86_64-essence-g++... no
  143. checking for x86_64-essence-cxx... no
  144. checking for x86_64-essence-gxx... no
  145. checking for x86_64-essence-gcc... no
  146. checking for x86_64-essence-gfortran... no
  147. checking for x86_64-essence-gccgo... no
  148. checking for x86_64-essence-ar... no
  149. checking for x86_64-essence-as... no
  150. checking for x86_64-essence-dlltool... no
  151. checking for x86_64-essence-ld... no
  152. checking for x86_64-essence-lipo... no
  153. checking for x86_64-essence-nm... no
  154. checking for x86_64-essence-objcopy... no
  155. checking for x86_64-essence-objdump... no
  156. checking for x86_64-essence-ranlib... no
  157. checking for x86_64-essence-readelf... no
  158. checking for x86_64-essence-strip... no
  159. checking for x86_64-essence-windres... no
  160. checking for x86_64-essence-windmc... no
  161. checking where to find the target ar... just compiled
  162. checking where to find the target as... just compiled
  163. checking where to find the target cc... pre-installed
  164. checking where to find the target c++... pre-installed
  165. checking where to find the target c++ for libstdc++... pre-installed
  166. checking where to find the target dlltool... just compiled
  167. checking where to find the target gcc... pre-installed
  168. checking where to find the target gfortran... pre-installed
  169. checking where to find the target gccgo... pre-installed
  170. checking where to find the target ld... just compiled
  171. checking where to find the target lipo... pre-installed
  172. checking where to find the target nm... just compiled
  173. checking where to find the target objcopy... just compiled
  174. checking where to find the target objdump... just compiled
  175. checking where to find the target ranlib... just compiled
  176. checking where to find the target readelf... just compiled
  177. checking where to find the target strip... just compiled
  178. checking where to find the target windres... just compiled
  179. checking where to find the target windmc... just compiled
  180. checking whether to enable maintainer-specific portions of Makefiles... no
  181. configure: creating ./config.status
  182. config.status: creating Makefile
  183. configure: loading site script /etc/config.site
  184. checking build system type... x86_64-pc-msys
  185. checking host system type... x86_64-pc-msys
  186. checking target system type... x86_64-pc-essence
  187. checking for a BSD-compatible install... /usr/bin/install -c
  188. checking whether ln works... yes
  189. checking whether ln -s works... no, using cp -pR
  190. checking for a sed that does not truncate output... /usr/bin/sed
  191. checking for gawk... gawk
  192. checking for libatomic support... no
  193. checking for libitm support... no
  194. checking for libsanitizer support... no
  195. checking for libvtv support... no
  196. checking for libhsail-rt support... no
  197. checking for libphobos support... no
  198. checking for gcc... gcc
  199. checking whether the C compiler works... yes
  200. checking for C compiler default output file name... a.exe
  201. checking for suffix of executables... .exe
  202. checking whether we are cross compiling... no
  203. checking for suffix of object files... o
  204. checking whether we are using the GNU C compiler... yes
  205. checking whether gcc accepts -g... yes
  206. checking for gcc option to accept ISO C89... none needed
  207. checking for g++... g++
  208. checking whether we are using the GNU C++ compiler... yes
  209. checking whether g++ accepts -g... yes
  210. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  211. checking for gnatbind... no
  212. checking for gnatmake... no
  213. checking whether compiler driver understands Ada... no
  214. checking how to compare bootstrapped objects... tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2
  215. checking for objdir... .libs
  216. checking for the correct version of gmp.h... no
  217. configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
  218. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
  219. their locations.  Source code for these libraries can be found at
  220. their respective hosting sites as well as at
  221. ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
  222. http://gcc.gnu.org/install/prerequisites.html for additional info.  If
  223. you obtained GMP, MPFR and/or MPC from a vendor distribution package,
  224. make sure that you have installed both the libraries and the header
  225. files.  They may be located in separate packages.
  226.  
  227. The build has failed. Please consult the documentation.
Add Comment
Please, Sign In to add comment