Sure, this is what happens with a fresh clone:
```
teknoraver@fedora:~/src/rpm$ git reset --hard upstream/master
HEAD is now at 75965c1e7 rpmcli.h forces a public dependency on popt includes

teknoraver@fedora:~/src/rpm$ git clean -fdx
Removing CMakeCache.txt
Removing CMakeFiles/

teknoraver@fedora:~/src/rpm$ cmake .
-- The C compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.9.5")
-- Found Lua: /usr/lib64/liblua-5.4.so;/usr/lib64/libm.so (found suitable 
version "5.4.6", minimum required is "5.2")
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.13")
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- Found Iconv: built in to C library
-- Checking for module 'popt'
--   Found popt, version 1.19
-- Checking for module 'readline'
--   Package 'readline', required by 'virtual:world', not found
-- Checking for module 'libzstd>=1.3.8'
--   Found libzstd, version 1.5.5
-- Checking for module 'libelf'
--   Found libelf, version 0.190
-- Checking for module 'libdw'
--   Found libdw, version 0.190
-- Checking for module 'liblzma>=5.2.0'
--   Found liblzma, version 5.4.4
-- Found OpenMP_C: -fopenmp (found suitable version "4.5", minimum required is 
"4.5")
-- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "4.5")
-- Found Intl: built in to C library
-- Checking for module 'sqlite3>=3.22'
--   Found sqlite3, version 3.42.0
-- Found Python3: /usr/bin/python3.12 (found suitable version "3.12.1", minimum 
required is "3.7") found components: Interpreter Development Development.Module 
Development.Embed
-- Checking for module 'libcap'
--   Found libcap, version 2.48
-- Checking for module 'libacl'
--   Found libacl, version 2.3.1
-- Checking for module 'audit'
--   Found audit, version 3.1.2
-- Checking for module 'libselinux'
--   Found libselinux, version 3.5
-- Checking for module 'libarchive'
--   Found libarchive, version 3.7.1
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for stpncpy
-- Looking for stpncpy - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for mempcpy
-- Looking for mempcpy - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for lutimes
-- Looking for lutimes - found
-- Looking for mergesort
-- Looking for mergesort - not found
-- Looking for getauxval
-- Looking for getauxval - found
-- Looking for setprogname
-- Looking for setprogname - not found
-- Looking for __progname
-- Looking for __progname - found
-- Looking for syncfs
-- Looking for syncfs - found
-- Looking for sched_getaffinity
-- Looking for sched_getaffinity - found
-- Looking for unshare
-- Looking for unshare - found
-- Looking for secure_getenv
-- Looking for secure_getenv - found
-- Looking for __secure_getenv
-- Looking for __secure_getenv - not found
-- Looking for mremap
-- Looking for mremap - found
-- Looking for strchrnul
-- Looking for strchrnul - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for basename
-- Looking for basename - found
-- Looking for dirname
-- Looking for dirname - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for regcomp
-- Looking for regcomp - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for getline
-- Looking for getline - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for statvfs
-- Looking for statvfs - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for openat
-- Looking for openat - found
-- Looking for mkdirat
-- Looking for mkdirat - found
-- Looking for fstatat
-- Looking for fstatat - found
-- Looking for linkat
-- Looking for linkat - found
-- Looking for symlinkat
-- Looking for symlinkat - found
-- Looking for mkfifoat
-- Looking for mkfifoat - found
-- Looking for mknodat
-- Looking for mknodat - found
-- Looking for unlinkat
-- Looking for unlinkat - found
-- Looking for renameat
-- Looking for renameat - found
-- Looking for utimensat
-- Looking for utimensat - found
-- Looking for fchmodat
-- Looking for fchmodat - found
-- Looking for fchownat
-- Looking for fchownat - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - found
-- Looking for sys/systemcfg.h
-- Looking for sys/systemcfg.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/auxv.h
-- Looking for sys/auxv.h - found
CMake Error at CMakeLists.txt:353 (check_symbol_exists):
  Unknown CMake command "check_symbol_exists".


-- Configuring incomplete, errors occurred!
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2831#issuecomment-1881097014
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2831/c1881097...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to