Advertisement
Guest User

Untitled

a guest
Apr 27th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. Build started at 2019-04-27T16:38:33.909962
  2. Main binary: /usr/bin/python3
  3. Python system: Linux
  4. The Meson build system
  5. Version: 0.50.1
  6. Source dir: /tmp/SBo/wine-nine-standalone-0.4
  7. Build dir: /tmp/SBo/wine-nine-standalone-0.4/build32
  8. Build type: cross build
  9. Program tools/get_version.sh found: YES (/tmp/SBo/wine-nine-standalone-0.4/tools/get_version.sh)
  10. Running command: /tmp/SBo/wine-nine-standalone-0.4/tools/get_version.sh
  11. --- stdout ---
  12. 0.4.0.0-release
  13. --- stderr ---
  14.  
  15.  
  16. Project name: Gallium Nine Standalone
  17. Project version: 0.4.0.0-release
  18. Appending CFLAGS from environment: '-O2 -fPIC'
  19. Sanity testing C compiler: ccache cc
  20. Is cross compiler: False.
  21. Sanity check compiler command line: ccache cc /tmp/SBo/wine-nine-standalone-0.4/build32/meson-private/sanitycheckc.c -o /tmp/SBo/wine-nine-standalone-0.4/build32/meson-private/sanitycheckc.exe
  22. Sanity check compile stdout:
  23.  
  24. -----
  25. Sanity check compile stderr:
  26.  
  27. -----
  28. Running test binary command: /tmp/SBo/wine-nine-standalone-0.4/build32/meson-private/sanitycheckc.exe
  29. Sanity testing C compiler: winegcc
  30. Is cross compiler: True.
  31. Sanity check compiler command line: winegcc -m32 --no-gnu-unique -c /tmp/SBo/wine-nine-standalone-0.4/build32/meson-private/sanitycheckc.c -o /tmp/SBo/wine-nine-standalone-0.4/build32/meson-private/sanitycheckc_cross.exe
  32. Sanity check compile stdout:
  33.  
  34. -----
  35. Sanity check compile stderr:
  36.  
  37. -----
  38. Native C compiler: ccache cc (gcc 8.3.0 "cc (GCC) 8.3.0")
  39. Cross C compiler: winegcc (gcc 8.3.0)
  40. Host machine cpu family: x86
  41. Host machine cpu: i686
  42. Target machine cpu family: x86
  43. Target machine cpu: i686
  44. Build machine cpu family: x86_64
  45. Build machine cpu: x86_64
  46. Program winegcc found: YES (/usr/bin/winegcc)
  47. Running compile:
  48. Working directory: /tmp/tmpp6bnk5hc
  49. Command line: winegcc /tmp/tmpp6bnk5hc/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -c -o /tmp/tmpp6bnk5hc/output.obj -m32 --no-gnu-unique -O0
  50.  
  51. Code:
  52. #ifndef __WINE__
  53. #error 1
  54. #endif
  55. Compiler stdout:
  56.  
  57. Compiler stderr:
  58.  
  59. Checking if "winelib check" compiles: YES
  60. Running compile:
  61. Working directory: /tmp/tmpiud7sx9t
  62. Command line: winegcc /tmp/tmpiud7sx9t/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmpiud7sx9t/output.exe -m32 -mwindows -O0 -Wl,--start-group -lwine -Wl,--end-group -Wl,--allow-shlib-undefined
  63.  
  64. Code:
  65. int main(int argc, char **argv) { return 0; }
  66. Compiler stdout:
  67.  
  68. Compiler stderr:
  69.  
  70. Library wine found: YES
  71. Running compile:
  72. Working directory: /tmp/tmp2b_lkxu1
  73. Command line: winegcc /tmp/tmp2b_lkxu1/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -E -P -m32 --no-gnu-unique -O0
  74.  
  75. Code:
  76.  
  77. #ifdef __has_include
  78. #if !__has_include("wine/debug.h")
  79. #error "Header 'wine/debug.h' could not be found"
  80. #endif
  81. #else
  82. #include <wine/debug.h>
  83. #endif
  84. Compiler stdout:
  85.  
  86. Compiler stderr:
  87.  
  88. Has header "wine/debug.h" with dependency -lwine: YES
  89. Program wrc found: YES (/usr/bin/wrc)
  90. Running compile:
  91. Working directory: /tmp/tmp9op52ggc
  92. Command line: winegcc /tmp/tmp9op52ggc/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmp9op52ggc/output.exe -m32 -mwindows -O0
  93.  
  94. Code:
  95.  
  96. #define dlopen meson_disable_define_of_dlopen
  97.  
  98. #include <limits.h>
  99. #undef dlopen
  100.  
  101. #ifdef __cplusplus
  102. extern "C"
  103. #endif
  104. char dlopen ();
  105.  
  106. #if defined __stub_dlopen || defined __stub___dlopen
  107. fail fail fail this function is not going to work
  108. #endif
  109.  
  110. int main () {
  111. return dlopen ();
  112. }
  113. Compiler stdout:
  114.  
  115. Compiler stderr:
  116. /usr/bin/ld: testfile-knBzuu.o: in function `main':
  117. testfile.c:(.text+0x14): undefined reference to `dlopen'
  118. collect2: error: ld returned 1 exit status
  119. winegcc: /usr/bin/gcc failed
  120.  
  121. Running compile:
  122. Working directory: /tmp/tmpcc55kmmc
  123. Command line: winegcc /tmp/tmpcc55kmmc/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmpcc55kmmc/output.exe -m32 -mwindows -O0
  124.  
  125. Code:
  126.  
  127. int main() {
  128. #ifdef __has_builtin
  129. #if !__has_builtin(__builtin_dlopen)
  130. #error "__builtin_dlopen not found"
  131. #endif
  132. #elif ! defined(dlopen)
  133. /* Check for __builtin_dlopen only if no includes were added to the
  134. * prefix above, which means no definition of dlopen can be found.
  135. * We would always check for this, but we get false positives on
  136. * MSYS2 if we do. Their toolchain is broken, but we can at least
  137. * give them a workaround. */
  138. #if 1
  139. __builtin_dlopen;
  140. #else
  141. #error "No definition for __builtin_dlopen found in the prefix"
  142. #endif
  143. #endif
  144. }
  145. Compiler stdout:
  146.  
  147. Compiler stderr:
  148. /tmp/tmpcc55kmmc/testfile.c: In function 'main':
  149. /tmp/tmpcc55kmmc/testfile.c:14:17: error: '__builtin_dlopen' undeclared (first use in this function); did you mean '__builtin_drem'?
  150. __builtin_dlopen;
  151. ^~~~~~~~~~~~~~~~
  152. __builtin_drem
  153. /tmp/tmpcc55kmmc/testfile.c:14:17: note: each undeclared identifier is reported only once for each function it appears in
  154. winegcc: /usr/bin/gcc failed
  155.  
  156. Checking for function "dlopen" : NO
  157. Running compile:
  158. Working directory: /tmp/tmp8w_6b5w8
  159. Command line: winegcc /tmp/tmp8w_6b5w8/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmp8w_6b5w8/output.exe -m32 -mwindows -O0 -Wl,--start-group -ldl -Wl,--end-group -Wl,--allow-shlib-undefined
  160.  
  161. Code:
  162. int main(int argc, char **argv) { return 0; }
  163. Compiler stdout:
  164.  
  165. Compiler stderr:
  166.  
  167. Library dl found: YES
  168. Running compile:
  169. Working directory: /tmp/tmp4eowr2jn
  170. Command line: winegcc /tmp/tmp4eowr2jn/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmp4eowr2jn/output.exe -Wl,--start-group -ldl -Wl,--end-group -m32 -mwindows -O0
  171.  
  172. Code:
  173.  
  174. #define dlopen meson_disable_define_of_dlopen
  175.  
  176. #include <limits.h>
  177. #undef dlopen
  178.  
  179. #ifdef __cplusplus
  180. extern "C"
  181. #endif
  182. char dlopen ();
  183.  
  184. #if defined __stub_dlopen || defined __stub___dlopen
  185. fail fail fail this function is not going to work
  186. #endif
  187.  
  188. int main () {
  189. return dlopen ();
  190. }
  191. Compiler stdout:
  192.  
  193. Compiler stderr:
  194.  
  195. Checking for function "dlopen" with dependency -ldl: YES
  196. Running compile:
  197. Working directory: /tmp/tmpfj283iie
  198. Command line: winegcc /tmp/tmpfj283iie/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmpfj283iie/output.exe -Wl,--start-group -ldl -Wl,--end-group -m32 -mwindows -O0
  199.  
  200. Code:
  201.  
  202. #define dlclose meson_disable_define_of_dlclose
  203.  
  204. #include <limits.h>
  205. #undef dlclose
  206.  
  207. #ifdef __cplusplus
  208. extern "C"
  209. #endif
  210. char dlclose ();
  211.  
  212. #if defined __stub_dlclose || defined __stub___dlclose
  213. fail fail fail this function is not going to work
  214. #endif
  215.  
  216. int main () {
  217. return dlclose ();
  218. }
  219. Compiler stdout:
  220.  
  221. Compiler stderr:
  222.  
  223. Checking for function "dlclose" with dependency -ldl: YES
  224. Running compile:
  225. Working directory: /tmp/tmpps3rr93j
  226. Command line: winegcc /tmp/tmpps3rr93j/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmpps3rr93j/output.exe -Wl,--start-group -ldl -Wl,--end-group -m32 -mwindows -O0
  227.  
  228. Code:
  229.  
  230. #define dlsym meson_disable_define_of_dlsym
  231.  
  232. #include <limits.h>
  233. #undef dlsym
  234.  
  235. #ifdef __cplusplus
  236. extern "C"
  237. #endif
  238. char dlsym ();
  239.  
  240. #if defined __stub_dlsym || defined __stub___dlsym
  241. fail fail fail this function is not going to work
  242. #endif
  243.  
  244. int main () {
  245. return dlsym ();
  246. }
  247. Compiler stdout:
  248.  
  249. Compiler stderr:
  250.  
  251. Checking for function "dlsym" with dependency -ldl: YES
  252. Running compile:
  253. Working directory: /tmp/tmp1a3buewc
  254. Command line: winegcc /tmp/tmp1a3buewc/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /tmp/tmp1a3buewc/output.exe -Wl,--start-group -ldl -Wl,--end-group -m32 -mwindows -O0
  255.  
  256. Code:
  257.  
  258. #define dladdr meson_disable_define_of_dladdr
  259.  
  260. #include <limits.h>
  261. #undef dladdr
  262.  
  263. #ifdef __cplusplus
  264. extern "C"
  265. #endif
  266. char dladdr ();
  267.  
  268. #if defined __stub_dladdr || defined __stub___dladdr
  269. fail fail fail this function is not going to work
  270. #endif
  271.  
  272. int main () {
  273. return dladdr ();
  274. }
  275. Compiler stdout:
  276.  
  277. Compiler stderr:
  278.  
  279. Checking for function "dladdr" with dependency -ldl: YES
  280. Pkg-config binary for MachineChoice.HOST is not cached.
  281. Pkg-config binary for MachineChoice.HOST specified from cross file, native file, or env var as ['i586-slackware-linux-gnu-pkg-config']
  282. Trying pkg-config binary i586-slackware-linux-gnu-pkg-config for machine MachineChoice.HOST at [None]
  283. Did not find pkg-config by name 'i586-slackware-linux-gnu-pkg-config'
  284. Found Pkg-config: NO
  285. Pkg-config binary for machine MachineChoice.HOST not found. Giving up.
  286. CMake binary for MachineChoice.HOST is not cached
  287. CMake binary missing from cross or native file, or env var undefined.
  288. Found CMake: NO
  289. No CMake binary for machine MachineChoice.HOST not found. Giving up.
  290. Cross dependency d3d found: NO (tried pkgconfig and cmake)
  291. Message: trying alternative name for d3d...
  292. Pkg-config binary for MachineChoice.HOST is cached as not found.
  293. Pkg-config binary for machine MachineChoice.HOST not found. Giving up.
  294. CMake binary for MachineChoice.HOST is cached as not found
  295. No CMake binary for machine MachineChoice.HOST not found. Giving up.
  296. Cross dependency d3dadapter9 found: NO
  297.  
  298. meson.build:78:2: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement