Advertisement
cheako

i386fromamd64.txt

Jan 14th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.66 KB | None | 0 0
  1. cheako@nysa:~/src/lunarg/vulkan-loader-1.1.92.1~rc1$ CONFIG_SITE=/etc/dpkg-cross/cross-config.amd64 DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -d -ai386 -b -uc
  2. dpkg-buildpackage: info: source package vulkan-loader
  3. dpkg-buildpackage: info: source version 1.1.92.1~rc1-1lunarg18.04.1.1
  4. dpkg-buildpackage: info: source distribution bionic
  5. dpkg-buildpackage: info: source changed by Jeremy Hayes <jeremy@centaurus>
  6. dpkg-architecture: warning: specified GNU system type i686-linux-gnu does not match CC system type x86_64-linux-gnu, try setting a correct CC environment variable
  7. dpkg-buildpackage: info: host architecture i386
  8. dpkg-source --before-build .
  9. fakeroot debian/rules clean
  10. dh clean --with quilt --builddirectory=build/
  11. dh_auto_clean -O--builddirectory=build/
  12. dh_quilt_unpatch -O--builddirectory=build/
  13. Removing patch fix-pkgconfig.diff
  14. Restoring loader/vulkan.pc.in
  15.  
  16. No patches applied
  17. debian/rules override_dh_clean
  18. make[1]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1'
  19. dh_clean
  20. rm -rf __pycache__ \
  21. include \
  22. scripts/__pycache__
  23. make[1]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1'
  24. debian/rules build
  25. dh build --with quilt --builddirectory=build/
  26. dh_quilt_patch -O--builddirectory=build/
  27. Applying patch fix-pkgconfig.diff
  28. patching file loader/vulkan.pc.in
  29.  
  30. Now at patch fix-pkgconfig.diff
  31. dh_update_autotools_config -O--builddirectory=build/
  32. debian/rules override_dh_auto_configure
  33. make[1]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1'
  34. dh_auto_configure -- \
  35. -DCMAKE_BUILD_TYPE=Release \
  36. -DCMAKE_INSTALL_LIBDIR=/usr/lib/i386-linux-gnu \
  37. -DBUILD_TESTS=OFF \
  38. -DBUILD_WSI_MIR_SUPPORT=OFF
  39. cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=i686 -DCMAKE_C_COMPILER=i686-linux-gnu-gcc -DCMAKE_CXX_COMPILER=i686-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/i686-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/i686-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/i686-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/i386-linux-gnu -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib/i386-linux-gnu -DBUILD_TESTS=OFF -DBUILD_WSI_MIR_SUPPORT=OFF ..
  40. -- The C compiler identification is GNU 8.2.0
  41. -- The CXX compiler identification is GNU 8.2.0
  42. -- Check for working C compiler: /usr/bin/i686-linux-gnu-gcc
  43. -- Check for working C compiler: /usr/bin/i686-linux-gnu-gcc -- works
  44. -- Detecting C compiler ABI info
  45. -- Detecting C compiler ABI info - done
  46. -- Detecting C compile features
  47. -- Detecting C compile features - done
  48. -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++
  49. -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++ -- works
  50. -- Detecting CXX compiler ABI info
  51. -- Detecting CXX compiler ABI info - done
  52. -- Detecting CXX compile features
  53. -- Detecting CXX compile features - done
  54. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.2", minimum required is "3")
  55. -- Found VulkanHeaders: /usr/include
  56. -- Found VulkanRegistry: /usr/share/vulkan/registry
  57. -- Detected Vulkan Version 1.1.92
  58. -- Found PkgConfig: /usr/bin/i686-linux-gnu-pkg-config (found version "0.29")
  59. -- Could NOT find xcb (missing: XCB_LIBRARY)
  60. CMake Error at /usr/share/cmake-3.13/Modules/FindX11.cmake:429 (message):
  61. Could not find X11
  62. Call Stack (most recent call first):
  63. CMakeLists.txt:93 (find_package)
  64.  
  65.  
  66. -- Configuring incomplete, errors occurred!
  67. See also "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeOutput.log".
  68. cd build && tail -v -n \+0 CMakeCache.txt
  69. ==> CMakeCache.txt <==
  70. # This is the CMakeCache file.
  71. # For build in directory: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build
  72. # It was generated by CMake: /usr/bin/cmake
  73. # You can edit this file to change values found and used by cmake.
  74. # If you do not want to change any of the values, simply exit the editor.
  75. # If you do want to change a value, simply edit, save, and exit the editor.
  76. # The syntax for the file is as follows:
  77. # KEY:TYPE=VALUE
  78. # KEY is the name of a variable in the cache.
  79. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
  80. # VALUE is the current value for the KEY.
  81.  
  82. ########################
  83. # EXTERNAL cache entries
  84. ########################
  85.  
  86. //No help, variable specified on the command line.
  87. BUILD_TESTS:UNINITIALIZED=OFF
  88.  
  89. //No help, variable specified on the command line.
  90. BUILD_WSI_MIR_SUPPORT:UNINITIALIZED=OFF
  91.  
  92. //Build Wayland WSI support
  93. BUILD_WSI_WAYLAND_SUPPORT:BOOL=ON
  94.  
  95. //Build XCB WSI support
  96. BUILD_WSI_XCB_SUPPORT:BOOL=ON
  97.  
  98. //Build Xlib WSI support
  99. BUILD_WSI_XLIB_SUPPORT:BOOL=ON
  100.  
  101. //Path to a program.
  102. CMAKE_AR:FILEPATH=/usr/bin/i686-linux-gnu-ar
  103.  
  104. //Choose the type of build, options are: None Debug Release RelWithDebInfo
  105. // MinSizeRel ...
  106. CMAKE_BUILD_TYPE:STRING=Release
  107.  
  108. //Enable/Disable color output during build.
  109. CMAKE_COLOR_MAKEFILE:BOOL=ON
  110.  
  111. //CXX compiler
  112. CMAKE_CXX_COMPILER:STRING=/usr/bin/i686-linux-gnu-g++
  113.  
  114. //A wrapper around 'ar' adding the appropriate '--plugin' option
  115. // for the GCC compiler
  116. CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/i686-linux-gnu-gcc-ar-8
  117.  
  118. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  119. // for the GCC compiler
  120. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/i686-linux-gnu-gcc-ranlib-8
  121.  
  122. //Flags used by the CXX compiler during all build types.
  123. CMAKE_CXX_FLAGS:STRING=-g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
  124.  
  125. //Flags used by the CXX compiler during DEBUG builds.
  126. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  127.  
  128. //Flags used by the CXX compiler during MINSIZEREL builds.
  129. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  130.  
  131. //Flags used by the CXX compiler during RELEASE builds.
  132. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  133.  
  134. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  135. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  136.  
  137. //C compiler
  138. CMAKE_C_COMPILER:STRING=/usr/bin/i686-linux-gnu-gcc
  139.  
  140. //A wrapper around 'ar' adding the appropriate '--plugin' option
  141. // for the GCC compiler
  142. CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/i686-linux-gnu-gcc-ar-8
  143.  
  144. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  145. // for the GCC compiler
  146. CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/i686-linux-gnu-gcc-ranlib-8
  147.  
  148. //Flags used by the C compiler during all build types.
  149. CMAKE_C_FLAGS:STRING=-g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
  150.  
  151. //Flags used by the C compiler during DEBUG builds.
  152. CMAKE_C_FLAGS_DEBUG:STRING=-g
  153.  
  154. //Flags used by the C compiler during MINSIZEREL builds.
  155. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  156.  
  157. //Flags used by the C compiler during RELEASE builds.
  158. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  159.  
  160. //Flags used by the C compiler during RELWITHDEBINFO builds.
  161. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  162.  
  163. //Flags used by the linker during all build types.
  164. CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro
  165.  
  166. //Flags used by the linker during DEBUG builds.
  167. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  168.  
  169. //Flags used by the linker during MINSIZEREL builds.
  170. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  171.  
  172. //Flags used by the linker during RELEASE builds.
  173. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  174.  
  175. //Flags used by the linker during RELWITHDEBINFO builds.
  176. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  177.  
  178. //Enable/Disable output of compile commands during generation.
  179. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  180.  
  181. //No help, variable specified on the command line.
  182. CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
  183.  
  184. //No help, variable specified on the command line.
  185. CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
  186.  
  187. //User executables (bin)
  188. CMAKE_INSTALL_BINDIR:PATH=bin
  189.  
  190. //Read-only architecture-independent data (DATAROOTDIR)
  191. CMAKE_INSTALL_DATADIR:PATH=
  192.  
  193. //Read-only architecture-independent data root (share)
  194. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  195.  
  196. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  197. CMAKE_INSTALL_DOCDIR:PATH=
  198.  
  199. //C header files (include)
  200. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  201.  
  202. //Info documentation (DATAROOTDIR/info)
  203. CMAKE_INSTALL_INFODIR:PATH=
  204.  
  205. //Object code libraries (lib)
  206. CMAKE_INSTALL_LIBDIR:PATH=/usr/lib/i386-linux-gnu
  207.  
  208. //Program executables (libexec)
  209. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  210.  
  211. //Locale-dependent data (DATAROOTDIR/locale)
  212. CMAKE_INSTALL_LOCALEDIR:PATH=
  213.  
  214. //Modifiable single-machine data (var)
  215. CMAKE_INSTALL_LOCALSTATEDIR:PATH=/var
  216.  
  217. //Man documentation (DATAROOTDIR/man)
  218. CMAKE_INSTALL_MANDIR:PATH=
  219.  
  220. //C header files for non-gcc (/usr/include)
  221. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  222.  
  223. //Install path prefix, prepended onto install directories.
  224. CMAKE_INSTALL_PREFIX:PATH=/usr
  225.  
  226. //Run-time variable data (LOCALSTATEDIR/run)
  227. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  228.  
  229. //System admin executables (sbin)
  230. CMAKE_INSTALL_SBINDIR:PATH=sbin
  231.  
  232. //Modifiable architecture-independent data (com)
  233. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  234.  
  235. //Read-only single-machine data (etc)
  236. CMAKE_INSTALL_SYSCONFDIR:PATH=/etc
  237.  
  238. //Path to a program.
  239. CMAKE_LINKER:FILEPATH=/usr/bin/i686-linux-gnu-ld
  240.  
  241. //Path to a program.
  242. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
  243.  
  244. //Flags used by the linker during the creation of modules during
  245. // all build types.
  246. CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,-z,relro
  247.  
  248. //Flags used by the linker during the creation of modules during
  249. // DEBUG builds.
  250. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  251.  
  252. //Flags used by the linker during the creation of modules during
  253. // MINSIZEREL builds.
  254. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  255.  
  256. //Flags used by the linker during the creation of modules during
  257. // RELEASE builds.
  258. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  259.  
  260. //Flags used by the linker during the creation of modules during
  261. // RELWITHDEBINFO builds.
  262. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  263.  
  264. //Path to a program.
  265. CMAKE_NM:FILEPATH=/usr/bin/i686-linux-gnu-nm
  266.  
  267. //Path to a program.
  268. CMAKE_OBJCOPY:FILEPATH=/usr/bin/i686-linux-gnu-objcopy
  269.  
  270. //Path to a program.
  271. CMAKE_OBJDUMP:FILEPATH=/usr/bin/i686-linux-gnu-objdump
  272.  
  273. //Minimum OS X deployment version
  274. CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.12
  275.  
  276. //Value Computed by CMake
  277. CMAKE_PROJECT_DESCRIPTION:STATIC=
  278.  
  279. //Value Computed by CMake
  280. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  281.  
  282. //Value Computed by CMake
  283. CMAKE_PROJECT_NAME:STATIC=Vulkan-Loader
  284.  
  285. //Path to a program.
  286. CMAKE_RANLIB:FILEPATH=/usr/bin/i686-linux-gnu-ranlib
  287.  
  288. //Flags used by the linker during the creation of shared libraries
  289. // during all build types.
  290. CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-z,relro
  291.  
  292. //Flags used by the linker during the creation of shared libraries
  293. // during DEBUG builds.
  294. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  295.  
  296. //Flags used by the linker during the creation of shared libraries
  297. // during MINSIZEREL builds.
  298. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  299.  
  300. //Flags used by the linker during the creation of shared libraries
  301. // during RELEASE builds.
  302. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  303.  
  304. //Flags used by the linker during the creation of shared libraries
  305. // during RELWITHDEBINFO builds.
  306. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  307.  
  308. //If set, runtime paths are not added when installing shared libraries,
  309. // but are added when building.
  310. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
  311.  
  312. //If set, runtime paths are not added when using shared libraries.
  313. CMAKE_SKIP_RPATH:BOOL=NO
  314.  
  315. //Flags used by the linker during the creation of static libraries
  316. // during all build types.
  317. CMAKE_STATIC_LINKER_FLAGS:STRING=
  318.  
  319. //Flags used by the linker during the creation of static libraries
  320. // during DEBUG builds.
  321. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  322.  
  323. //Flags used by the linker during the creation of static libraries
  324. // during MINSIZEREL builds.
  325. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  326.  
  327. //Flags used by the linker during the creation of static libraries
  328. // during RELEASE builds.
  329. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  330.  
  331. //Flags used by the linker during the creation of static libraries
  332. // during RELWITHDEBINFO builds.
  333. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  334.  
  335. //Path to a program.
  336. CMAKE_STRIP:FILEPATH=/usr/bin/i686-linux-gnu-strip
  337.  
  338. //No help, variable specified on the command line.
  339. CMAKE_SYSTEM_NAME:UNINITIALIZED=Linux
  340.  
  341. //No help, variable specified on the command line.
  342. CMAKE_SYSTEM_PROCESSOR:UNINITIALIZED=i686
  343.  
  344. //If this value is on, makefiles will be generated without the
  345. // .SILENT directive, and all commands will be echoed to the console
  346. // during the make. This is useful for debugging only. With Visual
  347. // Studio IDE projects all commands are done without /nologo.
  348. CMAKE_VERBOSE_MAKEFILE:BOOL=ON
  349.  
  350. //Search path to use when XDG_CONFIG_DIRS is unset or empty or
  351. // the current process is SUID/SGID. Default is freedesktop compliant.
  352. FALLBACK_CONFIG_DIRS:STRING=/etc/xdg
  353.  
  354. //Search path to use when XDG_DATA_DIRS is unset or empty or the
  355. // current process is SUID/SGID. Default is freedesktop compliant.
  356. FALLBACK_DATA_DIRS:STRING=/usr/local/share:/usr/share
  357.  
  358. //No help, variable specified on the command line.
  359. PKGCONFIG_EXECUTABLE:UNINITIALIZED=/usr/bin/i686-linux-gnu-pkg-config
  360.  
  361. //pkg-config executable
  362. PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/i686-linux-gnu-pkg-config
  363.  
  364. //Path to a program.
  365. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
  366.  
  367. //No help, variable specified on the command line.
  368. QMAKE_EXECUTABLE:UNINITIALIZED=/usr/bin/i686-linux-gnu-qmake
  369.  
  370. //Use ccache
  371. USE_CCACHE:BOOL=OFF
  372.  
  373. //Value Computed by CMake
  374. Vulkan-Loader_BINARY_DIR:STATIC=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build
  375.  
  376. //Value Computed by CMake
  377. Vulkan-Loader_SOURCE_DIR:STATIC=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1
  378.  
  379. //Path to a file.
  380. VulkanHeaders_INCLUDE_DIR:PATH=/usr/include
  381.  
  382. //Path to a file.
  383. VulkanRegistry_DIR:PATH=/usr/share/vulkan/registry
  384.  
  385. //Path to a file.
  386. X11_ICE_INCLUDE_PATH:PATH=X11_ICE_INCLUDE_PATH-NOTFOUND
  387.  
  388. //Path to a library.
  389. X11_ICE_LIB:FILEPATH=X11_ICE_LIB-NOTFOUND
  390.  
  391. //Path to a file.
  392. X11_SM_INCLUDE_PATH:PATH=X11_SM_INCLUDE_PATH-NOTFOUND
  393.  
  394. //Path to a library.
  395. X11_SM_LIB:FILEPATH=X11_SM_LIB-NOTFOUND
  396.  
  397. //Path to a file.
  398. X11_X11_INCLUDE_PATH:PATH=/usr/include
  399.  
  400. //Path to a library.
  401. X11_X11_LIB:FILEPATH=X11_X11_LIB-NOTFOUND
  402.  
  403. //Path to a file.
  404. X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND
  405.  
  406. //Path to a library.
  407. X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND
  408.  
  409. //Path to a file.
  410. X11_XShm_INCLUDE_PATH:PATH=/usr/include
  411.  
  412. //Path to a file.
  413. X11_XSync_INCLUDE_PATH:PATH=/usr/include
  414.  
  415. //Path to a file.
  416. X11_XTest_INCLUDE_PATH:PATH=X11_XTest_INCLUDE_PATH-NOTFOUND
  417.  
  418. //Path to a library.
  419. X11_XTest_LIB:FILEPATH=X11_XTest_LIB-NOTFOUND
  420.  
  421. //Path to a file.
  422. X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND
  423.  
  424. //Path to a file.
  425. X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include
  426.  
  427. //Path to a file.
  428. X11_Xau_INCLUDE_PATH:PATH=/usr/include
  429.  
  430. //Path to a library.
  431. X11_Xau_LIB:FILEPATH=X11_Xau_LIB-NOTFOUND
  432.  
  433. //Path to a file.
  434. X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND
  435.  
  436. //Path to a library.
  437. X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND
  438.  
  439. //Path to a file.
  440. X11_Xcursor_INCLUDE_PATH:PATH=X11_Xcursor_INCLUDE_PATH-NOTFOUND
  441.  
  442. //Path to a library.
  443. X11_Xcursor_LIB:FILEPATH=X11_Xcursor_LIB-NOTFOUND
  444.  
  445. //Path to a file.
  446. X11_Xdamage_INCLUDE_PATH:PATH=/usr/include
  447.  
  448. //Path to a library.
  449. X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND
  450.  
  451. //Path to a file.
  452. X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include
  453.  
  454. //Path to a library.
  455. X11_Xdmcp_LIB:FILEPATH=X11_Xdmcp_LIB-NOTFOUND
  456.  
  457. //Path to a library.
  458. X11_Xext_LIB:FILEPATH=X11_Xext_LIB-NOTFOUND
  459.  
  460. //Path to a file.
  461. X11_Xfixes_INCLUDE_PATH:PATH=/usr/include
  462.  
  463. //Path to a library.
  464. X11_Xfixes_LIB:FILEPATH=X11_Xfixes_LIB-NOTFOUND
  465.  
  466. //Path to a file.
  467. X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND
  468.  
  469. //Path to a library.
  470. X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND
  471.  
  472. //Path to a file.
  473. X11_Xi_INCLUDE_PATH:PATH=X11_Xi_INCLUDE_PATH-NOTFOUND
  474.  
  475. //Path to a library.
  476. X11_Xi_LIB:FILEPATH=X11_Xi_LIB-NOTFOUND
  477.  
  478. //Path to a file.
  479. X11_Xinerama_INCLUDE_PATH:PATH=X11_Xinerama_INCLUDE_PATH-NOTFOUND
  480.  
  481. //Path to a library.
  482. X11_Xinerama_LIB:FILEPATH=X11_Xinerama_LIB-NOTFOUND
  483.  
  484. //Path to a file.
  485. X11_Xinput_INCLUDE_PATH:PATH=X11_Xinput_INCLUDE_PATH-NOTFOUND
  486.  
  487. //Path to a library.
  488. X11_Xinput_LIB:FILEPATH=X11_Xinput_LIB-NOTFOUND
  489.  
  490. //Path to a file.
  491. X11_Xkb_INCLUDE_PATH:PATH=/usr/include
  492.  
  493. //Path to a file.
  494. X11_Xkbfile_INCLUDE_PATH:PATH=X11_Xkbfile_INCLUDE_PATH-NOTFOUND
  495.  
  496. //Path to a library.
  497. X11_Xkbfile_LIB:FILEPATH=X11_Xkbfile_LIB-NOTFOUND
  498.  
  499. //Path to a file.
  500. X11_Xkblib_INCLUDE_PATH:PATH=/usr/include
  501.  
  502. //Path to a file.
  503. X11_Xlib_INCLUDE_PATH:PATH=/usr/include
  504.  
  505. //Path to a file.
  506. X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND
  507.  
  508. //Path to a library.
  509. X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND
  510.  
  511. //Path to a file.
  512. X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND
  513.  
  514. //Path to a library.
  515. X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND
  516.  
  517. //Path to a file.
  518. X11_Xrandr_INCLUDE_PATH:PATH=/usr/include
  519.  
  520. //Path to a library.
  521. X11_Xrandr_LIB:FILEPATH=X11_Xrandr_LIB-NOTFOUND
  522.  
  523. //Path to a file.
  524. X11_Xrender_INCLUDE_PATH:PATH=/usr/include
  525.  
  526. //Path to a library.
  527. X11_Xrender_LIB:FILEPATH=X11_Xrender_LIB-NOTFOUND
  528.  
  529. //Path to a file.
  530. X11_Xscreensaver_INCLUDE_PATH:PATH=X11_Xscreensaver_INCLUDE_PATH-NOTFOUND
  531.  
  532. //Path to a library.
  533. X11_Xscreensaver_LIB:FILEPATH=X11_Xscreensaver_LIB-NOTFOUND
  534.  
  535. //Path to a file.
  536. X11_Xshape_INCLUDE_PATH:PATH=/usr/include
  537.  
  538. //Path to a file.
  539. X11_Xt_INCLUDE_PATH:PATH=X11_Xt_INCLUDE_PATH-NOTFOUND
  540.  
  541. //Path to a library.
  542. X11_Xt_LIB:FILEPATH=X11_Xt_LIB-NOTFOUND
  543.  
  544. //Path to a file.
  545. X11_Xutil_INCLUDE_PATH:PATH=/usr/include
  546.  
  547. //Path to a file.
  548. X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND
  549.  
  550. //Path to a library.
  551. X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND
  552.  
  553. //Path to a library.
  554. X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND
  555.  
  556. //Path to a library.
  557. X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND
  558.  
  559. //Path to a file.
  560. X11_dpms_INCLUDE_PATH:PATH=/usr/include
  561.  
  562. //Path to a file.
  563. X11_xf86misc_INCLUDE_PATH:PATH=X11_xf86misc_INCLUDE_PATH-NOTFOUND
  564.  
  565. //Path to a file.
  566. X11_xf86vmode_INCLUDE_PATH:PATH=/usr/include
  567.  
  568. //Path to a file.
  569. XCB_INCLUDE_DIR:PATH=/usr/include
  570.  
  571. //Path to a library.
  572. XCB_LIBRARY:FILEPATH=XCB_LIBRARY-NOTFOUND
  573.  
  574.  
  575. ########################
  576. # INTERNAL cache entries
  577. ########################
  578.  
  579. //ADVANCED property for variable: CMAKE_AR
  580. CMAKE_AR-ADVANCED:INTERNAL=1
  581. //This is the directory where this CMakeCache.txt was created
  582. CMAKE_CACHEFILE_DIR:INTERNAL=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build
  583. //Major version of cmake used to create the current loaded cache
  584. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  585. //Minor version of cmake used to create the current loaded cache
  586. CMAKE_CACHE_MINOR_VERSION:INTERNAL=13
  587. //Patch version of cmake used to create the current loaded cache
  588. CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
  589. //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
  590. CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
  591. //Path to CMake executable.
  592. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
  593. //Path to cpack program executable.
  594. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
  595. //Path to ctest program executable.
  596. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
  597. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  598. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  599. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  600. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  601. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  602. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  603. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  604. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  605. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  606. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  607. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  608. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  609. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  610. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  611. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  612. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  613. //ADVANCED property for variable: CMAKE_C_COMPILER
  614. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  615. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  616. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  617. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  618. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  619. //ADVANCED property for variable: CMAKE_C_FLAGS
  620. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  621. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  622. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  623. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  624. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  625. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  626. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  627. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  628. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  629. //Executable file format
  630. CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
  631. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  632. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  633. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  634. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  635. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  636. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  637. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  638. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  639. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  640. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  641. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  642. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  643. //Name of external makefile project generator.
  644. CMAKE_EXTRA_GENERATOR:INTERNAL=
  645. //Name of generator.
  646. CMAKE_GENERATOR:INTERNAL=Unix Makefiles
  647. //Generator instance identifier.
  648. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  649. //Name of generator platform.
  650. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  651. //Name of generator toolset.
  652. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  653. //Source directory with the top level CMakeLists.txt file for this
  654. // project
  655. CMAKE_HOME_DIRECTORY:INTERNAL=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1
  656. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  657. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  658. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  659. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  660. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  661. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  662. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  663. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  664. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  665. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  666. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  667. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  668. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  669. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  670. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  671. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  672. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  673. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  674. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  675. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  676. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  677. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  678. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  679. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  680. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  681. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  682. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  683. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  684. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  685. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  686. //Install .so files without execute permission.
  687. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
  688. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  689. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  690. //ADVANCED property for variable: CMAKE_LINKER
  691. CMAKE_LINKER-ADVANCED:INTERNAL=1
  692. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  693. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  694. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  695. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  696. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  697. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  698. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  699. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  700. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  701. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  702. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  703. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  704. //ADVANCED property for variable: CMAKE_NM
  705. CMAKE_NM-ADVANCED:INTERNAL=1
  706. //number of local generators
  707. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
  708. //ADVANCED property for variable: CMAKE_OBJCOPY
  709. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  710. //ADVANCED property for variable: CMAKE_OBJDUMP
  711. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  712. //Platform information initialized
  713. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  714. //ADVANCED property for variable: CMAKE_RANLIB
  715. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  716. //Path to CMake installation.
  717. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13
  718. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  719. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  720. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  721. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  722. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  723. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  724. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  725. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  726. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  727. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  728. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  729. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  730. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  731. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  732. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  733. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  734. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  735. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  736. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  737. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  738. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  739. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  740. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  741. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  742. //ADVANCED property for variable: CMAKE_STRIP
  743. CMAKE_STRIP-ADVANCED:INTERNAL=1
  744. //uname command
  745. CMAKE_UNAME:INTERNAL=/usr/bin/uname
  746. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  747. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  748. //Details about finding PkgConfig
  749. FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/i686-linux-gnu-pkg-config][v0.29()]
  750. //Details about finding PythonInterp
  751. FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python3][v3.7.2(3)]
  752. //Details about finding VulkanHeaders
  753. FIND_PACKAGE_MESSAGE_DETAILS_VulkanHeaders:INTERNAL=[/usr/include][v()]
  754. //Details about finding VulkanRegistry
  755. FIND_PACKAGE_MESSAGE_DETAILS_VulkanRegistry:INTERNAL=[/usr/share/vulkan/registry][v()]
  756. PC_xcb_CFLAGS:INTERNAL=
  757. PC_xcb_CFLAGS_I:INTERNAL=
  758. PC_xcb_CFLAGS_OTHER:INTERNAL=
  759. PC_xcb_FOUND:INTERNAL=
  760. PC_xcb_INCLUDEDIR:INTERNAL=
  761. PC_xcb_LIBDIR:INTERNAL=
  762. PC_xcb_LIBS:INTERNAL=
  763. PC_xcb_LIBS_L:INTERNAL=
  764. PC_xcb_LIBS_OTHER:INTERNAL=
  765. PC_xcb_LIBS_PATHS:INTERNAL=
  766. PC_xcb_PREFIX:INTERNAL=
  767. PC_xcb_STATIC_CFLAGS:INTERNAL=
  768. PC_xcb_STATIC_CFLAGS_I:INTERNAL=
  769. PC_xcb_STATIC_CFLAGS_OTHER:INTERNAL=
  770. PC_xcb_STATIC_LIBDIR:INTERNAL=
  771. PC_xcb_STATIC_LIBS:INTERNAL=
  772. PC_xcb_STATIC_LIBS_L:INTERNAL=
  773. PC_xcb_STATIC_LIBS_OTHER:INTERNAL=
  774. PC_xcb_STATIC_LIBS_PATHS:INTERNAL=
  775. PC_xcb_VERSION:INTERNAL=
  776. PC_xcb_xcb_INCLUDEDIR:INTERNAL=
  777. PC_xcb_xcb_LIBDIR:INTERNAL=
  778. PC_xcb_xcb_PREFIX:INTERNAL=
  779. PC_xcb_xcb_VERSION:INTERNAL=
  780. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  781. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  782. //ADVANCED property for variable: PYTHON_EXECUTABLE
  783. PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
  784. //ADVANCED property for variable: VulkanHeaders_INCLUDE_DIR
  785. VulkanHeaders_INCLUDE_DIR-ADVANCED:INTERNAL=1
  786. //ADVANCED property for variable: VulkanRegistry_DIR
  787. VulkanRegistry_DIR-ADVANCED:INTERNAL=1
  788. //ADVANCED property for variable: XCB_INCLUDE_DIR
  789. XCB_INCLUDE_DIR-ADVANCED:INTERNAL=1
  790. //ADVANCED property for variable: XCB_LIBRARY
  791. XCB_LIBRARY-ADVANCED:INTERNAL=1
  792. //CMAKE_INSTALL_PREFIX during last run
  793. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr
  794. __pkg_config_checked_PC_xcb:INTERNAL=1
  795.  
  796. cd build && tail -v -n \+0 CMakeFiles/CMakeOutput.log
  797. ==> CMakeFiles/CMakeOutput.log <==
  798. The target system is: Linux - - i686
  799. The host system is: Linux - 4.18.0-2-amd64 - x86_64
  800. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  801. Compiler: /usr/bin/i686-linux-gnu-gcc
  802. Build flags: -g;-O2;-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
  803. Id flags:
  804.  
  805. The output was:
  806. 0
  807.  
  808.  
  809. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  810.  
  811. The C compiler identification is GNU, found in "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/3.13.2/CompilerIdC/a.out"
  812.  
  813. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  814. Compiler: /usr/bin/i686-linux-gnu-g++
  815. Build flags: -g;-O2;-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
  816. Id flags:
  817.  
  818. The output was:
  819. 0
  820.  
  821.  
  822. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  823.  
  824. The CXX compiler identification is GNU, found in "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/3.13.2/CompilerIdCXX/a.out"
  825.  
  826. Determining if the C compiler works passed with the following output:
  827. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  828.  
  829. Run Build Command:"/usr/bin/make" "cmTC_db152/fast"
  830. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  831. /usr/bin/make -f CMakeFiles/cmTC_db152.dir/build.make CMakeFiles/cmTC_db152.dir/build
  832. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  833. Building C object CMakeFiles/cmTC_db152.dir/testCCompiler.c.o
  834. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_db152.dir/testCCompiler.c.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp/testCCompiler.c"
  835. Linking C executable cmTC_db152
  836. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db152.dir/link.txt --verbose=1
  837. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_db152.dir/testCCompiler.c.o -o cmTC_db152
  838. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  839. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  840.  
  841.  
  842. Detecting C compiler ABI info compiled with the following output:
  843. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  844.  
  845. Run Build Command:"/usr/bin/make" "cmTC_46b14/fast"
  846. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  847. /usr/bin/make -f CMakeFiles/cmTC_46b14.dir/build.make CMakeFiles/cmTC_46b14.dir/build
  848. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  849. Building C object CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o
  850. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c
  851. Linking C executable cmTC_46b14
  852. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46b14.dir/link.txt --verbose=1
  853. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -v CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o -o cmTC_46b14
  854. Using built-in specs.
  855. COLLECT_GCC=/usr/bin/i686-linux-gnu-gcc
  856. COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper
  857. Target: i686-linux-gnu
  858. Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-11' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-linux-gnu --program-prefix=i686-linux-gnu- --includedir=/usr/i686-linux-gnu/include
  859. Thread model: posix
  860. gcc version 8.2.0 (Debian 8.2.0-11)
  861. COMPILER_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/bin/
  862. LIBRARY_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/:/lib/:/usr/lib/
  863. COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_46b14' '-mtune=generic' '-march=i686'
  864. /usr/lib/gcc-cross/i686-linux-gnu/8/collect2 -plugin /usr/lib/gcc-cross/i686-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccGlegwo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 -pie -o cmTC_46b14 /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/Scrt1.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crti.o /usr/lib/gcc-cross/i686-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc-cross/i686-linux-gnu/8 -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib -z relro CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc-cross/i686-linux-gnu/8/crtendS.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crtn.o
  865. COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_46b14' '-mtune=generic' '-march=i686'
  866. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  867. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  868.  
  869.  
  870. Parsed C implicit link information from above output:
  871. link line regex: [^( *|.*[/\])(i686-linux-gnu-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  872. ignore line: [Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp]
  873. ignore line: []
  874. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_46b14/fast"]
  875. ignore line: [make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp']
  876. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_46b14.dir/build.make CMakeFiles/cmTC_46b14.dir/build]
  877. ignore line: [make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp']
  878. ignore line: [Building C object CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o]
  879. ignore line: [/usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
  880. ignore line: [Linking C executable cmTC_46b14]
  881. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46b14.dir/link.txt --verbose=1]
  882. ignore line: [/usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -v CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o -o cmTC_46b14 ]
  883. ignore line: [Using built-in specs.]
  884. ignore line: [COLLECT_GCC=/usr/bin/i686-linux-gnu-gcc]
  885. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper]
  886. ignore line: [Target: i686-linux-gnu]
  887. ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-11' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-linux-gnu --program-prefix=i686-linux-gnu- --includedir=/usr/i686-linux-gnu/include]
  888. ignore line: [Thread model: posix]
  889. ignore line: [gcc version 8.2.0 (Debian 8.2.0-11) ]
  890. ignore line: [COMPILER_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/bin/]
  891. ignore line: [LIBRARY_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/:/lib/:/usr/lib/]
  892. ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_46b14' '-mtune=generic' '-march=i686']
  893. link line: [ /usr/lib/gcc-cross/i686-linux-gnu/8/collect2 -plugin /usr/lib/gcc-cross/i686-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccGlegwo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 -pie -o cmTC_46b14 /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/Scrt1.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crti.o /usr/lib/gcc-cross/i686-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc-cross/i686-linux-gnu/8 -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib -z relro CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc-cross/i686-linux-gnu/8/crtendS.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crtn.o]
  894. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/collect2] ==> ignore
  895. arg [-plugin] ==> ignore
  896. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/liblto_plugin.so] ==> ignore
  897. arg [-plugin-opt=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper] ==> ignore
  898. arg [-plugin-opt=-fresolution=/tmp/ccGlegwo.res] ==> ignore
  899. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  900. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  901. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  902. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  903. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  904. arg [--sysroot=/] ==> ignore
  905. arg [--build-id] ==> ignore
  906. arg [--eh-frame-hdr] ==> ignore
  907. arg [-m] ==> ignore
  908. arg [elf_i386] ==> ignore
  909. arg [--hash-style=gnu] ==> ignore
  910. arg [-dynamic-linker] ==> ignore
  911. arg [/lib/ld-linux.so.2] ==> ignore
  912. arg [-pie] ==> ignore
  913. arg [-o] ==> ignore
  914. arg [cmTC_46b14] ==> ignore
  915. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/Scrt1.o] ==> ignore
  916. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crti.o] ==> ignore
  917. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/crtbeginS.o] ==> ignore
  918. arg [-L/usr/lib/gcc-cross/i686-linux-gnu/8] ==> dir [/usr/lib/gcc-cross/i686-linux-gnu/8]
  919. arg [-L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib] ==> dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib]
  920. arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
  921. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  922. arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
  923. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  924. arg [-L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib] ==> dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib]
  925. arg [-zrelro] ==> ignore
  926. arg [CMakeFiles/cmTC_46b14.dir/CMakeCCompilerABI.c.o] ==> ignore
  927. arg [-lgcc] ==> lib [gcc]
  928. arg [--push-state] ==> ignore
  929. arg [--as-needed] ==> ignore
  930. arg [-lgcc_s] ==> lib [gcc_s]
  931. arg [--pop-state] ==> ignore
  932. arg [-lc] ==> lib [c]
  933. arg [-lgcc] ==> lib [gcc]
  934. arg [--push-state] ==> ignore
  935. arg [--as-needed] ==> ignore
  936. arg [-lgcc_s] ==> lib [gcc_s]
  937. arg [--pop-state] ==> ignore
  938. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/crtendS.o] ==> ignore
  939. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crtn.o] ==> ignore
  940. collapse library dir [/usr/lib/gcc-cross/i686-linux-gnu/8] ==> [/usr/lib/gcc-cross/i686-linux-gnu/8]
  941. collapse library dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib] ==> [/usr/i686-linux-gnu/lib]
  942. collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
  943. collapse library dir [/lib/../lib] ==> [/lib]
  944. collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
  945. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  946. collapse library dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib] ==> [/usr/i686-linux-gnu/lib]
  947. implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  948. implicit dirs: [/usr/lib/gcc-cross/i686-linux-gnu/8;/usr/i686-linux-gnu/lib;/lib/i386-linux-gnu;/lib;/usr/lib/i386-linux-gnu;/usr/lib]
  949. implicit fwks: []
  950.  
  951.  
  952.  
  953.  
  954. Detecting C [-std=c11] compiler features compiled with the following output:
  955. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  956.  
  957. Run Build Command:"/usr/bin/make" "cmTC_026e1/fast"
  958. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  959. /usr/bin/make -f CMakeFiles/cmTC_026e1.dir/build.make CMakeFiles/cmTC_026e1.dir/build
  960. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  961. Building C object CMakeFiles/cmTC_026e1.dir/feature_tests.c.o
  962. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c11 -o CMakeFiles/cmTC_026e1.dir/feature_tests.c.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.c"
  963. Linking C executable cmTC_026e1
  964. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_026e1.dir/link.txt --verbose=1
  965. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_026e1.dir/feature_tests.c.o -o cmTC_026e1
  966. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  967. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  968.  
  969.  
  970. Feature record: C_FEATURE:1c_function_prototypes
  971. Feature record: C_FEATURE:1c_restrict
  972. Feature record: C_FEATURE:1c_static_assert
  973. Feature record: C_FEATURE:1c_variadic_macros
  974.  
  975.  
  976. Detecting C [-std=c99] compiler features compiled with the following output:
  977. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  978.  
  979. Run Build Command:"/usr/bin/make" "cmTC_4cd78/fast"
  980. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  981. /usr/bin/make -f CMakeFiles/cmTC_4cd78.dir/build.make CMakeFiles/cmTC_4cd78.dir/build
  982. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  983. Building C object CMakeFiles/cmTC_4cd78.dir/feature_tests.c.o
  984. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -o CMakeFiles/cmTC_4cd78.dir/feature_tests.c.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.c"
  985. Linking C executable cmTC_4cd78
  986. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cd78.dir/link.txt --verbose=1
  987. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_4cd78.dir/feature_tests.c.o -o cmTC_4cd78
  988. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  989. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  990.  
  991.  
  992. Feature record: C_FEATURE:1c_function_prototypes
  993. Feature record: C_FEATURE:1c_restrict
  994. Feature record: C_FEATURE:0c_static_assert
  995. Feature record: C_FEATURE:1c_variadic_macros
  996.  
  997.  
  998. Detecting C [-std=c90] compiler features compiled with the following output:
  999. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1000.  
  1001. Run Build Command:"/usr/bin/make" "cmTC_ffe00/fast"
  1002. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1003. /usr/bin/make -f CMakeFiles/cmTC_ffe00.dir/build.make CMakeFiles/cmTC_ffe00.dir/build
  1004. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1005. Building C object CMakeFiles/cmTC_ffe00.dir/feature_tests.c.o
  1006. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c90 -o CMakeFiles/cmTC_ffe00.dir/feature_tests.c.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.c"
  1007. Linking C executable cmTC_ffe00
  1008. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ffe00.dir/link.txt --verbose=1
  1009. /usr/bin/i686-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_ffe00.dir/feature_tests.c.o -o cmTC_ffe00
  1010. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1011. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1012.  
  1013.  
  1014. Feature record: C_FEATURE:1c_function_prototypes
  1015. Feature record: C_FEATURE:0c_restrict
  1016. Feature record: C_FEATURE:0c_static_assert
  1017. Feature record: C_FEATURE:0c_variadic_macros
  1018. Determining if the CXX compiler works passed with the following output:
  1019. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1020.  
  1021. Run Build Command:"/usr/bin/make" "cmTC_bb9dc/fast"
  1022. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1023. /usr/bin/make -f CMakeFiles/cmTC_bb9dc.dir/build.make CMakeFiles/cmTC_bb9dc.dir/build
  1024. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1025. Building CXX object CMakeFiles/cmTC_bb9dc.dir/testCXXCompiler.cxx.o
  1026. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_bb9dc.dir/testCXXCompiler.cxx.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx"
  1027. Linking CXX executable cmTC_bb9dc
  1028. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb9dc.dir/link.txt --verbose=1
  1029. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_bb9dc.dir/testCXXCompiler.cxx.o -o cmTC_bb9dc
  1030. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1031. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1032.  
  1033.  
  1034. Detecting CXX compiler ABI info compiled with the following output:
  1035. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1036.  
  1037. Run Build Command:"/usr/bin/make" "cmTC_c9f4b/fast"
  1038. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1039. /usr/bin/make -f CMakeFiles/cmTC_c9f4b.dir/build.make CMakeFiles/cmTC_c9f4b.dir/build
  1040. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1041. Building CXX object CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o
  1042. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
  1043. Linking CXX executable cmTC_c9f4b
  1044. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9f4b.dir/link.txt --verbose=1
  1045. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -v CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c9f4b
  1046. Using built-in specs.
  1047. COLLECT_GCC=/usr/bin/i686-linux-gnu-g++
  1048. COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper
  1049. Target: i686-linux-gnu
  1050. Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-11' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-linux-gnu --program-prefix=i686-linux-gnu- --includedir=/usr/i686-linux-gnu/include
  1051. Thread model: posix
  1052. gcc version 8.2.0 (Debian 8.2.0-11)
  1053. COMPILER_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/bin/
  1054. LIBRARY_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/:/lib/:/usr/lib/
  1055. COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_c9f4b' '-shared-libgcc' '-mtune=generic' '-march=i686'
  1056. /usr/lib/gcc-cross/i686-linux-gnu/8/collect2 -plugin /usr/lib/gcc-cross/i686-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0bao56.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 -pie -o cmTC_c9f4b /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/Scrt1.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crti.o /usr/lib/gcc-cross/i686-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc-cross/i686-linux-gnu/8 -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib -z relro CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc-cross/i686-linux-gnu/8/crtendS.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crtn.o
  1057. COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_c9f4b' '-shared-libgcc' '-mtune=generic' '-march=i686'
  1058. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1059. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1060.  
  1061.  
  1062. Parsed CXX implicit link information from above output:
  1063. link line regex: [^( *|.*[/\])(i686-linux-gnu-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  1064. ignore line: [Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp]
  1065. ignore line: []
  1066. ignore line: [Run Build Command:"/usr/bin/make" "cmTC_c9f4b/fast"]
  1067. ignore line: [make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp']
  1068. ignore line: [/usr/bin/make -f CMakeFiles/cmTC_c9f4b.dir/build.make CMakeFiles/cmTC_c9f4b.dir/build]
  1069. ignore line: [make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp']
  1070. ignore line: [Building CXX object CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o]
  1071. ignore line: [/usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
  1072. ignore line: [Linking CXX executable cmTC_c9f4b]
  1073. ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9f4b.dir/link.txt --verbose=1]
  1074. ignore line: [/usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -v CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c9f4b ]
  1075. ignore line: [Using built-in specs.]
  1076. ignore line: [COLLECT_GCC=/usr/bin/i686-linux-gnu-g++]
  1077. ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper]
  1078. ignore line: [Target: i686-linux-gnu]
  1079. ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-11' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-linux-gnu --program-prefix=i686-linux-gnu- --includedir=/usr/i686-linux-gnu/include]
  1080. ignore line: [Thread model: posix]
  1081. ignore line: [gcc version 8.2.0 (Debian 8.2.0-11) ]
  1082. ignore line: [COMPILER_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/bin/]
  1083. ignore line: [LIBRARY_PATH=/usr/lib/gcc-cross/i686-linux-gnu/8/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/:/lib/:/usr/lib/]
  1084. ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=.' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_c9f4b' '-shared-libgcc' '-mtune=generic' '-march=i686']
  1085. link line: [ /usr/lib/gcc-cross/i686-linux-gnu/8/collect2 -plugin /usr/lib/gcc-cross/i686-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0bao56.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 -pie -o cmTC_c9f4b /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/Scrt1.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crti.o /usr/lib/gcc-cross/i686-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc-cross/i686-linux-gnu/8 -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib -z relro CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc-cross/i686-linux-gnu/8/crtendS.o /usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crtn.o]
  1086. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/collect2] ==> ignore
  1087. arg [-plugin] ==> ignore
  1088. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/liblto_plugin.so] ==> ignore
  1089. arg [-plugin-opt=/usr/lib/gcc-cross/i686-linux-gnu/8/lto-wrapper] ==> ignore
  1090. arg [-plugin-opt=-fresolution=/tmp/cc0bao56.res] ==> ignore
  1091. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  1092. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  1093. arg [-plugin-opt=-pass-through=-lc] ==> ignore
  1094. arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
  1095. arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
  1096. arg [--sysroot=/] ==> ignore
  1097. arg [--build-id] ==> ignore
  1098. arg [--eh-frame-hdr] ==> ignore
  1099. arg [-m] ==> ignore
  1100. arg [elf_i386] ==> ignore
  1101. arg [--hash-style=gnu] ==> ignore
  1102. arg [-dynamic-linker] ==> ignore
  1103. arg [/lib/ld-linux.so.2] ==> ignore
  1104. arg [-pie] ==> ignore
  1105. arg [-o] ==> ignore
  1106. arg [cmTC_c9f4b] ==> ignore
  1107. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/Scrt1.o] ==> ignore
  1108. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crti.o] ==> ignore
  1109. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/crtbeginS.o] ==> ignore
  1110. arg [-L/usr/lib/gcc-cross/i686-linux-gnu/8] ==> dir [/usr/lib/gcc-cross/i686-linux-gnu/8]
  1111. arg [-L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib] ==> dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib]
  1112. arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu]
  1113. arg [-L/lib/../lib] ==> dir [/lib/../lib]
  1114. arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu]
  1115. arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
  1116. arg [-L/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib] ==> dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib]
  1117. arg [-zrelro] ==> ignore
  1118. arg [CMakeFiles/cmTC_c9f4b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
  1119. arg [-lstdc++] ==> lib [stdc++]
  1120. arg [-lm] ==> lib [m]
  1121. arg [-lgcc_s] ==> lib [gcc_s]
  1122. arg [-lgcc] ==> lib [gcc]
  1123. arg [-lc] ==> lib [c]
  1124. arg [-lgcc_s] ==> lib [gcc_s]
  1125. arg [-lgcc] ==> lib [gcc]
  1126. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/crtendS.o] ==> ignore
  1127. arg [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib/crtn.o] ==> ignore
  1128. collapse library dir [/usr/lib/gcc-cross/i686-linux-gnu/8] ==> [/usr/lib/gcc-cross/i686-linux-gnu/8]
  1129. collapse library dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib/../lib] ==> [/usr/i686-linux-gnu/lib]
  1130. collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu]
  1131. collapse library dir [/lib/../lib] ==> [/lib]
  1132. collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu]
  1133. collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  1134. collapse library dir [/usr/lib/gcc-cross/i686-linux-gnu/8/../../../../i686-linux-gnu/lib] ==> [/usr/i686-linux-gnu/lib]
  1135. implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  1136. implicit dirs: [/usr/lib/gcc-cross/i686-linux-gnu/8;/usr/i686-linux-gnu/lib;/lib/i386-linux-gnu;/lib;/usr/lib/i386-linux-gnu;/usr/lib]
  1137. implicit fwks: []
  1138.  
  1139.  
  1140.  
  1141.  
  1142. Detecting CXX [-std=c++2a] compiler features compiled with the following output:
  1143. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1144.  
  1145. Run Build Command:"/usr/bin/make" "cmTC_f40b2/fast"
  1146. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1147. /usr/bin/make -f CMakeFiles/cmTC_f40b2.dir/build.make CMakeFiles/cmTC_f40b2.dir/build
  1148. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1149. Building CXX object CMakeFiles/cmTC_f40b2.dir/feature_tests.cxx.o
  1150. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++2a -o CMakeFiles/cmTC_f40b2.dir/feature_tests.cxx.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.cxx"
  1151. Linking CXX executable cmTC_f40b2
  1152. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f40b2.dir/link.txt --verbose=1
  1153. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_f40b2.dir/feature_tests.cxx.o -o cmTC_f40b2
  1154. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1155. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1156.  
  1157.  
  1158. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  1159. Feature record: CXX_FEATURE:1cxx_alias_templates
  1160. Feature record: CXX_FEATURE:1cxx_alignas
  1161. Feature record: CXX_FEATURE:1cxx_alignof
  1162. Feature record: CXX_FEATURE:1cxx_attributes
  1163. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  1164. Feature record: CXX_FEATURE:1cxx_auto_type
  1165. Feature record: CXX_FEATURE:1cxx_binary_literals
  1166. Feature record: CXX_FEATURE:1cxx_constexpr
  1167. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  1168. Feature record: CXX_FEATURE:1cxx_decltype
  1169. Feature record: CXX_FEATURE:1cxx_decltype_auto
  1170. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  1171. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  1172. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  1173. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  1174. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  1175. Feature record: CXX_FEATURE:1cxx_deleted_functions
  1176. Feature record: CXX_FEATURE:1cxx_digit_separators
  1177. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  1178. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  1179. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  1180. Feature record: CXX_FEATURE:1cxx_extern_templates
  1181. Feature record: CXX_FEATURE:1cxx_final
  1182. Feature record: CXX_FEATURE:1cxx_func_identifier
  1183. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  1184. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  1185. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  1186. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  1187. Feature record: CXX_FEATURE:1cxx_lambdas
  1188. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  1189. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  1190. Feature record: CXX_FEATURE:1cxx_long_long_type
  1191. Feature record: CXX_FEATURE:1cxx_noexcept
  1192. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  1193. Feature record: CXX_FEATURE:1cxx_nullptr
  1194. Feature record: CXX_FEATURE:1cxx_override
  1195. Feature record: CXX_FEATURE:1cxx_range_for
  1196. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  1197. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  1198. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  1199. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  1200. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  1201. Feature record: CXX_FEATURE:1cxx_rvalue_references
  1202. Feature record: CXX_FEATURE:1cxx_sizeof_member
  1203. Feature record: CXX_FEATURE:1cxx_static_assert
  1204. Feature record: CXX_FEATURE:1cxx_strong_enums
  1205. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1206. Feature record: CXX_FEATURE:1cxx_thread_local
  1207. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  1208. Feature record: CXX_FEATURE:1cxx_unicode_literals
  1209. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  1210. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  1211. Feature record: CXX_FEATURE:1cxx_user_literals
  1212. Feature record: CXX_FEATURE:1cxx_variable_templates
  1213. Feature record: CXX_FEATURE:1cxx_variadic_macros
  1214. Feature record: CXX_FEATURE:1cxx_variadic_templates
  1215.  
  1216.  
  1217. Detecting CXX [-std=c++17] compiler features compiled with the following output:
  1218. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1219.  
  1220. Run Build Command:"/usr/bin/make" "cmTC_79890/fast"
  1221. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1222. /usr/bin/make -f CMakeFiles/cmTC_79890.dir/build.make CMakeFiles/cmTC_79890.dir/build
  1223. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1224. Building CXX object CMakeFiles/cmTC_79890.dir/feature_tests.cxx.o
  1225. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++17 -o CMakeFiles/cmTC_79890.dir/feature_tests.cxx.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.cxx"
  1226. Linking CXX executable cmTC_79890
  1227. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79890.dir/link.txt --verbose=1
  1228. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_79890.dir/feature_tests.cxx.o -o cmTC_79890
  1229. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1230. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1231.  
  1232.  
  1233. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  1234. Feature record: CXX_FEATURE:1cxx_alias_templates
  1235. Feature record: CXX_FEATURE:1cxx_alignas
  1236. Feature record: CXX_FEATURE:1cxx_alignof
  1237. Feature record: CXX_FEATURE:1cxx_attributes
  1238. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  1239. Feature record: CXX_FEATURE:1cxx_auto_type
  1240. Feature record: CXX_FEATURE:1cxx_binary_literals
  1241. Feature record: CXX_FEATURE:1cxx_constexpr
  1242. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  1243. Feature record: CXX_FEATURE:1cxx_decltype
  1244. Feature record: CXX_FEATURE:1cxx_decltype_auto
  1245. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  1246. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  1247. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  1248. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  1249. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  1250. Feature record: CXX_FEATURE:1cxx_deleted_functions
  1251. Feature record: CXX_FEATURE:1cxx_digit_separators
  1252. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  1253. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  1254. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  1255. Feature record: CXX_FEATURE:1cxx_extern_templates
  1256. Feature record: CXX_FEATURE:1cxx_final
  1257. Feature record: CXX_FEATURE:1cxx_func_identifier
  1258. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  1259. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  1260. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  1261. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  1262. Feature record: CXX_FEATURE:1cxx_lambdas
  1263. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  1264. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  1265. Feature record: CXX_FEATURE:1cxx_long_long_type
  1266. Feature record: CXX_FEATURE:1cxx_noexcept
  1267. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  1268. Feature record: CXX_FEATURE:1cxx_nullptr
  1269. Feature record: CXX_FEATURE:1cxx_override
  1270. Feature record: CXX_FEATURE:1cxx_range_for
  1271. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  1272. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  1273. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  1274. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  1275. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  1276. Feature record: CXX_FEATURE:1cxx_rvalue_references
  1277. Feature record: CXX_FEATURE:1cxx_sizeof_member
  1278. Feature record: CXX_FEATURE:1cxx_static_assert
  1279. Feature record: CXX_FEATURE:1cxx_strong_enums
  1280. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1281. Feature record: CXX_FEATURE:1cxx_thread_local
  1282. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  1283. Feature record: CXX_FEATURE:1cxx_unicode_literals
  1284. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  1285. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  1286. Feature record: CXX_FEATURE:1cxx_user_literals
  1287. Feature record: CXX_FEATURE:1cxx_variable_templates
  1288. Feature record: CXX_FEATURE:1cxx_variadic_macros
  1289. Feature record: CXX_FEATURE:1cxx_variadic_templates
  1290.  
  1291.  
  1292. Detecting CXX [-std=c++14] compiler features compiled with the following output:
  1293. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1294.  
  1295. Run Build Command:"/usr/bin/make" "cmTC_ab8ca/fast"
  1296. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1297. /usr/bin/make -f CMakeFiles/cmTC_ab8ca.dir/build.make CMakeFiles/cmTC_ab8ca.dir/build
  1298. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1299. Building CXX object CMakeFiles/cmTC_ab8ca.dir/feature_tests.cxx.o
  1300. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -o CMakeFiles/cmTC_ab8ca.dir/feature_tests.cxx.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.cxx"
  1301. Linking CXX executable cmTC_ab8ca
  1302. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab8ca.dir/link.txt --verbose=1
  1303. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_ab8ca.dir/feature_tests.cxx.o -o cmTC_ab8ca
  1304. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1305. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1306.  
  1307.  
  1308. Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  1309. Feature record: CXX_FEATURE:1cxx_alias_templates
  1310. Feature record: CXX_FEATURE:1cxx_alignas
  1311. Feature record: CXX_FEATURE:1cxx_alignof
  1312. Feature record: CXX_FEATURE:1cxx_attributes
  1313. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  1314. Feature record: CXX_FEATURE:1cxx_auto_type
  1315. Feature record: CXX_FEATURE:1cxx_binary_literals
  1316. Feature record: CXX_FEATURE:1cxx_constexpr
  1317. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  1318. Feature record: CXX_FEATURE:1cxx_decltype
  1319. Feature record: CXX_FEATURE:1cxx_decltype_auto
  1320. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  1321. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  1322. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  1323. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  1324. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  1325. Feature record: CXX_FEATURE:1cxx_deleted_functions
  1326. Feature record: CXX_FEATURE:1cxx_digit_separators
  1327. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  1328. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  1329. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  1330. Feature record: CXX_FEATURE:1cxx_extern_templates
  1331. Feature record: CXX_FEATURE:1cxx_final
  1332. Feature record: CXX_FEATURE:1cxx_func_identifier
  1333. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  1334. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  1335. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  1336. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  1337. Feature record: CXX_FEATURE:1cxx_lambdas
  1338. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  1339. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  1340. Feature record: CXX_FEATURE:1cxx_long_long_type
  1341. Feature record: CXX_FEATURE:1cxx_noexcept
  1342. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  1343. Feature record: CXX_FEATURE:1cxx_nullptr
  1344. Feature record: CXX_FEATURE:1cxx_override
  1345. Feature record: CXX_FEATURE:1cxx_range_for
  1346. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  1347. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  1348. Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
  1349. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  1350. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  1351. Feature record: CXX_FEATURE:1cxx_rvalue_references
  1352. Feature record: CXX_FEATURE:1cxx_sizeof_member
  1353. Feature record: CXX_FEATURE:1cxx_static_assert
  1354. Feature record: CXX_FEATURE:1cxx_strong_enums
  1355. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1356. Feature record: CXX_FEATURE:1cxx_thread_local
  1357. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  1358. Feature record: CXX_FEATURE:1cxx_unicode_literals
  1359. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  1360. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  1361. Feature record: CXX_FEATURE:1cxx_user_literals
  1362. Feature record: CXX_FEATURE:1cxx_variable_templates
  1363. Feature record: CXX_FEATURE:1cxx_variadic_macros
  1364. Feature record: CXX_FEATURE:1cxx_variadic_templates
  1365.  
  1366.  
  1367. Detecting CXX [-std=c++11] compiler features compiled with the following output:
  1368. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1369.  
  1370. Run Build Command:"/usr/bin/make" "cmTC_ea5d8/fast"
  1371. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1372. /usr/bin/make -f CMakeFiles/cmTC_ea5d8.dir/build.make CMakeFiles/cmTC_ea5d8.dir/build
  1373. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1374. Building CXX object CMakeFiles/cmTC_ea5d8.dir/feature_tests.cxx.o
  1375. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -o CMakeFiles/cmTC_ea5d8.dir/feature_tests.cxx.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.cxx"
  1376. Linking CXX executable cmTC_ea5d8
  1377. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea5d8.dir/link.txt --verbose=1
  1378. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_ea5d8.dir/feature_tests.cxx.o -o cmTC_ea5d8
  1379. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1380. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1381.  
  1382.  
  1383. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  1384. Feature record: CXX_FEATURE:1cxx_alias_templates
  1385. Feature record: CXX_FEATURE:1cxx_alignas
  1386. Feature record: CXX_FEATURE:1cxx_alignof
  1387. Feature record: CXX_FEATURE:1cxx_attributes
  1388. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  1389. Feature record: CXX_FEATURE:1cxx_auto_type
  1390. Feature record: CXX_FEATURE:0cxx_binary_literals
  1391. Feature record: CXX_FEATURE:1cxx_constexpr
  1392. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  1393. Feature record: CXX_FEATURE:1cxx_decltype
  1394. Feature record: CXX_FEATURE:0cxx_decltype_auto
  1395. Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
  1396. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  1397. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  1398. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  1399. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  1400. Feature record: CXX_FEATURE:1cxx_deleted_functions
  1401. Feature record: CXX_FEATURE:0cxx_digit_separators
  1402. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  1403. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  1404. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  1405. Feature record: CXX_FEATURE:1cxx_extern_templates
  1406. Feature record: CXX_FEATURE:1cxx_final
  1407. Feature record: CXX_FEATURE:1cxx_func_identifier
  1408. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  1409. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  1410. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  1411. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  1412. Feature record: CXX_FEATURE:1cxx_lambdas
  1413. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  1414. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  1415. Feature record: CXX_FEATURE:1cxx_long_long_type
  1416. Feature record: CXX_FEATURE:1cxx_noexcept
  1417. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  1418. Feature record: CXX_FEATURE:1cxx_nullptr
  1419. Feature record: CXX_FEATURE:1cxx_override
  1420. Feature record: CXX_FEATURE:1cxx_range_for
  1421. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  1422. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  1423. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  1424. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  1425. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  1426. Feature record: CXX_FEATURE:1cxx_rvalue_references
  1427. Feature record: CXX_FEATURE:1cxx_sizeof_member
  1428. Feature record: CXX_FEATURE:1cxx_static_assert
  1429. Feature record: CXX_FEATURE:1cxx_strong_enums
  1430. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1431. Feature record: CXX_FEATURE:1cxx_thread_local
  1432. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  1433. Feature record: CXX_FEATURE:1cxx_unicode_literals
  1434. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  1435. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  1436. Feature record: CXX_FEATURE:1cxx_user_literals
  1437. Feature record: CXX_FEATURE:0cxx_variable_templates
  1438. Feature record: CXX_FEATURE:1cxx_variadic_macros
  1439. Feature record: CXX_FEATURE:1cxx_variadic_templates
  1440.  
  1441.  
  1442. Detecting CXX [-std=c++98] compiler features compiled with the following output:
  1443. Change Dir: /home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp
  1444.  
  1445. Run Build Command:"/usr/bin/make" "cmTC_10630/fast"
  1446. make[2]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1447. /usr/bin/make -f CMakeFiles/cmTC_10630.dir/build.make CMakeFiles/cmTC_10630.dir/build
  1448. make[3]: Entering directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1449. Building CXX object CMakeFiles/cmTC_10630.dir/feature_tests.cxx.o
  1450. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++98 -o CMakeFiles/cmTC_10630.dir/feature_tests.cxx.o -c "/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/feature_tests.cxx"
  1451. Linking CXX executable cmTC_10630
  1452. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10630.dir/link.txt --verbose=1
  1453. /usr/bin/i686-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_10630.dir/feature_tests.cxx.o -o cmTC_10630
  1454. make[3]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1455. make[2]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1/build/CMakeFiles/CMakeTmp'
  1456.  
  1457.  
  1458. Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
  1459. Feature record: CXX_FEATURE:0cxx_alias_templates
  1460. Feature record: CXX_FEATURE:0cxx_alignas
  1461. Feature record: CXX_FEATURE:0cxx_alignof
  1462. Feature record: CXX_FEATURE:0cxx_attributes
  1463. Feature record: CXX_FEATURE:0cxx_attribute_deprecated
  1464. Feature record: CXX_FEATURE:0cxx_auto_type
  1465. Feature record: CXX_FEATURE:0cxx_binary_literals
  1466. Feature record: CXX_FEATURE:0cxx_constexpr
  1467. Feature record: CXX_FEATURE:0cxx_contextual_conversions
  1468. Feature record: CXX_FEATURE:0cxx_decltype
  1469. Feature record: CXX_FEATURE:0cxx_decltype_auto
  1470. Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
  1471. Feature record: CXX_FEATURE:0cxx_default_function_template_args
  1472. Feature record: CXX_FEATURE:0cxx_defaulted_functions
  1473. Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
  1474. Feature record: CXX_FEATURE:0cxx_delegating_constructors
  1475. Feature record: CXX_FEATURE:0cxx_deleted_functions
  1476. Feature record: CXX_FEATURE:0cxx_digit_separators
  1477. Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
  1478. Feature record: CXX_FEATURE:0cxx_explicit_conversions
  1479. Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
  1480. Feature record: CXX_FEATURE:0cxx_extern_templates
  1481. Feature record: CXX_FEATURE:0cxx_final
  1482. Feature record: CXX_FEATURE:0cxx_func_identifier
  1483. Feature record: CXX_FEATURE:0cxx_generalized_initializers
  1484. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  1485. Feature record: CXX_FEATURE:0cxx_inheriting_constructors
  1486. Feature record: CXX_FEATURE:0cxx_inline_namespaces
  1487. Feature record: CXX_FEATURE:0cxx_lambdas
  1488. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  1489. Feature record: CXX_FEATURE:0cxx_local_type_template_args
  1490. Feature record: CXX_FEATURE:0cxx_long_long_type
  1491. Feature record: CXX_FEATURE:0cxx_noexcept
  1492. Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
  1493. Feature record: CXX_FEATURE:0cxx_nullptr
  1494. Feature record: CXX_FEATURE:0cxx_override
  1495. Feature record: CXX_FEATURE:0cxx_range_for
  1496. Feature record: CXX_FEATURE:0cxx_raw_string_literals
  1497. Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
  1498. Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
  1499. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  1500. Feature record: CXX_FEATURE:0cxx_right_angle_brackets
  1501. Feature record: CXX_FEATURE:0cxx_rvalue_references
  1502. Feature record: CXX_FEATURE:0cxx_sizeof_member
  1503. Feature record: CXX_FEATURE:0cxx_static_assert
  1504. Feature record: CXX_FEATURE:0cxx_strong_enums
  1505. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  1506. Feature record: CXX_FEATURE:0cxx_thread_local
  1507. Feature record: CXX_FEATURE:0cxx_trailing_return_types
  1508. Feature record: CXX_FEATURE:0cxx_unicode_literals
  1509. Feature record: CXX_FEATURE:0cxx_uniform_initialization
  1510. Feature record: CXX_FEATURE:0cxx_unrestricted_unions
  1511. Feature record: CXX_FEATURE:0cxx_user_literals
  1512. Feature record: CXX_FEATURE:0cxx_variable_templates
  1513. Feature record: CXX_FEATURE:0cxx_variadic_macros
  1514. Feature record: CXX_FEATURE:0cxx_variadic_templates
  1515. dh_auto_configure: cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=i686 -DCMAKE_C_COMPILER=i686-linux-gnu-gcc -DCMAKE_CXX_COMPILER=i686-linux-gnu-g\+\+ -DPKG_CONFIG_EXECUTABLE=/usr/bin/i686-linux-gnu-pkg-config -DPKGCONFIG_EXECUTABLE=/usr/bin/i686-linux-gnu-pkg-config -DQMAKE_EXECUTABLE=/usr/bin/i686-linux-gnu-qmake -DCMAKE_INSTALL_LIBDIR=lib/i386-linux-gnu -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib/i386-linux-gnu -DBUILD_TESTS=OFF -DBUILD_WSI_MIR_SUPPORT=OFF .. returned exit code 1
  1516. make[1]: *** [debian/rules:17: override_dh_auto_configure] Error 2
  1517. make[1]: Leaving directory '/home/cheako/src/lunarg/vulkan-loader-1.1.92.1~rc1'
  1518. make: *** [debian/rules:8: build] Error 2
  1519. dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
  1520. cheako@nysa:~/src/lunarg/vulkan-loader-1.1.92.1~rc1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement