Subject: Discussion related to cado-nfs
List archive
- From: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
- To: cado-nfs-discuss@lists.gforge.inria.fr
- Subject: Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files
- Date: Mon, 10 Jun 2019 10:25:44 +0200
- List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
- List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>
Yes, there's a compilation issue with deprecated default operator=() --
I'll look into it. Thanks for the notice. It'very probably a trivial fix.
E.
On Mon, Jun 10, 2019 at 03:26:34AM -0400, ROBERT DUCHATEAU wrote:
> As the title says, there is a present issue of compiling latest Cado Git
> source files. All files seem to be not compatible with gcc-9xx compiler.
> Currently using Fedora 30 distro with suspect compiler while Fedora 29
> compiles all Git files without issues using gcc-8.3.1.
>
> Wondering if there is a pending fix available?
>
> Best regards,
>
> RJD
> The system is: Linux - 5.1.6-300.fc30.x86_64 - x86_64
> Compiling the C compiler identification source file "CMakeCCompilerId.c"
> succeeded.
> Compiler: /usr/bin/cc
> Build flags: -O2
> 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/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/3.14.4/CompilerIdC/a.out"
>
> Compiling the CXX compiler identification source file
> "CMakeCXXCompilerId.cpp" succeeded.
> Compiler: /usr/bin/c++
> Build flags: -O2
> 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/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/3.14.4/CompilerIdCXX/a.out"
>
> Determining if the C compiler works passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_cc627/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_cc627.dir/build.make CMakeFiles/cmTC_cc627.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_cc627.dir/testCCompiler.c.o
> /usr/bin/cc -O2 -o CMakeFiles/cmTC_cc627.dir/testCCompiler.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/testCCompiler.c
> Linking C executable cmTC_cc627
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc627.dir/link.txt
> --verbose=1
> /usr/bin/cc -O2 -rdynamic CMakeFiles/cmTC_cc627.dir/testCCompiler.c.o
> -o cmTC_cc627
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Detecting C compiler ABI info compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_2da53/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_2da53.dir/build.make CMakeFiles/cmTC_2da53.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o
> /usr/bin/cc -O2 -v -o CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o
> -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic'
> '-march=x86-64'
> /usr/libexec/gcc/x86_64-redhat-linux/9/cc1 -quiet -v
> /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpbase
> CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o -O2 -version -o
> /tmp/ccilphQl.s
> GNU C17 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1) (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/include-fixed"
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/lib/gcc/x86_64-redhat-linux/9/include
> /usr/local/include
> /usr/include
> End of search list.
> GNU C17 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1) (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: 4c18cb8ccf58c37e364f2f0344233b17
> COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic'
> '-march=x86-64'
> as -v --64 -o CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o
> /tmp/ccilphQl.s
> GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version
> version 2.31.1-29.fc30
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic'
> '-march=x86-64'
> Linking C executable cmTC_2da53
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2da53.dir/link.txt
> --verbose=1
> /usr/bin/cc -O2 -v -rdynamic
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o -o cmTC_2da53
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-O2' '-v' '-rdynamic' '-o' 'cmTC_2da53'
> '-mtune=generic' '-march=x86-64'
> /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccyMUcmv.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 --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64
> -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_2da53
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_2da53.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-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o
> COLLECT_GCC_OPTIONS='-O2' '-v' '-rdynamic' '-o' 'cmTC_2da53'
> '-mtune=generic' '-march=x86-64'
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/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-redhat-linux/9/include]
> add: [/usr/local/include]
> add: [/usr/include]
> end of search list found
> collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/9/include] ==>
> [/usr/lib/gcc/x86_64-redhat-linux/9/include]
> collapse include dir [/usr/local/include] ==> [/usr/local/include]
> collapse include dir [/usr/include] ==> [/usr/include]
> implicit include dirs:
> [/usr/lib/gcc/x86_64-redhat-linux/9/include;/usr/local/include;/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/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_2da53/fast ]
> ignore line: [gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [make -f CMakeFiles/cmTC_2da53.dir/build.make
> CMakeFiles/cmTC_2da53.dir/build]
> ignore line: [make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [Building C object
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o]
> ignore line: [/usr/bin/cc -O2 -v -o
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o -c
> /usr/share/cmake/Modules/CMakeCCompilerABI.c]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/cc]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic'
> '-march=x86-64']
> ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/cc1 -quiet -v
> /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpbase
> CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o -O2 -version -o
> /tmp/ccilphQl.s]
> ignore line: [GNU C17 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-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-redhat-linux/9/include-fixed"]
> ignore line: [ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/9/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C17 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param
> ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum:
> 4c18cb8ccf58c37e364f2f0344233b17]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic'
> '-march=x86-64']
> ignore line: [ as -v --64 -o
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o /tmp/ccilphQl.s]
> ignore line: [GNU assembler version 2.31.1 (x86_64-redhat-linux) using
> BFD version version 2.31.1-29.fc30]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic'
> '-march=x86-64']
> ignore line: [Linking C executable cmTC_2da53]
> ignore line: [/usr/bin/cmake -E cmake_link_script
> CMakeFiles/cmTC_2da53.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/cc -O2 -v -rdynamic
> CMakeFiles/cmTC_2da53.dir/CMakeCCompilerABI.c.o -o cmTC_2da53 ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/cc]
> ignore line:
> [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-rdynamic' '-o'
> 'cmTC_2da53' '-mtune=generic' '-march=x86-64']
> link line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccyMUcmv.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 --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64
> -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_2da53
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_2da53.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-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o]
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/ccyMUcmv.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 [--no-add-needed] ==> 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 [-o] ==> ignore
> arg [cmTC_2da53] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o] ==> ignore
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64]
> arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../..]
> arg [CMakeFiles/cmTC_2da53.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-redhat-linux/9/crtend.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o] ==>
> ignore
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9] ==>
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> collapse library dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> [/usr/lib64]
> collapse library dir [/lib/../lib64] ==> [/lib64]
> collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==>
> [/usr/lib]
> implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
> implicit dirs:
> [/usr/lib/gcc/x86_64-redhat-linux/9;/usr/lib64;/lib64;/usr/lib]
> implicit fwks: []
>
>
>
>
> Detecting C [-std=c11] compiler features compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_7c3a0/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_7c3a0.dir/build.make CMakeFiles/cmTC_7c3a0.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_7c3a0.dir/feature_tests.c.o
> /usr/bin/cc -O2 -std=c11 -o
> CMakeFiles/cmTC_7c3a0.dir/feature_tests.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.c
> Linking C executable cmTC_7c3a0
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c3a0.dir/link.txt
> --verbose=1
> /usr/bin/cc -O2 -rdynamic CMakeFiles/cmTC_7c3a0.dir/feature_tests.c.o
> -o cmTC_7c3a0
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: C_FEATURE:1c_function_prototypes
> Feature record: C_FEATURE:1c_restrict
> Feature record: C_FEATURE:1c_static_assert
> Feature record: C_FEATURE:1c_variadic_macros
>
>
> Detecting C [-std=c99] compiler features compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_2a9b2/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_2a9b2.dir/build.make CMakeFiles/cmTC_2a9b2.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_2a9b2.dir/feature_tests.c.o
> /usr/bin/cc -O2 -std=c99 -o
> CMakeFiles/cmTC_2a9b2.dir/feature_tests.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.c
> Linking C executable cmTC_2a9b2
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a9b2.dir/link.txt
> --verbose=1
> /usr/bin/cc -O2 -rdynamic CMakeFiles/cmTC_2a9b2.dir/feature_tests.c.o
> -o cmTC_2a9b2
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: C_FEATURE:1c_function_prototypes
> Feature record: C_FEATURE:1c_restrict
> Feature record: C_FEATURE:0c_static_assert
> Feature record: C_FEATURE:1c_variadic_macros
>
>
> Detecting C [-std=c90] compiler features compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_6cf42/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_6cf42.dir/build.make CMakeFiles/cmTC_6cf42.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_6cf42.dir/feature_tests.c.o
> /usr/bin/cc -O2 -std=c90 -o
> CMakeFiles/cmTC_6cf42.dir/feature_tests.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.c
> Linking C executable cmTC_6cf42
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6cf42.dir/link.txt
> --verbose=1
> /usr/bin/cc -O2 -rdynamic CMakeFiles/cmTC_6cf42.dir/feature_tests.c.o
> -o cmTC_6cf42
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: C_FEATURE:1c_function_prototypes
> Feature record: C_FEATURE:0c_restrict
> Feature record: C_FEATURE:0c_static_assert
> Feature record: C_FEATURE:0c_variadic_macros
> Determining if the CXX compiler works passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_4190a/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_4190a.dir/build.make CMakeFiles/cmTC_4190a.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_4190a.dir/testCXXCompiler.cxx.o
> /usr/bin/c++ -O2 -o CMakeFiles/cmTC_4190a.dir/testCXXCompiler.cxx.o
> -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
> Linking CXX executable cmTC_4190a
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4190a.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -rdynamic
> CMakeFiles/cmTC_4190a.dir/testCXXCompiler.cxx.o -o cmTC_4190a
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Detecting CXX compiler ABI info compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_f39a6/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_f39a6.dir/build.make CMakeFiles/cmTC_f39a6.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o
> /usr/bin/c++ -O2 -v -o
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -c
> /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> /usr/libexec/gcc/x86_64-redhat-linux/9/cc1plus -quiet -v -D_GNU_SOURCE
> /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase
> CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -O2 -version -o
> /tmp/ccxtKEJn.s
> GNU C++14 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/include-fixed"
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9
>
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/x86_64-redhat-linux
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/backward
> /usr/lib/gcc/x86_64-redhat-linux/9/include
> /usr/local/include
> /usr/include
> End of search list.
> GNU C++14 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: a3b782be16d22698470553fc15b77082
> COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> as -v --64 -o CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o
> /tmp/ccxtKEJn.s
> GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version
> version 2.31.1-29.fc30
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> Linking CXX executable cmTC_f39a6
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f39a6.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -v -rdynamic
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f39a6
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-O2' '-v' '-rdynamic' '-o' 'cmTC_f39a6'
> '-shared-libgcc' '-mtune=generic' '-march=x86-64'
> /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccJMVbxv.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 --no-add-needed --eh-frame-hdr
> --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker
> /lib64/ld-linux-x86-64.so.2 -o cmTC_f39a6
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s
> -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o
> COLLECT_GCC_OPTIONS='-O2' '-v' '-rdynamic' '-o' 'cmTC_f39a6'
> '-shared-libgcc' '-mtune=generic' '-march=x86-64'
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/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-redhat-linux/9/../../../../include/c++/9]
> add:
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/x86_64-redhat-linux]
> add:
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/backward]
> add: [/usr/lib/gcc/x86_64-redhat-linux/9/include]
> add: [/usr/local/include]
> add: [/usr/include]
> end of search list found
> collapse include dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9] ==>
> [/usr/include/c++/9]
> collapse include dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/x86_64-redhat-linux]
> ==> [/usr/include/c++/9/x86_64-redhat-linux]
> collapse include dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/backward] ==>
> [/usr/include/c++/9/backward]
> collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/9/include] ==>
> [/usr/lib/gcc/x86_64-redhat-linux/9/include]
> collapse include dir [/usr/local/include] ==> [/usr/local/include]
> collapse include dir [/usr/include] ==> [/usr/include]
> implicit include dirs:
> [/usr/include/c++/9;/usr/include/c++/9/x86_64-redhat-linux;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-redhat-linux/9/include;/usr/local/include;/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/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_f39a6/fast ]
> ignore line: [gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [make -f CMakeFiles/cmTC_f39a6.dir/build.make
> CMakeFiles/cmTC_f39a6.dir/build]
> ignore line: [make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [Building CXX object
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o]
> ignore line: [/usr/bin/c++ -O2 -v -o
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -c
> /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64']
> ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/cc1plus -quiet -v
> -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet
> -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64
> -auxbase-strip CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -O2
> -version -o /tmp/ccxtKEJn.s]
> ignore line: [GNU C++14 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-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-redhat-linux/9/include-fixed"]
> ignore line: [ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9]
> ignore line: [
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/x86_64-redhat-linux]
> ignore line: [
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/backward]
> ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/9/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C++14 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param
> ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum:
> a3b782be16d22698470553fc15b77082]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64']
> ignore line: [ as -v --64 -o
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccxtKEJn.s]
> ignore line: [GNU assembler version 2.31.1 (x86_64-redhat-linux) using
> BFD version version 2.31.1-29.fc30]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-o'
> 'CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64']
> ignore line: [Linking CXX executable cmTC_f39a6]
> ignore line: [/usr/bin/cmake -E cmake_link_script
> CMakeFiles/cmTC_f39a6.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/c++ -O2 -v -rdynamic
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f39a6 ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line:
> [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-O2' '-v' '-rdynamic' '-o'
> 'cmTC_f39a6' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
> link line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccJMVbxv.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 --no-add-needed --eh-frame-hdr
> --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker
> /lib64/ld-linux-x86-64.so.2 -o cmTC_f39a6
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_f39a6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s
> -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o]
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/ccJMVbxv.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 [--no-add-needed] ==> 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 [-o] ==> ignore
> arg [cmTC_f39a6] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o] ==> ignore
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64]
> arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../..]
> arg [CMakeFiles/cmTC_f39a6.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-redhat-linux/9/crtend.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o] ==>
> ignore
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9] ==>
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> collapse library dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> [/usr/lib64]
> collapse library dir [/lib/../lib64] ==> [/lib64]
> collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==>
> [/usr/lib]
> implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
> implicit dirs:
> [/usr/lib/gcc/x86_64-redhat-linux/9;/usr/lib64;/lib64;/usr/lib]
> implicit fwks: []
>
>
>
>
> Detecting CXX [-std=c++2a] compiler features compiled with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_efd4a/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_efd4a.dir/build.make CMakeFiles/cmTC_efd4a.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_efd4a.dir/feature_tests.cxx.o
> /usr/bin/c++ -O2 -std=c++2a -o
> CMakeFiles/cmTC_efd4a.dir/feature_tests.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTC_efd4a
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_efd4a.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -rdynamic
> CMakeFiles/cmTC_efd4a.dir/feature_tests.cxx.o -o cmTC_efd4a
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
> Feature record: CXX_FEATURE:1cxx_alias_templates
> Feature record: CXX_FEATURE:1cxx_alignas
> Feature record: CXX_FEATURE:1cxx_alignof
> Feature record: CXX_FEATURE:1cxx_attributes
> Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> Feature record: CXX_FEATURE:1cxx_auto_type
> Feature record: CXX_FEATURE:1cxx_binary_literals
> Feature record: CXX_FEATURE:1cxx_constexpr
> Feature record: CXX_FEATURE:1cxx_contextual_conversions
> Feature record: CXX_FEATURE:1cxx_decltype
> Feature record: CXX_FEATURE:1cxx_decltype_auto
> Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> Feature record: CXX_FEATURE:1cxx_default_function_template_args
> Feature record: CXX_FEATURE:1cxx_defaulted_functions
> Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> Feature record: CXX_FEATURE:1cxx_delegating_constructors
> Feature record: CXX_FEATURE:1cxx_deleted_functions
> Feature record: CXX_FEATURE:1cxx_digit_separators
> Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> Feature record: CXX_FEATURE:1cxx_explicit_conversions
> Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> Feature record: CXX_FEATURE:1cxx_extern_templates
> Feature record: CXX_FEATURE:1cxx_final
> Feature record: CXX_FEATURE:1cxx_func_identifier
> Feature record: CXX_FEATURE:1cxx_generalized_initializers
> Feature record: CXX_FEATURE:1cxx_generic_lambdas
> Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> Feature record: CXX_FEATURE:1cxx_inline_namespaces
> Feature record: CXX_FEATURE:1cxx_lambdas
> Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> Feature record: CXX_FEATURE:1cxx_local_type_template_args
> Feature record: CXX_FEATURE:1cxx_long_long_type
> Feature record: CXX_FEATURE:1cxx_noexcept
> Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> Feature record: CXX_FEATURE:1cxx_nullptr
> Feature record: CXX_FEATURE:1cxx_override
> Feature record: CXX_FEATURE:1cxx_range_for
> Feature record: CXX_FEATURE:1cxx_raw_string_literals
> Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
> Feature record: CXX_FEATURE:1cxx_return_type_deduction
> Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> Feature record: CXX_FEATURE:1cxx_rvalue_references
> Feature record: CXX_FEATURE:1cxx_sizeof_member
> Feature record: CXX_FEATURE:1cxx_static_assert
> Feature record: CXX_FEATURE:1cxx_strong_enums
> Feature record: CXX_FEATURE:1cxx_template_template_parameters
> Feature record: CXX_FEATURE:1cxx_thread_local
> Feature record: CXX_FEATURE:1cxx_trailing_return_types
> Feature record: CXX_FEATURE:1cxx_unicode_literals
> Feature record: CXX_FEATURE:1cxx_uniform_initialization
> Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> Feature record: CXX_FEATURE:1cxx_user_literals
> Feature record: CXX_FEATURE:1cxx_variable_templates
> Feature record: CXX_FEATURE:1cxx_variadic_macros
> Feature record: CXX_FEATURE:1cxx_variadic_templates
>
>
> Detecting CXX [-std=c++17] compiler features compiled with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_4d5e7/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_4d5e7.dir/build.make CMakeFiles/cmTC_4d5e7.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_4d5e7.dir/feature_tests.cxx.o
> /usr/bin/c++ -O2 -std=c++17 -o
> CMakeFiles/cmTC_4d5e7.dir/feature_tests.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTC_4d5e7
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d5e7.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -rdynamic
> CMakeFiles/cmTC_4d5e7.dir/feature_tests.cxx.o -o cmTC_4d5e7
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
> Feature record: CXX_FEATURE:1cxx_alias_templates
> Feature record: CXX_FEATURE:1cxx_alignas
> Feature record: CXX_FEATURE:1cxx_alignof
> Feature record: CXX_FEATURE:1cxx_attributes
> Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> Feature record: CXX_FEATURE:1cxx_auto_type
> Feature record: CXX_FEATURE:1cxx_binary_literals
> Feature record: CXX_FEATURE:1cxx_constexpr
> Feature record: CXX_FEATURE:1cxx_contextual_conversions
> Feature record: CXX_FEATURE:1cxx_decltype
> Feature record: CXX_FEATURE:1cxx_decltype_auto
> Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> Feature record: CXX_FEATURE:1cxx_default_function_template_args
> Feature record: CXX_FEATURE:1cxx_defaulted_functions
> Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> Feature record: CXX_FEATURE:1cxx_delegating_constructors
> Feature record: CXX_FEATURE:1cxx_deleted_functions
> Feature record: CXX_FEATURE:1cxx_digit_separators
> Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> Feature record: CXX_FEATURE:1cxx_explicit_conversions
> Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> Feature record: CXX_FEATURE:1cxx_extern_templates
> Feature record: CXX_FEATURE:1cxx_final
> Feature record: CXX_FEATURE:1cxx_func_identifier
> Feature record: CXX_FEATURE:1cxx_generalized_initializers
> Feature record: CXX_FEATURE:1cxx_generic_lambdas
> Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> Feature record: CXX_FEATURE:1cxx_inline_namespaces
> Feature record: CXX_FEATURE:1cxx_lambdas
> Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> Feature record: CXX_FEATURE:1cxx_local_type_template_args
> Feature record: CXX_FEATURE:1cxx_long_long_type
> Feature record: CXX_FEATURE:1cxx_noexcept
> Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> Feature record: CXX_FEATURE:1cxx_nullptr
> Feature record: CXX_FEATURE:1cxx_override
> Feature record: CXX_FEATURE:1cxx_range_for
> Feature record: CXX_FEATURE:1cxx_raw_string_literals
> Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
> Feature record: CXX_FEATURE:1cxx_return_type_deduction
> Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> Feature record: CXX_FEATURE:1cxx_rvalue_references
> Feature record: CXX_FEATURE:1cxx_sizeof_member
> Feature record: CXX_FEATURE:1cxx_static_assert
> Feature record: CXX_FEATURE:1cxx_strong_enums
> Feature record: CXX_FEATURE:1cxx_template_template_parameters
> Feature record: CXX_FEATURE:1cxx_thread_local
> Feature record: CXX_FEATURE:1cxx_trailing_return_types
> Feature record: CXX_FEATURE:1cxx_unicode_literals
> Feature record: CXX_FEATURE:1cxx_uniform_initialization
> Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> Feature record: CXX_FEATURE:1cxx_user_literals
> Feature record: CXX_FEATURE:1cxx_variable_templates
> Feature record: CXX_FEATURE:1cxx_variadic_macros
> Feature record: CXX_FEATURE:1cxx_variadic_templates
>
>
> Detecting CXX [-std=c++14] compiler features compiled with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_70b17/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_70b17.dir/build.make CMakeFiles/cmTC_70b17.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_70b17.dir/feature_tests.cxx.o
> /usr/bin/c++ -O2 -std=c++14 -o
> CMakeFiles/cmTC_70b17.dir/feature_tests.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTC_70b17
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70b17.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -rdynamic
> CMakeFiles/cmTC_70b17.dir/feature_tests.cxx.o -o cmTC_70b17
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
> Feature record: CXX_FEATURE:1cxx_alias_templates
> Feature record: CXX_FEATURE:1cxx_alignas
> Feature record: CXX_FEATURE:1cxx_alignof
> Feature record: CXX_FEATURE:1cxx_attributes
> Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> Feature record: CXX_FEATURE:1cxx_auto_type
> Feature record: CXX_FEATURE:1cxx_binary_literals
> Feature record: CXX_FEATURE:1cxx_constexpr
> Feature record: CXX_FEATURE:1cxx_contextual_conversions
> Feature record: CXX_FEATURE:1cxx_decltype
> Feature record: CXX_FEATURE:1cxx_decltype_auto
> Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> Feature record: CXX_FEATURE:1cxx_default_function_template_args
> Feature record: CXX_FEATURE:1cxx_defaulted_functions
> Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> Feature record: CXX_FEATURE:1cxx_delegating_constructors
> Feature record: CXX_FEATURE:1cxx_deleted_functions
> Feature record: CXX_FEATURE:1cxx_digit_separators
> Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> Feature record: CXX_FEATURE:1cxx_explicit_conversions
> Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> Feature record: CXX_FEATURE:1cxx_extern_templates
> Feature record: CXX_FEATURE:1cxx_final
> Feature record: CXX_FEATURE:1cxx_func_identifier
> Feature record: CXX_FEATURE:1cxx_generalized_initializers
> Feature record: CXX_FEATURE:1cxx_generic_lambdas
> Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> Feature record: CXX_FEATURE:1cxx_inline_namespaces
> Feature record: CXX_FEATURE:1cxx_lambdas
> Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> Feature record: CXX_FEATURE:1cxx_local_type_template_args
> Feature record: CXX_FEATURE:1cxx_long_long_type
> Feature record: CXX_FEATURE:1cxx_noexcept
> Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> Feature record: CXX_FEATURE:1cxx_nullptr
> Feature record: CXX_FEATURE:1cxx_override
> Feature record: CXX_FEATURE:1cxx_range_for
> Feature record: CXX_FEATURE:1cxx_raw_string_literals
> Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
> Feature record: CXX_FEATURE:1cxx_return_type_deduction
> Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> Feature record: CXX_FEATURE:1cxx_rvalue_references
> Feature record: CXX_FEATURE:1cxx_sizeof_member
> Feature record: CXX_FEATURE:1cxx_static_assert
> Feature record: CXX_FEATURE:1cxx_strong_enums
> Feature record: CXX_FEATURE:1cxx_template_template_parameters
> Feature record: CXX_FEATURE:1cxx_thread_local
> Feature record: CXX_FEATURE:1cxx_trailing_return_types
> Feature record: CXX_FEATURE:1cxx_unicode_literals
> Feature record: CXX_FEATURE:1cxx_uniform_initialization
> Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> Feature record: CXX_FEATURE:1cxx_user_literals
> Feature record: CXX_FEATURE:1cxx_variable_templates
> Feature record: CXX_FEATURE:1cxx_variadic_macros
> Feature record: CXX_FEATURE:1cxx_variadic_templates
>
>
> Detecting CXX [-std=c++11] compiler features compiled with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_f7d64/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_f7d64.dir/build.make CMakeFiles/cmTC_f7d64.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_f7d64.dir/feature_tests.cxx.o
> /usr/bin/c++ -O2 -std=c++11 -o
> CMakeFiles/cmTC_f7d64.dir/feature_tests.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTC_f7d64
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f7d64.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -rdynamic
> CMakeFiles/cmTC_f7d64.dir/feature_tests.cxx.o -o cmTC_f7d64
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> Feature record: CXX_FEATURE:1cxx_alias_templates
> Feature record: CXX_FEATURE:1cxx_alignas
> Feature record: CXX_FEATURE:1cxx_alignof
> Feature record: CXX_FEATURE:1cxx_attributes
> Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> Feature record: CXX_FEATURE:1cxx_auto_type
> Feature record: CXX_FEATURE:0cxx_binary_literals
> Feature record: CXX_FEATURE:1cxx_constexpr
> Feature record: CXX_FEATURE:0cxx_contextual_conversions
> Feature record: CXX_FEATURE:1cxx_decltype
> Feature record: CXX_FEATURE:0cxx_decltype_auto
> Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> Feature record: CXX_FEATURE:1cxx_default_function_template_args
> Feature record: CXX_FEATURE:1cxx_defaulted_functions
> Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> Feature record: CXX_FEATURE:1cxx_delegating_constructors
> Feature record: CXX_FEATURE:1cxx_deleted_functions
> Feature record: CXX_FEATURE:0cxx_digit_separators
> Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> Feature record: CXX_FEATURE:1cxx_explicit_conversions
> Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> Feature record: CXX_FEATURE:1cxx_extern_templates
> Feature record: CXX_FEATURE:1cxx_final
> Feature record: CXX_FEATURE:1cxx_func_identifier
> Feature record: CXX_FEATURE:1cxx_generalized_initializers
> Feature record: CXX_FEATURE:0cxx_generic_lambdas
> Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> Feature record: CXX_FEATURE:1cxx_inline_namespaces
> Feature record: CXX_FEATURE:1cxx_lambdas
> Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> Feature record: CXX_FEATURE:1cxx_local_type_template_args
> Feature record: CXX_FEATURE:1cxx_long_long_type
> Feature record: CXX_FEATURE:1cxx_noexcept
> Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> Feature record: CXX_FEATURE:1cxx_nullptr
> Feature record: CXX_FEATURE:1cxx_override
> Feature record: CXX_FEATURE:1cxx_range_for
> Feature record: CXX_FEATURE:1cxx_raw_string_literals
> Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> Feature record: CXX_FEATURE:0cxx_return_type_deduction
> Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> Feature record: CXX_FEATURE:1cxx_rvalue_references
> Feature record: CXX_FEATURE:1cxx_sizeof_member
> Feature record: CXX_FEATURE:1cxx_static_assert
> Feature record: CXX_FEATURE:1cxx_strong_enums
> Feature record: CXX_FEATURE:1cxx_template_template_parameters
> Feature record: CXX_FEATURE:1cxx_thread_local
> Feature record: CXX_FEATURE:1cxx_trailing_return_types
> Feature record: CXX_FEATURE:1cxx_unicode_literals
> Feature record: CXX_FEATURE:1cxx_uniform_initialization
> Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> Feature record: CXX_FEATURE:1cxx_user_literals
> Feature record: CXX_FEATURE:0cxx_variable_templates
> Feature record: CXX_FEATURE:1cxx_variadic_macros
> Feature record: CXX_FEATURE:1cxx_variadic_templates
>
>
> Detecting CXX [-std=c++98] compiler features compiled with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_7b587/fast
> gmake[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_7b587.dir/build.make CMakeFiles/cmTC_7b587.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_7b587.dir/feature_tests.cxx.o
> /usr/bin/c++ -O2 -std=c++98 -o
> CMakeFiles/cmTC_7b587.dir/feature_tests.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTC_7b587
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b587.dir/link.txt
> --verbose=1
> /usr/bin/c++ -O2 -rdynamic
> CMakeFiles/cmTC_7b587.dir/feature_tests.cxx.o -o cmTC_7b587
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> Feature record: CXX_FEATURE:0cxx_alias_templates
> Feature record: CXX_FEATURE:0cxx_alignas
> Feature record: CXX_FEATURE:0cxx_alignof
> Feature record: CXX_FEATURE:0cxx_attributes
> Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> Feature record: CXX_FEATURE:0cxx_auto_type
> Feature record: CXX_FEATURE:0cxx_binary_literals
> Feature record: CXX_FEATURE:0cxx_constexpr
> Feature record: CXX_FEATURE:0cxx_contextual_conversions
> Feature record: CXX_FEATURE:0cxx_decltype
> Feature record: CXX_FEATURE:0cxx_decltype_auto
> Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
> Feature record: CXX_FEATURE:0cxx_default_function_template_args
> Feature record: CXX_FEATURE:0cxx_defaulted_functions
> Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
> Feature record: CXX_FEATURE:0cxx_delegating_constructors
> Feature record: CXX_FEATURE:0cxx_deleted_functions
> Feature record: CXX_FEATURE:0cxx_digit_separators
> Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
> Feature record: CXX_FEATURE:0cxx_explicit_conversions
> Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
> Feature record: CXX_FEATURE:0cxx_extern_templates
> Feature record: CXX_FEATURE:0cxx_final
> Feature record: CXX_FEATURE:0cxx_func_identifier
> Feature record: CXX_FEATURE:0cxx_generalized_initializers
> Feature record: CXX_FEATURE:0cxx_generic_lambdas
> Feature record: CXX_FEATURE:0cxx_inheriting_constructors
> Feature record: CXX_FEATURE:0cxx_inline_namespaces
> Feature record: CXX_FEATURE:0cxx_lambdas
> Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> Feature record: CXX_FEATURE:0cxx_local_type_template_args
> Feature record: CXX_FEATURE:0cxx_long_long_type
> Feature record: CXX_FEATURE:0cxx_noexcept
> Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
> Feature record: CXX_FEATURE:0cxx_nullptr
> Feature record: CXX_FEATURE:0cxx_override
> Feature record: CXX_FEATURE:0cxx_range_for
> Feature record: CXX_FEATURE:0cxx_raw_string_literals
> Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
> Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> Feature record: CXX_FEATURE:0cxx_return_type_deduction
> Feature record: CXX_FEATURE:0cxx_right_angle_brackets
> Feature record: CXX_FEATURE:0cxx_rvalue_references
> Feature record: CXX_FEATURE:0cxx_sizeof_member
> Feature record: CXX_FEATURE:0cxx_static_assert
> Feature record: CXX_FEATURE:0cxx_strong_enums
> Feature record: CXX_FEATURE:1cxx_template_template_parameters
> Feature record: CXX_FEATURE:0cxx_thread_local
> Feature record: CXX_FEATURE:0cxx_trailing_return_types
> Feature record: CXX_FEATURE:0cxx_unicode_literals
> Feature record: CXX_FEATURE:0cxx_uniform_initialization
> Feature record: CXX_FEATURE:0cxx_unrestricted_unions
> Feature record: CXX_FEATURE:0cxx_user_literals
> Feature record: CXX_FEATURE:0cxx_variable_templates
> Feature record: CXX_FEATURE:0cxx_variadic_macros
> Feature record: CXX_FEATURE:0cxx_variadic_templates
> Determining if the include file sys/types.h exists passed with the
> following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_3f6df/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_3f6df.dir/build.make CMakeFiles/cmTC_3f6df.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_3f6df.dir/CheckIncludeFile.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -o
> CMakeFiles/cmTC_3f6df.dir/CheckIncludeFile.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/CheckIncludeFile.c
> Linking C executable cmTC_3f6df
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f6df.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -rdynamic
> CMakeFiles/cmTC_3f6df.dir/CheckIncludeFile.c.o -o cmTC_3f6df
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the include file stdint.h exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_851e1/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_851e1.dir/build.make CMakeFiles/cmTC_851e1.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_851e1.dir/CheckIncludeFile.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -o
> CMakeFiles/cmTC_851e1.dir/CheckIncludeFile.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/CheckIncludeFile.c
> Linking C executable cmTC_851e1
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_851e1.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -rdynamic
> CMakeFiles/cmTC_851e1.dir/CheckIncludeFile.c.o -o cmTC_851e1
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the include file stddef.h exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_d5fd3/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_d5fd3.dir/build.make CMakeFiles/cmTC_d5fd3.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_d5fd3.dir/CheckIncludeFile.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -o
> CMakeFiles/cmTC_d5fd3.dir/CheckIncludeFile.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/CheckIncludeFile.c
> Linking C executable cmTC_d5fd3
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5fd3.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -rdynamic
> CMakeFiles/cmTC_d5fd3.dir/CheckIncludeFile.c.o -o cmTC_d5fd3
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining size of unsigned long int passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_f85b7/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_f85b7.dir/build.make CMakeFiles/cmTC_f85b7.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_f85b7.dir/ulong_size.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -o
> CMakeFiles/cmTC_f85b7.dir/ulong_size.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckTypeSize/ulong_size.c
> Linking C executable cmTC_f85b7
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f85b7.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -rdynamic
> CMakeFiles/cmTC_f85b7.dir/ulong_size.c.o -o cmTC_f85b7
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining size of unsigned long long int passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_0e603/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_0e603.dir/build.make CMakeFiles/cmTC_0e603.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_0e603.dir/ulonglong_size.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -o
> CMakeFiles/cmTC_0e603.dir/ulonglong_size.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckTypeSize/ulonglong_size.c
> Linking C executable cmTC_0e603
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e603.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -rdynamic
> CMakeFiles/cmTC_0e603.dir/ulonglong_size.c.o -o cmTC_0e603
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Performing C++ SOURCE FILE Test UINT64_T_IS_UNSIGNED_LONG succeeded with
> the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_5d0ed/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_5d0ed.dir/build.make CMakeFiles/cmTC_5d0ed.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_5d0ed.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix
> -DUINT64_T_IS_UNSIGNED_LONG -o CMakeFiles/cmTC_5d0ed.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_5d0ed
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d0ed.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix
> -DUINT64_T_IS_UNSIGNED_LONG -rdynamic
> CMakeFiles/cmTC_5d0ed.dir/src.cxx.o -o cmTC_5d0ed
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
>
> #include <type_traits>
> #include <stdint.h>
> #include <stdio.h>
> int main()
> {
> static_assert(std::is_same<uint64_t, unsigned long>::value, "not this
> type");
> return 0;
> }
>
> Determining if the function log2 exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_a41f1/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_a41f1.dir/build.make CMakeFiles/cmTC_a41f1.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_a41f1.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=log2 -o
> CMakeFiles/cmTC_a41f1.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> <command-line>: warning: conflicting types for built-in function ‘log2’;
> expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
> /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of
> macro ‘CHECK_FUNCTION_EXISTS’
> 7 | CHECK_FUNCTION_EXISTS(void);
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/share/cmake/Modules/CheckFunctionExists.c:1:1: note: ‘log2’ is
> declared in header ‘<math.h>’
> +++ |+#include <math.h>
> 1 | #ifdef CHECK_FUNCTION_EXISTS
> Linking C executable cmTC_a41f1
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a41f1.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=log2 -rdynamic
> CMakeFiles/cmTC_a41f1.dir/CheckFunctionExists.c.o -o cmTC_a41f1 -lm
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function exp2 exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_85140/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_85140.dir/build.make CMakeFiles/cmTC_85140.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_85140.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=exp2 -o
> CMakeFiles/cmTC_85140.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> <command-line>: warning: conflicting types for built-in function ‘exp2’;
> expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
> /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of
> macro ‘CHECK_FUNCTION_EXISTS’
> 7 | CHECK_FUNCTION_EXISTS(void);
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/share/cmake/Modules/CheckFunctionExists.c:1:1: note: ‘exp2’ is
> declared in header ‘<math.h>’
> +++ |+#include <math.h>
> 1 | #ifdef CHECK_FUNCTION_EXISTS
> Linking C executable cmTC_85140
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85140.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=exp2 -rdynamic
> CMakeFiles/cmTC_85140.dir/CheckFunctionExists.c.o -o cmTC_85140 -lm
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function cabsl exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_93771/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_93771.dir/build.make CMakeFiles/cmTC_93771.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_93771.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=cabsl -o
> CMakeFiles/cmTC_93771.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> <command-line>: warning: conflicting types for built-in function ‘cabsl’;
> expected ‘long double(_Complex long double)’
> [-Wbuiltin-declaration-mismatch]
> /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of
> macro ‘CHECK_FUNCTION_EXISTS’
> 7 | CHECK_FUNCTION_EXISTS(void);
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/share/cmake/Modules/CheckFunctionExists.c:1:1: note: ‘cabsl’ is
> declared in header ‘<complex.h>’
> +++ |+#include <complex.h>
> 1 | #ifdef CHECK_FUNCTION_EXISTS
> Linking C executable cmTC_93771
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93771.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=cabsl -rdynamic
> CMakeFiles/cmTC_93771.dir/CheckFunctionExists.c.o -o cmTC_93771 -lm
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function clog exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_ae670/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_ae670.dir/build.make CMakeFiles/cmTC_ae670.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_ae670.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=clog -o
> CMakeFiles/cmTC_ae670.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> <command-line>: warning: conflicting types for built-in function ‘clog’;
> expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
> /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of
> macro ‘CHECK_FUNCTION_EXISTS’
> 7 | CHECK_FUNCTION_EXISTS(void);
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/share/cmake/Modules/CheckFunctionExists.c:1:1: note: ‘clog’ is
> declared in header ‘<complex.h>’
> +++ |+#include <complex.h>
> 1 | #ifdef CHECK_FUNCTION_EXISTS
> Linking C executable cmTC_ae670
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae670.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=clog -rdynamic
> CMakeFiles/cmTC_ae670.dir/CheckFunctionExists.c.o -o cmTC_ae670 -lm
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Performing C++ SOURCE FILE Test HAVE_STDCPP_MATH_SPEC_FUNCS succeeded with
> the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_56b5c/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_56b5c.dir/build.make CMakeFiles/cmTC_56b5c.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_56b5c.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_STDCPP_MATH_SPEC_FUNCS -o
> CMakeFiles/cmTC_56b5c.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_56b5c
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56b5c.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_STDCPP_MATH_SPEC_FUNCS
> -rdynamic CMakeFiles/cmTC_56b5c.dir/src.cxx.o -o cmTC_56b5c
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
>
> #define __STDCPP_MATH_SPEC_FUNCS__ 201003L
> #define __STDCPP_WANT_MATH_SPEC_FUNCS__ 1 /* for expint() */
> #include <cmath>
>
> double foo(size_t p0, size_t p1) {
> return std::expint(log(p1)) - std::expint(log(p0));
> }
>
> int main() {
> return foo(17, 42) >= 3 ? 0 : 1;
> }
>
>
> Determining if files sys/resource.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_54067/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_54067.dir/build.make CMakeFiles/cmTC_54067.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_54067.dir/HAVE_RESOURCE_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_54067.dir/HAVE_RESOURCE_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_RESOURCE_H.c
> Linking C executable cmTC_54067
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54067.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_54067.dir/HAVE_RESOURCE_H.c.o -o
> cmTC_54067
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if files sys/utsname.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_8219d/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_8219d.dir/build.make CMakeFiles/cmTC_8219d.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_8219d.dir/HAVE_UTSNAME_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_8219d.dir/HAVE_UTSNAME_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_UTSNAME_H.c
> Linking C executable cmTC_8219d
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8219d.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_8219d.dir/HAVE_UTSNAME_H.c.o -o
> cmTC_8219d
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if files sys/statvfs.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_2d0e9/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_2d0e9.dir/build.make CMakeFiles/cmTC_2d0e9.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_2d0e9.dir/HAVE_STATVFS_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_2d0e9.dir/HAVE_STATVFS_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_STATVFS_H.c
> Linking C executable cmTC_2d0e9
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d0e9.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_2d0e9.dir/HAVE_STATVFS_H.c.o -o
> cmTC_2d0e9
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if files sys/wait.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_cbaeb/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_cbaeb.dir/build.make CMakeFiles/cmTC_cbaeb.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_cbaeb.dir/HAVE_WAIT_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_cbaeb.dir/HAVE_WAIT_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_WAIT_H.c
> Linking C executable cmTC_cbaeb
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbaeb.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_cbaeb.dir/HAVE_WAIT_H.c.o -o
> cmTC_cbaeb
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if files libgen.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_0df35/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_0df35.dir/build.make CMakeFiles/cmTC_0df35.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_0df35.dir/HAVE_LIBGEN_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_0df35.dir/HAVE_LIBGEN_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_LIBGEN_H.c
> Linking C executable cmTC_0df35
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0df35.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_0df35.dir/HAVE_LIBGEN_H.c.o -o
> cmTC_0df35
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if files sys/mman.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_91fc6/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_91fc6.dir/build.make CMakeFiles/cmTC_91fc6.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_91fc6.dir/HAVE_SYS_MMAN_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_91fc6.dir/HAVE_SYS_MMAN_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MMAN_H.c
> Linking C executable cmTC_91fc6
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91fc6.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_91fc6.dir/HAVE_SYS_MMAN_H.c.o -o
> cmTC_91fc6
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the SIGHUP exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_80c9b/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_80c9b.dir/build.make CMakeFiles/cmTC_80c9b.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_80c9b.dir/CheckSymbolExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_80c9b.dir/CheckSymbolExists.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/CheckSymbolExists.c
> Linking C executable cmTC_80c9b
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80c9b.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_80c9b.dir/CheckSymbolExists.c.o -o
> cmTC_80c9b
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> File
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
> /* */
> #include <signal.h>
>
> int main(int argc, char** argv)
> {
> (void)argv;
> #ifndef SIGHUP
> return ((int*)(&SIGHUP))[argc];
> #else
> (void)argc;
> return 0;
> #endif
> }
>
> Determining if the function posix_memalign exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_94ae1/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_94ae1.dir/build.make CMakeFiles/cmTC_94ae1.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_94ae1.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=posix_memalign -o
> CMakeFiles/cmTC_94ae1.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_94ae1
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94ae1.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=posix_memalign -rdynamic
> CMakeFiles/cmTC_94ae1.dir/CheckFunctionExists.c.o -o cmTC_94ae1
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function nanosleep exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_5a27d/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_5a27d.dir/build.make CMakeFiles/cmTC_5a27d.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_5a27d.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=nanosleep -o
> CMakeFiles/cmTC_5a27d.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_5a27d
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a27d.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=nanosleep -rdynamic
> CMakeFiles/cmTC_5a27d.dir/CheckFunctionExists.c.o -o cmTC_5a27d
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function usleep exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_acec7/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_acec7.dir/build.make CMakeFiles/cmTC_acec7.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_acec7.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=usleep -o
> CMakeFiles/cmTC_acec7.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_acec7
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_acec7.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=usleep -rdynamic
> CMakeFiles/cmTC_acec7.dir/CheckFunctionExists.c.o -o cmTC_acec7
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function popen exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_e23c8/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_e23c8.dir/build.make CMakeFiles/cmTC_e23c8.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_e23c8.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=popen -o
> CMakeFiles/cmTC_e23c8.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_e23c8
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e23c8.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=popen -rdynamic
> CMakeFiles/cmTC_e23c8.dir/CheckFunctionExists.c.o -o cmTC_e23c8
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function pclose exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_277a4/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_277a4.dir/build.make CMakeFiles/cmTC_277a4.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_277a4.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=pclose -o
> CMakeFiles/cmTC_277a4.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_277a4
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_277a4.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=pclose -rdynamic
> CMakeFiles/cmTC_277a4.dir/CheckFunctionExists.c.o -o cmTC_277a4
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function getrusage exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_c3686/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_c3686.dir/build.make CMakeFiles/cmTC_c3686.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_c3686.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=getrusage -o
> CMakeFiles/cmTC_c3686.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_c3686
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3686.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=getrusage -rdynamic
> CMakeFiles/cmTC_c3686.dir/CheckFunctionExists.c.o -o cmTC_c3686
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function lrand48 exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_3155c/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_3155c.dir/build.make CMakeFiles/cmTC_3155c.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_3155c.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=lrand48 -o
> CMakeFiles/cmTC_3155c.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_3155c
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3155c.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=lrand48 -rdynamic
> CMakeFiles/cmTC_3155c.dir/CheckFunctionExists.c.o -o cmTC_3155c
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function strdup exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_fbc35/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_fbc35.dir/build.make CMakeFiles/cmTC_fbc35.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_fbc35.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=strdup -o
> CMakeFiles/cmTC_fbc35.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_fbc35
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fbc35.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=strdup -rdynamic
> CMakeFiles/cmTC_fbc35.dir/CheckFunctionExists.c.o -o cmTC_fbc35
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function strndup exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_0ab82/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_0ab82.dir/build.make CMakeFiles/cmTC_0ab82.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_0ab82.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=strndup -o
> CMakeFiles/cmTC_0ab82.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_0ab82
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ab82.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=strndup -rdynamic
> CMakeFiles/cmTC_0ab82.dir/CheckFunctionExists.c.o -o cmTC_0ab82
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function sigaction exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_7c8ad/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_7c8ad.dir/build.make CMakeFiles/cmTC_7c8ad.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_7c8ad.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=sigaction -o
> CMakeFiles/cmTC_7c8ad.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_7c8ad
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c8ad.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=sigaction -rdynamic
> CMakeFiles/cmTC_7c8ad.dir/CheckFunctionExists.c.o -o cmTC_7c8ad
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function waitpid exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_ff545/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_ff545.dir/build.make CMakeFiles/cmTC_ff545.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_ff545.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=waitpid -o
> CMakeFiles/cmTC_ff545.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_ff545
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff545.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=waitpid -rdynamic
> CMakeFiles/cmTC_ff545.dir/CheckFunctionExists.c.o -o cmTC_ff545
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function ctime_r exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_fb65f/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_fb65f.dir/build.make CMakeFiles/cmTC_fb65f.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_fb65f.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=ctime_r -o
> CMakeFiles/cmTC_fb65f.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_fb65f
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fb65f.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=ctime_r -rdynamic
> CMakeFiles/cmTC_fb65f.dir/CheckFunctionExists.c.o -o cmTC_fb65f
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function realpath exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_63751/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_63751.dir/build.make CMakeFiles/cmTC_63751.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_63751.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=realpath -o
> CMakeFiles/cmTC_63751.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_63751
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63751.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=realpath -rdynamic
> CMakeFiles/cmTC_63751.dir/CheckFunctionExists.c.o -o cmTC_63751
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function mmap exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_a209c/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_a209c.dir/build.make CMakeFiles/cmTC_a209c.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_a209c.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=mmap -o
> CMakeFiles/cmTC_a209c.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_a209c
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a209c.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=mmap -rdynamic
> CMakeFiles/cmTC_a209c.dir/CheckFunctionExists.c.o -o cmTC_a209c
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function sysconf exists passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_b5135/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_b5135.dir/build.make CMakeFiles/cmTC_b5135.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_b5135.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=sysconf -o
> CMakeFiles/cmTC_b5135.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_b5135
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5135.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=sysconf -rdynamic
> CMakeFiles/cmTC_b5135.dir/CheckFunctionExists.c.o -o cmTC_b5135
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Performing C SOURCE FILE Test SRAND_CHECK succeeded with the following
> compile output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_f3779/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_f3779.dir/build.make CMakeFiles/cmTC_f3779.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_f3779.dir/src.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DSRAND_CHECK -o CMakeFiles/cmTC_f3779.dir/src.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.c
> Linking C executable cmTC_f3779
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3779.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DSRAND_CHECK -rdynamic CMakeFiles/cmTC_f3779.dir/src.c.o -o
> cmTC_f3779
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> ...and run output:
>
> Return value: 1
> Source file was:
>
> #include <stdlib.h>
> int main()
> {
> srand(1);
> unsigned long a = rand();
> srand(1);
> unsigned long b = rand();
> return a == b ? EXIT_SUCCESS : EXIT_FAILURE;
> }
>
> Determining if files linux/binfmts.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_35503/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_35503.dir/build.make CMakeFiles/cmTC_35503.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_35503.dir/HAVE_LINUX_BINFMTS_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_35503.dir/HAVE_LINUX_BINFMTS_H.c.o
> -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_LINUX_BINFMTS_H.c
> Linking C executable cmTC_35503
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35503.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_35503.dir/HAVE_LINUX_BINFMTS_H.c.o
> -o cmTC_35503
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Performing C++ SOURCE FILE Test HAVE_STD_SHARED_PTR_BASIC succeeded with
> the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_0ad6c/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_0ad6c.dir/build.make CMakeFiles/cmTC_0ad6c.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_0ad6c.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_STD_SHARED_PTR_BASIC -o
> CMakeFiles/cmTC_0ad6c.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_0ad6c
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ad6c.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_STD_SHARED_PTR_BASIC
> -rdynamic CMakeFiles/cmTC_0ad6c.dir/src.cxx.o -o cmTC_0ad6c
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
> #include <memory>
>
> struct foo {
> std::shared_ptr<int> a;
> };
> int main()
> {
> foo f;
> f.a = std::make_shared<int>();
> return 0;
> }
>
> Performing C++ SOURCE FILE Test HAS_NOT_BUG_21397_STD_VERSION succeeded
> with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_09fd7/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_09fd7.dir/build.make CMakeFiles/cmTC_09fd7.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_09fd7.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAS_NOT_BUG_21397_STD_VERSION -o
> CMakeFiles/cmTC_09fd7.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_09fd7
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09fd7.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAS_NOT_BUG_21397_STD_VERSION
> -rdynamic CMakeFiles/cmTC_09fd7.dir/src.cxx.o -o cmTC_09fd7
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
> #include <memory>
>
> class nocopy {
> protected:
> nocopy() {}
> ~nocopy() {}
> private:
> nocopy(const nocopy&);
> nocopy& operator=(const nocopy&);
> };
> class foo: private nocopy {
> int val;
> public:
> foo(int val) : val(val) {}
> int value() const { return val; }
> };
> std::shared_ptr<foo> blah()
> {
> const int val = 65536;
> return std::make_shared<foo>(val);
> }
> int main()
> {
> return blah()->value();
> }
>
> Determining if the include file cxxabi.h exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_2c20c/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_2c20c.dir/build.make CMakeFiles/cmTC_2c20c.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_2c20c.dir/CheckIncludeFile.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -o
> CMakeFiles/cmTC_2c20c.dir/CheckIncludeFile.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
> Linking CXX executable cmTC_2c20c
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c20c.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -rdynamic
> CMakeFiles/cmTC_2c20c.dir/CheckIncludeFile.cxx.o -o cmTC_2c20c
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if files regex.h exist passed with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_94d26/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_94d26.dir/build.make CMakeFiles/cmTC_94d26.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_94d26.dir/HAVE_REGEX_H.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -o CMakeFiles/cmTC_94d26.dir/HAVE_REGEX_H.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CheckIncludeFiles/HAVE_REGEX_H.c
> Linking C executable cmTC_94d26
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94d26.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -rdynamic CMakeFiles/cmTC_94d26.dir/HAVE_REGEX_H.c.o -o
> cmTC_94d26
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Performing C++ SOURCE FILE Test HAVE_ALIGNED_ALLOC succeeded with the
> following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_a1de5/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_a1de5.dir/build.make CMakeFiles/cmTC_a1de5.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_a1de5.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_ALIGNED_ALLOC -o
> CMakeFiles/cmTC_a1de5.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_a1de5
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1de5.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_ALIGNED_ALLOC -rdynamic
> CMakeFiles/cmTC_a1de5.dir/src.cxx.o -o cmTC_a1de5
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
>
> #include <stdlib.h>
> int main()
> {
> return aligned_alloc(64, 1024) != NULL;
> }
>
> Performing C++ SOURCE FILE Test HAVE_ALIGNAS succeeded with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_946c1/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_946c1.dir/build.make CMakeFiles/cmTC_946c1.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_946c1.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_ALIGNAS -o
> CMakeFiles/cmTC_946c1.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_946c1
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_946c1.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_ALIGNAS -rdynamic
> CMakeFiles/cmTC_946c1.dir/src.cxx.o -o cmTC_946c1
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
>
> #include <stdint.h>
> int main()
> {
> alignas(8) uint32_t x = 0;
> return x;
> }
>
> Performing C++ SOURCE FILE Test HAVE_GLIBC_VECTOR_INTERNALS succeeded with
> the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_97a10/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_97a10.dir/build.make CMakeFiles/cmTC_97a10.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_97a10.dir/src.cxx.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_GLIBC_VECTOR_INTERNALS -o
> CMakeFiles/cmTC_97a10.dir/src.cxx.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_97a10
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97a10.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -DHAVE_GLIBC_VECTOR_INTERNALS
> -rdynamic CMakeFiles/cmTC_97a10.dir/src.cxx.o -o cmTC_97a10
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
> Source file was:
>
> #ifdef __OpenBSD__
> #error "forcibly disabling mmappable vectors for openbsd"
> #endif
> #include <vector>
>
> struct fred : public std::vector<int> {
> typedef std::vector<int> Base;
> fred(size_type n, int a) : Base(n, a) {}
> bool foo() {
> void * x = Base::_M_impl._M_start;
> void * y = Base::_M_impl._M_finish;
> void * z = Base::_M_impl._M_end_of_storage;
> return x == y || x == z;
> }
> Base::allocator_type * bar() { return &Base::_M_get_Tp_allocator(); };
> };
>
> int main() {
> fred F(12, 1);
> }
>
> Determining if the function pthread_create exists passed with the following
> output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_0213d/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_0213d.dir/build.make CMakeFiles/cmTC_0213d.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_0213d.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=pthread_create -o
> CMakeFiles/cmTC_0213d.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_0213d
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0213d.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic
> CMakeFiles/cmTC_0213d.dir/CheckFunctionExists.c.o -o cmTC_0213d -lpthread
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Determining if the function pthread_barrier_wait exists passed with the
> following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_f47de/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_f47de.dir/build.make CMakeFiles/cmTC_f47de.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_f47de.dir/CheckFunctionExists.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -DCHECK_FUNCTION_EXISTS=pthread_barrier_wait -o
> CMakeFiles/cmTC_f47de.dir/CheckFunctionExists.c.o -c
> /usr/share/cmake/Modules/CheckFunctionExists.c
> Linking C executable cmTC_f47de
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f47de.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -DCHECK_FUNCTION_EXISTS=pthread_barrier_wait -rdynamic
> CMakeFiles/cmTC_f47de.dir/CheckFunctionExists.c.o -o cmTC_f47de -lpthread
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Detecting C OpenMP compiler ABI info compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_e5e93/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_e5e93.dir/build.make CMakeFiles/cmTC_e5e93.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx
> -mavx2 -mpclmul -fopenmp -v -o
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.c
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2' '-msse3'
> '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o' '-c' '-mtune=generic'
> '-march=x86-64' '-pthread'
> /usr/libexec/gcc/x86_64-redhat-linux/9/cc1 -quiet -v -D_REENTRANT
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.c
> -quiet -dumpbase OpenMPTryFlag.c -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -g -O2 -Wextra -Wall -std=c99
> -version -fopenmp -o /tmp/cckofNdP.s
> GNU C99 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1) (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/include-fixed"
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/lib/gcc/x86_64-redhat-linux/9/include
> /usr/local/include
> /usr/include
> End of search list.
> GNU C99 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1) (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: 4c18cb8ccf58c37e364f2f0344233b17
> COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2' '-msse3'
> '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o' '-c' '-mtune=generic'
> '-march=x86-64' '-pthread'
> as -v --64 -o CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o /tmp/cckofNdP.s
> GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version
> version 2.31.1-29.fc30
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2' '-msse3'
> '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o' '-c' '-mtune=generic'
> '-march=x86-64' '-pthread'
> Linking C executable cmTC_e5e93
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5e93.dir/link.txt
> --verbose=1
> /usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -fopenmp -v -rdynamic
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -o cmTC_e5e93 -v
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> Reading specs from /usr/lib/gcc/x86_64-redhat-linux/9/libgomp.spec
> COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2' '-msse3'
> '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v'
> '-rdynamic' '-o' 'cmTC_e5e93' '-v' '-mtune=generic' '-march=x86-64'
> '-pthread'
> /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/cc7QQYmO.res -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lpthread
> -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr
> --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker
> /lib64/ld-linux-x86-64.so.2 -o cmTC_e5e93
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -lgomp -lgcc --push-state
> --as-needed -lgcc_s --pop-state -lpthread -lc -lgcc --push-state
> --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadend.o
> COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2' '-msse3'
> '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v'
> '-rdynamic' '-o' 'cmTC_e5e93' '-v' '-mtune=generic' '-march=x86-64'
> '-pthread'
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Parsed C OpenMP implicit link information from above output:
> link line regex: [^(
> *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*(
> |$)]
> ignore line: [Change Dir:
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):make cmTC_e5e93/fast ]
> ignore line: [make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [make -f CMakeFiles/cmTC_e5e93.dir/build.make
> CMakeFiles/cmTC_e5e93.dir/build]
> ignore line: [make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [Building C object
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o]
> ignore line: [/usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3
> -msse4.1 -mavx -mavx2 -mpclmul -fopenmp -v -o
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.c]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/cc]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2'
> '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v'
> '-o' 'CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o' '-c' '-mtune=generic'
> '-march=x86-64' '-pthread']
> ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/cc1 -quiet -v
> -D_REENTRANT
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.c
> -quiet -dumpbase OpenMPTryFlag.c -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -g -O2 -Wextra -Wall -std=c99
> -version -fopenmp -o /tmp/cckofNdP.s]
> ignore line: [GNU C99 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-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-redhat-linux/9/include-fixed"]
> ignore line: [ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/9/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C99 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param
> ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum:
> 4c18cb8ccf58c37e364f2f0344233b17]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2'
> '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v'
> '-o' 'CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o' '-c' '-mtune=generic'
> '-march=x86-64' '-pthread']
> ignore line: [ as -v --64 -o CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o
> /tmp/cckofNdP.s]
> ignore line: [GNU assembler version 2.31.1 (x86_64-redhat-linux) using
> BFD version version 2.31.1-29.fc30]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2'
> '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v'
> '-o' 'CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o' '-c' '-mtune=generic'
> '-march=x86-64' '-pthread']
> ignore line: [Linking C executable cmTC_e5e93]
> ignore line: [/usr/bin/cmake -E cmake_link_script
> CMakeFiles/cmTC_e5e93.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/cc -std=c99 -g -W -Wall -O2 -msse3 -mssse3
> -msse4.1 -mavx -mavx2 -mpclmul -fopenmp -v -rdynamic
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -o cmTC_e5e93 -v ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/cc]
> ignore line:
> [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [Reading specs from
> /usr/lib/gcc/x86_64-redhat-linux/9/libgomp.spec]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c99' '-g' '-Wextra' '-Wall' '-O2'
> '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2' '-mpclmul' '-fopenmp' '-v'
> '-rdynamic' '-o' 'cmTC_e5e93' '-v' '-mtune=generic' '-march=x86-64'
> '-pthread']
> link line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/cc7QQYmO.res -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lpthread
> -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr
> --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker
> /lib64/ld-linux-x86-64.so.2 -o cmTC_e5e93
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o -lgomp -lgcc --push-state
> --as-needed -lgcc_s --pop-state -lpthread -lc -lgcc --push-state
> --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadend.o]
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/cc7QQYmO.res] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lpthread] ==> 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 [--no-add-needed] ==> 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 [-o] ==> ignore
> arg [cmTC_e5e93] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadbegin.o] ==> ignore
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64]
> arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../..]
> arg [CMakeFiles/cmTC_e5e93.dir/OpenMPTryFlag.c.o] ==> ignore
> arg [-lgomp] ==> lib [gomp]
> arg [-lgcc] ==> lib [gcc]
> arg [--push-state] ==> ignore
> arg [--as-needed] ==> ignore
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [--pop-state] ==> ignore
> arg [-lpthread] ==> lib [pthread]
> 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-redhat-linux/9/crtend.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadend.o] ==> ignore
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9] ==>
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> collapse library dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> [/usr/lib64]
> collapse library dir [/lib/../lib64] ==> [/lib64]
> collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==>
> [/usr/lib]
> implicit libs: [gomp;gcc;gcc_s;pthread;c;gcc;gcc_s]
> implicit dirs:
> [/usr/lib/gcc/x86_64-redhat-linux/9;/usr/lib64;/lib64;/usr/lib]
> implicit fwks: []
>
>
> Detecting CXX OpenMP compiler ABI info compiled with the following output:
> Change Dir: /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp
>
> Run Build Command(s):make cmTC_4eac5/fast
> make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make -f CMakeFiles/cmTC_4eac5.dir/build.make CMakeFiles/cmTC_4eac5.dir/build
> make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -fopenmp -v -o
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall' '-O2'
> '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64' '-pthread'
> /usr/libexec/gcc/x86_64-redhat-linux/9/cc1plus -quiet -v -D_GNU_SOURCE
> -D_REENTRANT
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp
> -quiet -dumpbase OpenMPTryFlag.cpp -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -g -O2 -Wextra -Wall
> -Wno-literal-suffix -std=c++11 -version -fopenmp -o /tmp/cc88uPg0.s
> GNU C++11 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/include-fixed"
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9
>
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/x86_64-redhat-linux
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/backward
> /usr/lib/gcc/x86_64-redhat-linux/9/include
> /usr/local/include
> /usr/include
> End of search list.
> GNU C++11 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)
> compiled by GNU C version 9.1.1 20190503 (Red Hat 9.1.1-1), GMP
> version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl version
> isl-0.16.1-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: a3b782be16d22698470553fc15b77082
> COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall' '-O2'
> '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64' '-pthread'
> as -v --64 -o CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o /tmp/cc88uPg0.s
> GNU assembler version 2.31.1 (x86_64-redhat-linux) using BFD version
> version 2.31.1-29.fc30
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall' '-O2'
> '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64' '-pthread'
> Linking CXX executable cmTC_4eac5
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4eac5.dir/link.txt
> --verbose=1
> /usr/bin/c++ -std=c++11 -g -W -Wall -O2 -Wno-literal-suffix -msse3
> -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -fopenmp -v -rdynamic
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -o cmTC_4eac5 -v
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-redhat-linux
> Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)
> COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/
> Reading specs from /usr/lib/gcc/x86_64-redhat-linux/9/libgomp.spec
> COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall' '-O2'
> '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-rdynamic' '-o' 'cmTC_4eac5' '-v'
> '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-pthread'
> /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccBEZCB7.res
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-lc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64
> -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4eac5
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -lstdc++ -lm -lgomp -lgcc_s
> -lgcc -lpthread -lc -lgcc_s -lgcc
> /usr/lib/gcc/x86_64-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadend.o
> COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall' '-O2'
> '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-rdynamic' '-o' 'cmTC_4eac5' '-v'
> '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-pthread'
> make[2]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
> make[1]: Leaving directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp'
>
>
> Parsed CXX OpenMP implicit link information from above output:
> link line regex: [^(
> *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*(
> |$)]
> ignore line: [Change Dir:
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):make cmTC_4eac5/fast ]
> ignore line: [make[1]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [make -f CMakeFiles/cmTC_4eac5.dir/build.make
> CMakeFiles/cmTC_4eac5.dir/build]
> ignore line: [make[2]: Entering directory
> '/home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/CMakeTmp']
> ignore line: [Building CXX object
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o]
> ignore line: [/usr/bin/c++ -std=c++11 -g -W -Wall -O2
> -Wno-literal-suffix -msse3 -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -fopenmp
> -v -o CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -c
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall'
> '-O2' '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64' '-pthread']
> ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/cc1plus -quiet -v
> -D_GNU_SOURCE -D_REENTRANT
> /home/rjd/cado-nfs-ac460da/build/home9/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp
> -quiet -dumpbase OpenMPTryFlag.cpp -msse3 -mssse3 -msse4.1 -mavx -mavx2
> -mpclmul -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -g -O2 -Wextra -Wall
> -Wno-literal-suffix -std=c++11 -version -fopenmp -o /tmp/cc88uPg0.s]
> ignore line: [GNU C++11 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-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-redhat-linux/9/include-fixed"]
> ignore line: [ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-redhat-linux/9/../../../../x86_64-redhat-linux/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9]
> ignore line: [
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/x86_64-redhat-linux]
> ignore line: [
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../include/c++/9/backward]
> ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/9/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C++11 (GCC) version 9.1.1 20190503 (Red Hat 9.1.1-1)
> (x86_64-redhat-linux)]
> ignore line: [ compiled by GNU C version 9.1.1 20190503 (Red Hat
> 9.1.1-1), GMP version 6.1.2, MPFR version 3.1.6-p2, MPC version 1.1.0, isl
> version isl-0.16.1-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param
> ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum:
> a3b782be16d22698470553fc15b77082]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall'
> '-O2' '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64' '-pthread']
> ignore line: [ as -v --64 -o
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o /tmp/cc88uPg0.s]
> ignore line: [GNU assembler version 2.31.1 (x86_64-redhat-linux) using
> BFD version version 2.31.1-29.fc30]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall'
> '-O2' '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-o'
> 'CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64' '-pthread']
> ignore line: [Linking CXX executable cmTC_4eac5]
> ignore line: [/usr/bin/cmake -E cmake_link_script
> CMakeFiles/cmTC_4eac5.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/c++ -std=c++11 -g -W -Wall -O2
> -Wno-literal-suffix -msse3 -mssse3 -msse4.1 -mavx -mavx2 -mpclmul -fopenmp
> -v -rdynamic CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -o
> cmTC_4eac5 -v ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line:
> [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-redhat-linux]
> ignore line: [Configured with: ../configure --enable-bootstrap
> --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info
> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
> --enable-threads=posix --enable-checking=release --enable-multilib
> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> --enable-gnu-unique-object --enable-linker-build-id
> --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin
> --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none
> --without-cuda-driver --enable-gnu-indirect-function --enable-cet
> --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
> ignore line: [Thread model: posix]
> ignore line: [gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC) ]
> ignore line:
> [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/9/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/9/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/9/../../../:/lib/:/usr/lib/]
> ignore line: [Reading specs from
> /usr/lib/gcc/x86_64-redhat-linux/9/libgomp.spec]
> ignore line: [COLLECT_GCC_OPTIONS='-std=c++11' '-g' '-Wextra' '-Wall'
> '-O2' '-Wno-literal-suffix' '-msse3' '-mssse3' '-msse4.1' '-mavx' '-mavx2'
> '-mpclmul' '-fopenmp' '-v' '-rdynamic' '-o' 'cmTC_4eac5' '-v'
> '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-pthread']
> link line: [ /usr/libexec/gcc/x86_64-redhat-linux/9/collect2 -plugin
> /usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so
> -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccBEZCB7.res
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-lc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64
> -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4eac5
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadbegin.o
> -L/usr/lib/gcc/x86_64-redhat-linux/9
> -L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64 -L/lib/../lib64
> -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/9/../../..
> CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o -lstdc++ -lm -lgomp -lgcc_s
> -lgcc -lpthread -lc -lgcc_s -lgcc
> /usr/lib/gcc/x86_64-redhat-linux/9/crtend.o
> /usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o
> /usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadend.o]
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/libexec/gcc/x86_64-redhat-linux/9/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/9/lto-wrapper]
> ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/ccBEZCB7.res] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [-plugin-opt=-pass-through=-lpthread] ==> 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 [--no-add-needed] ==> 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 [-o] ==> ignore
> arg [cmTC_4eac5] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crt1.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crti.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtbegin.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadbegin.o] ==> ignore
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64]
> arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
> arg [-L/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==> dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../..]
> arg [CMakeFiles/cmTC_4eac5.dir/OpenMPTryFlag.cpp.o] ==> ignore
> arg [-lstdc++] ==> lib [stdc++]
> arg [-lm] ==> lib [m]
> arg [-lgomp] ==> lib [gomp]
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [-lgcc] ==> lib [gcc]
> arg [-lpthread] ==> lib [pthread]
> arg [-lc] ==> lib [c]
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [-lgcc] ==> lib [gcc]
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtend.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64/crtn.o] ==>
> ignore
> arg [/usr/lib/gcc/x86_64-redhat-linux/9/crtoffloadend.o] ==> ignore
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9] ==>
> [/usr/lib/gcc/x86_64-redhat-linux/9]
> collapse library dir
> [/usr/lib/gcc/x86_64-redhat-linux/9/../../../../lib64] ==> [/usr/lib64]
> collapse library dir [/lib/../lib64] ==> [/lib64]
> collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
> collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/9/../../..] ==>
> [/usr/lib]
> implicit libs: [stdc++;m;gomp;gcc_s;gcc;pthread;c;gcc_s;gcc]
> implicit dirs:
> [/usr/lib/gcc/x86_64-redhat-linux/9;/usr/lib64;/lib64;/usr/lib]
> implicit fwks: []
>
>
> _______________________________________________
> Cado-nfs-discuss mailing list
> Cado-nfs-discuss@lists.gforge.inria.fr
> https://lists.gforge.inria.fr/mailman/listinfo/cado-nfs-discuss
- [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, ROBERT DUCHATEAU, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, paul zimmermann, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, Emmanuel Thomé, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, ROBERT DUCHATEAU, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, Emmanuel Thomé, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, ROBERT DUCHATEAU, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, ROBERT DUCHATEAU, 06/11/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, Emmanuel Thomé, 06/10/2019
- Re: [Cado-nfs-discuss] Latest GCC 9.1.1 Mis-compiles Git Src Files, ROBERT DUCHATEAU, 06/10/2019
Archive powered by MHonArc 2.6.19+.