Last active
November 16, 2019 20:07
-
-
Save ldesgoui/7c68194698cd07a9b4600680cf11d16f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; | |
stdenv.mkDerivation rec { | |
pname = "AMDVLK"; | |
version = "2019.Q4.2"; | |
srcs = [ | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "AMDVLK"; | |
rev = "v-${version}"; | |
sha256 = "0rz6jn1jzg2g1hl46mmvb4jpwfa43cg6qinxbndcrvbwim3xl106"; | |
name = "AMDVLK"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "xgl"; | |
rev = "ef2f9c22455a79eea10c14e44fe371c003322ba1"; | |
sha256 = "0p2dn3ykp2207vbg9zl1hxrbzms4pv5d10mqvnvi6j5lh16cz8h8"; | |
name = "xgl"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "llpc"; | |
rev = "2ba438ad4c592229a4ae14bd4368e318ac4f81eb"; | |
sha256 = "1q97bqp0szd1nbzxgd8iqanlraf12cz0gdajaymwq7zsw3sfac2z"; | |
name = "llpc"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "pal"; | |
rev = "76c5b997630e558158dbdd8ca24a120071068631"; | |
sha256 = "0zr4nsyv8ncnajp5xk6hkpcs5zcr3p63j6nrhhndaccngp1wkaji"; | |
name = "pal"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "llvm-project"; | |
rev = "2c15e55bc4b7171d6fa4bbb0cd9265bb8ad999b8"; | |
sha256 = "1czidhrnvkaz8jfkckn1s2q1gczj29s7sr4l7lzimh0grk8swp12"; | |
name = "llvm-project"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "spvgen"; | |
rev = "f1bc2ba988273c3724afffe72fe9cd933a022ce7"; | |
sha256 = "0lxk7jv9byfmwfw2nlpsgbfgh64c7kr5ydx0z0fhxlyw637i9zz9"; | |
name = "spvgen"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "MetroHash"; | |
rev = "2b6fee002db6cc92345b02aeee963ebaaf4c0e2f"; | |
sha256 = "1ka5rc0azr05l1yj7dh0frz8zw0bqfv7nfyjaj2rd85z3jrwx4wr"; | |
name = "MetroHash"; | |
} | |
) | |
( | |
fetchFromGitHub { | |
owner = "GPUOpen-Drivers"; | |
repo = "CWPack"; | |
rev = "b601c88aeca7a7b08becb3d32709de383c8ee428"; | |
sha256 = "1fsg26ky8m1jmxrr9139j72awarfbbj5964lx4dgmqv276a1g6yz"; | |
name = "CWPack"; | |
} | |
) | |
]; | |
sourceRoot = "xgl"; | |
buildInputs = [ | |
python3 | |
perl | |
xorg.libX11 | |
# glslang | |
# spirv-headers | |
# spirv-tools | |
]; | |
nativeBuildInputs = [ cmake ninja ]; | |
cmakeFlags = [ | |
# "-DXGL_METROHASH_PATH=../MetroHash" | |
# "-DXGL_CWPACK_PATH=../CWPack" | |
"-DPAL_METROHASH_PATH=../../MetroHash" | |
"-DPAL_CWPACK_PATH=../../CWPack" | |
]; | |
meta = with stdenv.lib; { | |
description = "An open-source Vulkan driver for Radeon graphics adapters on Linux"; | |
homepage = "https://github.com/GPUOpen-Drivers/AMDVLK"; | |
license = licenses.mit; | |
maintainers = [ maintainers.ldesgoui ]; | |
platforms = platforms.linux; | |
}; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The system is: Linux - 5.3.8 - x86_64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | |
The C compiler identification is GNU, found in "/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/3.15.1/CompilerIdC/a.out" | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
Compiler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" | |
The CXX compiler identification is GNU, found in "/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/3.15.1/CompilerIdCXX/a.out" | |
Determining if the C compiler works passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_41466/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_41466.dir/build.make CMakeFiles/cmTC_41466.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_41466.dir/testCCompiler.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_41466.dir/testCCompiler.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/testCCompiler.c | |
Linking C executable cmTC_41466 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41466.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_41466.dir/testCCompiler.c.o -o cmTC_41466 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Detecting C compiler ABI info compiled with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_fc6d6/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_fc6d6.dir/build.make CMakeFiles/cmTC_fc6d6.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -v -o CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCCompilerABI.c | |
Using built-in specs. | |
COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/gcc | |
Target: x86_64-unknown-linux-gnu | |
Configured with: | |
Thread model: posix | |
gcc version 8.3.0 (GCC) | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-mtune=generic' '-march=x86-64' | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/cc1 -quiet -v -D _FORTIFY_SOURCE=2 -idirafter /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include -idirafter /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -fno-strict-overflow -fPIC --param ssp-buffer-size=4 -o /run/user/4242/ccawPQ0g.s | |
GNU C17 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu) | |
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
ignoring duplicate directory "/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include" | |
ignoring duplicate directory "/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include" | |
ignoring duplicate directory "/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include" | |
ignoring duplicate directory "/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include" | |
ignoring nonexistent directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../x86_64-unknown-linux-gnu/include" | |
ignoring duplicate directory "/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include" | |
ignoring duplicate directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include | |
/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include | |
/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include | |
/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed | |
/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include | |
End of search list. | |
GNU C17 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu) | |
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
Compiler executable checksum: c5b3a62c62885f377a796988a25cd8ab | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-mtune=generic' '-march=x86-64' | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/as -v --64 -o CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o /run/user/4242/ccawPQ0g.s | |
GNU assembler version 2.31.1 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.31.1 | |
COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/ | |
LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../ | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-mtune=generic' '-march=x86-64' | |
Linking C executable cmTC_fc6d6 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc6d6.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -v CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -o cmTC_fc6d6 | |
Using built-in specs. | |
COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/gcc | |
COLLECT_LTO_WRAPPER=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper | |
Target: x86_64-unknown-linux-gnu | |
Configured with: | |
Thread model: posix | |
gcc version 8.3.0 (GCC) | |
COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/ | |
LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../ | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'cmTC_fc6d6' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib' '-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-mtune=generic' '-march=x86-64' | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/collect2 -plugin /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/liblto_plugin.so -plugin-opt=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper -plugin-opt=-fresolution=/run/user/4242/ccA3Azzj.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 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2 -o cmTC_fc6d6 /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crt1.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crti.o /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbegin.o -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../.. -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2 CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib64 -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtend.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crtn.o | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'cmTC_fc6d6' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib' '-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-mtune=generic' '-march=x86-64' | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Parsed C implicit include dir info from above output: rv=done | |
found start of include info | |
found start of implicit include info | |
add: [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] | |
add: [/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] | |
add: [/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] | |
add: [/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] | |
add: [/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
end of search list found | |
collapse include dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] ==> [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] | |
collapse include dir [/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] ==> [/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] | |
collapse include dir [/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] ==> [/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] | |
collapse include dir [/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] ==> [/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] | |
collapse include dir [/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] ==> [/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
implicit include dirs: [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include;/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include;/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed;/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
Parsed C implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_fc6d6/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_fc6d6.dir/build.make CMakeFiles/cmTC_fc6d6.dir/build] | |
ignore line: [make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building C object CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o] | |
ignore line: [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -v -o CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCCompilerABI.c] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/gcc] | |
ignore line: [Target: x86_64-unknown-linux-gnu] | |
ignore line: [Configured with: ] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 8.3.0 (GCC) ] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-mtune=generic' '-march=x86-64'] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/cc1 -quiet -v -D _FORTIFY_SOURCE=2 -idirafter /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include -idirafter /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -fno-strict-overflow -fPIC --param ssp-buffer-size=4 -o /run/user/4242/ccawPQ0g.s] | |
ignore line: [GNU C17 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu)] | |
ignore line: [ compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP] | |
ignore line: [] | |
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | |
ignore line: [ignoring duplicate directory "/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include"] | |
ignore line: [ignoring nonexistent directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../x86_64-unknown-linux-gnu/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed"] | |
ignore line: [#include "..." search starts here:] | |
ignore line: [#include <...> search starts here:] | |
ignore line: [ /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] | |
ignore line: [ /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] | |
ignore line: [ /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] | |
ignore line: [ /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] | |
ignore line: [ /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
ignore line: [End of search list.] | |
ignore line: [GNU C17 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu)] | |
ignore line: [ compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP] | |
ignore line: [] | |
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | |
ignore line: [Compiler executable checksum: c5b3a62c62885f377a796988a25cd8ab] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-mtune=generic' '-march=x86-64'] | |
ignore line: [ /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/as -v --64 -o CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o /run/user/4242/ccawPQ0g.s] | |
ignore line: [GNU assembler version 2.31.1 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.31.1] | |
ignore line: [COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/] | |
ignore line: [LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-mtune=generic' '-march=x86-64'] | |
ignore line: [Linking C executable cmTC_fc6d6] | |
ignore line: [/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc6d6.dir/link.txt --verbose=1] | |
ignore line: [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -v CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -o cmTC_fc6d6 ] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/gcc] | |
ignore line: [COLLECT_LTO_WRAPPER=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper] | |
ignore line: [Target: x86_64-unknown-linux-gnu] | |
ignore line: [Configured with: ] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 8.3.0 (GCC) ] | |
ignore line: [COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/] | |
ignore line: [LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'cmTC_fc6d6' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib' '-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-mtune=generic' '-march=x86-64'] | |
link line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/collect2 -plugin /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/liblto_plugin.so -plugin-opt=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper -plugin-opt=-fresolution=/run/user/4242/ccA3Azzj.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 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2 -o cmTC_fc6d6 /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crt1.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crti.o /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbegin.o -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../.. -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2 CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib64 -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtend.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crtn.o] | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/collect2] ==> ignore | |
arg [-plugin] ==> ignore | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/liblto_plugin.so] ==> ignore | |
arg [-plugin-opt=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper] ==> ignore | |
arg [-plugin-opt=-fresolution=/run/user/4242/ccA3Azzj.res] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [--eh-frame-hdr] ==> ignore | |
arg [-m] ==> ignore | |
arg [elf_x86_64] ==> ignore | |
arg [-dynamic-linker] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_fc6d6] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crt1.o] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crti.o] ==> ignore | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbegin.o] ==> ignore | |
arg [-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
arg [-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
arg [-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
arg [-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
arg [-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
arg [-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
arg [-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
arg [-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
arg [-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
arg [-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
arg [-L/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] ==> dir [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] | |
arg [-L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] ==> dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] | |
arg [-L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64] ==> dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64] | |
arg [-L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../..] ==> dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../..] | |
arg [-dynamic-linker] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2] ==> ignore | |
arg [CMakeFiles/cmTC_fc6d6.dir/CMakeCCompilerABI.c.o] ==> ignore | |
arg [-rpath] ==> ignore | |
arg [/nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib64] ==> ignore | |
arg [-rpath] ==> ignore | |
arg [/nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib] ==> ignore | |
arg [-lgcc] ==> lib [gcc] | |
arg [--as-needed] ==> ignore | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--no-as-needed] ==> ignore | |
arg [-lc] ==> lib [c] | |
arg [-lgcc] ==> lib [gcc] | |
arg [--as-needed] ==> ignore | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--no-as-needed] ==> ignore | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtend.o] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crtn.o] ==> ignore | |
collapse library dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
collapse library dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
collapse library dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
collapse library dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
collapse library dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
collapse library dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
collapse library dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
collapse library dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
collapse library dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
collapse library dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
collapse library dir [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] ==> [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] | |
collapse library dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] | |
collapse library dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib64] | |
collapse library dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../..] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib] | |
implicit libs: [gcc;gcc_s;c;gcc;gcc_s] | |
implicit dirs: [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib;/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib;/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib;/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib;/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib;/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib64;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib] | |
implicit fwks: [] | |
Determining if the CXX compiler works passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_aaec7/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_aaec7.dir/build.make CMakeFiles/cmTC_aaec7.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_aaec7.dir/testCXXCompiler.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -o CMakeFiles/cmTC_aaec7.dir/testCXXCompiler.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
Linking CXX executable cmTC_aaec7 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aaec7.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ CMakeFiles/cmTC_aaec7.dir/testCXXCompiler.cxx.o -o cmTC_aaec7 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Detecting CXX compiler ABI info compiled with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_533a1/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_533a1.dir/build.make CMakeFiles/cmTC_533a1.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -v -o CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCXXCompilerABI.cpp | |
Using built-in specs. | |
COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/g++ | |
Target: x86_64-unknown-linux-gnu | |
Configured with: | |
Thread model: posix | |
gcc version 8.3.0 (GCC) | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/cc1plus -quiet -v -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 -idirafter /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include -idirafter /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -fno-strict-overflow -fPIC --param ssp-buffer-size=4 -o /run/user/4242/ccmILAmx.s | |
GNU C++14 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu) | |
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
ignoring duplicate directory "/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include" | |
ignoring duplicate directory "/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include" | |
ignoring duplicate directory "/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include" | |
ignoring duplicate directory "/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include" | |
ignoring nonexistent directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../x86_64-unknown-linux-gnu/include" | |
ignoring duplicate directory "/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include" | |
ignoring duplicate directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include | |
/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include | |
/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include | |
/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0 | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/x86_64-unknown-linux-gnu | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/backward | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed | |
/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include | |
End of search list. | |
GNU C++14 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu) | |
compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP | |
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | |
Compiler executable checksum: 2080bdba6e988a63c2e4722b0dd7452c | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/as -v --64 -o CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o /run/user/4242/ccmILAmx.s | |
GNU assembler version 2.31.1 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.31.1 | |
COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/ | |
LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../ | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
Linking CXX executable cmTC_533a1 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_533a1.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -v CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_533a1 | |
Using built-in specs. | |
COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/g++ | |
COLLECT_LTO_WRAPPER=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper | |
Target: x86_64-unknown-linux-gnu | |
Configured with: | |
Thread model: posix | |
gcc version 8.3.0 (GCC) | |
COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/ | |
LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../ | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'cmTC_533a1' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib' '-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/collect2 -plugin /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/liblto_plugin.so -plugin-opt=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper -plugin-opt=-fresolution=/run/user/4242/ccvsuEWz.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 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2 -o cmTC_533a1 /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crt1.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crti.o /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbegin.o -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../.. -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2 CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib64 -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtend.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crtn.o | |
COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'cmTC_533a1' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib' '-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Parsed CXX implicit include dir info from above output: rv=done | |
found start of include info | |
found start of implicit include info | |
add: [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] | |
add: [/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] | |
add: [/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] | |
add: [/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/x86_64-unknown-linux-gnu] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/backward] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] | |
add: [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] | |
add: [/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
end of search list found | |
collapse include dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] ==> [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] | |
collapse include dir [/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] ==> [/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] | |
collapse include dir [/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] ==> [/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] | |
collapse include dir [/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] ==> [/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include/c++/8.3.0] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/x86_64-unknown-linux-gnu] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include/c++/8.3.0/x86_64-unknown-linux-gnu] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/backward] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include/c++/8.3.0/backward] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] | |
collapse include dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] | |
collapse include dir [/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] ==> [/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
implicit include dirs: [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include;/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include;/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include/c++/8.3.0;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include/c++/8.3.0/x86_64-unknown-linux-gnu;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include/c++/8.3.0/backward;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed;/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
Parsed CXX implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_533a1/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_533a1.dir/build.make CMakeFiles/cmTC_533a1.dir/build] | |
ignore line: [make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building CXX object CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o] | |
ignore line: [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -v -o CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCXXCompilerABI.cpp] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/g++] | |
ignore line: [Target: x86_64-unknown-linux-gnu] | |
ignore line: [Configured with: ] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 8.3.0 (GCC) ] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/cc1plus -quiet -v -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 -idirafter /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include -idirafter /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include -isystem /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include -isystem /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include -isystem /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include -isystem /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fstack-protector-strong -fno-strict-overflow -fPIC --param ssp-buffer-size=4 -o /run/user/4242/ccmILAmx.s] | |
ignore line: [GNU C++14 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu)] | |
ignore line: [ compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP] | |
ignore line: [] | |
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | |
ignore line: [ignoring duplicate directory "/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include"] | |
ignore line: [ignoring nonexistent directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../x86_64-unknown-linux-gnu/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include"] | |
ignore line: [ignoring duplicate directory "/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed"] | |
ignore line: [#include "..." search starts here:] | |
ignore line: [#include <...> search starts here:] | |
ignore line: [ /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include] | |
ignore line: [ /nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include] | |
ignore line: [ /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include] | |
ignore line: [ /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/x86_64-unknown-linux-gnu] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../include/c++/8.3.0/backward] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/include] | |
ignore line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed] | |
ignore line: [ /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include] | |
ignore line: [End of search list.] | |
ignore line: [GNU C++14 (GCC) version 8.3.0 (x86_64-unknown-linux-gnu)] | |
ignore line: [ compiled by GNU C version 8.3.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.17.1-GMP] | |
ignore line: [] | |
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | |
ignore line: [Compiler executable checksum: 2080bdba6e988a63c2e4722b0dd7452c] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
ignore line: [ /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/as -v --64 -o CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o /run/user/4242/ccmILAmx.s] | |
ignore line: [GNU assembler version 2.31.1 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.31.1] | |
ignore line: [COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/] | |
ignore line: [LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
ignore line: [Linking CXX executable cmTC_533a1] | |
ignore line: [/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_533a1.dir/link.txt --verbose=1] | |
ignore line: [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -v CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_533a1 ] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/bin/g++] | |
ignore line: [COLLECT_LTO_WRAPPER=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper] | |
ignore line: [Target: x86_64-unknown-linux-gnu] | |
ignore line: [Configured with: ] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 8.3.0 (GCC) ] | |
ignore line: [COMPILER_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/] | |
ignore line: [LIBRARY_PATH=/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/:/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/:/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64/:/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../] | |
ignore line: [COLLECT_GCC_OPTIONS='-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector-strong' '--param' 'ssp-buffer-size=4' '-fno-strict-overflow' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fPIC' '-v' '-o' 'cmTC_533a1' '-B' '/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-B' '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/' '-idirafter' '/nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include' '-idirafter' '/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/include-fixed' '-B' '/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-isystem' '/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/include' '-isystem' '/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include' '-isystem' '/nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include' '-isystem' '/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib' '-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib' '-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib' '-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib' '-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
link line: [ /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/collect2 -plugin /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/liblto_plugin.so -plugin-opt=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper -plugin-opt=-fresolution=/run/user/4242/ccvsuEWz.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 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2 -o cmTC_533a1 /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crt1.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crti.o /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbegin.o -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib -L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib -L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib -L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib -L/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64 -L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../.. -dynamic-linker /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2 CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib64 -rpath /nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtend.o /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crtn.o] | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/collect2] ==> ignore | |
arg [-plugin] ==> ignore | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/liblto_plugin.so] ==> ignore | |
arg [-plugin-opt=/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/libexec/gcc/x86_64-unknown-linux-gnu/8.3.0/lto-wrapper] ==> ignore | |
arg [-plugin-opt=-fresolution=/run/user/4242/ccvsuEWz.res] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [--eh-frame-hdr] ==> ignore | |
arg [-m] ==> ignore | |
arg [elf_x86_64] ==> ignore | |
arg [-dynamic-linker] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_533a1] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crt1.o] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crti.o] ==> ignore | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtbegin.o] ==> ignore | |
arg [-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
arg [-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
arg [-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
arg [-L/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
arg [-L/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
arg [-L/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
arg [-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
arg [-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
arg [-L/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
arg [-L/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
arg [-L/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] ==> dir [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] | |
arg [-L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] ==> dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] | |
arg [-L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64] ==> dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64] | |
arg [-L/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../..] ==> dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../..] | |
arg [-dynamic-linker] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2] ==> ignore | |
arg [CMakeFiles/cmTC_533a1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | |
arg [-rpath] ==> ignore | |
arg [/nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib64] ==> ignore | |
arg [-rpath] ==> ignore | |
arg [/nix/store/9ca9qs4bwcmc43hb4kmnxrnifv9nn080-AMDVLK-2019.Q4.2/lib] ==> ignore | |
arg [-lstdc++] ==> lib [stdc++] | |
arg [-lm] ==> lib [m] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [-lgcc] ==> lib [gcc] | |
arg [-lc] ==> lib [c] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [-lgcc] ==> lib [gcc] | |
arg [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/crtend.o] ==> ignore | |
arg [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/crtn.o] ==> ignore | |
collapse library dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
collapse library dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
collapse library dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
collapse library dir [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] ==> [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib] | |
collapse library dir [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] ==> [/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib] | |
collapse library dir [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] ==> [/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib] | |
collapse library dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
collapse library dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
collapse library dir [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] ==> [/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib] | |
collapse library dir [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] ==> [/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib] | |
collapse library dir [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] ==> [/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin] | |
collapse library dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0] | |
collapse library dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../../../lib64] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib64] | |
collapse library dir [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0/../../..] ==> [/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib] | |
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] | |
implicit dirs: [/nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/lib;/nix/store/3bx2ln5v3q968mcask06hzdsbiyz6nrg-libxcb-1.13.1/lib;/nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib;/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib;/nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib;/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib/gcc/x86_64-unknown-linux-gnu/8.3.0;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib64;/nix/store/yvzq185jfr4vj74a9h4ap4dj4nnqbx7l-gcc-8.3.0/lib] | |
implicit fwks: [] | |
Determining if the include file sys/types.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_cd6f7/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_cd6f7.dir/build.make CMakeFiles/cmTC_cd6f7.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_cd6f7.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_cd6f7.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_cd6f7 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cd6f7.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_cd6f7.dir/CheckIncludeFile.c.o -o cmTC_cd6f7 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file stdint.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_29b58/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_29b58.dir/build.make CMakeFiles/cmTC_29b58.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_29b58.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_29b58.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_29b58 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29b58.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_29b58.dir/CheckIncludeFile.c.o -o cmTC_29b58 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file stddef.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_f4bbe/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_f4bbe.dir/build.make CMakeFiles/cmTC_f4bbe.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f4bbe.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_f4bbe.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_f4bbe | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4bbe.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_f4bbe.dir/CheckIncludeFile.c.o -o cmTC_f4bbe | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining size of unsigned short passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_244ed/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_244ed.dir/build.make CMakeFiles/cmTC_244ed.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_244ed.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_244ed.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c | |
Linking C executable cmTC_244ed | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_244ed.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_244ed.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_244ed | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the system is big endian passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_72f3e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_72f3e.dir/build.make CMakeFiles/cmTC_72f3e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_72f3e.dir/TestEndianess.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_72f3e.dir/TestEndianess.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/TestEndianess.c | |
Linking C executable cmTC_72f3e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72f3e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_72f3e.dir/TestEndianess.c.o -o cmTC_72f3e | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
TestEndianess.c: | |
/* A 16 bit integer is required. */ | |
typedef unsigned short cmakeint16; | |
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." | |
On a big endian machine the characters will be exchanged pairwise. */ | |
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; | |
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." | |
On a little endian machine the characters will be exchanged pairwise. */ | |
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; | |
#ifdef __CLASSIC_C__ | |
int main(argc, argv) int argc; char *argv[]; | |
#else | |
int main(int argc, char *argv[]) | |
#endif | |
{ | |
int require = 0; | |
require += info_little[argc]; | |
require += info_big[argc]; | |
(void)argv; | |
return require; | |
} | |
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": | |
gcc (GCC) 8.3.0 | |
Copyright (C) 2018 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
Determining if the include file dlfcn.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_8a82b/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_8a82b.dir/build.make CMakeFiles/cmTC_8a82b.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_8a82b.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_8a82b.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_8a82b | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a82b.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_8a82b.dir/CheckIncludeFile.c.o -o cmTC_8a82b -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file errno.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_af9f3/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_af9f3.dir/build.make CMakeFiles/cmTC_af9f3.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_af9f3.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_af9f3.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_af9f3 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af9f3.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_af9f3.dir/CheckIncludeFile.c.o -o cmTC_af9f3 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file fcntl.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_8b831/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_8b831.dir/build.make CMakeFiles/cmTC_8b831.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_8b831.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_8b831.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_8b831 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b831.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_8b831.dir/CheckIncludeFile.c.o -o cmTC_8b831 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file link.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_7d268/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_7d268.dir/build.make CMakeFiles/cmTC_7d268.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7d268.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_7d268.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_7d268 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d268.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_7d268.dir/CheckIncludeFile.c.o -o cmTC_7d268 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file pthread.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_f1106/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_f1106.dir/build.make CMakeFiles/cmTC_f1106.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f1106.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_f1106.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_f1106 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1106.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_f1106.dir/CheckIncludeFile.c.o -o cmTC_f1106 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file signal.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_700f7/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_700f7.dir/build.make CMakeFiles/cmTC_700f7.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_700f7.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_700f7.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_700f7 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_700f7.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_700f7.dir/CheckIncludeFile.c.o -o cmTC_700f7 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/ioctl.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_6f330/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_6f330.dir/build.make CMakeFiles/cmTC_6f330.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_6f330.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_6f330.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_6f330 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f330.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_6f330.dir/CheckIncludeFile.c.o -o cmTC_6f330 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/mman.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_0fed6/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_0fed6.dir/build.make CMakeFiles/cmTC_0fed6.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0fed6.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_0fed6.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_0fed6 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fed6.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_0fed6.dir/CheckIncludeFile.c.o -o cmTC_0fed6 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/param.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_24c8f/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_24c8f.dir/build.make CMakeFiles/cmTC_24c8f.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_24c8f.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_24c8f.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_24c8f | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24c8f.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_24c8f.dir/CheckIncludeFile.c.o -o cmTC_24c8f -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/resource.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_94dfb/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_94dfb.dir/build.make CMakeFiles/cmTC_94dfb.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_94dfb.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_94dfb.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_94dfb | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94dfb.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_94dfb.dir/CheckIncludeFile.c.o -o cmTC_94dfb -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/stat.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_8bc34/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_8bc34.dir/build.make CMakeFiles/cmTC_8bc34.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_8bc34.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_8bc34.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_8bc34 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8bc34.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_8bc34.dir/CheckIncludeFile.c.o -o cmTC_8bc34 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/time.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_c7fd6/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_c7fd6.dir/build.make CMakeFiles/cmTC_c7fd6.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_c7fd6.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_c7fd6.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_c7fd6 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7fd6.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_c7fd6.dir/CheckIncludeFile.c.o -o cmTC_c7fd6 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file termios.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_55e22/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_55e22.dir/build.make CMakeFiles/cmTC_55e22.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_55e22.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_55e22.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_55e22 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_55e22.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_55e22.dir/CheckIncludeFile.c.o -o cmTC_55e22 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file unistd.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_18f66/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_18f66.dir/build.make CMakeFiles/cmTC_18f66.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_18f66.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_18f66.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_18f66 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18f66.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_18f66.dir/CheckIncludeFile.c.o -o cmTC_18f66 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file fenv.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_cc9a9/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_cc9a9.dir/build.make CMakeFiles/cmTC_cc9a9.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_cc9a9.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_cc9a9.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_cc9a9 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc9a9.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_cc9a9.dir/CheckIncludeFile.c.o -o cmTC_cc9a9 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the FE_ALL_EXCEPT exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_99133/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_99133.dir/build.make CMakeFiles/cmTC_99133.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_99133.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_99133.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_99133 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99133.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_99133.dir/CheckSymbolExists.c.o -o cmTC_99133 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <fenv.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef FE_ALL_EXCEPT | |
return ((int*)(&FE_ALL_EXCEPT))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the FE_INEXACT exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_dc27d/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_dc27d.dir/build.make CMakeFiles/cmTC_dc27d.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_dc27d.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_dc27d.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_dc27d | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc27d.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_dc27d.dir/CheckSymbolExists.c.o -o cmTC_dc27d -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <fenv.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef FE_INEXACT | |
return ((int*)(&FE_INEXACT))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the include file linux/magic.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_60bd7/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_60bd7.dir/build.make CMakeFiles/cmTC_60bd7.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_60bd7.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_60bd7.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_60bd7 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60bd7.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_60bd7.dir/CheckIncludeFile.c.o -o cmTC_60bd7 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_create exists in the pthread passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_08c74/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_08c74.dir/build.make CMakeFiles/cmTC_08c74.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_08c74.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_08c74.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_08c74 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08c74.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_08c74.dir/CheckFunctionExists.c.o -o cmTC_08c74 -lpthread -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_getspecific exists in the pthread passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_5736d/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_5736d.dir/build.make CMakeFiles/cmTC_5736d.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5736d.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_getspecific -o CMakeFiles/cmTC_5736d.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_5736d | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5736d.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_getspecific CMakeFiles/cmTC_5736d.dir/CheckFunctionExists.c.o -o cmTC_5736d -lpthread -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_rwlock_init exists in the pthread passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3bf1c/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3bf1c.dir/build.make CMakeFiles/cmTC_3bf1c.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3bf1c.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init -o CMakeFiles/cmTC_3bf1c.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_3bf1c | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3bf1c.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_rwlock_init CMakeFiles/cmTC_3bf1c.dir/CheckFunctionExists.c.o -o cmTC_3bf1c -lpthread -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_mutex_lock exists in the pthread passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_aeb6b/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_aeb6b.dir/build.make CMakeFiles/cmTC_aeb6b.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_aeb6b.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock -o CMakeFiles/cmTC_aeb6b.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_aeb6b | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aeb6b.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_mutex_lock CMakeFiles/cmTC_aeb6b.dir/CheckFunctionExists.c.o -o cmTC_aeb6b -lpthread -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function dlopen exists in the dl passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3eb97/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3eb97.dir/build.make CMakeFiles/cmTC_3eb97.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3eb97.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_3eb97.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_3eb97 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3eb97.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_3eb97.dir/CheckFunctionExists.c.o -o cmTC_3eb97 -ldl -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function clock_gettime exists in the rt passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_5b05a/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_5b05a.dir/build.make CMakeFiles/cmTC_5b05a.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5b05a.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_5b05a.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_5b05a | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b05a.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_5b05a.dir/CheckFunctionExists.c.o -o cmTC_5b05a -lrt -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the include file pthread.h exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_937cc/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_937cc.dir/build.make CMakeFiles/cmTC_937cc.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_937cc.dir/CheckIncludeFile.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_937cc.dir/CheckIncludeFile.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_937cc | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_937cc.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_937cc.dir/CheckIncludeFile.c.o -o cmTC_937cc -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_create exists in the pthread passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_5b286/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_5b286.dir/build.make CMakeFiles/cmTC_5b286.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5b286.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_5b286.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_5b286 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b286.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_5b286.dir/CheckFunctionExists.c.o -o cmTC_5b286 -lpthread -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the backtrace exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_f4884/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_f4884.dir/build.make CMakeFiles/cmTC_f4884.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f4884.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_f4884.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_f4884 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4884.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_f4884.dir/CheckSymbolExists.c.o -o cmTC_f4884 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <execinfo.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef backtrace | |
return ((int*)(&backtrace))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the _Unwind_Backtrace exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_32449/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_32449.dir/build.make CMakeFiles/cmTC_32449.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_32449.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_32449.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_32449 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32449.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_32449.dir/CheckSymbolExists.c.o -o cmTC_32449 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unwind.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef _Unwind_Backtrace | |
return ((int*)(&_Unwind_Backtrace))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the getpagesize exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_2b444/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_2b444.dir/build.make CMakeFiles/cmTC_2b444.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_2b444.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_2b444.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_2b444 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b444.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_2b444.dir/CheckSymbolExists.c.o -o cmTC_2b444 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef getpagesize | |
return ((int*)(&getpagesize))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sysconf exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_13de2/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_13de2.dir/build.make CMakeFiles/cmTC_13de2.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_13de2.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_13de2.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_13de2 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13de2.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_13de2.dir/CheckSymbolExists.c.o -o cmTC_13de2 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sysconf | |
return ((int*)(&sysconf))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the getrusage exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_005e2/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_005e2.dir/build.make CMakeFiles/cmTC_005e2.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_005e2.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_005e2.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_005e2 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_005e2.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_005e2.dir/CheckSymbolExists.c.o -o cmTC_005e2 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/resource.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef getrusage | |
return ((int*)(&getrusage))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the setrlimit exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_2b6c2/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_2b6c2.dir/build.make CMakeFiles/cmTC_2b6c2.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_2b6c2.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_2b6c2.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_2b6c2 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b6c2.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_2b6c2.dir/CheckSymbolExists.c.o -o cmTC_2b6c2 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/resource.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef setrlimit | |
return ((int*)(&setrlimit))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the isatty exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_82f84/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_82f84.dir/build.make CMakeFiles/cmTC_82f84.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_82f84.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_82f84.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_82f84 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82f84.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_82f84.dir/CheckSymbolExists.c.o -o cmTC_82f84 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef isatty | |
return ((int*)(&isatty))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the futimens exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_bd283/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_bd283.dir/build.make CMakeFiles/cmTC_bd283.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_bd283.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_bd283.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_bd283 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd283.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_bd283.dir/CheckSymbolExists.c.o -o cmTC_bd283 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/stat.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef futimens | |
return ((int*)(&futimens))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the futimes exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_6f1cf/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_6f1cf.dir/build.make CMakeFiles/cmTC_6f1cf.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_6f1cf.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_6f1cf.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_6f1cf | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f1cf.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_6f1cf.dir/CheckSymbolExists.c.o -o cmTC_6f1cf -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/time.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef futimes | |
return ((int*)(&futimes))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the posix_fallocate exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_7c76a/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_7c76a.dir/build.make CMakeFiles/cmTC_7c76a.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7c76a.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_7c76a.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_7c76a | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c76a.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_7c76a.dir/CheckSymbolExists.c.o -o cmTC_7c76a -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <fcntl.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef posix_fallocate | |
return ((int*)(&posix_fallocate))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sigaltstack exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_dcccf/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_dcccf.dir/build.make CMakeFiles/cmTC_dcccf.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_dcccf.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_dcccf.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_dcccf | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcccf.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_dcccf.dir/CheckSymbolExists.c.o -o cmTC_dcccf -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <signal.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sigaltstack | |
return ((int*)(&sigaltstack))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the lseek64 exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3cdaf/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3cdaf.dir/build.make CMakeFiles/cmTC_3cdaf.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3cdaf.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_3cdaf.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_3cdaf | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3cdaf.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_3cdaf.dir/CheckSymbolExists.c.o -o cmTC_3cdaf -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/types.h> | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef lseek64 | |
return ((int*)(&lseek64))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the mallinfo exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_ef065/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_ef065.dir/build.make CMakeFiles/cmTC_ef065.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ef065.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_ef065.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_ef065 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef065.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_ef065.dir/CheckSymbolExists.c.o -o cmTC_ef065 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <malloc.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef mallinfo | |
return ((int*)(&mallinfo))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the getrlimit exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3d7e0/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3d7e0.dir/build.make CMakeFiles/cmTC_3d7e0.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3d7e0.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_3d7e0.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_3d7e0 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d7e0.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_3d7e0.dir/CheckSymbolExists.c.o -o cmTC_3d7e0 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sys/types.h> | |
#include <sys/time.h> | |
#include <sys/resource.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef getrlimit | |
return ((int*)(&getrlimit))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the posix_spawn exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_469ae/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_469ae.dir/build.make CMakeFiles/cmTC_469ae.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_469ae.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_469ae.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_469ae | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_469ae.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_469ae.dir/CheckSymbolExists.c.o -o cmTC_469ae -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <spawn.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef posix_spawn | |
return ((int*)(&posix_spawn))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the pread exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_79a62/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_79a62.dir/build.make CMakeFiles/cmTC_79a62.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_79a62.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_79a62.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_79a62 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79a62.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_79a62.dir/CheckSymbolExists.c.o -o cmTC_79a62 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pread | |
return ((int*)(&pread))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sbrk exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_9fb30/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_9fb30.dir/build.make CMakeFiles/cmTC_9fb30.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_9fb30.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_9fb30.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_9fb30 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fb30.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_9fb30.dir/CheckSymbolExists.c.o -o cmTC_9fb30 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <unistd.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sbrk | |
return ((int*)(&sbrk))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the strerror exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_9763e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_9763e.dir/build.make CMakeFiles/cmTC_9763e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_9763e.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_9763e.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_9763e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9763e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_9763e.dir/CheckSymbolExists.c.o -o cmTC_9763e -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <string.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef strerror | |
return ((int*)(&strerror))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the strerror_r exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_e646e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_e646e.dir/build.make CMakeFiles/cmTC_e646e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e646e.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_e646e.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_e646e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e646e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_e646e.dir/CheckSymbolExists.c.o -o cmTC_e646e -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <string.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef strerror_r | |
return ((int*)(&strerror_r))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the setenv exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3c13c/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3c13c.dir/build.make CMakeFiles/cmTC_3c13c.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3c13c.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_3c13c.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_3c13c | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3c13c.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_3c13c.dir/CheckSymbolExists.c.o -o cmTC_3c13c -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <stdlib.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef setenv | |
return ((int*)(&setenv))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the dlopen exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_86eb5/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_86eb5.dir/build.make CMakeFiles/cmTC_86eb5.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_86eb5.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_86eb5.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_86eb5 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_86eb5.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_86eb5.dir/CheckSymbolExists.c.o -o cmTC_86eb5 -lm -ldl | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <dlfcn.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef dlopen | |
return ((int*)(&dlopen))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_7b973/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_7b973.dir/build.make CMakeFiles/cmTC_7b973.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7b973.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -o CMakeFiles/cmTC_7b973.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_7b973 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b973.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DHAVE_STRUCT_STAT_ST_MTIM_TV_NSEC CMakeFiles/cmTC_7b973.dir/src.c.o -o cmTC_7b973 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <sys/types.h> | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_mtim.tv_nsec); | |
return 0; | |
} | |
Determining if the __GLIBC__ exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_e70a0/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_e70a0.dir/build.make CMakeFiles/cmTC_e70a0.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e70a0.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_e70a0.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_e70a0 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e70a0.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_e70a0.dir/CheckSymbolExists.c.o -o cmTC_e70a0 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <stdio.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef __GLIBC__ | |
return ((int*)(&__GLIBC__))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the sched_getaffinity exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_561bf/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_561bf.dir/build.make CMakeFiles/cmTC_561bf.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_561bf.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -D_GNU_SOURCE -o CMakeFiles/cmTC_561bf.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_561bf | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_561bf.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_561bf.dir/CheckSymbolExists.c.o -o cmTC_561bf -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sched.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef sched_getaffinity | |
return ((int*)(&sched_getaffinity))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the CPU_COUNT exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_e78d4/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_e78d4.dir/build.make CMakeFiles/cmTC_e78d4.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e78d4.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -D_GNU_SOURCE -o CMakeFiles/cmTC_e78d4.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_e78d4 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e78d4.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_e78d4.dir/CheckSymbolExists.c.o -o cmTC_e78d4 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <sched.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef CPU_COUNT | |
return ((int*)(&CPU_COUNT))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the pthread_getname_np exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_b5d39/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_b5d39.dir/build.make CMakeFiles/cmTC_b5d39.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b5d39.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -D_GNU_SOURCE -o CMakeFiles/cmTC_b5d39.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_b5d39 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5d39.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_b5d39.dir/CheckSymbolExists.c.o -o cmTC_b5d39 -lm -lpthread | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <pthread.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pthread_getname_np | |
return ((int*)(&pthread_getname_np))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Determining if the pthread_setname_np exist passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_b7fe6/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_b7fe6.dir/build.make CMakeFiles/cmTC_b7fe6.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b7fe6.dir/CheckSymbolExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -D_GNU_SOURCE -o CMakeFiles/cmTC_b7fe6.dir/CheckSymbolExists.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
Linking C executable cmTC_b7fe6 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7fe6.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc CMakeFiles/cmTC_b7fe6.dir/CheckSymbolExists.c.o -o cmTC_b7fe6 -lm -lpthread | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
File /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | |
/* */ | |
#include <pthread.h> | |
int main(int argc, char** argv) | |
{ | |
(void)argv; | |
#ifndef pthread_setname_np | |
return ((int*)(&pthread_setname_np))[argc]; | |
#else | |
(void)argc; | |
return 0; | |
#endif | |
} | |
Performing C++ SOURCE FILE Test HAVE_STD_IS_TRIVIALLY_COPYABLE succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_29dfc/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_29dfc.dir/build.make CMakeFiles/cmTC_29dfc.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_29dfc.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -D_GNU_SOURCE -DHAVE_STD_IS_TRIVIALLY_COPYABLE -o CMakeFiles/cmTC_29dfc.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_29dfc | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29dfc.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DHAVE_STD_IS_TRIVIALLY_COPYABLE CMakeFiles/cmTC_29dfc.dir/src.cxx.o -o cmTC_29dfc -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <type_traits> | |
struct T { int val; }; | |
static_assert(std::is_trivially_copyable<T>::value, "ok"); | |
int main() { return 0;} | |
Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS_WITHOUT_LIB succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_da39b/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_da39b.dir/build.make CMakeFiles/cmTC_da39b.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_da39b.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -D_GNU_SOURCE -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_da39b.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_da39b | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da39b.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 CMakeFiles/cmTC_da39b.dir/src.cxx.o -o cmTC_da39b -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <atomic> | |
std::atomic<int> x; | |
int main() { | |
return x; | |
} | |
Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS64_WITHOUT_LIB succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_9bc49/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_9bc49.dir/build.make CMakeFiles/cmTC_9bc49.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_9bc49.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -D_GNU_SOURCE -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_9bc49.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_9bc49 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9bc49.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 CMakeFiles/cmTC_9bc49.dir/src.cxx.o -o cmTC_9bc49 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <atomic> | |
#include <cstdint> | |
std::atomic<uint64_t> x (0); | |
int main() { | |
uint64_t i = x.load(std::memory_order_relaxed); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test LLVM_HAS_ATOMICS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_54406/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_54406.dir/build.make CMakeFiles/cmTC_54406.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_54406.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -D_GNU_SOURCE -DLLVM_HAS_ATOMICS -o CMakeFiles/cmTC_54406.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_54406 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54406.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DLLVM_HAS_ATOMICS CMakeFiles/cmTC_54406.dir/src.cxx.o -o cmTC_54406 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#ifdef _MSC_VER | |
#include <windows.h> | |
#endif | |
int main() { | |
#ifdef _MSC_VER | |
volatile LONG val = 1; | |
MemoryBarrier(); | |
InterlockedCompareExchange(&val, 0, 1); | |
InterlockedIncrement(&val); | |
InterlockedDecrement(&val); | |
#else | |
volatile unsigned long val = 1; | |
__sync_synchronize(); | |
__sync_val_compare_and_swap(&val, 1, 0); | |
__sync_add_and_fetch(&val, 1); | |
__sync_sub_and_fetch(&val, 1); | |
#endif | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test SUPPORTS_VARIADIC_MACROS_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_e8afa/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_e8afa.dir/build.make CMakeFiles/cmTC_e8afa.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_e8afa.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DSUPPORTS_VARIADIC_MACROS_FLAG -Wvariadic-macros -o CMakeFiles/cmTC_e8afa.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_e8afa | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8afa.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DSUPPORTS_VARIADIC_MACROS_FLAG CMakeFiles/cmTC_e8afa.dir/src.cxx.o -o cmTC_e8afa -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAS_MAYBE_UNINITIALIZED succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_8a946/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_8a946.dir/build.make CMakeFiles/cmTC_8a946.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_8a946.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DHAS_MAYBE_UNINITIALIZED -Wmaybe-uninitialized -o CMakeFiles/cmTC_8a946.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_8a946 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a946.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DHAS_MAYBE_UNINITIALIZED CMakeFiles/cmTC_8a946.dir/src.cxx.o -o cmTC_8a946 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FPIC succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_30557/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_30557.dir/build.make CMakeFiles/cmTC_30557.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_30557.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DC_SUPPORTS_FPIC -Werror -fPIC -o CMakeFiles/cmTC_30557.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_30557 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30557.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DC_SUPPORTS_FPIC CMakeFiles/cmTC_30557.dir/src.c.o -o cmTC_30557 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FPIC succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_c7983/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_c7983.dir/build.make CMakeFiles/cmTC_c7983.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_c7983.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DCXX_SUPPORTS_FPIC -Werror -fPIC -o CMakeFiles/cmTC_c7983.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_c7983 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7983.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -DCXX_SUPPORTS_FPIC CMakeFiles/cmTC_c7983.dir/src.cxx.o -o cmTC_c7983 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_b3ad0/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_b3ad0.dir/build.make CMakeFiles/cmTC_b3ad0.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_b3ad0.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -fvisibility-inlines-hidden -o CMakeFiles/cmTC_b3ad0.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_b3ad0 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3ad0.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG CMakeFiles/cmTC_b3ad0.dir/src.cxx.o -o cmTC_b3ad0 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_DATE_TIME succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_4b16e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_4b16e.dir/build.make CMakeFiles/cmTC_4b16e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_4b16e.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -DC_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -o CMakeFiles/cmTC_4b16e.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_4b16e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b16e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -DC_SUPPORTS_WERROR_DATE_TIME CMakeFiles/cmTC_4b16e.dir/src.c.o -o cmTC_4b16e -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_DATE_TIME succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_0ad6e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_0ad6e.dir/build.make CMakeFiles/cmTC_0ad6e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_0ad6e.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME -Werror -Werror=date-time -o CMakeFiles/cmTC_0ad6e.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_0ad6e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ad6e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -DCXX_SUPPORTS_WERROR_DATE_TIME CMakeFiles/cmTC_0ad6e.dir/src.cxx.o -o cmTC_0ad6e -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CXX_STD succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3287e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3287e.dir/build.make CMakeFiles/cmTC_3287e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_3287e.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_CXX_STD -std=c++14 -o CMakeFiles/cmTC_3287e.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_3287e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3287e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -DCXX_SUPPORTS_CXX_STD CMakeFiles/cmTC_3287e.dir/src.cxx.o -o cmTC_3287e -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_5739a/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_5739a.dir/build.make CMakeFiles/cmTC_5739a.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_5739a.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -Wmissing-field-initializers -o CMakeFiles/cmTC_5739a.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_5739a | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5739a.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -DCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG CMakeFiles/cmTC_5739a.dir/src.cxx.o -o cmTC_5739a -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_b64f5/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_b64f5.dir/build.make CMakeFiles/cmTC_b64f5.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b64f5.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Werror -Wimplicit-fallthrough -o CMakeFiles/cmTC_b64f5.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_b64f5 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b64f5.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG CMakeFiles/cmTC_b64f5.dir/src.c.o -o cmTC_b64f5 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_66bbd/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_66bbd.dir/build.make CMakeFiles/cmTC_66bbd.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_66bbd.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -DCXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -Werror -Wimplicit-fallthrough -o CMakeFiles/cmTC_66bbd.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_66bbd | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66bbd.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -DCXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG CMakeFiles/cmTC_66bbd.dir/src.cxx.o -o cmTC_66bbd -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_f363c/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_f363c.dir/build.make CMakeFiles/cmTC_f363c.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_f363c.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG -Wclass-memaccess -o CMakeFiles/cmTC_f363c.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_f363c | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f363c.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -DCXX_SUPPORTS_CLASS_MEMACCESS_FLAG CMakeFiles/cmTC_f363c.dir/src.cxx.o -o cmTC_f363c -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_b76d2/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_b76d2.dir/build.make CMakeFiles/cmTC_b76d2.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_b76d2.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -Wnoexcept-type -o CMakeFiles/cmTC_b76d2.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_b76d2 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b76d2.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -DCXX_SUPPORTS_NOEXCEPT_TYPE_FLAG CMakeFiles/cmTC_b76d2.dir/src.cxx.o -o cmTC_b76d2 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_a74a0/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_a74a0.dir/build.make CMakeFiles/cmTC_a74a0.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_a74a0.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_a74a0.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_a74a0 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a74a0.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -DCXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG CMakeFiles/cmTC_a74a0.dir/src.cxx.o -o cmTC_a74a0 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FNO_FUNCTION_SECTIONS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_7d9f8/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_7d9f8.dir/build.make CMakeFiles/cmTC_7d9f8.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7d9f8.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -DC_SUPPORTS_FNO_FUNCTION_SECTIONS -Werror -fno-function-sections -o CMakeFiles/cmTC_7d9f8.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_7d9f8 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d9f8.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -DC_SUPPORTS_FNO_FUNCTION_SECTIONS CMakeFiles/cmTC_7d9f8.dir/src.c.o -o cmTC_7d9f8 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FFUNCTION_SECTIONS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3dd1f/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3dd1f.dir/build.make CMakeFiles/cmTC_3dd1f.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3dd1f.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -DC_SUPPORTS_FFUNCTION_SECTIONS -Werror -ffunction-sections -o CMakeFiles/cmTC_3dd1f.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_3dd1f | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3dd1f.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -DC_SUPPORTS_FFUNCTION_SECTIONS CMakeFiles/cmTC_3dd1f.dir/src.c.o -o cmTC_3dd1f -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FFUNCTION_SECTIONS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_6df75/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_6df75.dir/build.make CMakeFiles/cmTC_6df75.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_6df75.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -DCXX_SUPPORTS_FFUNCTION_SECTIONS -Werror -ffunction-sections -o CMakeFiles/cmTC_6df75.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_6df75 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6df75.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -DCXX_SUPPORTS_FFUNCTION_SECTIONS CMakeFiles/cmTC_6df75.dir/src.cxx.o -o cmTC_6df75 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C SOURCE FILE Test C_SUPPORTS_FDATA_SECTIONS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_5aa90/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_5aa90.dir/build.make CMakeFiles/cmTC_5aa90.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5aa90.dir/src.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -ffunction-sections -DC_SUPPORTS_FDATA_SECTIONS -Werror -fdata-sections -o CMakeFiles/cmTC_5aa90.dir/src.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_5aa90 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5aa90.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -fPIC -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -ffunction-sections -DC_SUPPORTS_FDATA_SECTIONS CMakeFiles/cmTC_5aa90.dir/src.c.o -o cmTC_5aa90 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } | |
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FDATA_SECTIONS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_33a6b/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_33a6b.dir/build.make CMakeFiles/cmTC_33a6b.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_33a6b.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -DCXX_SUPPORTS_FDATA_SECTIONS -Werror -fdata-sections -o CMakeFiles/cmTC_33a6b.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_33a6b | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33a6b.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -DCXX_SUPPORTS_FDATA_SECTIONS CMakeFiles/cmTC_33a6b.dir/src.cxx.o -o cmTC_33a6b -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_STD_CXX11 succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_e90e0/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_e90e0.dir/build.make CMakeFiles/cmTC_e90e0.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_e90e0.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -DHAVE_CXX_FLAG_STD_CXX11 -std=c++11 -std=c++11 -o CMakeFiles/cmTC_e90e0.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_e90e0 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e90e0.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -DHAVE_CXX_FLAG_STD_CXX11 -std=c++11 -Wl,-allow-shlib-undefined CMakeFiles/cmTC_e90e0.dir/src.cxx.o -o cmTC_e90e0 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WALL succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_f5d9d/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_f5d9d.dir/build.make CMakeFiles/cmTC_f5d9d.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_f5d9d.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -DHAVE_CXX_FLAG_WALL -Wall -Wall -o CMakeFiles/cmTC_f5d9d.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_f5d9d | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5d9d.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -DHAVE_CXX_FLAG_WALL -Wall -Wl,-allow-shlib-undefined CMakeFiles/cmTC_f5d9d.dir/src.cxx.o -o cmTC_f5d9d -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WEXTRA succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_28f92/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_28f92.dir/build.make CMakeFiles/cmTC_28f92.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_28f92.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -DHAVE_CXX_FLAG_WEXTRA -Wextra -Wextra -o CMakeFiles/cmTC_28f92.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_28f92 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28f92.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -DHAVE_CXX_FLAG_WEXTRA -Wextra -Wl,-allow-shlib-undefined CMakeFiles/cmTC_28f92.dir/src.cxx.o -o cmTC_28f92 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WSHADOW succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_64714/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_64714.dir/build.make CMakeFiles/cmTC_64714.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_64714.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -DHAVE_CXX_FLAG_WSHADOW -Wshadow -Wshadow -o CMakeFiles/cmTC_64714.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_64714 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64714.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -DHAVE_CXX_FLAG_WSHADOW -Wshadow -Wl,-allow-shlib-undefined CMakeFiles/cmTC_64714.dir/src.cxx.o -o cmTC_64714 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_PEDANTIC succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3f3da/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3f3da.dir/build.make CMakeFiles/cmTC_3f3da.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_3f3da.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -DHAVE_CXX_FLAG_PEDANTIC -pedantic -pedantic -o CMakeFiles/cmTC_3f3da.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_3f3da | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f3da.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -DHAVE_CXX_FLAG_PEDANTIC -pedantic -Wl,-allow-shlib-undefined CMakeFiles/cmTC_3f3da.dir/src.cxx.o -o cmTC_3f3da -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_PEDANTIC_ERRORS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_83520/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_83520.dir/build.make CMakeFiles/cmTC_83520.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_83520.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -pedantic-errors -pedantic-errors -o CMakeFiles/cmTC_83520.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_83520 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83520.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -pedantic-errors -Wl,-allow-shlib-undefined CMakeFiles/cmTC_83520.dir/src.cxx.o -o cmTC_83520 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WFLOAT_EQUAL succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_a7687/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_a7687.dir/build.make CMakeFiles/cmTC_a7687.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_a7687.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wfloat-equal -Wfloat-equal -o CMakeFiles/cmTC_a7687.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_a7687 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7687.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wfloat-equal -Wl,-allow-shlib-undefined CMakeFiles/cmTC_a7687.dir/src.cxx.o -o cmTC_a7687 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_FSTRICT_ALIASING succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_9b53e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_9b53e.dir/build.make CMakeFiles/cmTC_9b53e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_9b53e.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fstrict-aliasing -fstrict-aliasing -o CMakeFiles/cmTC_9b53e.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_9b53e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9b53e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fstrict-aliasing -Wl,-allow-shlib-undefined CMakeFiles/cmTC_9b53e.dir/src.cxx.o -o cmTC_9b53e -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_FNO_EXCEPTIONS succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_49a48/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_49a48.dir/build.make CMakeFiles/cmTC_49a48.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_49a48.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -fno-exceptions -o CMakeFiles/cmTC_49a48.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_49a48 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49a48.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -Wl,-allow-shlib-undefined CMakeFiles/cmTC_49a48.dir/src.cxx.o -o cmTC_49a48 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WSTRICT_ALIASING succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_3b31a/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_3b31a.dir/build.make CMakeFiles/cmTC_3b31a.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_3b31a.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wstrict-aliasing -Wstrict-aliasing -o CMakeFiles/cmTC_3b31a.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_3b31a | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b31a.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wstrict-aliasing -Wl,-allow-shlib-undefined CMakeFiles/cmTC_3b31a.dir/src.cxx.o -o cmTC_3b31a -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_COVERAGE succeeded with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_b0f05/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_b0f05.dir/build.make CMakeFiles/cmTC_b0f05.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_b0f05.dir/src.cxx.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_COVERAGE --coverage --coverage -o CMakeFiles/cmTC_b0f05.dir/src.cxx.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_b0f05 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0f05.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++14 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -std=c++11 -Wall -Wextra -Wshadow -pedantic -pedantic-errors -Wfloat-equal -fstrict-aliasing -fno-exceptions -Wstrict-aliasing -DHAVE_CXX_FLAG_COVERAGE --coverage -Wl,-allow-shlib-undefined CMakeFiles/cmTC_b0f05.dir/src.cxx.o -o cmTC_b0f05 -lm | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Determining if the function XOpenDisplay exists in the /nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib/libX11.so passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_ae77b/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_ae77b.dir/build.make CMakeFiles/cmTC_ae77b.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ae77b.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_ae77b.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_ae77b | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae77b.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_ae77b.dir/CheckFunctionExists.c.o -o cmTC_ae77b /nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib/libX11.so | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function gethostbyname exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_e916e/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_e916e.dir/build.make CMakeFiles/cmTC_e916e.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e916e.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_e916e.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_e916e | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e916e.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_e916e.dir/CheckFunctionExists.c.o -o cmTC_e916e | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function connect exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_9533f/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_9533f.dir/build.make CMakeFiles/cmTC_9533f.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_9533f.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_9533f.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_9533f | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9533f.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_9533f.dir/CheckFunctionExists.c.o -o cmTC_9533f | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function remove exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_cc0c2/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_cc0c2.dir/build.make CMakeFiles/cmTC_cc0c2.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_cc0c2.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_cc0c2.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_cc0c2 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc0c2.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_cc0c2.dir/CheckFunctionExists.c.o -o cmTC_cc0c2 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the function shmat exists passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_64779/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_64779.dir/build.make CMakeFiles/cmTC_64779.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_64779.dir/CheckFunctionExists.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_64779.dir/CheckFunctionExists.c.o -c /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_64779 | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64779.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_64779.dir/CheckFunctionExists.c.o -o cmTC_64779 | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Determining if the system is big endian passed with the following output: | |
Change Dir: /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make cmTC_4665d/fast && /nix/store/330q2c9q8bjgfg9yk3zhgjfb0ak5c5xc-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_4665d.dir/build.make CMakeFiles/cmTC_4665d.dir/build | |
make[1]: Entering directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_4665d.dir/TestEndianess.c.o | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -o CMakeFiles/cmTC_4665d.dir/TestEndianess.c.o -c /home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp/TestEndianess.c | |
Linking C executable cmTC_4665d | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4665d.dir/link.txt --verbose=1 | |
/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -rdynamic CMakeFiles/cmTC_4665d.dir/TestEndianess.c.o -o cmTC_4665d | |
make[1]: Leaving directory '/home/ldesgoui/AMDVLK/tmp/xgl/build/CMakeFiles/CMakeTmp' | |
TestEndianess.c: | |
/* A 16 bit integer is required. */ | |
typedef unsigned short cmakeint16; | |
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." | |
On a big endian machine the characters will be exchanged pairwise. */ | |
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; | |
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." | |
On a little endian machine the characters will be exchanged pairwise. */ | |
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; | |
#ifdef __CLASSIC_C__ | |
int main(argc, argv) int argc; char *argv[]; | |
#else | |
int main(int argc, char *argv[]) | |
#endif | |
{ | |
int require = 0; | |
require += info_little[argc]; | |
require += info_big[argc]; | |
(void)argv; | |
return require; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
these derivations will be built: | |
/nix/store/v45glng8bblpn4d6xxfd73vhzxjndl4n-AMDVLK-2019.Q4.2.drv | |
building '/nix/store/v45glng8bblpn4d6xxfd73vhzxjndl4n-AMDVLK-2019.Q4.2.drv'... | |
unpacking sources | |
unpacking source archive /nix/store/8sc03xynyn7f716hf9q0v365lmclpphb-AMDVLK | |
unpacking source archive /nix/store/ml69s6kqfk0vgjq66m8hkb8w0ch7z93c-xgl | |
unpacking source archive /nix/store/6a04r4mp44w1kyhg9sak2di2fnzbni87-llpc | |
unpacking source archive /nix/store/kjag0klb47rms3ipmpcq6s0mcbzzh9qj-pal | |
unpacking source archive /nix/store/f3k0rrps8s24jblrcak9ryqfxa1ksjjs-llvm-project | |
unpacking source archive /nix/store/s3pyg8377dljnlrxz707sz9f3b724472-spvgen | |
unpacking source archive /nix/store/qx6g3ispv1vgfka452yv89v38yksjw6n-MetroHash | |
unpacking source archive /nix/store/qhmqsbf2yfwyy00qhr3d9spzz3xlz9fz-CWPack | |
source root is xgl | |
patching sources | |
configuring | |
fixing cmake files... | |
cmake flags: -GNinja -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/share/doc/ -DCMAKE_INSTALL_INFODIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_DEPLOYMENT_TARGET= -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=last -DCMAKE_STRIP=/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/strip -DCMAKE_RANLIB=/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ranlib -DCMAKE_AR=/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/5hzm3gq6g41iyia4kp63va67xmpf4pwa-AMDVLK-2019.Q4.2 -DPAL_METROHASH_PATH=../../MetroHash -DPAL_CWPACK_PATH=../../CWPack | |
-- The C compiler identification is GNU 8.3.0 | |
-- The CXX compiler identification is GNU 8.3.0 | |
-- Check for working C compiler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc | |
-- Check for working C compiler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ | |
-- Check for working CXX compiler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/g++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check if the system is big endian | |
-- Searching 16 bit integer | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of unsigned short | |
-- Check size of unsigned short - done | |
-- Using unsigned short | |
-- Check if the system is big endian - little endian | |
-- Detected ICD_PAL_CLIENT_MAJOR_VERSION is 547 | |
-- Detected ICD_LLPC_CLIENT_MAJOR_VERSION is 37 | |
-- Detected ICD_GPUOPEN_CLIENT_MAJOR_VERSION is 41 | |
-- Found PythonInterp: /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/bin/python3 (found suitable version "3.7.5", minimum required is "3") | |
-- Found Perl: /nix/store/04lklq7fivi9bc5lvbcsrggrg31i01sf-perl-5.30.0/bin/perl (found suitable version "5.30.0", minimum required is "5") | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/bin/gcc | |
-- Could NOT find Z3: Found unsuitable version "0.0.0", but required is at least "4.7.1" (found Z3_LIBRARIES-NOTFOUND) | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for link.h | |
-- Looking for link.h - found | |
-- Looking for malloc/malloc.h | |
-- Looking for malloc/malloc.h - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for sys/ioctl.h | |
-- Looking for sys/ioctl.h - found | |
-- Looking for sys/mman.h | |
-- Looking for sys/mman.h - found | |
-- Looking for sys/param.h | |
-- Looking for sys/param.h - found | |
-- Looking for sys/resource.h | |
-- Looking for sys/resource.h - found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - found | |
-- Looking for termios.h | |
-- Looking for termios.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for valgrind/valgrind.h | |
-- Looking for valgrind/valgrind.h - not found | |
-- Looking for zlib.h | |
-- Looking for zlib.h - not found | |
-- Looking for fenv.h | |
-- Looking for fenv.h - found | |
-- Looking for FE_ALL_EXCEPT | |
-- Looking for FE_ALL_EXCEPT - found | |
-- Looking for FE_INEXACT | |
-- Looking for FE_INEXACT - found | |
-- Looking for mach/mach.h | |
-- Looking for mach/mach.h - not found | |
-- Looking for histedit.h | |
-- Looking for histedit.h - not found | |
-- Looking for CrashReporterClient.h | |
-- Looking for CrashReporterClient.h - not found | |
-- Looking for linux/magic.h | |
-- Looking for linux/magic.h - found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Looking for pthread_getspecific in pthread | |
-- Looking for pthread_getspecific in pthread - found | |
-- Looking for pthread_rwlock_init in pthread | |
-- Looking for pthread_rwlock_init in pthread - found | |
-- Looking for pthread_mutex_lock in pthread | |
-- Looking for pthread_mutex_lock in pthread - found | |
-- Looking for dlopen in dl | |
-- Looking for dlopen in dl - found | |
-- Looking for clock_gettime in rt | |
-- Looking for clock_gettime in rt - found | |
-- Looking for pfm_initialize in pfm | |
-- Looking for pfm_initialize in pfm - not found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) | |
-- Looking for xar_open in xar | |
-- Looking for xar_open in xar - not found | |
-- Looking for arc4random | |
-- Looking for arc4random - not found | |
-- Looking for backtrace | |
-- Looking for backtrace - found | |
-- backtrace facility detected in default set of libraries | |
-- Found Backtrace: /nix/store/zg3y0jq36pd8xf8rd8rhj8bcpinyrs3s-glibc-2.27-dev/include | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Looking for _Unwind_Backtrace | |
-- Looking for _Unwind_Backtrace - found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - found | |
-- Looking for sysconf | |
-- Looking for sysconf - found | |
-- Looking for getrusage | |
-- Looking for getrusage - found | |
-- Looking for setrlimit | |
-- Looking for setrlimit - found | |
-- Looking for isatty | |
-- Looking for isatty - found | |
-- Looking for futimens | |
-- Looking for futimens - found | |
-- Looking for futimes | |
-- Looking for futimes - found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - found | |
-- Looking for sigaltstack | |
-- Looking for sigaltstack - found | |
-- Looking for lseek64 | |
-- Looking for lseek64 - found | |
-- Looking for mallctl | |
-- Looking for mallctl - not found | |
-- Looking for mallinfo | |
-- Looking for mallinfo - found | |
-- Looking for malloc_zone_statistics | |
-- Looking for malloc_zone_statistics - not found | |
-- Looking for getrlimit | |
-- Looking for getrlimit - found | |
-- Looking for posix_spawn | |
-- Looking for posix_spawn - found | |
-- Looking for pread | |
-- Looking for pread - found | |
-- Looking for sbrk | |
-- Looking for sbrk - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for strerror_r | |
-- Looking for strerror_r - found | |
-- Looking for strerror_s | |
-- Looking for strerror_s - not found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Looking for dladdr | |
-- Looking for dladdr - not found | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success | |
-- Looking for __GLIBC__ | |
-- Looking for __GLIBC__ - found | |
-- Looking for sched_getaffinity | |
-- Looking for sched_getaffinity - found | |
-- Looking for CPU_COUNT | |
-- Looking for CPU_COUNT - found | |
-- Looking for pthread_getname_np | |
-- Looking for pthread_getname_np - found | |
-- Looking for pthread_setname_np | |
-- Looking for pthread_setname_np - found | |
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE | |
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB | |
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success | |
-- Performing Test LLVM_HAS_ATOMICS | |
-- Performing Test LLVM_HAS_ATOMICS - Success | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG | |
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG | |
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed | |
-- Performing Test HAS_MAYBE_UNINITIALIZED | |
-- Performing Test HAS_MAYBE_UNINITIALIZED - Success | |
-- Native target X86 is not selected; lli will not JIT code | |
-- Threads enabled. | |
-- Doxygen disabled. | |
-- Go bindings disabled. | |
-- Ninja version: 1.9.0 | |
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) | |
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) | |
-- OCaml bindings disabled. | |
-- Could NOT find Python module pygments | |
-- Could NOT find Python module pygments.lexers.c_cpp | |
-- Could NOT find Python module yaml | |
-- LLVM host triple: x86_64-unknown-linux-gnu | |
-- LLVM default target triple: x86_64-unknown-linux-gnu | |
-- Performing Test C_SUPPORTS_FPIC | |
-- Performing Test C_SUPPORTS_FPIC - Success | |
-- Performing Test CXX_SUPPORTS_FPIC | |
-- Performing Test CXX_SUPPORTS_FPIC - Success | |
-- Building with -fPIC | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Performing Test CXX_SUPPORTS_CXX_STD | |
-- Performing Test CXX_SUPPORTS_CXX_STD - Success | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG | |
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success | |
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success | |
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG | |
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG | |
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success | |
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG | |
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG | |
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success | |
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP | |
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed | |
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG | |
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed | |
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG | |
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed | |
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS | |
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success | |
-- Looking for os_signpost_interval_begin | |
-- Looking for os_signpost_interval_begin - not found | |
-- Found PythonInterp: /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/bin/python3 (found version "3.7.5") | |
-- Constructing LLVMBuild project information | |
-- Could NOT find Git (missing: GIT_EXECUTABLE) | |
-- Linker detection: GNU ld | |
-- Could NOT find Git (missing: GIT_EXECUTABLE) | |
-- Targeting AMDGPU | |
CMake Error: Could not open file for write in copy operation /build/xgl/build/llvm/lib/cmake/llvm/LLVMConfigVersion.cmake.tmp | |
CMake Error: : System Error: Permission denied | |
CMake Error at /build/llvm-project/llvm/cmake/modules/CMakeLists.txt:114 (configure_file): | |
configure_file Problem configuring file | |
-- Failed to find LLVM FileCheck | |
-- Version: 0.0.0 | |
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 | |
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success | |
-- Performing Test HAVE_CXX_FLAG_WALL | |
-- Performing Test HAVE_CXX_FLAG_WALL - Success | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS | |
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WD654 | |
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX -- success | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK -- success | |
-- Configured LLPC compiler options for GCC. | |
-- LLVM execuables: /build/xgl/build/llvm/./bin | |
-- LLVM libraries: /build/xgl/build/llvm/./lib | |
-- LLVM link options: | |
CMake Deprecation Warning at /build/pal/cmake/Modules/AmdCmakeHelper.cmake:120 (message): | |
target_vs_filters is deprecated. use 'target_find_headers' and | |
'target_source_groups' instead. | |
Call Stack (most recent call first): | |
/build/llpc/CMakeLists.txt:410 (target_vs_filters) | |
-- Configured LLPC compiler options for GCC. | |
-- Configured LLPC compiler options for GCC. | |
CMake Warning at icd/CMakeLists.txt:69 (message): | |
LTO enabled for XGL | |
-- Found XCB: /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include | |
-- Client configured PAL_INTERFACE_MAJOR_VERSION as 547 | |
CMake Warning (dev) at /nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/FindPython/Support.cmake:376 (message): | |
FindPython3: last: invalid value for 'CMAKE_FIND_FRAMEWORK'. 'FIRST', | |
'LAST' or 'NEVER' expected. 'FIRST' will be used instead. | |
Call Stack (most recent call first): | |
/nix/store/l4q4l6pi407l3rm5adhkf738s227w22b-cmake-3.15.1/share/cmake-3.15/Modules/FindPython3.cmake:215 (include) | |
/build/pal/CMakeLists.txt:158 (find_package) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Found Python3: /nix/store/zdh16dcvjw99ybam59zd2ijb6bx138j0-python3-3.7.5/bin/python3.7 (found version "3.7.5") found components: Interpreter | |
CMake Warning at /build/pal/src/CMakeLists.txt:41 (message): | |
LTO enabled for Pal | |
-- Configured PAL compiler options for GCC. | |
-- Found X11: /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include | |
-- Looking for XOpenDisplay in /nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib/libX11.so | |
-- Looking for XOpenDisplay in /nix/store/yj0fbvdqj445796qj4rk6ksjiv54v2l8-libX11-1.6.8/lib/libX11.so - found | |
-- Looking for gethostbyname | |
-- Looking for gethostbyname - found | |
-- Looking for connect | |
-- Looking for connect - found | |
-- Looking for remove | |
-- Looking for remove - found | |
-- Looking for shmat | |
-- Looking for shmat - found | |
-- DK_X11 not set. Defaulting to /nix/store/8hxwalk6y2jyc0x83kyn897qpjshry7w-xorgproto-2019.1/include;/nix/store/8g0zxnrjjq996l7sj67a7py6n80pax36-libX11-1.6.8-dev/include | |
-- Found XCB: /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include | |
-- DK_XCB not set. Defaulting to /nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include;/nix/store/zpvbg36hxvr7gfcnc50gb69h5mzw0bnz-libxcb-1.13.1-dev/include | |
-- Check if the system is big endian | |
-- Searching 16 bit integer | |
-- Using unsigned short | |
-- Check if the system is big endian - little endian | |
CMake Warning at /build/pal/src/core/imported/addrlib/CMakeLists.txt:175 (message): | |
LTO enabled for address lib | |
-- Configured CWPACK compiler options for GCC. | |
-- Building gpuopen lib as gpuopen GPUOPEN_CLIENT_INTERFACE_MAJOR_VERSION=41 | |
-- Check if compiler accepts -pthread | |
-- Check if compiler accepts -pthread - yes | |
-- Adding third party target "mpack" from /build/pal/shared/gpuopen/third_party/mpack | |
-- Adding third party target "rapidjson" from /build/pal/shared/gpuopen/third_party/rapidjson | |
-- Adding third party target "lz4" from /build/pal/shared/gpuopen/third_party/lz4 | |
-- Adding third party target "gtest" from /build/pal/shared/gpuopen/third_party/gtest | |
-- PAL build with amdgpu back-end enabled | |
CMake Warning at icd/CMakeLists.txt:394 (message): | |
LTO enabled for Linking | |
CMake Deprecation Warning at /build/pal/cmake/Modules/AmdCmakeHelper.cmake:120 (message): | |
target_vs_filters is deprecated. use 'target_find_headers' and | |
'target_source_groups' instead. | |
Call Stack (most recent call first): | |
icd/CMakeLists.txt:433 (target_vs_filters) | |
-- Configuring incomplete, errors occurred! | |
See also "/build/xgl/build/CMakeFiles/CMakeOutput.log". | |
See also "/build/xgl/build/CMakeFiles/CMakeError.log". | |
builder for '/nix/store/v45glng8bblpn4d6xxfd73vhzxjndl4n-AMDVLK-2019.Q4.2.drv' failed with exit code 1 | |
error: build of '/nix/store/v45glng8bblpn4d6xxfd73vhzxjndl4n-AMDVLK-2019.Q4.2.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment