unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* cmake error
@ 2021-05-13 10:35 Roy Lemmon
  2021-05-13 13:48 ` Thiago Jung Bauermann
  0 siblings, 1 reply; 9+ messages in thread
From: Roy Lemmon @ 2021-05-13 10:35 UTC (permalink / raw)
  To: help-guix

Hi,

I have a problem with the cmake build package.

Below is a small CMakeLists.txt test file where I attempt to download the
file fastjet-3.3.3.tar.gz.

**********************************************************************************
# Specify the minimum version for CMake
cmake_minimum_required(VERSION 3.13.5)

# Project's name

project(hello)

file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz" "fastjet-3.3.3.tar.gz"  TIMEOUT 60)
**********************************************************************************

When I run this file I get an error about the certificates:

**********************************************************************
rlemmon@parton ~/example$ cmake .
CMake Error at CMakeLists.txt:8 (file):
  file /home/rlemmon/.guix-profile/etc/ssl/certs/ca-certificates.crt


-- Configuring incomplete, errors occurred!
See also "/home/rlemmon/example/CMakeFiles/CMakeOutput.log".
**********************************************************************

Can someone help ?

Thanks
Roy



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 10:35 cmake error Roy Lemmon
@ 2021-05-13 13:48 ` Thiago Jung Bauermann
  2021-05-13 14:12   ` Roy Lemmon
  0 siblings, 1 reply; 9+ messages in thread
From: Thiago Jung Bauermann @ 2021-05-13 13:48 UTC (permalink / raw)
  To: help-guix; +Cc: Roy Lemmon

Hello Roy,

Em quinta-feira, 13 de maio de 2021, às 07:35:17 -03, Roy Lemmon escreveu:
> I have a problem with the cmake build package.
> 
> Below is a small CMakeLists.txt test file where I attempt to download the
> file fastjet-3.3.3.tar.gz.
> 
> *************************************************************************
> ********* # Specify the minimum version for CMake
> cmake_minimum_required(VERSION 3.13.5)
> 
> # Project's name
> 
> project(hello)
> 
> file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz"
> "fastjet-3.3.3.tar.gz"  TIMEOUT 60)
> ************************************************************************
> **********
> 
> When I run this file I get an error about the certificates:
> 
> **********************************************************************
> rlemmon@parton ~/example$ cmake .
> CMake Error at CMakeLists.txt:8 (file):
>   file /home/rlemmon/.guix-profile/etc/ssl/certs/ca-certificates.crt
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/home/rlemmon/example/CMakeFiles/CMakeOutput.log".
> **********************************************************************
> 
> Can someone help ?

Do you have the nss-certs package installed? The Guix manual mentions¹ that 
it may need to be, in order for apps installed by Guix to authenticate 
certificates.

If you already have that package, then it's necessary to look at 
CMakeOutput.log to see if there are more hints.

Thanks,
Thiago


¹ https://guix.gnu.org/manual/en/html_node/Application-Setup.html




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 13:48 ` Thiago Jung Bauermann
@ 2021-05-13 14:12   ` Roy Lemmon
  2021-05-13 15:05     ` Thiago Jung Bauermann
  2021-05-13 17:07     ` Thiago Jung Bauermann
  0 siblings, 2 replies; 9+ messages in thread
From: Roy Lemmon @ 2021-05-13 14:12 UTC (permalink / raw)
  To: help-guix

Hi Thiago,

Below is CMakeOutput.log

I see no occurence of fastjet though. I should mention that I get no
error if I just use curl or wget to download the file (and it has a
proper size) plus it can then be extracted. Here the download seems to
be interrupted or not started as the file has zero size, though it is
present after running cmake ...

In fact this is part of a larger code base but I have narrowed it down
to this trivial download problem.

Yes I have the nss-certs package installed though I thought that was
just for https sites ?

Thanks
Roy

*************************************************************************************************
The system is: Linux - 5.4.99 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /home/rlemmon/.guix-profile/bin/gcc 
Build flags: 
Id flags:  

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/home/rlemmon/example/CMakeFiles/3.19.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /home/rlemmon/.guix-profile/bin/c++ 
Build flags: 
Id flags:  

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/home/rlemmon/example/CMakeFiles/3.19.2/CompilerIdCXX/a.out"

Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/rlemmon/example/CMakeFiles/CMakeTmp

Run Build Command(s):/home/rlemmon/.guix-profile/bin/make cmTC_a3911/fast && /home/rlemmon/.guix-profile/bin/make  -f CMakeFiles/cmTC_a3911.dir/build.make CMakeFiles/cmTC_a3911.dir/build
make[1]: Entering directory '/home/rlemmon/example/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o
/home/rlemmon/.guix-profile/bin/gcc   -v -o CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -c /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/home/rlemmon/.guix-profile/bin/gcc
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/cc1 -quiet -v /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccryRUB0.s
GNU C17 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)
	compiled by GNU C version 10.2.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "/home/rlemmon/.guix-profile/include"
ignoring nonexistent directory "/no-gcc-local-prefix/include"
ignoring nonexistent directory "/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../../../../../x86_64-unknown-linux-gnu/include"
ignoring duplicate directory "/home/rlemmon/.guix-profile/include"
  as it is a non-system directory that duplicates a system directory
ignoring duplicate directory "/home/rlemmon/.guix-profile/include"
  as it is a non-system directory that duplicates a system directory
#include "..." search starts here:
#include <...> search starts here:
 /home/rlemmon/.guix-profile/include
 /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include
 /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed
 /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include
End of search list.
GNU C17 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)
	compiled by GNU C version 10.2.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: d0b5010039965ee8244f3204d50b9ea0
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
 as -v --64 -o CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o /tmp/ccryRUB0.s
GNU assembler version 2.34 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.34
COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
Linking C executable cmTC_a3911
/gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3911.dir/link.txt --verbose=1
/home/rlemmon/.guix-profile/bin/gcc  -v CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -o cmTC_a3911 
Using built-in specs.
COLLECT_GCC=/home/rlemmon/.guix-profile/bin/gcc
COLLECT_LTO_WRAPPER=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC) 
COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a3911' '-mtune=generic' '-march=x86-64'
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/collect2 -plugin /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/liblto_plugin.so -plugin-opt=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cccFcjuk.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -dynamic-linker /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 -o cmTC_a3911 /home/rlemmon/.guix-profile/lib/crt1.o /home/rlemmon/.guix-profile/lib/crti.o /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o -L/home/rlemmon/.guix-profile/lib -L/home/rlemmon/.guix-profile/lib -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0 -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../.. -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib -lgcc_s -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtend.o /home/rlemmon/.guix-profile/lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a3911' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/rlemmon/example/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: [/home/rlemmon/.guix-profile/include]
    add: [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include]
    add: [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed]
    add: [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]
  end of search list found
  collapse include dir [/home/rlemmon/.guix-profile/include] ==> [/home/rlemmon/.guix-profile/include]
  collapse include dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include]
  collapse include dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed]
  collapse include dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include] ==> [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]
  implicit include dirs: [/home/rlemmon/.guix-profile/include;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/rlemmon/example/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/home/rlemmon/.guix-profile/bin/make cmTC_a3911/fast && /home/rlemmon/.guix-profile/bin/make  -f CMakeFiles/cmTC_a3911.dir/build.make CMakeFiles/cmTC_a3911.dir/build]
  ignore line: [make[1]: Entering directory '/home/rlemmon/example/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o]
  ignore line: [/home/rlemmon/.guix-profile/bin/gcc   -v -o CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -c /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCCompilerABI.c]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/home/rlemmon/.guix-profile/bin/gcc]
  ignore line: [Target: x86_64-unknown-linux-gnu]
  ignore line: [Configured with: ]
  ignore line: [Thread model: posix]
  ignore line: [Supported LTO compression algorithms: zlib]
  ignore line: [gcc version 10.2.0 (GCC) ]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/cc1 -quiet -v /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccryRUB0.s]
  ignore line: [GNU C17 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)]
  ignore line: [	compiled by GNU C version 10.2.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include"]
  ignore line: [ignoring nonexistent directory "/no-gcc-local-prefix/include"]
  ignore line: [ignoring nonexistent directory "/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../../../../../x86_64-unknown-linux-gnu/include"]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include"]
  ignore line: [  as it is a non-system directory that duplicates a system directory]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include"]
  ignore line: [  as it is a non-system directory that duplicates a system directory]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /home/rlemmon/.guix-profile/include]
  ignore line: [ /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include]
  ignore line: [ /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed]
  ignore line: [ /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]
  ignore line: [End of search list.]
  ignore line: [GNU C17 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)]
  ignore line: [	compiled by GNU C version 10.2.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: d0b5010039965ee8244f3204d50b9ea0]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o /tmp/ccryRUB0.s]
  ignore line: [GNU assembler version 2.34 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.34]
  ignore line: [COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/]
  ignore line: [LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [Linking C executable cmTC_a3911]
  ignore line: [/gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3911.dir/link.txt --verbose=1]
  ignore line: [/home/rlemmon/.guix-profile/bin/gcc  -v CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -o cmTC_a3911 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/home/rlemmon/.guix-profile/bin/gcc]
  ignore line: [COLLECT_LTO_WRAPPER=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper]
  ignore line: [Target: x86_64-unknown-linux-gnu]
  ignore line: [Configured with: ]
  ignore line: [Thread model: posix]
  ignore line: [Supported LTO compression algorithms: zlib]
  ignore line: [gcc version 10.2.0 (GCC) ]
  ignore line: [COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/]
  ignore line: [LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a3911' '-mtune=generic' '-march=x86-64']
  link line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/collect2 -plugin /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/liblto_plugin.so -plugin-opt=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cccFcjuk.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -dynamic-linker /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 -o cmTC_a3911 /home/rlemmon/.guix-profile/lib/crt1.o /home/rlemmon/.guix-profile/lib/crti.o /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o -L/home/rlemmon/.guix-profile/lib -L/home/rlemmon/.guix-profile/lib -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0 -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../.. -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib CMakeFiles/cmTC_a3911.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib -lgcc_s -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtend.o /home/rlemmon/.guix-profile/lib/crtn.o]
    arg [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cccFcjuk.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_a3911] ==> ignore
    arg [/home/rlemmon/.guix-profile/lib/crt1.o] ==> ignore
    arg [/home/rlemmon/.guix-profile/lib/crti.o] ==> ignore
    arg [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o] ==> ignore
    arg [-L/home/rlemmon/.guix-profile/lib] ==> dir [/home/rlemmon/.guix-profile/lib]
    arg [-L/home/rlemmon/.guix-profile/lib] ==> dir [/home/rlemmon/.guix-profile/lib]
    arg [-L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0] ==> dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0]
    arg [-L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../..] ==> dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../..]
    arg [-L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
    arg [CMakeFiles/cmTC_a3911.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 [-L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
    arg [-rpath=/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> ignore
    arg [-rpath=/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    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 [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtend.o] ==> ignore
    arg [/home/rlemmon/.guix-profile/lib/crtn.o] ==> ignore
  collapse library dir [/home/rlemmon/.guix-profile/lib] ==> [/home/rlemmon/.guix-profile/lib]
  collapse library dir [/home/rlemmon/.guix-profile/lib] ==> [/home/rlemmon/.guix-profile/lib]
  collapse library dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0]
  collapse library dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../..] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib]
  collapse library dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  collapse library dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  implicit libs: [gcc;gcc_s;gcc_s;c;gcc;gcc_s]
  implicit dirs: [/home/rlemmon/.guix-profile/lib;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  implicit fwks: []


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/rlemmon/example/CMakeFiles/CMakeTmp

Run Build Command(s):/home/rlemmon/.guix-profile/bin/make cmTC_ec643/fast && /home/rlemmon/.guix-profile/bin/make  -f CMakeFiles/cmTC_ec643.dir/build.make CMakeFiles/cmTC_ec643.dir/build
make[1]: Entering directory '/home/rlemmon/example/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o
/home/rlemmon/.guix-profile/bin/c++   -v -o CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -c /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/home/rlemmon/.guix-profile/bin/c++
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/cc1plus -quiet -v -D_GNU_SOURCE /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cc2Kr1nl.s
GNU C++14 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)
	compiled by GNU C version 10.2.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "/home/rlemmon/.guix-profile/include/c++"
ignoring duplicate directory "/home/rlemmon/.guix-profile/include"
ignoring nonexistent directory "/no-gcc-local-prefix/include"
ignoring nonexistent directory "/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../../../../../x86_64-unknown-linux-gnu/include"
ignoring duplicate directory "/home/rlemmon/.guix-profile/include"
  as it is a non-system directory that duplicates a system directory
ignoring duplicate directory "/home/rlemmon/.guix-profile/include"
  as it is a non-system directory that duplicates a system directory
#include "..." search starts here:
#include <...> search starts here:
 /home/rlemmon/.guix-profile/include/c++
 /home/rlemmon/.guix-profile/include
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/x86_64-unknown-linux-gnu
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/backward
 /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include
 /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed
 /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include
End of search list.
GNU C++14 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)
	compiled by GNU C version 10.2.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 119c1bffe0e4f76ca9d2b8ce383be176
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 as -v --64 -o CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc2Kr1nl.s
GNU assembler version 2.34 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.34
COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Linking CXX executable cmTC_ec643
/gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec643.dir/link.txt --verbose=1
/home/rlemmon/.guix-profile/bin/c++  -v CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ec643 
Using built-in specs.
COLLECT_GCC=/home/rlemmon/.guix-profile/bin/c++
COLLECT_LTO_WRAPPER=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC) 
COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ec643' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/collect2 -plugin /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/liblto_plugin.so -plugin-opt=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccTQuRnH.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 -o cmTC_ec643 /home/rlemmon/.guix-profile/lib/crt1.o /home/rlemmon/.guix-profile/lib/crti.o /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o -L/home/rlemmon/.guix-profile/lib -L/home/rlemmon/.guix-profile/lib -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0 -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../.. -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib -lgcc_s -lc -lgcc_s -lgcc /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtend.o /home/rlemmon/.guix-profile/lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ec643' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/rlemmon/example/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: [/home/rlemmon/.guix-profile/include/c++]
    add: [/home/rlemmon/.guix-profile/include]
    add: [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++]
    add: [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/x86_64-unknown-linux-gnu]
    add: [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/backward]
    add: [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include]
    add: [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed]
    add: [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]
  end of search list found
  collapse include dir [/home/rlemmon/.guix-profile/include/c++] ==> [/home/rlemmon/.guix-profile/include/c++]
  collapse include dir [/home/rlemmon/.guix-profile/include] ==> [/home/rlemmon/.guix-profile/include]
  collapse include dir [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++] ==> [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++]
  collapse include dir [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/x86_64-unknown-linux-gnu] ==> [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/x86_64-unknown-linux-gnu]
  collapse include dir [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/backward] ==> [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/backward]
  collapse include dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include]
  collapse include dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed]
  collapse include dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include] ==> [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]
  implicit include dirs: [/home/rlemmon/.guix-profile/include/c++;/home/rlemmon/.guix-profile/include;/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++;/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/x86_64-unknown-linux-gnu;/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/backward;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/rlemmon/example/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/home/rlemmon/.guix-profile/bin/make cmTC_ec643/fast && /home/rlemmon/.guix-profile/bin/make  -f CMakeFiles/cmTC_ec643.dir/build.make CMakeFiles/cmTC_ec643.dir/build]
  ignore line: [make[1]: Entering directory '/home/rlemmon/example/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/home/rlemmon/.guix-profile/bin/c++   -v -o CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -c /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/home/rlemmon/.guix-profile/bin/c++]
  ignore line: [Target: x86_64-unknown-linux-gnu]
  ignore line: [Configured with: ]
  ignore line: [Thread model: posix]
  ignore line: [Supported LTO compression algorithms: zlib]
  ignore line: [gcc version 10.2.0 (GCC) ]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/cc1plus -quiet -v -D_GNU_SOURCE /gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cc2Kr1nl.s]
  ignore line: [GNU C++14 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)]
  ignore line: [	compiled by GNU C version 10.2.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include/c++"]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include"]
  ignore line: [ignoring nonexistent directory "/no-gcc-local-prefix/include"]
  ignore line: [ignoring nonexistent directory "/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../../../../../x86_64-unknown-linux-gnu/include"]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include"]
  ignore line: [  as it is a non-system directory that duplicates a system directory]
  ignore line: [ignoring duplicate directory "/home/rlemmon/.guix-profile/include"]
  ignore line: [  as it is a non-system directory that duplicates a system directory]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /home/rlemmon/.guix-profile/include/c++]
  ignore line: [ /home/rlemmon/.guix-profile/include]
  ignore line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++]
  ignore line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/x86_64-unknown-linux-gnu]
  ignore line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/include/c++/backward]
  ignore line: [ /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include]
  ignore line: [ /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/include-fixed]
  ignore line: [ /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/include]
  ignore line: [End of search list.]
  ignore line: [GNU C++14 (GCC) version 10.2.0 (x86_64-unknown-linux-gnu)]
  ignore line: [	compiled by GNU C version 10.2.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: 119c1bffe0e4f76ca9d2b8ce383be176]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc2Kr1nl.s]
  ignore line: [GNU assembler version 2.34 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.34]
  ignore line: [COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/]
  ignore line: [LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [Linking CXX executable cmTC_ec643]
  ignore line: [/gnu/store/6pn8kznkxr67w2r58zslai0mkhv0y0vq-cmake-3.19.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec643.dir/link.txt --verbose=1]
  ignore line: [/home/rlemmon/.guix-profile/bin/c++  -v CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ec643 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/home/rlemmon/.guix-profile/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper]
  ignore line: [Target: x86_64-unknown-linux-gnu]
  ignore line: [Configured with: ]
  ignore line: [Thread model: posix]
  ignore line: [Supported LTO compression algorithms: zlib]
  ignore line: [gcc version 10.2.0 (GCC) ]
  ignore line: [COMPILER_PATH=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/]
  ignore line: [LIBRARY_PATH=/home/rlemmon/.guix-profile/lib/:/home/rlemmon/.guix-profile/lib/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/:/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../../:/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ec643' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/collect2 -plugin /gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/liblto_plugin.so -plugin-opt=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccTQuRnH.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 -o cmTC_ec643 /home/rlemmon/.guix-profile/lib/crt1.o /home/rlemmon/.guix-profile/lib/crti.o /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o -L/home/rlemmon/.guix-profile/lib -L/home/rlemmon/.guix-profile/lib -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0 -L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../.. -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib -rpath=/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib -lgcc_s -lc -lgcc_s -lgcc /gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtend.o /home/rlemmon/.guix-profile/lib/crtn.o]
    arg [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/gnu/store/xpdy9vvqym9xv7praqkwsm3gdzn2kv1p-gcc-10.2.0/libexec/gcc/x86_64-unknown-linux-gnu/10.2.0/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccTQuRnH.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> 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_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_ec643] ==> ignore
    arg [/home/rlemmon/.guix-profile/lib/crt1.o] ==> ignore
    arg [/home/rlemmon/.guix-profile/lib/crti.o] ==> ignore
    arg [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o] ==> ignore
    arg [-L/home/rlemmon/.guix-profile/lib] ==> dir [/home/rlemmon/.guix-profile/lib]
    arg [-L/home/rlemmon/.guix-profile/lib] ==> dir [/home/rlemmon/.guix-profile/lib]
    arg [-L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0] ==> dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0]
    arg [-L/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../..] ==> dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../..]
    arg [-L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
    arg [CMakeFiles/cmTC_ec643.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-L/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
    arg [-rpath=/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> ignore
    arg [-rpath=/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtend.o] ==> ignore
    arg [/home/rlemmon/.guix-profile/lib/crtn.o] ==> ignore
  collapse library dir [/home/rlemmon/.guix-profile/lib] ==> [/home/rlemmon/.guix-profile/lib]
  collapse library dir [/home/rlemmon/.guix-profile/lib] ==> [/home/rlemmon/.guix-profile/lib]
  collapse library dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0]
  collapse library dir [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/../../..] ==> [/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib]
  collapse library dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  collapse library dir [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib] ==> [/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;gcc_s;c;gcc_s;gcc]
  implicit dirs: [/home/rlemmon/.guix-profile/lib;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.2.0;/gnu/store/qj38f3vi4q1d7z30hkpaxyajv49rwamb-gcc-10.2.0-lib/lib;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib]
  implicit fwks: []


************************************************************************************************************************************************************




Thiago Jung Bauermann <bauermann@kolabnow.com> writes:

> Hello Roy,
>
> Em quinta-feira, 13 de maio de 2021, às 07:35:17 -03, Roy Lemmon escreveu:
>> I have a problem with the cmake build package.
>> 
>> Below is a small CMakeLists.txt test file where I attempt to download the
>> file fastjet-3.3.3.tar.gz.
>> 
>> *************************************************************************
>> ********* # Specify the minimum version for CMake
>> cmake_minimum_required(VERSION 3.13.5)
>> 
>> # Project's name
>> 
>> project(hello)
>> 
>> file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz"
>> "fastjet-3.3.3.tar.gz"  TIMEOUT 60)
>> ************************************************************************
>> **********
>> 
>> When I run this file I get an error about the certificates:
>> 
>> **********************************************************************
>> rlemmon@parton ~/example$ cmake .
>> CMake Error at CMakeLists.txt:8 (file):
>>   file /home/rlemmon/.guix-profile/etc/ssl/certs/ca-certificates.crt
>> 
>> 
>> -- Configuring incomplete, errors occurred!
>> See also "/home/rlemmon/example/CMakeFiles/CMakeOutput.log".
>> **********************************************************************
>> 
>> Can someone help ?
>
> Do you have the nss-certs package installed? The Guix manual mentions¹ that 
> it may need to be, in order for apps installed by Guix to authenticate 
> certificates.
>
> If you already have that package, then it's necessary to look at 
> CMakeOutput.log to see if there are more hints.
>
> Thanks,
> Thiago
>
>
> ¹ https://guix.gnu.org/manual/en/html_node/Application-Setup.html



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 14:12   ` Roy Lemmon
@ 2021-05-13 15:05     ` Thiago Jung Bauermann
  2021-05-13 16:54       ` Roy Lemmon
  2021-05-13 17:07     ` Thiago Jung Bauermann
  1 sibling, 1 reply; 9+ messages in thread
From: Thiago Jung Bauermann @ 2021-05-13 15:05 UTC (permalink / raw)
  To: help-guix; +Cc: Roy Lemmon

Em quinta-feira, 13 de maio de 2021, às 11:12:15 -03, Roy Lemmon escreveu:
> Hi Thiago,
> 
> Below is CMakeOutput.log
> 
> I see no occurence of fastjet though.

Yes, this is strange.

> I should mention that I get no
> error if I just use curl or wget to download the file (and it has a
> proper size) plus it can then be extracted. Here the download seems to
> be interrupted or not started as the file has zero size, though it is
> present after running cmake ...
> 
> In fact this is part of a larger code base but I have narrowed it down
> to this trivial download problem.

Is this problem happening during the build of a guix package? If so, as far 
as I know there's no network access inside the build container. This is to 
ensure that the build only uses the inputs described in the package 
definition and thus is reproducible.

> Yes I have the nss-certs package installed though I thought that was
> just for https sites ?

That's true. I hadn't noticed that the URL was http and not https. I don't 
know why CMake would need to access CA certificates. One idea would be to 
use the LOG option in the file command to try to get more details (in case 
the build isn't happening inside a guix container as I mentioned above).

Thanks,
Thiago




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 15:05     ` Thiago Jung Bauermann
@ 2021-05-13 16:54       ` Roy Lemmon
  0 siblings, 0 replies; 9+ messages in thread
From: Roy Lemmon @ 2021-05-13 16:54 UTC (permalink / raw)
  To: Thiago Jung Bauermann, help-guix

Hi Thiago,

In fact it is happening when I make a  high energy physics python package (matplo/heppy on GitHub). I narrowed down the issue to the inability to download the file and so wrote the CMakeFile.txt that I sent you to isolate that issue. In fact I had the idea you mentioned of the LOG file. However when I put that command it, it didn't seem to work.

How do you specify a LOG file with the FILE command ?

Note that all the compilation works if I do it in a Docker container on my Guix laptop (with Debian base).

Thanks
Roy


On 13 May 2021 16:05:20 BST, Thiago Jung Bauermann <bauermann@kolabnow.com> wrote:
>Em quinta-feira, 13 de maio de 2021, às 11:12:15 -03, Roy Lemmon escreveu:
>> Hi Thiago,
>> 
>> Below is CMakeOutput.log
>> 
>> I see no occurence of fastjet though.
>
>Yes, this is strange.
>
>> I should mention that I get no
>> error if I just use curl or wget to download the file (and it has a
>> proper size) plus it can then be extracted. Here the download seems to
>> be interrupted or not started as the file has zero size, though it is
>> present after running cmake ...
>> 
>> In fact this is part of a larger code base but I have narrowed it down
>> to this trivial download problem.
>
>Is this problem happening during the build of a guix package? If so, as far 
>as I know there's no network access inside the build container. This is to 
>ensure that the build only uses the inputs described in the package 
>definition and thus is reproducible.
>
>> Yes I have the nss-certs package installed though I thought that was
>> just for https sites ?
>
>That's true. I hadn't noticed that the URL was http and not https. I don't 
>know why CMake would need to access CA certificates. One idea would be to 
>use the LOG option in the file command to try to get more details (in case 
>the build isn't happening inside a guix container as I mentioned above).
>
>Thanks,
>Thiago
>
>

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 14:12   ` Roy Lemmon
  2021-05-13 15:05     ` Thiago Jung Bauermann
@ 2021-05-13 17:07     ` Thiago Jung Bauermann
  2021-05-13 17:17       ` Roy Lemmon
  1 sibling, 1 reply; 9+ messages in thread
From: Thiago Jung Bauermann @ 2021-05-13 17:07 UTC (permalink / raw)
  To: help-guix; +Cc: Roy Lemmon

Em quinta-feira, 13 de maio de 2021, às 11:12:15 -03, Roy Lemmon escreveu:
> Hi Thiago,
> 
> Below is CMakeOutput.log
> 
> I see no occurence of fastjet though.

Yes, this is strange.

> I should mention that I get no
> error if I just use curl or wget to download the file (and it has a
> proper size) plus it can then be extracted. Here the download seems to
> be interrupted or not started as the file has zero size, though it is
> present after running cmake ...
> 
> In fact this is part of a larger code base but I have narrowed it down
> to this trivial download problem.

Is this problem happening during the build of a guix package? If so, as far 
as I know there's no network access inside the build container. This is to 
ensure that the build only uses the inputs described in the package 
definition and thus is reproducible.

> Yes I have the nss-certs package installed though I thought that was
> just for https sites ?

That's true. I hadn't noticed that the URL was http and not https. I don't 
know why CMake would need to access CA certificates. One idea would be to 
use the LOG option in the file command to try to get more details (in case 
the build isn't happening inside a guix container as I mentioned above).

Thanks,
Thiago





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 17:07     ` Thiago Jung Bauermann
@ 2021-05-13 17:17       ` Roy Lemmon
  2021-05-13 18:09         ` Thiago Jung Bauermann
  0 siblings, 1 reply; 9+ messages in thread
From: Roy Lemmon @ 2021-05-13 17:17 UTC (permalink / raw)
  To: Thiago Jung Bauermann, help-guix

Hi again,

Just to not that the original CMakeList.txt file for fastjet uses ExternalProject_Add with the URL command. Perhaps no-one has used cmake in Guix with that option before ... 

Still no solution ...

Cheers
Roy


On 13 May 2021 18:07:01 BST, Thiago Jung Bauermann <bauermann@kolabnow.com> wrote:
>Em quinta-feira, 13 de maio de 2021, às 11:12:15 -03, Roy Lemmon escreveu:
>> Hi Thiago,
>> 
>> Below is CMakeOutput.log
>> 
>> I see no occurence of fastjet though.
>
>Yes, this is strange.
>
>> I should mention that I get no
>> error if I just use curl or wget to download the file (and it has a
>> proper size) plus it can then be extracted. Here the download seems to
>> be interrupted or not started as the file has zero size, though it is
>> present after running cmake ...
>> 
>> In fact this is part of a larger code base but I have narrowed it down
>> to this trivial download problem.
>
>Is this problem happening during the build of a guix package? If so, as far 
>as I know there's no network access inside the build container. This is to 
>ensure that the build only uses the inputs described in the package 
>definition and thus is reproducible.
>
>> Yes I have the nss-certs package installed though I thought that was
>> just for https sites ?
>
>That's true. I hadn't noticed that the URL was http and not https. I don't 
>know why CMake would need to access CA certificates. One idea would be to 
>use the LOG option in the file command to try to get more details (in case 
>the build isn't happening inside a guix container as I mentioned above).
>
>Thanks,
>Thiago
>
>
>

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 17:17       ` Roy Lemmon
@ 2021-05-13 18:09         ` Thiago Jung Bauermann
  2021-05-13 18:17           ` Roy Lemmon
  0 siblings, 1 reply; 9+ messages in thread
From: Thiago Jung Bauermann @ 2021-05-13 18:09 UTC (permalink / raw)
  To: help-guix, Roy Lemmon

Hello Roy,

Em quinta-feira, 13 de maio de 2021, às 14:17:21 -03, Roy Lemmon escreveu:
> Hi again,
> 
> Just to not that the original CMakeList.txt file for fastjet uses
> ExternalProject_Add with the URL command. Perhaps no-one has used cmake
> in Guix with that option before ...

That's a good possibility. I tried your CMakeLists.txt example with cmake 
installed via Guix and I saw the same error. With my host distro's cmake it 
works fine.

So it appears that file(DOWNLOAD) is broken in Guix's cmake. Perhaps no one 
noticed because when building guix packages, dependencies are download in 
advance rather than as part of the build.

> Still no solution ...

Sorry, I'm not of much help. I only have very limited experience with 
cmake.

I tried using the LOG option in this way:

file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz"
     "fastjet-3.3.3.tar.gz" TIMEOUT 60 LOG FILE_LOG)
message(STATUS "file log = ${FILE_LOG}")


But ${FILE_LOG} is empty. Not sure whether I'm using the option in the 
wrong way, or file didn't log this problem.

-- 
Thanks,
Thiago




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cmake error
  2021-05-13 18:09         ` Thiago Jung Bauermann
@ 2021-05-13 18:17           ` Roy Lemmon
  0 siblings, 0 replies; 9+ messages in thread
From: Roy Lemmon @ 2021-05-13 18:17 UTC (permalink / raw)
  To: Thiago Jung Bauermann, help-guix

Hi Thiago,

Thanks very much for your help. At least you have confirmed my take on guix's cmake !

Perhaps someone else will come along with some insight. The cmake patch makers for instance ...

I'll keep trying with the log file ...

Cheers
Roy


On 13 May 2021 19:09:58 BST, Thiago Jung Bauermann <bauermann@kolabnow.com> wrote:
>Hello Roy,
>
>Em quinta-feira, 13 de maio de 2021, às 14:17:21 -03, Roy Lemmon escreveu:
>> Hi again,
>> 
>> Just to not that the original CMakeList.txt file for fastjet uses
>> ExternalProject_Add with the URL command. Perhaps no-one has used cmake
>> in Guix with that option before ...
>
>That's a good possibility. I tried your CMakeLists.txt example with cmake 
>installed via Guix and I saw the same error. With my host distro's cmake it 
>works fine.
>
>So it appears that file(DOWNLOAD) is broken in Guix's cmake. Perhaps no one 
>noticed because when building guix packages, dependencies are download in 
>advance rather than as part of the build.
>
>> Still no solution ...
>
>Sorry, I'm not of much help. I only have very limited experience with 
>cmake.
>
>I tried using the LOG option in this way:
>
>file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz"
>     "fastjet-3.3.3.tar.gz" TIMEOUT 60 LOG FILE_LOG)
>message(STATUS "file log = ${FILE_LOG}")
>
>
>But ${FILE_LOG} is empty. Not sure whether I'm using the option in the 
>wrong way, or file didn't log this problem.
>
>-- 
>Thanks,
>Thiago
>
>

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-13 20:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 10:35 cmake error Roy Lemmon
2021-05-13 13:48 ` Thiago Jung Bauermann
2021-05-13 14:12   ` Roy Lemmon
2021-05-13 15:05     ` Thiago Jung Bauermann
2021-05-13 16:54       ` Roy Lemmon
2021-05-13 17:07     ` Thiago Jung Bauermann
2021-05-13 17:17       ` Roy Lemmon
2021-05-13 18:09         ` Thiago Jung Bauermann
2021-05-13 18:17           ` Roy Lemmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).