Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 KB | None | 0 0
  1. [mozo@mozo wine-proton]$ pushd vendor/vkd3d && ./autogen.sh && popd
  2. ~/Downloads/wine-proton/vendor/vkd3d ~/Downloads/wine-proton
  3. autoreconf: Entering directory `.'
  4. autoreconf: configure.ac: not using Gettext
  5. autoreconf: running: aclocal --force -I m4
  6. autoreconf: configure.ac: tracing
  7. autoreconf: running: libtoolize --copy --force
  8. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'bin'.
  9. libtoolize: copying file 'bin/ltmain.sh'
  10. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  11. libtoolize: copying file 'm4/libtool.m4'
  12. libtoolize: copying file 'm4/ltoptions.m4'
  13. libtoolize: copying file 'm4/ltsugar.m4'
  14. libtoolize: copying file 'm4/ltversion.m4'
  15. libtoolize: copying file 'm4/lt~obsolete.m4'
  16. autoreconf: running: /usr/bin/autoconf --force
  17. autoreconf: running: /usr/bin/autoheader --force
  18. autoreconf: running: automake --add-missing --copy --force-missing
  19. configure.ac:19: installing 'bin/ar-lib'
  20. configure.ac:16: installing 'bin/compile'
  21. configure.ac:32: installing 'bin/config.guess'
  22. configure.ac:32: installing 'bin/config.sub'
  23. configure.ac:23: installing 'bin/install-sh'
  24. configure.ac:27: installing 'bin/missing'
  25. Makefile.am: installing 'bin/depcomp'
  26. parallel-tests: installing 'bin/test-driver'
  27. autoreconf: Leaving directory `.'
  28. ~/Downloads/wine-proton
  29. [mozo@mozo wine-proton]$ make configure
  30. make configure-dxvk
  31. make[1]: Entering directory '/home/mozo/Downloads/wine-proton'
  32. make -C vendor/dxvk clean
  33. make[2]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  34. rm -Rf build/wine64
  35. rm -Rf build/wine32
  36. make[2]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  37. make -C vendor/dxvk configure
  38. make[2]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  39. rm -Rf build/wine64
  40. rm -Rf build/wine32
  41. make build/wine64/build.ninja
  42. make[3]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  43. CFLAGS="-O2 -g0" meson --buildtype=release --prefix=/ --strip --libdir=lib64/wine --cross-file=build-wine64.txt build/wine64/
  44. The Meson build system
  45. Version: 0.49.0
  46. Source dir: /home/mozo/Downloads/wine-proton/vendor/dxvk
  47. Build dir: /home/mozo/Downloads/wine-proton/vendor/dxvk/build/wine64
  48. Build type: cross build
  49. Project name: dxvk
  50. Project version: v0.93
  51. Appending CFLAGS from environment: '-O2 -g0'
  52. Appending CFLAGS from environment: '-O2 -g0'
  53. Native C compiler: cc (gcc 8.2.1 "cc (GCC) 8.2.1 20181127")
  54. Cross C compiler: winegcc (gcc 8.2.1)
  55. Native C++ compiler: c++ (gcc 8.2.1 "c++ (GCC) 8.2.1 20181127")
  56. Cross C++ compiler: wineg++ (gcc 8.2.1)
  57. Host machine cpu family: x86_64
  58. Host machine cpu: x86_64
  59. Target machine cpu family: x86_64
  60. Target machine cpu: x86_64
  61. Build machine cpu family: x86_64
  62. Build machine cpu: x86_64
  63. Checking if "winelib check" compiles: YES
  64. Program glslangValidator found: YES (/usr/bin/glslangValidator)
  65. Cross dependency threads found: YES
  66. Dependency threads found: YES (cached)
  67. Configuring setup_dxvk.sh using configuration
  68. Build targets in project: 11
  69. Found ninja-1.8.2 at /usr/bin/ninja
  70. make[3]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  71. make build/wine32/build.ninja
  72. make[3]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  73. CFLAGS="-O2 -g0" meson --buildtype=release --prefix=/ --strip --libdir=lib/wine --cross-file=build-wine32.txt build/wine32/
  74. The Meson build system
  75. Version: 0.49.0
  76. Source dir: /home/mozo/Downloads/wine-proton/vendor/dxvk
  77. Build dir: /home/mozo/Downloads/wine-proton/vendor/dxvk/build/wine32
  78. Build type: cross build
  79. Project name: dxvk
  80. Project version: v0.93
  81. Appending CFLAGS from environment: '-O2 -g0'
  82. Appending CFLAGS from environment: '-O2 -g0'
  83. Native C compiler: cc (gcc 8.2.1 "cc (GCC) 8.2.1 20181127")
  84. Cross C compiler: winegcc (gcc 8.2.1)
  85. Native C++ compiler: c++ (gcc 8.2.1 "c++ (GCC) 8.2.1 20181127")
  86. Cross C++ compiler: wineg++ (gcc 8.2.1)
  87. Host machine cpu family: x86
  88. Host machine cpu: i686
  89. Target machine cpu family: x86
  90. Target machine cpu: i686
  91. Build machine cpu family: x86_64
  92. Build machine cpu: x86_64
  93. Checking if "winelib check" compiles: YES
  94. Program glslangValidator found: YES (/usr/bin/glslangValidator)
  95. Cross dependency threads found: YES
  96. Dependency threads found: YES (cached)
  97. Configuring setup_dxvk.sh using configuration
  98. Build targets in project: 11
  99. Found ninja-1.8.2 at /usr/bin/ninja
  100. make[3]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  101. make[2]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/dxvk'
  102. make[1]: Leaving directory '/home/mozo/Downloads/wine-proton'
  103. make configure-faudio
  104. make[1]: Entering directory '/home/mozo/Downloads/wine-proton'
  105. make -C vendor/faudio clean
  106. make[2]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/faudio'
  107. rm -Rf build/
  108. make[2]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/faudio'
  109. make -C vendor/faudio configure
  110. make[2]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/faudio'
  111. mkdir -p build/wine32/
  112. cd build/wine32/ && cmake /home/mozo/Downloads/wine-proton/vendor/faudio -DCMAKE_BUILD_TYPE=Release -DXNASONG=OFF -DFFMPEG=ON -DLOG_ASSERTIONS=ON \
  113. -DCMAKE_INSTALL_PREFIX=/home/mozo/Downloads/wine-proton/vendor/faudio/dist \
  114. -DCMAKE_INSTALL_LIBDIR="lib" \
  115. -DCMAKE_C_FLAGS="-O2 -march=native -fomit-frame-pointer -g0 -fipa-pta -m32" \
  116. -DCMAKE_CXX_FLAGS="-O2 -march=native -fomit-frame-pointer -g0 -fipa-pta -m32"
  117. -- The C compiler identification is GNU 8.2.1
  118. -- The CXX compiler identification is GNU 8.2.1
  119. -- Check for working C compiler: /usr/bin/cc
  120. -- Check for working C compiler: /usr/bin/cc -- works
  121. -- Detecting C compiler ABI info
  122. -- Detecting C compiler ABI info - done
  123. -- Detecting C compile features
  124. -- Detecting C compile features - done
  125. -- Check for working CXX compiler: /usr/bin/c++
  126. -- Check for working CXX compiler: /usr/bin/c++ -- works
  127. -- Detecting CXX compiler ABI info
  128. -- Detecting CXX compiler ABI info - done
  129. -- Detecting CXX compile features
  130. -- Detecting CXX compile features - done
  131. -- Found FFmpeg_avcodec: /usr/lib/libavcodec.so
  132. -- Found FFmpeg_avutil: /usr/lib/libavutil.so
  133. -- Found FFmpeg_swresample: /usr/lib/libswresample.so
  134. -- Found FFmpeg: TRUE
  135. -- using TARGET SDL2::SDL2
  136. -- Configuring done
  137. -- Generating done
  138. -- Build files have been written to: /home/mozo/Downloads/wine-proton/vendor/faudio/build/wine32
  139. mkdir -p build/wine64/
  140. cd build/wine64/ && cmake /home/mozo/Downloads/wine-proton/vendor/faudio -DCMAKE_BUILD_TYPE=Release -DXNASONG=OFF -DFFMPEG=ON -DLOG_ASSERTIONS=ON \
  141. -DCMAKE_INSTALL_PREFIX=/home/mozo/Downloads/wine-proton/vendor/faudio/dist \
  142. -DCMAKE_INSTALL_LIBDIR="lib64" \
  143. -DCMAKE_C_FLAGS="-O2 -march=native -fomit-frame-pointer -g0 -fipa-pta" \
  144. -DCMAKE_CXX_FLAGS="-O2 -march=native -fomit-frame-pointer -g0 -fipa-pta"
  145. -- The C compiler identification is GNU 8.2.1
  146. -- The CXX compiler identification is GNU 8.2.1
  147. -- Check for working C compiler: /usr/bin/cc
  148. -- Check for working C compiler: /usr/bin/cc -- works
  149. -- Detecting C compiler ABI info
  150. -- Detecting C compiler ABI info - done
  151. -- Detecting C compile features
  152. -- Detecting C compile features - done
  153. -- Check for working CXX compiler: /usr/bin/c++
  154. -- Check for working CXX compiler: /usr/bin/c++ -- works
  155. -- Detecting CXX compiler ABI info
  156. -- Detecting CXX compiler ABI info - done
  157. -- Detecting CXX compile features
  158. -- Detecting CXX compile features - done
  159. -- Found FFmpeg_avcodec: /usr/lib/libavcodec.so
  160. -- Found FFmpeg_avutil: /usr/lib/libavutil.so
  161. -- Found FFmpeg_swresample: /usr/lib/libswresample.so
  162. -- Found FFmpeg: TRUE
  163. -- using TARGET SDL2::SDL2
  164. -- Configuring done
  165. -- Generating done
  166. -- Build files have been written to: /home/mozo/Downloads/wine-proton/vendor/faudio/build/wine64
  167. make[2]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/faudio'
  168. make[1]: Leaving directory '/home/mozo/Downloads/wine-proton'
  169. make configure-vkd3d
  170. make[1]: Entering directory '/home/mozo/Downloads/wine-proton'
  171. make -C vendor/vkd3d clean
  172. make[2]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/vkd3d'
  173. rm -Rf build/
  174. make[2]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/vkd3d'
  175. make -C vendor/vkd3d configure
  176. make[2]: Entering directory '/home/mozo/Downloads/wine-proton/vendor/vkd3d'
  177. mkdir -p build/wine32
  178. cd build/wine32/ && ../../configure --host="i686-pc-linux-gnu" --prefix=/ --with-spirv-tools --libdir=/lib LDFLAGS="-m32" CFLAGS="-m32 -O2 -march=native -fomit-frame-pointer -g0 -fipa-pta -I/home/mozo/Downloads/wine-proton/vendor/vulkan-headers/include" PKG_CONFIG_PATH=/usr/lib32/pkgconfig
  179. checking for i686-pc-linux-gnu-gcc... no
  180. checking for gcc... gcc
  181. checking whether the C compiler works... yes
  182. checking for C compiler default output file name... a.out
  183. checking for suffix of executables...
  184. checking whether we are cross compiling... no
  185. checking for suffix of object files... o
  186. checking whether we are using the GNU C compiler... yes
  187. checking whether gcc accepts -g... yes
  188. checking for gcc option to accept ISO C89... none needed
  189. checking whether gcc understands -c and -o together... yes
  190. checking how to run the C preprocessor... gcc -E
  191. checking for grep that handles long lines and -e... /usr/bin/grep
  192. checking for egrep... /usr/bin/grep -E
  193. checking for ANSI C header files... yes
  194. checking for sys/types.h... yes
  195. checking for sys/stat.h... yes
  196. checking for stdlib.h... yes
  197. checking for string.h... yes
  198. checking for memory.h... yes
  199. checking for strings.h... yes
  200. checking for inttypes.h... yes
  201. checking for stdint.h... yes
  202. checking for unistd.h... yes
  203. checking minix/config.h usability... no
  204. checking minix/config.h presence... no
  205. checking for minix/config.h... no
  206. checking whether it is safe to define __EXTENSIONS__... yes
  207. checking for i686-pc-linux-gnu-ar... no
  208. checking for i686-pc-linux-gnu-lib... no
  209. checking for i686-pc-linux-gnu-link... no
  210. checking for ar... ar
  211. checking the archiver (ar) interface... ar
  212. checking for i686-pc-linux-gnu-gcc... gcc
  213. checking whether we are using the GNU C compiler... (cached) yes
  214. checking whether gcc accepts -g... (cached) yes
  215. checking for gcc option to accept ISO C89... (cached) none needed
  216. checking whether gcc understands -c and -o together... (cached) yes
  217. checking for a sed that does not truncate output... /usr/bin/sed
  218. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  219. checking for widl... widl
  220. checking for a BSD-compatible install... /usr/bin/install -c
  221. checking whether build environment is sane... yes
  222. checking for gawk... gawk
  223. checking whether make sets $(MAKE)... yes
  224. checking whether make supports the include directive... yes (GNU style)
  225. checking whether make supports nested variables... yes
  226. checking dependency style of gcc... gcc3
  227. checking whether to enable maintainer-specific portions of Makefiles... yes
  228. checking whether make supports nested variables... (cached) yes
  229. checking build system type... x86_64-pc-linux-gnu
  230. checking host system type... i686-pc-linux-gnu
  231. checking how to print strings... printf
  232. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  233. checking for fgrep... /usr/bin/grep -F
  234. checking for ld used by gcc... /usr/bin/ld
  235. checking if the linker (/usr/bin/ld) is GNU ld... yes
  236. checking for BSD- or MS-compatible name lister (nm)... no
  237. checking for i686-pc-linux-gnu-dumpbin... no
  238. checking for i686-pc-linux-gnu-link... no
  239. checking for dumpbin... no
  240. checking for link... link -dump
  241. checking the name lister (nm) interface... BSD nm
  242. checking whether ln -s works... yes
  243. checking the maximum length of command line arguments... 1572864
  244. checking how to convert x86_64-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  245. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  246. checking for /usr/bin/ld option to reload object files... -r
  247. checking for i686-pc-linux-gnu-objdump... no
  248. checking for objdump... objdump
  249. checking how to recognize dependent libraries... pass_all
  250. checking for i686-pc-linux-gnu-dlltool... no
  251. checking for dlltool... no
  252. checking how to associate runtime and link libraries... printf %s\n
  253. checking for i686-pc-linux-gnu-ar... ar
  254. checking for archiver @FILE support... @
  255. checking for i686-pc-linux-gnu-strip... no
  256. checking for strip... strip
  257. checking for i686-pc-linux-gnu-ranlib... no
  258. checking for ranlib... ranlib
  259. checking command to parse nm output from gcc object... ok
  260. checking for sysroot... no
  261. checking for a working dd... /usr/bin/dd
  262. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  263. checking for i686-pc-linux-gnu-mt... no
  264. checking for mt... no
  265. checking if : is a manifest tool... no
  266. checking for dlfcn.h... yes
  267. checking for objdir... .libs
  268. checking if gcc supports -fno-rtti -fno-exceptions... no
  269. checking for gcc option to produce PIC... -fPIC -DPIC
  270. checking if gcc PIC flag -fPIC -DPIC works... yes
  271. checking if gcc static flag -static works... yes
  272. checking if gcc supports -c -o file.o... yes
  273. checking if gcc supports -c -o file.o... (cached) yes
  274. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  275. checking whether -lc should be explicitly linked in... no
  276. checking dynamic linker characteristics... GNU/Linux ld.so
  277. checking how to hardcode library paths into programs... immediate
  278. checking whether stripping libraries is possible... yes
  279. checking if libtool supports shared libraries... yes
  280. checking whether to build shared libraries... yes
  281. checking whether to build static libraries... yes
  282. checking if LD -Wl,--version-script works... yes
  283. checking whether the compiler supports -std=c99... yes
  284. checking whether the compiler supports -Wdeclaration-after-statement... yes
  285. checking whether the compiler supports -Wmissing-prototypes... yes
  286. checking whether the compiler supports -Wunused-but-set-parameter... yes
  287. checking whether the compiler supports -Wvla... yes
  288. checking whether the compiler supports -Wl,--no-undefined... yes
  289. checking for i686-w64-mingw32-gcc... no
  290. checking for i586-w64-mingw32-gcc... no
  291. checking for i486-w64-mingw32-gcc... no
  292. checking for i386-w64-mingw32-gcc... no
  293. checking for x86_64-w64-mingw32-gcc... no
  294. checking for amd64-w64-mingw32-gcc... no
  295. checking pthread.h usability... yes
  296. checking pthread.h presence... yes
  297. checking for pthread.h... yes
  298. checking vulkan/vulkan.h usability... yes
  299. checking vulkan/vulkan.h presence... no
  300. configure: WARNING: vulkan/vulkan.h: accepted by the compiler, rejected by the preprocessor!
  301. configure: WARNING: vulkan/vulkan.h: proceeding with the compiler's result
  302. checking for vulkan/vulkan.h... yes
  303. checking vulkan/spirv.h usability... no
  304. checking vulkan/spirv.h presence... no
  305. checking for vulkan/spirv.h... no
  306. checking vulkan/GLSL.std.450.h usability... no
  307. checking vulkan/GLSL.std.450.h presence... no
  308. checking for vulkan/GLSL.std.450.h... no
  309. checking spirv/unified1/spirv.h usability... no
  310. checking spirv/unified1/spirv.h presence... no
  311. checking for spirv/unified1/spirv.h... no
  312. checking spirv/unified1/GLSL.std.450.h usability... no
  313. checking spirv/unified1/GLSL.std.450.h presence... no
  314. checking for spirv/unified1/GLSL.std.450.h... no
  315. configure: error: spirv.h not found.
  316. make[2]: *** [makefile:22: build/wine32/Makefile] Error 1
  317. make[2]: Leaving directory '/home/mozo/Downloads/wine-proton/vendor/vkd3d'
  318. make[1]: *** [makefile:80: configure-vkd3d] Error 2
  319. make[1]: Leaving directory '/home/mozo/Downloads/wine-proton'
  320. make: *** [makefile:95: configure] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement