Advertisement
Guest User

Untitled

a guest
Jan 28th, 2022
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. Build started at 2022-01-28T22:09:09.881474
  2. Main binary: /usr/bin/python
  3. Build Options: -Dprefix=/usr -Dbuildtype=plain -Ddefault_library=static
  4. Python system: Linux
  5. The Meson build system
  6. Version: 0.61.1
  7. Source dir: /home/jaap/applications/auracle-git/src/auracle
  8. Build dir: /home/jaap/applications/auracle-git/src/auracle/build
  9. Build type: native build
  10. Project name: auracle
  11. Project version: 0
  12. Sanity testing C++ compiler: ccache c++
  13. Is cross compiler: False.
  14. Sanity check compiler command line: ccache c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  15. Sanity check compile stdout:
  16.  
  17. -----
  18. Sanity check compile stderr:
  19.  
  20. -----
  21. Running test binary command: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/sanitycheckcpp.exe
  22. C++ compiler for the host machine: ccache c++ (gcc 11.1.0 "c++ (GCC) 11.1.0")
  23. C++ linker for the host machine: c++ ld.bfd 2.36.1
  24. Sanity testing C++ compiler: ccache c++
  25. Is cross compiler: False.
  26. Sanity check compiler command line: ccache c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  27. Sanity check compile stdout:
  28.  
  29. -----
  30. Sanity check compile stderr:
  31.  
  32. -----
  33. Running test binary command: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/sanitycheckcpp.exe
  34. C++ compiler for the build machine: ccache c++ (gcc 11.1.0 "c++ (GCC) 11.1.0")
  35. C++ linker for the build machine: c++ ld.bfd 2.36.1
  36. Build machine cpu family: x86_64
  37. Build machine cpu: x86_64
  38. Host machine cpu family: x86_64
  39. Host machine cpu: x86_64
  40. Target machine cpu family: x86_64
  41. Target machine cpu: x86_64
  42. Running compile:
  43. Working directory: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp3boijbwe
  44. Command line: ccache c++ /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp3boijbwe/testfile.cpp -o /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp3boijbwe/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -ffunction-sections
  45.  
  46. Code:
  47. extern int i;
  48. int i;
  49.  
  50. Compiler stdout:
  51.  
  52. Compiler stderr:
  53.  
  54. Compiler for C++ supports arguments -ffunction-sections: YES
  55. Running compile:
  56. Working directory: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpp7lpaek1
  57. Command line: ccache c++ /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpp7lpaek1/testfile.cpp -o /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpp7lpaek1/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fdata-sections
  58.  
  59. Code:
  60. extern int i;
  61. int i;
  62.  
  63. Compiler stdout:
  64.  
  65. Compiler stderr:
  66.  
  67. Compiler for C++ supports arguments -fdata-sections: YES
  68. Running compile:
  69. Working directory: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpj969kap1
  70. Command line: ccache c++ /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpj969kap1/testfile.cpp -o /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpj969kap1/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--fatal-warnings -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  71.  
  72. Code:
  73. int main(void) { return 0; }
  74.  
  75. Compiler stdout:
  76.  
  77. Compiler stderr:
  78.  
  79. Compiler for C++ supports link arguments -Wl,--gc-sections: YES
  80. Pkg-config binary for 1 is not cached.
  81. Pkg-config binary missing from cross or native file, or env var undefined.
  82. Trying a default Pkg-config fallback at pkg-config
  83. Found pkg-config: /sbin/pkg-config (1.8.0)
  84. Determining dependency 'nlohmann_json' with pkg-config executable '/sbin/pkg-config'
  85. env[PKG_CONFIG_PATH]:
  86. Called `/sbin/pkg-config --modversion nlohmann_json` -> 1
  87.  
  88. CMake binary for 1 is not cached
  89. CMake binary missing from cross or native file, or env var undefined.
  90. Trying a default CMake fallback at cmake
  91. Found CMake: /sbin/cmake (3.22.2)
  92. Extracting basic cmake information
  93. CMake Toolchain: Calling CMake once to generate the compiler state
  94. Calling CMake (['/sbin/cmake']) in /home/jaap/applications/auracle-git/src/auracle/build/meson-private/__CMake_compiler_info__ with:
  95. - "--trace-expand"
  96. - "--trace-format=json-v1"
  97. - "--no-warn-unused-cli"
  98. - "--trace-redirect=cmake_trace.txt"
  99. - "-G"
  100. - "Ninja"
  101. - "-DCMAKE_TOOLCHAIN_FILE=/home/jaap/applications/auracle-git/src/auracle/build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake"
  102. - "."
  103. Try CMake generator: auto
  104. Calling CMake (['/sbin/cmake']) in /home/jaap/applications/auracle-git/src/auracle/build/meson-private/cmake_nlohmann_json with:
  105. - "--trace-expand"
  106. - "--trace-format=json-v1"
  107. - "--no-warn-unused-cli"
  108. - "--trace-redirect=cmake_trace.txt"
  109. - "-DCMAKE_TOOLCHAIN_FILE=/home/jaap/applications/auracle-git/src/auracle/build/meson-private/cmake_nlohmann_json/CMakeMesonToolchainFile.cmake"
  110. - "."
  111. -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
  112. -- CMake root: /usr/share/cmake
  113. -- CMake architectures: ['libpyldb-util.cpython-310-x86-64-linux-gnu.so', 'libpyldb-util.cpython-310-x86-64-linux-gnu.so.2', 'libpyldb-util.cpython-310-x86-64-linux-gnu.so.2.4.1', 'libpytalloc-util.cpython-310-x86-64-linux-gnu.so', 'libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2', 'libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2.3.3', 'libsamba-policy.cpython-310-x86-64-linux-gnu.so', 'libsamba-policy.cpython-310-x86-64-linux-gnu.so.0', 'libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1']
  114. -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', 'lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so', 'lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so.2', 'lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so.2.4.1', 'lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so', 'lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2', 'lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2.3.3', 'lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so', 'lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0', 'lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1']
  115. Preliminary CMake check failed. Aborting.
  116. Run-time dependency nlohmann_json found: NO (tried pkgconfig and cmake)
  117. Looking for a fallback subproject for the dependency nlohmann_json
  118. Downloading nlohmann_json source from https://github.com/nlohmann/json/releases/download/v3.9.1/include.zip
  119.  
  120. Executing subproject nlohmann_json
  121.  
  122. Project name: nlohmann_json
  123. Project version: 3.9.1
  124. C++ compiler for the host machine: ccache c++ (gcc 11.1.0 "c++ (GCC) 11.1.0")
  125. C++ linker for the host machine: c++ ld.bfd 2.36.1
  126. C++ compiler for the build machine: ccache c++ (gcc 11.1.0 "c++ (GCC) 11.1.0")
  127. C++ linker for the build machine: c++ ld.bfd 2.36.1
  128. Build targets in project: 0
  129. Subproject nlohmann_json finished.
  130.  
  131. Dependency nlohmann_json from subproject subprojects/nlohmann_json-3.9.1 found: YES 3.9.1
  132. Pkg-config binary for 1 is cached.
  133. Determining dependency 'libalpm' with pkg-config executable '/sbin/pkg-config'
  134. env[PKG_CONFIG_PATH]:
  135. Called `/sbin/pkg-config --modversion libalpm` -> 0
  136. 13.0.1
  137. env[PKG_CONFIG_PATH]:
  138. Called `/sbin/pkg-config --cflags libalpm` -> 0
  139.  
  140. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  141. env[PKG_CONFIG_PATH]:
  142. Called `/sbin/pkg-config --libs libalpm` -> 0
  143. -L/usr/lib -lalpm
  144. env[PKG_CONFIG_PATH]:
  145. Called `/sbin/pkg-config --libs libalpm` -> 0
  146. -lalpm
  147. Running compile:
  148. Working directory: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp1tedf7cz
  149. Command line: ccache c++ /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp1tedf7cz/testfile.cpp -o /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp1tedf7cz/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  150.  
  151. Code:
  152. #include<stdio.h>
  153.  
  154. int main(void) {
  155. printf("%ld\n", (long)(sizeof(void *)));
  156. return 0;
  157. }
  158. Compiler stdout:
  159.  
  160. Compiler stderr:
  161. In file included from /usr/include/bits/libc-header-start.h:33,
  162. from /usr/include/stdio.h:27,
  163. from /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmp1tedf7cz/testfile.cpp:1:
  164. /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  165. 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  166. | ^~~~~~~
  167.  
  168. Program stdout:
  169.  
  170. 8
  171.  
  172. Program stderr:
  173.  
  174.  
  175. Running compile:
  176. Working directory: /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpf_8lgw6d
  177. Command line: ccache c++ /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpf_8lgw6d/testfile.cpp -o /home/jaap/applications/auracle-git/src/auracle/build/meson-private/tmpf_8lgw6d/output.obj -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs
  178.  
  179. Code:
  180.  
  181. Compiler stdout:
  182. install: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/
  183. programs: =/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/
  184. libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/x86_64-pc-linux-gnu/11.1.0/:/lib/../lib/:/usr/lib/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/
  185.  
  186. Compiler stderr:
  187.  
  188. Run-time dependency libalpm found: YES 13.0.1
  189. Pkg-config binary for 1 is cached.
  190. Determining dependency 'libcurl' with pkg-config executable '/sbin/pkg-config'
  191. env[PKG_CONFIG_PATH]:
  192. Called `/sbin/pkg-config --modversion libcurl` -> 0
  193. 7.81.0
  194. env[PKG_CONFIG_PATH]:
  195. Called `/sbin/pkg-config --cflags libcurl` -> 0
  196.  
  197. env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
  198. env[PKG_CONFIG_PATH]:
  199. Called `/sbin/pkg-config --libs libcurl` -> 0
  200. -L/usr/lib -lcurl
  201. env[PKG_CONFIG_PATH]:
  202. Called `/sbin/pkg-config --libs libcurl` -> 0
  203. -lcurl
  204. Run-time dependency libcurl found: YES 7.81.0
  205. Static keyword must be boolean
  206. Static keyword must be boolean
  207. Run-time dependency fmt found: NO
  208. Looking for a fallback subproject for the dependency fmt
  209. Building fallback subproject with default_library=static
  210. Downloading fmt source from https://github.com/fmtlib/fmt/archive/7.0.1.tar.gz
  211. Downloading fmt patch from https://github.com/mesonbuild/fmt/releases/download/7.0.1-1/fmt.zip
  212. HTTP Error 403: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
  213. A fallback URL could be specified using patch_fallback_url key in the wrap file
  214.  
  215. meson.build:30:0: ERROR: could not get https://github.com/mesonbuild/fmt/releases/download/7.0.1-1/fmt.zip is the internet available?
  216.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement