Harvey Here is the latest attempt
and the attempt before I added the additional info to build and install
and here is the last bit of the output from the CMakeOutput.log file.
`Determining if the GLIBC exist passed with the following output:
Change Dir: /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_49370/fast && /usr/bin/gmake -f CMakeFiles/cmTC_49370.dir/build.make CMakeFiles/cmTC_49370.dir/build
gmake[1]: Entering directory '/home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_49370.dir/CheckSymbolExists.c.o
/usr/lib64/ccache/bin/x86_64-solus-linux-gcc -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -o CMakeFiles/cmTC_49370.dir/CheckSymbolExists.c.o -c /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_49370
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49370.dir/link.txt --verbose=1
/usr/lib64/ccache/bin/x86_64-solus-linux-gcc -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -Wl,--copy-dt-needed-entries -Wl,-O1 -Wl,-z,relro -Wl,-z,now -Wl,-z,max-page-size=0x1000 -Wl,-Bsymbolic-functions -Wl,--sort-common CMakeFiles/cmTC_49370.dir/CheckSymbolExists.c.o -o cmTC_49370
gmake[1]: Leaving directory '/home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp'
File /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef GLIBC
return ((int*)(&GLIBC))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output:
Change Dir: /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_2d79b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2d79b.dir/build.make CMakeFiles/cmTC_2d79b.dir/build
gmake[1]: Entering directory '/home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2d79b.dir/src.cxx.o
/usr/lib64/ccache/bin/x86_64-solus-linux-g++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -o CMakeFiles/cmTC_2d79b.dir/src.cxx.o -c /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_2d79b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d79b.dir/link.txt --verbose=1
/usr/lib64/ccache/bin/x86_64-solus-linux-g++ -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -Wl,--copy-dt-needed-entries -Wl,-O1 -Wl,-z,relro -Wl,-z,now -Wl,-z,max-page-size=0x1000 -Wl,-Bsymbolic-functions -Wl,--sort-common CMakeFiles/cmTC_2d79b.dir/src.cxx.o -o cmTC_2d79b
gmake[1]: Leaving directory '/home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_DATE_TIME succeeded with the following output:
Change Dir: /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_5ba8b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5ba8b.dir/build.make CMakeFiles/cmTC_5ba8b.dir/build
gmake[1]: Entering directory '/home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5ba8b.dir/src.cxx.o
/usr/lib64/ccache/bin/x86_64-solus-linux-g++ -DHAVE_DATE_TIME -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -o CMakeFiles/cmTC_5ba8b.dir/src.cxx.o -c /home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_5ba8b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ba8b.dir/link.txt --verbose=1
/usr/lib64/ccache/bin/x86_64-solus-linux-g++ -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wl,--enable-new-dtags -Wl,--copy-dt-needed-entries -Wl,-O1 -Wl,-z,relro -Wl,-z,now -Wl,-z,max-page-size=0x1000 -Wl,-Bsymbolic-functions -Wl,--sort-common CMakeFiles/cmTC_5ba8b.dir/src.cxx.o -o cmTC_5ba8b
gmake[1]: Leaving directory '/home/build/YPKG/root/kbackup/build/kbackup-master/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0; }`