You are not logged in.

#1 2020-02-11 10:29:13

archqt
Member
Registered: 2015-04-29
Posts: 180

Freecad can't compile [Solved]

Hi,
i have this error, if i understand well there is a file missing, freecad needs soqt but it can't be compiled

Determining if files windows.h exist failed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_dca6e/fast && /usr/bin/make -f CMakeFiles/cmTC_dca6e.dir/build.make CMakeFiles/cmTC_dca6e.dir/build
make[1] : on entre dans le répertoire « /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_dca6e.dir/HAVE_WINDOWS_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_dca6e.dir/HAVE_WINDOWS_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c
/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:2:10: erreur fatale: windows.h : Aucun fichier ou dossier de ce type
    2 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminée.
make[1]: *** [CMakeFiles/cmTC_dca6e.dir/build.make:66 : CMakeFiles/cmTC_dca6e.dir/HAVE_WINDOWS_H.c.o] Erreur 1
make[1] : on quitte le répertoire « /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp »
make: *** [Makefile:121 : cmTC_dca6e/fast] Erreur 2


Source:
/* */
#include <windows.h>


int main(void){return 0;}

Determining if files X11/extensions/SGIMisc.h exist failed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_16d84/fast && /usr/bin/make -f CMakeFiles/cmTC_16d84.dir/build.make CMakeFiles/cmTC_16d84.dir/build
make[1] : on entre dans le répertoire « /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_16d84.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_16d84.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_SGIMISC_H.c
/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_SGIMISC_H.c:2:10: erreur fatale: X11/extensions/SGIMisc.h : Aucun fichier ou dossier de ce type
    2 | #include <X11/extensions/SGIMisc.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminée.
make[1]: *** [CMakeFiles/cmTC_16d84.dir/build.make:66 : CMakeFiles/cmTC_16d84.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o] Erreur 1
make[1] : on quitte le répertoire « /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp »
make: *** [Makefile:121 : cmTC_16d84/fast] Erreur 2


Source:
/* */
#include <X11/extensions/SGIMisc.h>


int main(void){return 0;}

Where to find SGIMisc.h i couldn't find the package to intall.

Thanks
Sincerely

Last edited by archqt (2020-02-18 16:52:02)

Offline

#2 2020-02-11 11:10:30

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Freecad can't compile [Solved]

Check the dependency chain, freecad does not have  a direct dependency on soqt .

Dependency chain goes like this :

freecad > python-pivy > soqt

soqt itself depends on another aur pacakage , coin .


Start with building coin using makepkg ,
If that works, try building soqt again like this :

LC_ALL=C makepkg --log

and post the content of the logfiles .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2020-02-11 13:58:07

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

Lone_Wolf wrote:

Check the dependency chain, freecad does not have  a direct dependency on soqt .

Dependency chain goes like this :

freecad > python-pivy > soqt

soqt itself depends on another aur pacakage , coin .


Start with building coin using makepkg ,
If that works, try building soqt again like this :

LC_ALL=C makepkg --log

and post the content of the logfiles .

Installing coin3D works fine but if i type the code above if have this

LC_ALL=C makepkg --log
==> ERROR: PKGBUILD does not exist.

Offline

#4 2020-02-11 19:16:56

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

Hi,
i did export LC_ALL="C" makepkg then i use yaourt to install it and i have this

The system is: Linux - 5.5.2-arch1-1 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: -march=x86-64;-mtune=generic;-O2;-pipe;-fstack-protector-strong;-fno-plt
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/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/3.16.4/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: -march=x86-64;-mtune=generic;-O2;-pipe;-fstack-protector-strong;-fno-plt
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/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/3.16.4/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_920e5/fast && /usr/bin/make -f CMakeFiles/cmTC_920e5.dir/build.make CMakeFiles/cmTC_920e5.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_920e5.dir/testCCompiler.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -o CMakeFiles/cmTC_920e5.dir/testCCompiler.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_920e5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_920e5.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_920e5.dir/testCCompiler.c.o  -o cmTC_920e5 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_7b316/fast && /usr/bin/make -f CMakeFiles/cmTC_7b316.dir/build.make CMakeFiles/cmTC_7b316.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -v -o CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC) 
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o' '-c'
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/cc1 -quiet -v /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -march=x86-64 -mtune=generic -auxbase-strip CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o -O2 -version -fstack-protector-strong -fno-plt -o - |
 as -v --64 -o CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o
GNU assembler version 2.33.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.33.1
GNU C17 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)
	compiled by GNU C version 9.2.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include
 /usr/local/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed
 /usr/include
End of search list.
GNU C17 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)
	compiled by GNU C version 9.2.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 084559c67b5620be476de387987f6c74
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o' '-c'
Linking C executable cmTC_7b316
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b316.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -v -rdynamic CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o  -o cmTC_7b316 
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC) 
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-rdynamic' '-o' 'cmTC_7b316'
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUgrfyB.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_7b316 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -O1 --sort-common --as-needed -z relro -z now CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-rdynamic' '-o' 'cmTC_7b316'
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/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: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include]
    add: [/usr/local/include]
    add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed]
    add: [/usr/include]
  end of search list found
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include]
  collapse include dir [/usr/local/include] ==> [/usr/local/include]
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed]
  collapse include dir [/usr/include] ==> [/usr/include]
  implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed;/usr/include]


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/make cmTC_7b316/fast && /usr/bin/make -f CMakeFiles/cmTC_7b316.dir/build.make CMakeFiles/cmTC_7b316.dir/build]
  ignore line: [make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -v -o CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.2.0 (GCC) ]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o' '-c']
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/cc1 -quiet -v /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -march=x86-64 -mtune=generic -auxbase-strip CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o -O2 -version -fstack-protector-strong -fno-plt -o - |]
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o]
  ignore line: [GNU assembler version 2.33.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.33.1]
  ignore line: [GNU C17 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.2.0  GMP version 6.1.2  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include]
  ignore line: [ /usr/local/include]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed]
  ignore line: [ /usr/include]
  ignore line: [End of search list.]
  ignore line: [GNU C17 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.2.0  GMP version 6.1.2  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: 084559c67b5620be476de387987f6c74]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o' '-c']
  ignore line: [Linking C executable cmTC_7b316]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b316.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl -O1 --sort-common --as-needed -z relro -z now -v -rdynamic CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o  -o cmTC_7b316 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.2.0 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-rdynamic' '-o' 'cmTC_7b316']
  link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUgrfyB.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_7b316 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -O1 --sort-common --as-needed -z relro -z now CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o]
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccUgrfyB.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 [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-pie] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_7b316] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-znow] ==> ignore
    arg [CMakeFiles/cmTC_7b316.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--push-state] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--pop-state] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--push-state] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--pop-state] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../..] ==> [/usr/lib]
  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0;/usr/lib;/lib]
  implicit fwks: []


Determining if the CXX compiler works passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_d3309/fast && /usr/bin/make -f CMakeFiles/cmTC_d3309.dir/build.make CMakeFiles/cmTC_d3309.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d3309.dir/testCXXCompiler.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -o CMakeFiles/cmTC_d3309.dir/testCXXCompiler.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_d3309
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d3309.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_d3309.dir/testCXXCompiler.cxx.o  -o cmTC_d3309 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_c3611/fast && /usr/bin/make -f CMakeFiles/cmTC_c3611.dir/build.make CMakeFiles/cmTC_c3611.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -v -o CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC) 
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -march=x86-64 -mtune=generic -auxbase-strip CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o -O2 -version -fstack-protector-strong -fno-plt -o - |
 as -v --64 -o CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o
GNU assembler version 2.33.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.33.1
GNU C++14 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)
	compiled by GNU C version 9.2.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/x86_64-pc-linux-gnu
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/backward
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include
 /usr/local/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed
 /usr/include
End of search list.
GNU C++14 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)
	compiled by GNU C version 9.2.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: e70628160ff7c7e477f7d9570e6637cb
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
Linking CXX executable cmTC_c3611
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3611.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -v -rdynamic CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_c3611 
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
gcc version 9.2.0 (GCC) 
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-rdynamic' '-o' 'cmTC_c3611' '-shared-libgcc'
 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cccPzoHg.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c3611 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -O1 --sort-common --as-needed -z relro -z now CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-rdynamic' '-o' 'cmTC_c3611' '-shared-libgcc'
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/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: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0]
    add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/x86_64-pc-linux-gnu]
    add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/backward]
    add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include]
    add: [/usr/local/include]
    add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed]
    add: [/usr/include]
  end of search list found
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0] ==> [/usr/include/c++/9.2.0]
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/x86_64-pc-linux-gnu] ==> [/usr/include/c++/9.2.0/x86_64-pc-linux-gnu]
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/backward] ==> [/usr/include/c++/9.2.0/backward]
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include]
  collapse include dir [/usr/local/include] ==> [/usr/local/include]
  collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed]
  collapse include dir [/usr/include] ==> [/usr/include]
  implicit include dirs: [/usr/include/c++/9.2.0;/usr/include/c++/9.2.0/x86_64-pc-linux-gnu;/usr/include/c++/9.2.0/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed;/usr/include]


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/make cmTC_c3611/fast && /usr/bin/make -f CMakeFiles/cmTC_c3611.dir/build.make CMakeFiles/cmTC_c3611.dir/build]
  ignore line: [make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -v -o CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.2.0 (GCC) ]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc']
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -march=x86-64 -mtune=generic -auxbase-strip CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o -O2 -version -fstack-protector-strong -fno-plt -o - |]
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [GNU assembler version 2.33.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.33.1]
  ignore line: [GNU C++14 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.2.0  GMP version 6.1.2  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/x86_64-pc-linux-gnu]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../include/c++/9.2.0/backward]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include]
  ignore line: [ /usr/local/include]
  ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include-fixed]
  ignore line: [ /usr/include]
  ignore line: [End of search list.]
  ignore line: [GNU C++14 (GCC) version 9.2.0 (x86_64-pc-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.2.0  GMP version 6.1.2  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: e70628160ff7c7e477f7d9570e6637cb]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-o' 'CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc']
  ignore line: [Linking CXX executable cmTC_c3611]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3611.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl -O1 --sort-common --as-needed -z relro -z now -v -rdynamic CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_c3611 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.2.0 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-fno-plt' '-v' '-rdynamic' '-o' 'cmTC_c3611' '-shared-libgcc']
  link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cccPzoHg.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c3611 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. -O1 --sort-common --as-needed -z relro -z now CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o]
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cccPzoHg.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 [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-pie] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_c3611] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtbeginS.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-znow] ==> ignore
    arg [CMakeFiles/cmTC_c3611.dir/CMakeCXXCompilerABI.cpp.o] ==> 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 [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/crtendS.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0;/usr/lib;/lib]
  implicit fwks: []


Determining if the function XOpenDisplay exists in the /usr/lib/libX11.so;/usr/lib/libXext.so passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_ed5a4/fast && /usr/bin/make -f CMakeFiles/cmTC_ed5a4.dir/build.make CMakeFiles/cmTC_ed5a4.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ed5a4.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=XOpenDisplay   -o CMakeFiles/cmTC_ed5a4.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_ed5a4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed5a4.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=XOpenDisplay  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_ed5a4.dir/CheckFunctionExists.c.o  -o cmTC_ed5a4  /usr/lib/libX11.so /usr/lib/libXext.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8c19c/fast && /usr/bin/make -f CMakeFiles/cmTC_8c19c.dir/build.make CMakeFiles/cmTC_8c19c.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8c19c.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=gethostbyname   -o CMakeFiles/cmTC_8c19c.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_8c19c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c19c.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=gethostbyname  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_8c19c.dir/CheckFunctionExists.c.o  -o cmTC_8c19c 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if the function connect exists passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_1d9aa/fast && /usr/bin/make -f CMakeFiles/cmTC_1d9aa.dir/build.make CMakeFiles/cmTC_1d9aa.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1d9aa.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=connect   -o CMakeFiles/cmTC_1d9aa.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_1d9aa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d9aa.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=connect  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_1d9aa.dir/CheckFunctionExists.c.o  -o cmTC_1d9aa 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if the function remove exists passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_1402b/fast && /usr/bin/make -f CMakeFiles/cmTC_1402b.dir/build.make CMakeFiles/cmTC_1402b.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1402b.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=remove   -o CMakeFiles/cmTC_1402b.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_1402b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1402b.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=remove  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_1402b.dir/CheckFunctionExists.c.o  -o cmTC_1402b 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if the function shmat exists passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_6ffe4/fast && /usr/bin/make -f CMakeFiles/cmTC_6ffe4.dir/build.make CMakeFiles/cmTC_6ffe4.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6ffe4.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=shmat   -o CMakeFiles/cmTC_6ffe4.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_6ffe4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ffe4.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=shmat  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_6ffe4.dir/CheckFunctionExists.c.o  -o cmTC_6ffe4 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_df60e/fast && /usr/bin/make -f CMakeFiles/cmTC_df60e.dir/build.make CMakeFiles/cmTC_df60e.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_df60e.dir/CheckFunctionExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=IceConnectionNumber   -o CMakeFiles/cmTC_df60e.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
Linking C executable cmTC_df60e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df60e.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DCHECK_FUNCTION_EXISTS=IceConnectionNumber  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_df60e.dir/CheckFunctionExists.c.o  -o cmTC_df60e  -lICE 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if the __func__ exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_7f00a/fast && /usr/bin/make -f CMakeFiles/cmTC_7f00a.dir/build.make CMakeFiles/cmTC_7f00a.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7f00a.dir/CheckSymbolExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_7f00a.dir/CheckSymbolExists.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_7f00a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f00a.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_7f00a.dir/CheckSymbolExists.c.o  -o cmTC_7f00a 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


File /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */

int main(int argc, char** argv)
{
  (void)argv;
#ifndef __func__
  return ((int*)(&__func__))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the __PRETTY_FUNCTION__ exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_6b91f/fast && /usr/bin/make -f CMakeFiles/cmTC_6b91f.dir/build.make CMakeFiles/cmTC_6b91f.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6b91f.dir/CheckSymbolExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_6b91f.dir/CheckSymbolExists.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_6b91f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b91f.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_6b91f.dir/CheckSymbolExists.c.o  -o cmTC_6b91f 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


File /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */

int main(int argc, char** argv)
{
  (void)argv;
#ifndef __PRETTY_FUNCTION__
  return ((int*)(&__PRETTY_FUNCTION__))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the __FUNCTION__ exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_619d6/fast && /usr/bin/make -f CMakeFiles/cmTC_619d6.dir/build.make CMakeFiles/cmTC_619d6.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_619d6.dir/CheckSymbolExists.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_619d6.dir/CheckSymbolExists.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_619d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_619d6.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_619d6.dir/CheckSymbolExists.c.o  -o cmTC_619d6 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


File /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */

int main(int argc, char** argv)
{
  (void)argv;
#ifndef __FUNCTION__
  return ((int*)(&__FUNCTION__))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if files GL/gl.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_c3763/fast && /usr/bin/make -f CMakeFiles/cmTC_c3763.dir/build.make CMakeFiles/cmTC_c3763.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c3763.dir/HAVE_GL_GL_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_c3763.dir/HAVE_GL_GL_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GL_H.c
Linking C executable cmTC_c3763
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3763.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_c3763.dir/HAVE_GL_GL_H.c.o  -o cmTC_c3763  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files GL/glu.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_5fd21/fast && /usr/bin/make -f CMakeFiles/cmTC_5fd21.dir/build.make CMakeFiles/cmTC_5fd21.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5fd21.dir/HAVE_GL_GLU_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_5fd21.dir/HAVE_GL_GLU_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLU_H.c
Linking C executable cmTC_5fd21
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fd21.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_5fd21.dir/HAVE_GL_GLU_H.c.o  -o cmTC_5fd21  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files dlfcn.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_9ce91/fast && /usr/bin/make -f CMakeFiles/cmTC_9ce91.dir/build.make CMakeFiles/cmTC_9ce91.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9ce91.dir/HAVE_DLFCN_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_9ce91.dir/HAVE_DLFCN_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
Linking C executable cmTC_9ce91
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ce91.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_9ce91.dir/HAVE_DLFCN_H.c.o  -o cmTC_9ce91  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files inttypes.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_e103a/fast && /usr/bin/make -f CMakeFiles/cmTC_e103a.dir/build.make CMakeFiles/cmTC_e103a.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e103a.dir/HAVE_INTTYPES_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_e103a.dir/HAVE_INTTYPES_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
Linking C executable cmTC_e103a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e103a.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_e103a.dir/HAVE_INTTYPES_H.c.o  -o cmTC_e103a  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files memory.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_15ce7/fast && /usr/bin/make -f CMakeFiles/cmTC_15ce7.dir/build.make CMakeFiles/cmTC_15ce7.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_15ce7.dir/HAVE_MEMORY_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_15ce7.dir/HAVE_MEMORY_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
Linking C executable cmTC_15ce7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15ce7.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_15ce7.dir/HAVE_MEMORY_H.c.o  -o cmTC_15ce7  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files netinet/in.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_2d81c/fast && /usr/bin/make -f CMakeFiles/cmTC_2d81c.dir/build.make CMakeFiles/cmTC_2d81c.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2d81c.dir/HAVE_NETINET_IN_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_2d81c.dir/HAVE_NETINET_IN_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_NETINET_IN_H.c
Linking C executable cmTC_2d81c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d81c.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_2d81c.dir/HAVE_NETINET_IN_H.c.o  -o cmTC_2d81c  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files sys/types.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_514d6/fast && /usr/bin/make -f CMakeFiles/cmTC_514d6.dir/build.make CMakeFiles/cmTC_514d6.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_514d6.dir/HAVE_SYS_TYPES_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_514d6.dir/HAVE_SYS_TYPES_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c
Linking C executable cmTC_514d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_514d6.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_514d6.dir/HAVE_SYS_TYPES_H.c.o  -o cmTC_514d6  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Performing C++ SOURCE FILE Test HAVE_PTHREAD_TIMESPEC_NSEC succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_fde59/fast && /usr/bin/make -f CMakeFiles/cmTC_fde59.dir/build.make CMakeFiles/cmTC_fde59.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_fde59.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_PTHREAD_TIMESPEC_NSEC -fPIE   -o CMakeFiles/cmTC_fde59.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_fde59
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fde59.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_PTHREAD_TIMESPEC_NSEC  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_fde59.dir/src.cxx.o  -o cmTC_fde59  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

    #include <sys/types.h>
    #include <pthread.h>
    int main() { struct timespec timeout; timeout.tv_nsec = 0; return 0; }
  
Performing C++ SOURCE FILE Test HAVE_GLX succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_15f56/fast && /usr/bin/make -f CMakeFiles/cmTC_15f56.dir/build.make CMakeFiles/cmTC_15f56.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_15f56.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_GLX -fPIE   -o CMakeFiles/cmTC_15f56.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_15f56
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15f56.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_GLX  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_15f56.dir/src.cxx.o  -o cmTC_15f56  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <GL/gl.h>
  #include <GL/glx.h>
  int main() { (void)glXChooseVisual(0L, 0, 0L); glEnd(); return 0; }

Performing C++ SOURCE FILE Test HAVE_SBIMAGE_ADDREADIMAGECB succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_81df8/fast && /usr/bin/make -f CMakeFiles/cmTC_81df8.dir/build.make CMakeFiles/cmTC_81df8.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_81df8.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SBIMAGE_ADDREADIMAGECB -fPIE   -o CMakeFiles/cmTC_81df8.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_81df8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81df8.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SBIMAGE_ADDREADIMAGECB  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_81df8.dir/src.cxx.o  -o cmTC_81df8  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/SbImage.h>
  int main() { SbImage::addReadImageCB(NULL, NULL); return 0; }

Performing C++ SOURCE FILE Test HAVE_SOCAMERA_SETSTEREOMODE succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_87e58/fast && /usr/bin/make -f CMakeFiles/cmTC_87e58.dir/build.make CMakeFiles/cmTC_87e58.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_87e58.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOCAMERA_SETSTEREOMODE -fPIE   -o CMakeFiles/cmTC_87e58.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_87e58
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87e58.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOCAMERA_SETSTEREOMODE  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_87e58.dir/src.cxx.o  -o cmTC_87e58  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/nodes/SoPerspectiveCamera.h>
  int main() { SoPerspectiveCamera * c = new SoPerspectiveCamera; c->setStereoMode(SoCamera::MONOSCOPIC); return 0; }

Performing C++ SOURCE FILE Test HAVE_SOCONTEXTHANDLER succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_13087/fast && /usr/bin/make -f CMakeFiles/cmTC_13087.dir/build.make CMakeFiles/cmTC_13087.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_13087.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOCONTEXTHANDLER -fPIE   -o CMakeFiles/cmTC_13087.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_13087
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13087.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOCONTEXTHANDLER  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_13087.dir/src.cxx.o  -o cmTC_13087  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/misc/SoContextHandler.h>
  int main() { SoContextHandler::destructingContext(0); return 0; }

Performing C++ SOURCE FILE Test HAVE_SOKEYBOARDEVENT_DELETE succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_2ef4f/fast && /usr/bin/make -f CMakeFiles/cmTC_2ef4f.dir/build.make CMakeFiles/cmTC_2ef4f.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2ef4f.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOKEYBOARDEVENT_DELETE -fPIE   -o CMakeFiles/cmTC_2ef4f.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_2ef4f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ef4f.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOKEYBOARDEVENT_DELETE  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_2ef4f.dir/src.cxx.o  -o cmTC_2ef4f  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/events/SoKeyboardEvent.h>
  int main() { SoKeyboardEvent::Key key = SoKeyboardEvent::DELETE; return 0; }

Performing C++ SOURCE FILE Test HAVE_SOMOUSEBUTTONEVENT_BUTTON5 succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_a35cc/fast && /usr/bin/make -f CMakeFiles/cmTC_a35cc.dir/build.make CMakeFiles/cmTC_a35cc.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a35cc.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOMOUSEBUTTONEVENT_BUTTON5 -fPIE   -o CMakeFiles/cmTC_a35cc.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_a35cc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a35cc.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOMOUSEBUTTONEVENT_BUTTON5  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_a35cc.dir/src.cxx.o  -o cmTC_a35cc  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/events/SoMouseButtonEvent.h>
  int main() { SoMouseButtonEvent::Button button = SoMouseButtonEvent::BUTTON5; return 0; }

Performing C++ SOURCE FILE Test HAVE_SOPOLYGONOFFSET succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_02af5/fast && /usr/bin/make -f CMakeFiles/cmTC_02af5.dir/build.make CMakeFiles/cmTC_02af5.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_02af5.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOPOLYGONOFFSET -fPIE   -o CMakeFiles/cmTC_02af5.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_02af5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02af5.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOPOLYGONOFFSET  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_02af5.dir/src.cxx.o  -o cmTC_02af5  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/nodes/SoPolygonOffset.h>
  int main() { SoPolygonOffset * p = new SoPolygonOffset; return 0; }

Performing C++ SOURCE FILE Test HAVE_SORTED_LAYERS_BLEND succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_26ff8/fast && /usr/bin/make -f CMakeFiles/cmTC_26ff8.dir/build.make CMakeFiles/cmTC_26ff8.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_26ff8.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SORTED_LAYERS_BLEND -fPIE   -o CMakeFiles/cmTC_26ff8.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_26ff8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26ff8.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SORTED_LAYERS_BLEND  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_26ff8.dir/src.cxx.o  -o cmTC_26ff8  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/actions/SoGLRenderAction.h>
  int main() { int num = (int) SoGLRenderAction::SORTED_LAYERS_BLEND; return 0; }

Performing C++ SOURCE FILE Test HAVE_SOVRMLBACKGROUND succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_cb6a9/fast && /usr/bin/make -f CMakeFiles/cmTC_cb6a9.dir/build.make CMakeFiles/cmTC_cb6a9.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cb6a9.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLBACKGROUND -fPIE   -o CMakeFiles/cmTC_cb6a9.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_cb6a9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb6a9.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLBACKGROUND  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_cb6a9.dir/src.cxx.o  -o cmTC_cb6a9  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/VRMLnodes/SoVRMLBackground.h>
  int main() { SoVRMLBackground * p = new SoVRMLBackground; return 0; }

Performing C++ SOURCE FILE Test HAVE_SOVRMLFOG succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_974d6/fast && /usr/bin/make -f CMakeFiles/cmTC_974d6.dir/build.make CMakeFiles/cmTC_974d6.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_974d6.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLFOG -fPIE   -o CMakeFiles/cmTC_974d6.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_974d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_974d6.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLFOG  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_974d6.dir/src.cxx.o  -o cmTC_974d6  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/VRMLnodes/SoVRMLFog.h>
  int main() { SoVRMLFog * p = new SoVRMLFog; return 0; }

Performing C++ SOURCE FILE Test HAVE_SOVRMLMATERIAL succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_0088c/fast && /usr/bin/make -f CMakeFiles/cmTC_0088c.dir/build.make CMakeFiles/cmTC_0088c.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0088c.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLMATERIAL -fPIE   -o CMakeFiles/cmTC_0088c.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_0088c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0088c.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLMATERIAL  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_0088c.dir/src.cxx.o  -o cmTC_0088c  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/VRMLnodes/SoVRMLMaterial.h>
  int main() { SoVRMLMaterial * p = new SoVRMLMaterial; return 0; }

Performing C++ SOURCE FILE Test HAVE_SOVRMLVIEWPOINT succeeded with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_0f301/fast && /usr/bin/make -f CMakeFiles/cmTC_0f301.dir/build.make CMakeFiles/cmTC_0f301.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0f301.dir/src.cxx.o
/usr/bin/c++    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLVIEWPOINT -fPIE   -o CMakeFiles/cmTC_0f301.dir/src.cxx.o -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_0f301
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f301.dir/link.txt --verbose=1
/usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DHAVE_SOVRMLVIEWPOINT  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_0f301.dir/src.cxx.o  -o cmTC_0f301  /usr/lib/libCoin.so.4.0.0 /usr/lib/libOpenGL.so /usr/lib/libGLX.so /usr/lib/libGLU.so 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'


Source file was:

  #include <Inventor/VRMLnodes/SoVRMLViewpoint.h>
  int main() { SoVRMLViewpoint * p = new SoVRMLViewpoint; return 0; }

Determining if files stdint.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8afb5/fast && /usr/bin/make -f CMakeFiles/cmTC_8afb5.dir/build.make CMakeFiles/cmTC_8afb5.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8afb5.dir/HAVE_STDINT_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_8afb5.dir/HAVE_STDINT_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c
Linking C executable cmTC_8afb5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8afb5.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_8afb5.dir/HAVE_STDINT_H.c.o  -o cmTC_8afb5 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files stdlib.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_c04fe/fast && /usr/bin/make -f CMakeFiles/cmTC_c04fe.dir/build.make CMakeFiles/cmTC_c04fe.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c04fe.dir/HAVE_STDLIB_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_c04fe.dir/HAVE_STDLIB_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
Linking C executable cmTC_c04fe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c04fe.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_c04fe.dir/HAVE_STDLIB_H.c.o  -o cmTC_c04fe 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files strings.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_d053e/fast && /usr/bin/make -f CMakeFiles/cmTC_d053e.dir/build.make CMakeFiles/cmTC_d053e.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d053e.dir/HAVE_STRINGS_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_d053e.dir/HAVE_STRINGS_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
Linking C executable cmTC_d053e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d053e.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_d053e.dir/HAVE_STRINGS_H.c.o  -o cmTC_d053e 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files string.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_c9d85/fast && /usr/bin/make -f CMakeFiles/cmTC_c9d85.dir/build.make CMakeFiles/cmTC_c9d85.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c9d85.dir/HAVE_STRING_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_c9d85.dir/HAVE_STRING_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
Linking C executable cmTC_c9d85
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9d85.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_c9d85.dir/HAVE_STRING_H.c.o  -o cmTC_c9d85 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files sys/stat.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_b6c02/fast && /usr/bin/make -f CMakeFiles/cmTC_b6c02.dir/build.make CMakeFiles/cmTC_b6c02.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b6c02.dir/HAVE_SYS_STAT_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_b6c02.dir/HAVE_SYS_STAT_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
Linking C executable cmTC_b6c02
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6c02.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_b6c02.dir/HAVE_SYS_STAT_H.c.o  -o cmTC_b6c02 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files sys/time.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_dc55b/fast && /usr/bin/make -f CMakeFiles/cmTC_dc55b.dir/build.make CMakeFiles/cmTC_dc55b.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dc55b.dir/HAVE_SYS_TIME_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_dc55b.dir/HAVE_SYS_TIME_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TIME_H.c
Linking C executable cmTC_dc55b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc55b.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_dc55b.dir/HAVE_SYS_TIME_H.c.o  -o cmTC_dc55b 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files unistd.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8aee8/fast && /usr/bin/make -f CMakeFiles/cmTC_8aee8.dir/build.make CMakeFiles/cmTC_8aee8.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8aee8.dir/HAVE_UNISTD_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_8aee8.dir/HAVE_UNISTD_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
Linking C executable cmTC_8aee8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8aee8.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_8aee8.dir/HAVE_UNISTD_H.c.o  -o cmTC_8aee8 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files assert.h;ctype.h;errno.h;float.h;limits.h;locale.h;math.h;setjmp.h;signal.h;stdarg.h;stddef.h;stdio.h;stdlib.h;string.h;time.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_f5c3c/fast && /usr/bin/make -f CMakeFiles/cmTC_f5c3c.dir/build.make CMakeFiles/cmTC_f5c3c.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f5c3c.dir/STDC_HEADERS.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_f5c3c.dir/STDC_HEADERS.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
Linking C executable cmTC_f5c3c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5c3c.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_f5c3c.dir/STDC_HEADERS.c.o  -o cmTC_f5c3c 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files X11/Xlib.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_b253e/fast && /usr/bin/make -f CMakeFiles/cmTC_b253e.dir/build.make CMakeFiles/cmTC_b253e.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b253e.dir/HAVE_X11_AVAILABLE.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_b253e.dir/HAVE_X11_AVAILABLE.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_AVAILABLE.c
Linking C executable cmTC_b253e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b253e.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_b253e.dir/HAVE_X11_AVAILABLE.c.o  -o cmTC_b253e 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files X11/extensions/XInput.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_ca7c8/fast && /usr/bin/make -f CMakeFiles/cmTC_ca7c8.dir/build.make CMakeFiles/cmTC_ca7c8.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ca7c8.dir/HAVE_X11_EXTENSIONS_XINPUT_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_ca7c8.dir/HAVE_X11_EXTENSIONS_XINPUT_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_XINPUT_H.c
Linking C executable cmTC_ca7c8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca7c8.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_ca7c8.dir/HAVE_X11_EXTENSIONS_XINPUT_H.c.o  -o cmTC_ca7c8 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'



Determining if files X11/Xproto.h exist passed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_5e861/fast && /usr/bin/make -f CMakeFiles/cmTC_5e861.dir/build.make CMakeFiles/cmTC_5e861.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5e861.dir/HAVE_X11_XPROTO_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_5e861.dir/HAVE_X11_XPROTO_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_XPROTO_H.c
Linking C executable cmTC_5e861
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e861.dir/link.txt --verbose=1
/usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -rdynamic CMakeFiles/cmTC_5e861.dir/HAVE_X11_XPROTO_H.c.o  -o cmTC_5e861 
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'

And for error i have

Determining if files windows.h exist failed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_15635/fast && /usr/bin/make -f CMakeFiles/cmTC_15635.dir/build.make CMakeFiles/cmTC_15635.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_15635.dir/HAVE_WINDOWS_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_15635.dir/HAVE_WINDOWS_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c
/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:2:10: fatal error: windows.h: No such file or directory
    2 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_15635.dir/build.make:66: CMakeFiles/cmTC_15635.dir/HAVE_WINDOWS_H.c.o] Error 1
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_15635/fast] Error 2


Source:
/* */
#include <windows.h>


int main(void){return 0;}

Determining if files X11/extensions/SGIMisc.h exist failed with the following output:
Change Dir: /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_8eced/fast && /usr/bin/make -f CMakeFiles/cmTC_8eced.dir/build.make CMakeFiles/cmTC_8eced.dir/build
make[1]: Entering directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8eced.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -fPIE   -o CMakeFiles/cmTC_8eced.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o   -c /home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_SGIMISC_H.c
/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_SGIMISC_H.c:2:10: fatal error: X11/extensions/SGIMisc.h: No such file or directory
    2 | #include <X11/extensions/SGIMisc.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_8eced.dir/build.make:66: CMakeFiles/cmTC_8eced.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o] Error 1
make[1]: Leaving directory '/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_8eced/fast] Error 2


Source:
/* */
#include <X11/extensions/SGIMisc.h>


int main(void){return 0;}

Sincerely

Offline

#5 2020-02-12 13:10:55

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Freecad can't compile [Solved]

First, yaourt is no longer maintained and has been unmaintained for several years now.

https://archlinux.fr/yaourt-en wrote:

Yaourt is not maintained anymore ! Please choose another AUR Helper: https://wiki.archlinux.org/index.php/AUR_helpers


second

If that works, try building soqt again like this :

LC_ALL=C makepkg --log

and post the content of the logfiles .


I should make that a bit clearer :

with coin installed, navigate to the folder where the soqt PKGBUILD is located and run that command.

The LC_ALL=C ensures all output will be in english, the --log addition tells makepkg to write all output to text files.

The output snippet you posted showed 2 errors. Often the cause of those errors is mentioned many lines earlier in the output.
In order to help you, I to be sure all necessary info is present. Full unchaged logs are neeeded for that.

Aur helpers tend to obscure details and don't fully support everything pacman/makepkg do.
For troubleshooting makepkg is the only way to go.


[1]
If you're unsure were soqt PKGBUILD is on your system, just get a fresh copy from the aur.
https://wiki.archlinux.org/index.php/Ar … uild_files


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2020-02-12 18:01:29

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

Hi,
i think i m not doing what you want, but even with pikaur i have always the same errors

LC_ALL=C makepkg --log
bash: warning: setlocale: LC_ALL: cannot change locale (C makepkg --log)

I m not sure if it is what you want.
Thanks for helping
Sincerely

Offline

#7 2020-02-13 11:28:24

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Freecad can't compile [Solved]

That message indicates your locale is set up wrong.
A wrong locale can cause all kinds of weird problems and needs to be corrected asap.

Post the outputs of

$ locale -a
$ localectl

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2020-02-13 20:48:29

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

I have this

$ locale -a
C
french
fr_FR
fr_FR@euro
fr_FR.iso88591
fr_FR.iso885915@euro
fr_FR.utf8
POSIX
$ localectl
System Locale: LANG=fr_FR.UTF-8
       VC Keymap: fr-latin9
      X11 Layout: n/a

Thanks


[

Offline

#9 2020-02-14 11:36:47

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Freecad can't compile [Solved]

Those look indeed weird / wrong.

as root , edit /etc/locale.gen

Remove the # in front of just the locales you want (probably the 3 that start with fr_FR )
Don't change anything else in that file.

save the file

run (still as root)

# locale-gen

post fresh locale -a output .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2020-02-14 14:11:20

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

I have already done that and it is still

C
french
fr_FR
fr_FR@euro
fr_FR.iso88591
fr_FR.iso885915@euro
fr_FR.utf8
POSIX

locale.conf

LANG="fr_FR.UTF-8"
LANGUAGE="fr_FR:en_US"
#LC_MESSAGE=C
LC_COLLATE=fr_FR.iso8859-1

And i have this now

localectl 
   System Locale: LANG=fr_FR.UTF-8
                  LANGUAGE=fr_FR:en_US
                  LC_COLLATE=fr_FR.iso8859-1
       VC Keymap: fr-latin9
      X11 Layout: n/a

But i have no bash.rc

Thanks

Last edited by archqt (2020-02-15 09:29:29)

Offline

#11 2020-02-15 11:21:05

Wild Penguin
Member
Registered: 2015-03-19
Posts: 319

Re: Freecad can't compile [Solved]

archqt wrote:
LC_ALL=C makepkg --log
bash: warning: setlocale: LC_ALL: cannot change locale (C makepkg --log)
Lone_Wolf wrote:

That message indicates your locale is set up wrong.
A wrong locale can cause all kinds of weird problems and needs to be corrected asap.

I must digress a bit here; the above message seems to indicate localectl got "C makepkg --log" as a parameter. That can not be right, since it should only get a C. Maybe a non-breaking space was hiding in the command line and messing up things a bit?

Indeed, a locale setup would be really messed up if locale "C" can not be set. I'm not even sure such a mess up is possible (I believe "POSIX" and "C" locales are always enforced).

Moreover, having extra locales in locale.gen should be perfectly fine. Whether it makes sense to have languages not actually used by any users or non-UTF8 locales these days, is debatable, however there can be use cases and it should not have any ill effects (besides taking a longer time to run locale-gen, but that is run seldomly). What is in locale.conf and in .bashrc or .bash_profile (or set up by localectl) is more important.

However, gathering what I can see here, OPs locale setup should be valid, although I'm not sure why have different LANG and LC_COLLATE?

On my system:

$ locale -a
C
en_GB.utf8
en_US.utf8
fi_FI.utf8
POSIX
$ grep -v \# /etc/locale.gen
en_GB.UTF-8 UTF-8  
en_US.UTF-8 UTF-8  
fi_FI.UTF-8 UTF-8
$ locale
LANG=fi_FI.UTF-8
LC_CTYPE="fi_FI.UTF-8"
LC_NUMERIC="fi_FI.UTF-8"
LC_TIME="fi_FI.UTF-8"
LC_COLLATE="fi_FI.UTF-8"
LC_MONETARY="fi_FI.UTF-8"
LC_MESSAGES="fi_FI.UTF-8"
LC_PAPER="fi_FI.UTF-8"
LC_NAME="fi_FI.UTF-8"
LC_ADDRESS="fi_FI.UTF-8"
LC_TELEPHONE="fi_FI.UTF-8"
LC_MEASUREMENT="fi_FI.UTF-8"
LC_IDENTIFICATION="fi_FI.UTF-8"
LC_ALL=
$ cat /etc/locale.conf 
LANG=fi_FI.UTF-8
$ localectl
   System Locale: LANG=fi_FI.UTF-8
       VC Keymap: fi
      X11 Layout: fi
       X11 Model: pc-105

However, I don't believe the locale setup should have anything to do with the compilation fail. Which brings us back to the problem at hand;

I use Freecad occasionally. I've uninstalled it previously since IIRC I was switching between aurutils <-> aurto (figured aurto doesn't fit well into my workflow and went back to aurutils); and during that process I uninstalled packages I was not using at the time.

However, IMHO the go to procedure with anything failing in AUR is to ditch all your AUR helpers and reproduce the error by hand (with makepkg). Otherwise, it is really difficult to pinpoint why a build fails - especially if the AUR helper is not well maintained! Many of the PKGBUILDs are poorly maintained, not having all the dependencies they need etc.... I consider AUR helpers only something to speed up process for lazy people, but they can not be relied on too much.

Once you've pinpointed the error, you know where point the report to:

  1. The PKGBUILD maintaner (if you notice a dependency which is not there or some other issue which falls in the category of PKGBUILDs)

  2. Upstream, in case the code base is not up-to-date

  3. Unsure: For example, this forum - but don't expect forum users to know how to work around issues caused by your AUR helper!

FWIW I tried to build freecad, and it compiles, installs and runs here without problems (from AUR).

EDIT: Reading the already pasted logs by OP more carefully, I'm fairly certain Yaourt has messed up something. There is no trace of configure phase in the logs, and moreover it is looking for windows.h. Unless I'm mistaken: the configure phase should detect windows.h (or lack of it) and instruct (preprocessor?) about the right platform; but this is not happening on OPs compilation attempt. Suggestion: start over without any AUR helper (as in remove the source dir, redownload PKGBUILD and use makepkg). If you want to get it working with yaourt, you are on your own (as in: start maintaining it!).

Last edited by Wild Penguin (2020-02-15 11:35:18)

Offline

#12 2020-02-15 19:40:34

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Freecad can't compile [Solved]

Wild Penguin I think the posted output is from CMakeOutput.log and CMakeError.log not the output produced by makepkg.
Edit:
archqt can you please post the output Lone_Wolf requested you are posting the log files produced by cmake which do not show an issue.
The file you need to post is soqt-1.6.0-1-x86_64-build.log

Last edited by loqs (2020-02-15 20:00:25)

Offline

#13 2020-02-16 13:26:31

Wild Penguin
Member
Registered: 2015-03-19
Posts: 319

Re: Freecad can't compile [Solved]

loqs wrote:

Wild Penguin I think the posted output is from CMakeOutput.log and CMakeError.log not the output produced by makepkg.

That was precisely my point, there is not enough information about the compilation process because OP is using yaourt (to compile soqt). I was suggesting not to use it but instead start over and use makepkg. Something has gone terribly wrong since it is looking for windows.h (and I suspect this is because of using yaourt).

I agree on following Lone_Wolf's advice (LANG parameter was not set properly, possibly because of a non-breaking space?)

Last edited by Wild Penguin (2020-02-16 13:29:36)

Offline

#14 2020-02-16 14:08:50

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Freecad can't compile [Solved]

archqt :

-locale
Try commenting LANGUAGE in /etc/locale.conf .
If that doesn't solve the "bash: warning: setlocale: LC_ALL: cannot change locale (C makepkg --log)" error , you should start a separate thread for investigating locale .

- yaourt
I got the impression you switched to pikaur , hope you removed yaourt completely ?

- continuing troubleshooting the packaging issue

To avoid confusion, i'll be very specific now

open your favorite x-term
create a new directory tree under home called aur
navigate to ~/aur
run git clone  https://aur.archlinux.org/soqt.git
cd to folder soqt

run makepkg --log

Post the file mentioned by loqs in #12 .

A log file with some french in it is much better then no logfile.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#15 2020-02-16 15:13:58

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Freecad can't compile [Solved]

Wild Penguin wrote:
loqs wrote:

Wild Penguin I think the posted output is from CMakeOutput.log and CMakeError.log not the output produced by makepkg.

That was precisely my point, there is not enough information about the compilation process because OP is using yaourt (to compile soqt). I was suggesting not to use it but instead start over and use makepkg. Something has gone terribly wrong since it is looking for windows.h (and I suspect this is because of using yaourt).

There is no evidence from the CMakeError.log archqt posted that anything is wrong.  Build the package locally yourself and examine CMakeOutput.log and CMakeError.log.
CMakeError.log from a clean chroot built soqt which builds without issue:

Determining if files windows.h exist failed with the following output:
Change Dir: /build/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_083e1/fast && /usr/bin/make -f CMakeFiles/cmTC_083e1.dir/build.make CMakeFiles/cmTC_083e1.dir/build
make[1]: Entering directory '/build/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_083e1.dir/HAVE_WINDOWS_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -fPIE   -o CMakeFiles/cmTC_083e1.dir/HAVE_WINDOWS_H.c.o   -c /build/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c
/build/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:2:10: fatal error: windows.h: No such file or directory
    2 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_083e1.dir/build.make:66: CMakeFiles/cmTC_083e1.dir/HAVE_WINDOWS_H.c.o] Error 1
make[1]: Leaving directory '/build/soqt/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_083e1/fast] Error 2


Source:
/* */
#include <windows.h>


int main(void){return 0;}

Determining if files GL/glu.h exist failed with the following output:
Change Dir: /build/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_10705/fast && /usr/bin/make -f CMakeFiles/cmTC_10705.dir/build.make CMakeFiles/cmTC_10705.dir/build
make[1]: Entering directory '/build/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_10705.dir/HAVE_GL_GLU_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -fPIE   -o CMakeFiles/cmTC_10705.dir/HAVE_GL_GLU_H.c.o   -c /build/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLU_H.c
/build/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_GL_GLU_H.c:2:10: fatal error: GL/glu.h: No such file or directory
    2 | #include <GL/glu.h>
      |          ^~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_10705.dir/build.make:66: CMakeFiles/cmTC_10705.dir/HAVE_GL_GLU_H.c.o] Error 1
make[1]: Leaving directory '/build/soqt/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_10705/fast] Error 2


Source:
/* */
#include <GL/glu.h>


int main(void){return 0;}

Determining if files X11/extensions/SGIMisc.h exist failed with the following output:
Change Dir: /build/soqt/src/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_869d7/fast && /usr/bin/make -f CMakeFiles/cmTC_869d7.dir/build.make CMakeFiles/cmTC_869d7.dir/build
make[1]: Entering directory '/build/soqt/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_869d7.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o
/usr/bin/cc   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -fPIE   -o CMakeFiles/cmTC_869d7.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o   -c /build/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_SGIMISC_H.c
/build/soqt/src/build/CMakeFiles/CheckIncludeFiles/HAVE_X11_EXTENSIONS_SGIMISC_H.c:2:10: fatal error: X11/extensions/SGIMisc.h: No such file or directory
    2 | #include <X11/extensions/SGIMisc.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_869d7.dir/build.make:66: CMakeFiles/cmTC_869d7.dir/HAVE_X11_EXTENSIONS_SGIMISC_H.c.o] Error 1
make[1]: Leaving directory '/build/soqt/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_869d7/fast] Error 2


Source:
/* */
#include <X11/extensions/SGIMisc.h>


int main(void){return 0;}

Offline

#16 2020-02-17 10:17:36

Wild Penguin
Member
Registered: 2015-03-19
Posts: 319

Re: Freecad can't compile [Solved]

loqs wrote:

There is no evidence from the CMakeError.log archqt posted that anything is wrong.  Build the package locally yourself and examine CMakeOutput.log and CMakeError.log.

There is no error on my end, as I already stated: it builds and runs just fine. I'm just trying to help archqt here. Moreover, I never stated anything about CMakeOutput.log (neither did archqt AFAICS).

However it seem I must be confused about the very same posts by archqt we are both reading - it must be bacause archqt doesn't state where he got the log snippets. I just see soqt compilation failing (on archqt's end).

[EDIT]: DOH! I'm reading too fast; Now I realized what you meant. That log snippet is (presumably) caused by configure, and it is (correctly) not detecting windows.h.

Last edited by Wild Penguin (2020-02-17 10:22:46)

Offline

#17 2020-02-18 10:45:15

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

loqs wrote:

Wild Penguin I think the posted output is from CMakeOutput.log and CMakeError.log not the output produced by makepkg.
Edit:
archqt can you please post the output Lone_Wolf requested you are posting the log files produced by cmake which do not show an issue.
The file you need to post is soqt-1.6.0-1-x86_64-build.log

I don't have this file, sorry.

Offline

#18 2020-02-18 11:11:56

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

Lone_Wolf wrote:

archqt :

-locale
Try commenting LANGUAGE in /etc/locale.conf .
If that doesn't solve the "bash: warning: setlocale: LC_ALL: cannot change locale (C makepkg --log)" error , you should start a separate thread for investigating locale .

- yaourt
I got the impression you switched to pikaur , hope you removed yaourt completely ?

- continuing troubleshooting the packaging issue

To avoid confusion, i'll be very specific now

open your favorite x-term
create a new directory tree under home called aur
navigate to ~/aur
run git clone  https://aur.archlinux.org/soqt.git
cd to folder soqt

run makepkg --log

Post the file mentioned by loqs in #12 .

A log file with some french in it is much better then no logfile.

Here is the file soqt-1.6.0-1-x86_64-build.log

CMake Error at /usr/lib64/cmake/Qt5Gui/Qt5Gui_AppMenuPlatformThemePlugin.cmake:4 (_populate_Gui_plugin_properties):
  _populate_Gui_plugin_properties Macro invoked with incorrect arguments for
  macro named: _populate_Gui_plugin_properties
Call Stack (most recent call first):
  /usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake:213 (include)
  /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package)
  CMakeLists.txt:130 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeError.log".
