Guest User

Untitled

a guest
May 1st, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by dummy configure 0.1, which was
  5. generated by GNU Autoconf 2.71. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = 2b5864b4de4c
  14. uname -m = aarch64
  15. uname -r = 6.10.14-linuxkit
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Apr 15 16:00:54 UTC 2025
  18.  
  19. /usr/bin/uname -p = aarch64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = aarch64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /emsdk/upstream/emscripten/cache/sysroot/bin/
  31. PATH: /emsdk/
  32. PATH: /emsdk/upstream/emscripten/
  33. PATH: /emsdk/node/20.18.0_64bit/bin/
  34. PATH: /usr/local/sbin/
  35. PATH: /usr/local/bin/
  36. PATH: /usr/sbin/
  37. PATH: /usr/bin/
  38. PATH: /sbin/
  39. PATH: /bin/
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2153: checking for gcc
  47. configure:2185: result: /emsdk/upstream/emscripten/emcc
  48. configure:2538: checking for C compiler version
  49. configure:2547: /emsdk/upstream/emscripten/emcc --version >&5
  50. emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 4.0.8 (70404efec4458b60b953bc8f1529f2fa112cdfd1)
  51. Copyright (C) 2025 the Emscripten authors (see AUTHORS.txt)
  52. This is free and open source software under the MIT license.
  53. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:2558: $? = 0
  56. configure:2547: /emsdk/upstream/emscripten/emcc -v >&5
  57. emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 4.0.8 (70404efec4458b60b953bc8f1529f2fa112cdfd1)
  58. clang version 21.0.0git (https:/github.com/llvm/llvm-project 23e3cbb2e82b62586266116c8ab77ce68e412cf8)
  59. Target: wasm32-unknown-emscripten
  60. Thread model: posix
  61. InstalledDir: /emsdk/upstream/bin
  62. configure:2558: $? = 0
  63. configure:2547: /emsdk/upstream/emscripten/emcc -V >&5
  64. emcc: error: no input files
  65. configure:2558: $? = 1
  66. configure:2547: /emsdk/upstream/emscripten/emcc -qversion >&5
  67. emcc: error: no input files
  68. configure:2558: $? = 1
  69. configure:2547: /emsdk/upstream/emscripten/emcc -version >&5
  70. emcc: error: no input files
  71. configure:2558: $? = 1
  72. configure:2578: checking whether the C compiler works
  73. configure:2600: /emsdk/upstream/emscripten/emcc conftest.c >&5
  74. configure:2604: $? = 0
  75. configure:2654: result: yes
  76. configure:2657: checking for C compiler default output file name
  77. configure:2659: result: a.out
  78. configure:2665: checking for suffix of executables
  79. configure:2672: /emsdk/upstream/emscripten/emcc -o conftest conftest.c >&5
  80. configure:2676: $? = 0
  81. configure:2699: result:
  82. configure:2721: checking whether we are cross compiling
  83. configure:2729: /emsdk/upstream/emscripten/emcc -o conftest conftest.c >&5
  84. configure:2733: $? = 0
  85. configure:2740: ./conftest
  86. file:///src/conftest:79
  87. var fs = require('fs');
  88. ^
  89.  
  90. ReferenceError: require is not defined in ES module scope, you can use import instead
  91. at file:///src/conftest:79:12
  92. at ModuleJob.run (node:internal/modules/esm/module_job:234:25)
  93. at async ModuleLoader.import (node:internal/modules/esm/loader:473:24)
  94. at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5)
  95.  
  96. Node.js v20.18.0
  97. configure:2744: $? = 1
  98. configure:2751: error: in `/src':
  99. configure:2753: error: cannot run C compiled programs.
  100. If you meant to cross compile, use `--host'.
  101. See `config.log' for more details
  102.  
  103. ## ---------------- ##
  104. ## Cache variables. ##
  105. ## ---------------- ##
  106.  
  107. ac_cv_env_CC_set=set
  108. ac_cv_env_CC_value=/emsdk/upstream/emscripten/emcc
  109. ac_cv_env_CFLAGS_set=
  110. ac_cv_env_CFLAGS_value=
  111. ac_cv_env_CPPFLAGS_set=
  112. ac_cv_env_CPPFLAGS_value=
  113. ac_cv_env_LDFLAGS_set=
  114. ac_cv_env_LDFLAGS_value=
  115. ac_cv_env_LIBS_set=
  116. ac_cv_env_LIBS_value=
  117. ac_cv_env_build_alias_set=
  118. ac_cv_env_build_alias_value=
  119. ac_cv_env_host_alias_set=
  120. ac_cv_env_host_alias_value=
  121. ac_cv_env_target_alias_set=
  122. ac_cv_env_target_alias_value=
  123. ac_cv_prog_ac_ct_CC=/emsdk/upstream/emscripten/emcc
  124.  
  125. ## ----------------- ##
  126. ## Output variables. ##
  127. ## ----------------- ##
  128.  
  129. CC='/emsdk/upstream/emscripten/emcc'
  130. CFLAGS=''
  131. CPPFLAGS=''
  132. DEFS=''
  133. ECHO_C=''
  134. ECHO_N='-n'
  135. ECHO_T=''
  136. EXEEXT=''
  137. LDFLAGS=''
  138. LIBOBJS=''
  139. LIBS=''
  140. LTLIBOBJS=''
  141. OBJEXT=''
  142. PACKAGE_BUGREPORT=''
  143. PACKAGE_NAME='dummy'
  144. PACKAGE_STRING='dummy 0.1'
  145. PACKAGE_TARNAME='dummy'
  146. PACKAGE_URL=''
  147. PACKAGE_VERSION='0.1'
  148. PATH_SEPARATOR=':'
  149. SHELL='/bin/bash'
  150. ac_ct_CC='/emsdk/upstream/emscripten/emcc'
  151. bindir='${exec_prefix}/bin'
  152. build_alias=''
  153. datadir='${datarootdir}'
  154. datarootdir='${prefix}/share'
  155. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  156. dvidir='${docdir}'
  157. exec_prefix='NONE'
  158. host_alias=''
  159. htmldir='${docdir}'
  160. includedir='${prefix}/include'
  161. infodir='${datarootdir}/info'
  162. libdir='${exec_prefix}/lib'
  163. libexecdir='${exec_prefix}/libexec'
  164. localedir='${datarootdir}/locale'
  165. localstatedir='${prefix}/var'
  166. mandir='${datarootdir}/man'
  167. oldincludedir='/usr/include'
  168. pdfdir='${docdir}'
  169. prefix='NONE'
  170. program_transform_name='s,x,x,'
  171. psdir='${docdir}'
  172. runstatedir='${localstatedir}/run'
  173. sbindir='${exec_prefix}/sbin'
  174. sharedstatedir='${prefix}/com'
  175. sysconfdir='${prefix}/etc'
  176. target_alias=''
  177.  
  178. ## ----------- ##
  179. ## confdefs.h. ##
  180. ## ----------- ##
  181.  
  182. /* confdefs.h */
  183. #define PACKAGE_NAME "dummy"
  184. #define PACKAGE_TARNAME "dummy"
  185. #define PACKAGE_VERSION "0.1"
  186. #define PACKAGE_STRING "dummy 0.1"
  187. #define PACKAGE_BUGREPORT ""
  188. #define PACKAGE_URL ""
  189.  
  190. configure: exit 77
  191.  
Add Comment
Please, Sign In to add comment