Build cmake 3.23.3 and 3.24... from source do not find any results

I’m rebuilding the official Cmake 3.23.3 from source it takes its time but …
i can not find any resulting files (except some created objects )
building for RPI on RPI4

the process takes its time as expected
building on /tmp/cmake
wanted destination /opt/cmake

just following the documentation ::::   seems easy   but ....
  1. ./bootstrap --prefix=/opt/cmake …

  2. make -j1

  3. make install

all successfull and takes the needed time … but only object files found in resulting set
no trace in /tmp/ /usr/ /opt/… either

all individual steps seem successfull but no end result

procedure :slight_smile:
-,/bootstrap –
tried with following options unsuccessfull (no errors)

#boot=“./bootstrap --prefix=/opt/cmake-${pVersion} --parallel=2 --system-curl --bindir=$ROOT”
ROOT=“/opt/$name”

I tried them all one by one

  1. boot=“./bootstrap --prefix=/opt/cmake --system-curl --bindir=$ROOT”
  2. boot=“./bootstrap --prefix=/opt/cmake --system-curl”
  3. boot=“./bootstrap --parallel=1 --prefix=/opt/cmake–system-curl --bindir=$ROOT --datadir=$ROOT --mandir=$ROOT --xdgdatadir=$ROOT”

5 boot="./bootstrap --parallel=1 --prefix=/opt/cmake–system-curl --bindir=$ROOT --datadir=$ROOT --mandir=$ROOT "

sudo make -j1

  1. sudo make install DESTDIR=$ROOT
  2. sudo make install

clearly 1.2.3.4… are all the options i tried ./bootsteap & make & makei nstall

always: thier individual status is success
but at least I can not find any resulting files bin/ share/ in any directory /usr/ or /opt or the build area …

can anyone help ?

the log file :slight_smile:

/opt/cmake-3.23.3 for Bootstrap ./bootstrap --parallel=1 --prefix=/opt/cmake-3.23.3 --system-curl --bindir=/opt/cmake-3.23.3/bin --datadir=/opt/cmake-3.23.3/share --mandir=/opt/cmake-3.23.3/man --xdgdatadir=/opt/cmake-3.23.3/xdg

CMake 3.23.3, Copyright 2000-2022 Kitware, Inc. and Contributors
Found GNU toolchain
C compiler on this system is: gcc
C++ compiler on this system is: g++
Makefile processor on this system is: make
g++ has setenv
g++ has unsetenv
g++ does not have environ in stdlib.h
g++ has stl wstring
g++ has <ext/stdio_filebuf.h>

g++ -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -I/tmp/cmake/cmake-3.23.3/Bootstrap.cmk -I/tmp/cmake/cmake-3.23.3/Source -I/tmp/cmake/cmake-3.23.3/Source/LexerParser -I/tmp/cmake/cmake-3.23.3/Utilities/std -I/tmp/cmake/cmake-3.23.3/Utilities -c /tmp/cmake/cmake-3.23.3/Source/cmAddCustomCommandCommand.cxx -o cmAddCustomCommandCommand.o

sha1.c.o rhash-librhash-sha256.c.o rhash-librhash-sha3.c.o rhash-librhash-sha512.c.o -ldl -lrt -o cmake
loading initial cache file /tmp/cmake/cmake-3.23.3/Bootstrap.cmk/InitialCacheFlags.cmake
– The C compiler identification is GNU 8.3.0
– The CXX compiler identification is GNU 8.3.0
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: /usr/local/bin/gcc - skipped
– Detecting C compile features
– Detecting C compile features - done
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working CXX compiler: /usr/local/bin/g++ - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
– Checking if compiler supports C11 _Thread_local
– Checking if compiler supports C11 _Thread_local - yes
– Checking if compiler supports needed C++17 constructs
– Checking if compiler supports needed C++17 constructs - yes
– Checking if compiler supports C++ make_unique
– Checking if compiler supports C++ make_unique - yes
– Checking if compiler supports C++ filesystem
– Checking if compiler supports C++ filesystem - no
– Looking for unsetenv
– Looking for unsetenv - found
– Looking for environ
– Looking for environ - not found
– Looking for pthread.h
– Looking for pthread.h - found
– Performing Test CMAKE_HAVE_LIBC_PTHREAD
– Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
– Looking for pthread_create in pthreads
– Looking for pthread_create in pthreads - not found
– Looking for pthread_create in pthread
– Looking for pthread_create in pthread - found
– Found Threads: TRUE
– Checking whether wstring is available
– Checking whether wstring is available - yes
– Checking whether C compiler has ptrdiff_t in stddef.h
– Checking whether C compiler has ptrdiff_t in stddef.h - yes
– Checking whether C compiler has ssize_t in unistd.h
– Checking whether C compiler has ssize_t in unistd.h - yes
– Checking whether C compiler has clock_gettime
– Checking whether C compiler has clock_gettime - yes
– Checking whether CXX compiler has setenv
– Checking whether CXX compiler has setenv - yes
– Checking whether CXX compiler has unsetenv
– Checking whether CXX compiler has unsetenv - yes
– Checking whether CXX compiler has environ in stdlib.h
– Checking whether CXX compiler has environ in stdlib.h - no
– Checking whether CXX compiler has utimes
– Checking whether CXX compiler has utimes - yes
– Checking whether CXX compiler has utimensat
– Checking whether CXX compiler has utimensat - yes
– Checking whether CXX compiler struct stat has st_mtim member
– Checking whether CXX compiler struct stat has st_mtim member - yes
– Checking whether CXX compiler struct stat has st_mtimespec member
– Checking whether CXX compiler struct stat has st_mtimespec member - no
– Looking for include files sys/types.h, ifaddrs.h
– Looking for include files sys/types.h, ifaddrs.h - found
– Checking whether CXX compiler has rlimit64
– Checking whether CXX compiler has rlimit64 - yes
– Looking for C++ include execinfo.h
– Looking for C++ include execinfo.h - found
– Checking whether backtrace works with this C++ compiler
– Checking whether backtrace works with this C++ compiler - yes
– Looking for C++ include dlfcn.h
– Looking for C++ include dlfcn.h - found
– Checking whether dladdr works with this C++ compiler
– Checking whether dladdr works with this C++ compiler - yes
– Looking for C++ include cxxabi.h
– Looking for C++ include cxxabi.h - found
– Checking whether cxxabi works with this C++ compiler
– Checking whether cxxabi works with this C++ compiler - yes
– Checking whether CXX compiler has getloadavg
– Checking whether CXX compiler has getloadavg - yes
– Checking whether <ext/stdio_filebuf.h> is available
– Checking whether <ext/stdio_filebuf.h> is available - yes
– Using system-installed CURL
– Using system-installed NGHTTP2
– Using system-installed ZLIB
– Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version “1.2.11”)
– Found CURL: /usr/lib/arm-linux-gnueabihf/libcurl.so (found version “7.64.0”)
– Looking for dlfcn.h
– Looking for dlfcn.h - found
– Looking for fcntl.h
– Looking for fcntl.h - found
– Looking for inttypes.h
– Looking for inttypes.h - found
– Looking for memory.h
– Looking for memory.h - found
– Looking for stdint.h
– Looking for stdint.h - found
– Looking for strings.h
– Looking for strings.h - found
– Looking for sys/stat.h
– Looking for sys/stat.h - found
– Looking for sys/types.h
– Looking for sys/types.h - found
– Looking for unistd.h
– Looking for unistd.h - found
– Looking for getpagesize
– Looking for getpagesize - found
– Looking for mmap
– Looking for mmap - found
– Looking for getrandom
– Looking for getrandom - found
– Looking for arc4random_buf
– Looking for arc4random_buf - not found
– Looking for arc4random
– Looking for arc4random - not found
– Looking for 4 include files stdlib.h, …, float.h
– Looking for 4 include files stdlib.h, …, float.h - found
– Performing Test HAVE_SYSCALL_GETRANDOM
– Performing Test HAVE_SYSCALL_GETRANDOM - Success
– Looking for byteswap.h
– Looking for byteswap.h - found
– Looking for limits.h
– Looking for limits.h - found
– Looking for sys/sysctl.h
– Looking for sys/sysctl.h - found
– Looking for stdbool.h
– Looking for stdbool.h - found
– Performing Test HAVE_BSWAP_16
– Performing Test HAVE_BSWAP_16 - Success
– Performing Test HAVE_BSWAP_32
– Performing Test HAVE_BSWAP_32 - Success
– Performing Test HAVE_BSWAP_64
– Performing Test HAVE_BSWAP_64 - Success
– Found BZip2: cmbzip2 (found version “1.0.8”)
– Found LibLZMA: cmliblzma (found version “5.2.5”)
– Performing Test HAVE_DIRENT_H
– Performing Test HAVE_DIRENT_H - Success
– Looking for 3 include files sys/types.h, …, copyfile.h
– Looking for 3 include files sys/types.h, …, copyfile.h - not found
– Looking for 3 include files sys/types.h, …, direct.h
– Looking for 3 include files sys/types.h, …, direct.h - not found
– Looking for 4 include files sys/types.h, …, errno.h
– Looking for 4 include files sys/types.h, …, errno.h - found
– Looking for 5 include files sys/types.h, …, ext2fs/ext2_fs.h
– Looking for 5 include files sys/types.h, …, ext2fs/ext2_fs.h - not found
– Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS
– Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS - Failed
– Looking for 6 include files sys/types.h, …, grp.h
– Looking for 6 include files sys/types.h, …, grp.h - found
– Looking for 7 include files sys/types.h, …, io.h
– Looking for 7 include files sys/types.h, …, io.h - not found
– Looking for 7 include files sys/types.h, …, langinfo.h
– Looking for 7 include files sys/types.h, …, langinfo.h - found
– Looking for 9 include files sys/types.h, …, linux/types.h
– Looking for 9 include files sys/types.h, …, linux/types.h - found
– Looking for 10 include files sys/types.h, …, linux/fiemap.h
– Looking for 10 include files sys/types.h, …, linux/fiemap.h - found
– Looking for 11 include files sys/types.h, …, linux/fs.h
– Looking for 11 include files sys/types.h, …, linux/fs.h - found
– Performing Test HAVE_WORKING_FS_IOC_GETFLAGS
– Performing Test HAVE_WORKING_FS_IOC_GETFLAGS - Success
– Looking for 12 include files sys/types.h, …, linux/magic.h
– Looking for 12 include files sys/types.h, …, linux/magic.h - found
– Looking for 14 include files sys/types.h, …, membership.h
– Looking for 14 include files sys/types.h, …, membership.h - not found
– Looking for 15 include files sys/types.h, …, paths.h
– Looking for 15 include files sys/types.h, …, paths.h - found
– Looking for 16 include files sys/types.h, …, poll.h
– Looking for 16 include files sys/types.h, …, poll.h - found
– Looking for 17 include files sys/types.h, …, process.h
– Looking for 17 include files sys/types.h, …, process.h - not found
– Looking for 17 include files sys/types.h, …, pthread.h
– Looking for 17 include files sys/types.h, …, pthread.h - found
– Looking for 18 include files sys/types.h, …, pwd.h
– Looking for 18 include files sys/types.h, …, pwd.h - found
– Looking for 19 include files sys/types.h, …, readpassphrase.h
– Looking for 19 include files sys/types.h, …, readpassphrase.h - not found
– Looking for 19 include files sys/types.h, …, regex.h
– Looking for 19 include files sys/types.h, …, regex.h - found
– Looking for 20 include files sys/types.h, …, signal.h
– Looking for 20 include files sys/types.h, …, signal.h - found
– Looking for 21 include files sys/types.h, …, spawn.h
– Looking for 21 include files sys/types.h, …, spawn.h - found
– Looking for 22 include files sys/types.h, …, stdarg.h
– Looking for 22 include files sys/types.h, …, stdarg.h - found
– Looking for 26 include files sys/types.h, …, sys/acl.h
– Looking for 26 include files sys/types.h, …, sys/acl.h - not found
– Looking for 26 include files sys/types.h, …, sys/cdefs.h
– Looking for 26 include files sys/types.h, …, sys/cdefs.h - found
– Looking for 27 include files sys/types.h, …, sys/extattr.h
– Looking for 27 include files sys/types.h, …, sys/extattr.h - not found
– Looking for 27 include files sys/types.h, …, sys/ioctl.h
– Looking for 27 include files sys/types.h, …, sys/ioctl.h - found
– Looking for 28 include files sys/types.h, …, sys/mkdev.h
– Looking for 28 include files sys/types.h, …, sys/mkdev.h - not found
– Looking for 28 include files sys/types.h, …, sys/mount.h
– Looking for 28 include files sys/types.h, …, sys/mount.h - not found
– Looking for 28 include files sys/types.h, …, sys/param.h
– Looking for 28 include files sys/types.h, …, sys/param.h - found
– Looking for 29 include files sys/types.h, …, sys/poll.h
– Looking for 29 include files sys/types.h, …, sys/poll.h - found
– Looking for 30 include files sys/types.h, …, sys/richacl.h
– Looking for 30 include files sys/types.h, …, sys/richacl.h - not found
– Looking for 30 include files sys/types.h, …, sys/select.h
– Looking for 30 include files sys/types.h, …, sys/select.h - found
– Looking for 32 include files sys/types.h, …, sys/statfs.h
– Looking for 32 include files sys/types.h, …, sys/statfs.h - found
– Looking for 33 include files sys/types.h, …, sys/statvfs.h
– Looking for 33 include files sys/types.h, …, sys/statvfs.h - found
– Looking for 34 include files sys/types.h, …, sys/sysmacros.h
– Looking for 34 include files sys/types.h, …, sys/sysmacros.h - found
– Looking for 35 include files sys/types.h, …, sys/time.h
– Looking for 35 include files sys/types.h, …, sys/time.h - found
– Looking for 36 include files sys/types.h, …, sys/utime.h
– Looking for 36 include files sys/types.h, …, sys/utime.h - not found
– Looking for 36 include files sys/types.h, …, sys/utsname.h
– Looking for 36 include files sys/types.h, …, sys/utsname.h - found
– Looking for 37 include files sys/types.h, …, sys/vfs.h
– Looking for 37 include files sys/types.h, …, sys/vfs.h - found
– Looking for 38 include files sys/types.h, …, sys/wait.h
– Looking for 38 include files sys/types.h, …, sys/wait.h - found
– Looking for 39 include files sys/types.h, …, sys/xattr.h
– Looking for 39 include files sys/types.h, …, sys/xattr.h - found
– Looking for 40 include files sys/types.h, …, time.h
– Looking for 40 include files sys/types.h, …, time.h - found
– Looking for 42 include files sys/types.h, …, utime.h
– Looking for 42 include files sys/types.h, …, utime.h - found
– Looking for 44 include files sys/types.h, …, wctype.h
– Looking for 44 include files sys/types.h, …, wctype.h - found
– Looking for 45 include files sys/types.h, …, windows.h
– Looking for 45 include files sys/types.h, …, windows.h - not found
– Looking for 45 include files sys/types.h, …, wincrypt.h
– Looking for 45 include files sys/types.h, …, wincrypt.h - not found
– Looking for 45 include files sys/types.h, …, winioctl.h
– Looking for 45 include files sys/types.h, …, winioctl.h - not found
– Performing Test SAFE_TO_DEFINE_EXTENSIONS
– Performing Test SAFE_TO_DEFINE_EXTENSIONS - Success
– Looking for MD5Init in md
– Looking for MD5Init in md - not found
– Looking for chown
– Looking for chown - found
– Looking for chroot
– Looking for chroot - found
– Looking for ctime_r
– Looking for ctime_r - found
– Looking for fchdir
– Looking for fchdir - found
– Looking for fchmod
– Looking for fchmod - found
– Looking for fchown
– Looking for fchown - found
– Looking for fcntl
– Looking for fcntl - found
– Looking for fdopendir
– Looking for fdopendir - found
– Looking for fork
– Looking for fork - found
– Looking for fstat
– Looking for fstat - found
– Looking for fstatat
– Looking for fstatat - found
– Looking for fstatfs
– Looking for fstatfs - found
– Looking for fstatvfs
– Looking for fstatvfs - found
– Looking for ftruncate
– Looking for ftruncate - found
– Looking for futimens
– Looking for futimens - found
– Looking for futimes
– Looking for futimes - found
– Looking for futimesat
– Looking for futimesat - found
– Looking for geteuid
– Looking for geteuid - found
– Looking for getgrgid_r
– Looking for getgrgid_r - found
– Looking for getgrnam_r
– Looking for getgrnam_r - found
– Looking for getpwnam_r
– Looking for getpwnam_r - found
– Looking for getpwuid_r
– Looking for getpwuid_r - found
– Looking for getpid
– Looking for getpid - found
– Looking for getvfsbyname
– Looking for getvfsbyname - not found
– Looking for gmtime_r
– Looking for gmtime_r - found
– Looking for lchflags
– Looking for lchflags - not found
– Looking for lchown
– Looking for lchown - found
– Looking for link
– Looking for link - found
– Looking for linkat
– Looking for linkat - found
– Looking for localtime_r
– Looking for localtime_r - found
– Looking for lstat
– Looking for lstat - found
– Looking for lutimes
– Looking for lutimes - found
– Looking for mbrtowc
– Looking for mbrtowc - found
– Looking for mkdir
– Looking for mkdir - found
– Looking for mkfifo
– Looking for mkfifo - found
– Looking for mknod
– Looking for mknod - found
– Looking for mkstemp
– Looking for mkstemp - found
– Looking for nl_langinfo
– Looking for nl_langinfo - found
– Looking for openat
– Looking for openat - found
– Looking for pipe
– Looking for pipe - found
– Looking for poll
– Looking for poll - found
– Looking for posix_spawnp
– Looking for posix_spawnp - found
– Looking for readlink
– Looking for readlink - found
– Looking for readpassphrase
– Looking for readpassphrase - not found
– Looking for select
– Looking for select - found
– Looking for setenv
– Looking for setenv - found
– Looking for sigaction
– Looking for sigaction - found
– Looking for statfs
– Looking for statfs - found
– Looking for statvfs
– Looking for statvfs - found
– Looking for strerror
– Looking for strerror - found
– Looking for strncpy_s
– Looking for strncpy_s - not found
– Looking for strnlen
– Looking for strnlen - found
– Looking for symlink
– Looking for symlink - found
– Looking for timegm
– Looking for timegm - found
– Looking for tzset
– Looking for tzset - found
– Looking for unlinkat
– Looking for unlinkat - found
– Looking for utime
– Looking for utime - found
– Looking for utimes
– Looking for utimes - found
– Looking for utimensat
– Looking for utimensat - found
– Looking for vfork
– Looking for vfork - found
– Looking for wcrtomb
– Looking for wcrtomb - found
– Looking for wcscmp
– Looking for wcscmp - found
– Looking for wcscpy
– Looking for wcscpy - found
– Looking for wcslen
– Looking for wcslen - found
– Looking for wctomb
– Looking for wctomb - found
– Looking for _ctime64_s
– Looking for _ctime64_s - not found
– Looking for _fseeki64
– Looking for _fseeki64 - not found
– Looking for _get_timezone
– Looking for _get_timezone - not found
– Looking for _gmtime64_s
– Looking for _gmtime64_s - not found
– Looking for _localtime64_s
– Looking for _localtime64_s - not found
– Looking for _mkgmtime64
– Looking for _mkgmtime64 - not found
– Looking for cygwin_conv_path
– Looking for cygwin_conv_path - not found
– Looking for fseeko
– Looking for fseeko - found
– Looking for strerror_r
– Looking for strerror_r - found
– Looking for vprintf
– Looking for vprintf - found
– Looking for wmemcmp
– Looking for wmemcmp - found
– Looking for wmemcpy
– Looking for wmemcpy - found
– Looking for wmemmove
– Looking for wmemmove - found
– Performing Test HAVE_STRUCT_VFSCONF
– Performing Test HAVE_STRUCT_VFSCONF - Failed
– Performing Test HAVE_STRUCT_XVFSCONF
– Performing Test HAVE_STRUCT_XVFSCONF - Failed
– Performing Test HAVE_STRUCT_STATFS
– Performing Test HAVE_STRUCT_STATFS - Failed
– Performing Test HAVE_READDIR_R
– Performing Test HAVE_READDIR_R - Success
– Performing Test HAVE_DIRFD
– Performing Test HAVE_DIRFD - Success
– Performing Test HAVE_READLINKAT
– Performing Test HAVE_READLINKAT - Success
– Performing Test MAJOR_IN_MKDEV
– Performing Test MAJOR_IN_MKDEV - Failed
– Performing Test MAJOR_IN_SYSMACROS
– Performing Test MAJOR_IN_SYSMACROS - Success
– Looking for EFTYPE
– Looking for EFTYPE - not found
– Looking for EILSEQ
– Looking for EILSEQ - found
– Looking for D_MD_ORDER
– Looking for D_MD_ORDER - not found
– Performing Test HAVE_STRUCT_TM_TM_GMTOFF
– Performing Test HAVE_STRUCT_TM_TM_GMTOFF - Success
– Performing Test HAVE_STRUCT_TM___TM_GMTOFF
– Performing Test HAVE_STRUCT_TM___TM_GMTOFF - Failed
– Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME
– Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME - Failed
– Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
– Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC - Failed
– Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
– Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed
– Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
– Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success
– Performing Test HAVE_STRUCT_STAT_ST_MTIME_N
– Performing Test HAVE_STRUCT_STAT_ST_MTIME_N - Failed
– Performing Test HAVE_STRUCT_STAT_ST_UMTIME
– Performing Test HAVE_STRUCT_STAT_ST_UMTIME - Failed
– Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC
– Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC - Failed
– Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE
– Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE - Success
– Performing Test HAVE_STRUCT_STAT_ST_FLAGS
– Performing Test HAVE_STRUCT_STAT_ST_FLAGS - Failed
– Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE
– Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE - Failed
– Performing Test TIME_WITH_SYS_TIME
– Performing Test TIME_WITH_SYS_TIME - Success
– Check size of dev_t
– Check size of dev_t - done
– Check size of gid_t
– Check size of gid_t - done
– Check size of id_t
– Check size of id_t - done
– Check size of mode_t
– Check size of mode_t - done
– Check size of off_t
– Check size of off_t - done
– Check size of size_t
– Check size of size_t - done
– Check size of ssize_t
– Check size of ssize_t - done
– Check size of uid_t
– Check size of uid_t - done
– Check size of pid_t
– Check size of pid_t - done
– Check size of wchar_t
– Check size of wchar_t - done
– Checking _FILE_OFFSET_BITS for large files
– Checking _FILE_OFFSET_BITS for large files - needed
– Checking support for ARCHIVE_CRYPTO_MD5_LIBC
– Checking support for ARCHIVE_CRYPTO_MD5_LIBC – not found
– Checking support for ARCHIVE_CRYPTO_RMD160_LIBC
– Checking support for ARCHIVE_CRYPTO_RMD160_LIBC – not found
– Checking support for ARCHIVE_CRYPTO_SHA1_LIBC
– Checking support for ARCHIVE_CRYPTO_SHA1_LIBC – not found
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBC
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBC – not found
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBC
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBC – not found
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBC
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBC – not found
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2 – not found
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2 – not found
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2 – not found
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3 – not found
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3 – not found
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3 – not found
– Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM
– Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM – not found
– Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM
– Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM – not found
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM – not found
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM
– Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM – not found
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM – not found
– Checking support for ARCHIVE_CRYPTO_MD5_LIBMD
– Checking support for ARCHIVE_CRYPTO_MD5_LIBMD – not found
– Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD
– Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD – not found
– Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD
– Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD – not found
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD
– Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD – not found
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD
– Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD – not found
– Checking for curses support
– Checking for curses support - Success
– Looking for wsyncup in /usr/lib/arm-linux-gnueabihf/libcurses.so
– Looking for wsyncup in /usr/lib/arm-linux-gnueabihf/libcurses.so - found
– Looking for cbreak in /usr/lib/arm-linux-gnueabihf/libncurses.so
– Looking for cbreak in /usr/lib/arm-linux-gnueabihf/libncurses.so - found
– Looking for nodelay in /usr/lib/arm-linux-gnueabihf/libncurses.so
– Looking for nodelay in /usr/lib/arm-linux-gnueabihf/libncurses.so - found
– Found Curses: /usr/lib/arm-linux-gnueabihf/libncurses.so
– Looking for use_default_colors
– Looking for use_default_colors - found
– Looking for a Fortran compiler
– Looking for a Fortran compiler - NOTFOUND
– Performing Test run_pic_test
– Performing Test run_pic_test - Success
– Performing Test run_inlines_hidden_test
– Performing Test run_inlines_hidden_test - Success
– Configuring done
– Generating done
– Build files have been written to: /tmp/cmake/cmake-3.23.3