[1m[31m==> ERREUR :(B[m[1m Une erreur s’est produite dans build().(B[m
[1m    Abandon…(B[m

Thanks a lot

Last edited by archqt (2020-02-18 15:27:28)

Offline

#19 2020-02-18 13:54:06

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Freecad can't compile [Solved]

Please post the whole contents of soqt-1.6.0-1-x86_64-build.log
Edit:
Was expecting it to start

-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- 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: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done

Also the output of

LC_ALL=C pacman -Qo /usr/lib64/cmake/Qt5Gui/Qt5Gui_AppMenuPlatformThemePlugin.cmake

Last edited by loqs (2020-02-18 14:37:51)

Offline

#20 2020-02-18 15:11:37

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

Hi,

-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- 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: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /usr/lib/libOpenGL.so   
CMake Error at /usr/lib64/cmake/Qt5Gui/Qt5Gui_AppMenuPlatformThemePlugin.cmake:4 (_populate_Gui_plugin_properties):
  _populate_Gui_plugin_properties Macro invoked with incorrect arguments for
  macro named: _populate_Gui_plugin_properties
Call Stack (most recent call first):
  /usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake:213 (include)
  /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package)
  CMakeLists.txt:130 (find_package)


-- Found X11: /usr/include   
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.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
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __PRETTY_FUNCTION__
-- Looking for __PRETTY_FUNCTION__ - found
-- Looking for __FUNCTION__
-- Looking for __FUNCTION__ - found
-- Looking for include file windows.h
-- Looking for include file windows.h - not found
-- Looking for include file GL/gl.h
-- Looking for include file GL/gl.h - found
-- Looking for include file GL/glu.h
-- Looking for include file GL/glu.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Performing Test HAVE_PTHREAD_TIMESPEC_NSEC
-- Performing Test HAVE_PTHREAD_TIMESPEC_NSEC - Success
-- Performing Test HAVE_GLX
-- Performing Test HAVE_GLX - Success
-- Performing Test HAVE_SBIMAGE_ADDREADIMAGECB
-- Performing Test HAVE_SBIMAGE_ADDREADIMAGECB - Success
-- Performing Test HAVE_SOCAMERA_SETSTEREOMODE
-- Performing Test HAVE_SOCAMERA_SETSTEREOMODE - Success
-- Performing Test HAVE_SOCONTEXTHANDLER
-- Performing Test HAVE_SOCONTEXTHANDLER - Success
-- Performing Test HAVE_SOKEYBOARDEVENT_DELETE
-- Performing Test HAVE_SOKEYBOARDEVENT_DELETE - Success
-- Performing Test HAVE_SOMOUSEBUTTONEVENT_BUTTON5
-- Performing Test HAVE_SOMOUSEBUTTONEVENT_BUTTON5 - Success
-- Performing Test HAVE_SOPOLYGONOFFSET
-- Performing Test HAVE_SOPOLYGONOFFSET - Success
-- Performing Test HAVE_SORTED_LAYERS_BLEND
-- Performing Test HAVE_SORTED_LAYERS_BLEND - Success
-- Performing Test HAVE_SOVRMLBACKGROUND
-- Performing Test HAVE_SOVRMLBACKGROUND - Success
-- Performing Test HAVE_SOVRMLFOG
-- Performing Test HAVE_SOVRMLFOG - Success
-- Performing Test HAVE_SOVRMLMATERIAL
-- Performing Test HAVE_SOVRMLMATERIAL - Success
-- Performing Test HAVE_SOVRMLVIEWPOINT
-- Performing Test HAVE_SOVRMLVIEWPOINT - Success
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for 15 include files assert.h, ..., time.h
-- Looking for 15 include files assert.h, ..., time.h - found
-- Looking for include file X11/Xlib.h
-- Looking for include file X11/Xlib.h - found
-- Looking for include file X11/extensions/SGIMisc.h
-- Looking for include file X11/extensions/SGIMisc.h - not found
-- Looking for include file X11/extensions/XInput.h
-- Looking for include file X11/extensions/XInput.h - found
-- Looking for include file X11/Xproto.h
-- Looking for include file X11/Xproto.h - found
-- Configuring incomplete, errors occurred!
See also "/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/archqt/tmp/makepkg/soqt/src/build/CMakeFiles/CMakeError.log".
[1m[31m==> ERREUR :(B[m[1m Une erreur s’est produite dans build().(B[m
[1m    Abandon…(B[m

And

LC_ALL=C pacman -Qo /usr/lib64/cmake/Qt5Gui/Qt5Gui_AppMenuPlatformThemePlugin.cmake
/usr/lib/cmake/Qt5Gui/Qt5Gui_AppMenuPlatformThemePlugin.cmake is owned by appmenu-qt5 0.3.0+14.10.20140926-1

Thanks

Last edited by archqt (2020-02-18 15:26:50)

Offline

#21 2020-02-18 15:16:39

archqt
Member
Registered: 2015-04-29
Posts: 180

Re: Freecad can't compile [Solved]

Hi,
thanks to loqs i have removed the appmenu-qt5 and i could installed soqt and for now freecad is compiling...
Thanks guys for all the time you spent for my problem. I don't know exactly what was the problem with this application but it works now.
Sincerely

Last edited by archqt (2020-02-18 19:45:48)

Offline

Board footer

Powered by FluxBB