CMake has bootstrapped. Now run make.
bootstrap done 0
mkdir: map ‘/tmp/cmake/cmake-3.23.3/build’ is aangemaakt
config done <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<,
STARTING BUILDER
/opt/cmake-3.23.3
/tmp/cmake/cmake-3.23.3 /tmp/cmake/cmake-3.23.3 /tmp/cmake /tmp/cmake
Premake zo jul 31 17:31:28 CEST 2022 begin
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o
[ 0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o
[ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o
[ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o
[ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o
[ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o
[ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o
[ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o
[ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o
[ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o
[ 2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o
[ 2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o
[ 2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o
[ 2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Status.cxx.o
[ 2%] Linking CXX static library libcmsys.a
make zo jul 31 17:54:10 CEST 2022 ready 0
Consolidate compiler generated dependencies of target cmsys
[ 0%] Linking CXX static library libcmsys.a
make done install zo jul 31 17:56:16 CEST 2022 ready 0

thanks in advance thiswould be a great help identifiing what im i doing wrong ?

There is an install_manifest.txt that is written during installation to the build tree. Do the paths it mentions exist?

thanks for answering ,
i find no install_manifest.txt anywhere how can I force it to be created on build

make install would be what ends up making it, but you said you did that at the top of your post.

yes both where made

running now with option make -d
and
make install -d (but takes hours)

massif memory uses killls the make install phase a 4 giga byte rpi4 memtotal 3 930 868 kB
Any idea to decrease the memory footprint ?