Freom autoconf output:
foreach ($list as $item) { checking for gpg-error-config... no checking for gpgrt-config... /usr/bin/gpgrt-config configure: Use gpgrt-config with /usr/lib64 as gpg-error-config checking for GPG Error - version >= 1.36... yes (1.46-unknown) configure: Use gpgrt-config as libassuan-config checking for LIBASSUAN - version >= 2.4.2... yes (2.5.5-unknown) checking LIBASSUAN API version... okay }
However python bindingd build fails because it tries use gpg-error-config script which is no longer provided by libgpg-error.
Making all in python Making all in . make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/gpgme-1.18.0/lang/python' ln -sf "../../src/data.h" . ln -sf "../../conf/config.h" . ln -sf "./src" gpg touch copystamp make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/gpgme-1.18.0/lang/python' make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/gpgme-1.18.0/lang/python' set -e ; for PYTHON in /usr/bin/python3.8; do \ CPP="/usr/bin/gcc -E" \ CFLAGS="-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/include/libassuan2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wno-format-y2k -Wno-missing-field-initializers -Wno-sign-compare -Wno-format-zero-length -Wno-format-truncation -Wno-sizeof-pointer-div" \ srcdir="." \ top_builddir="../.." \ $PYTHON setup.py build --verbose --build-base="$(basename "${PYTHON}")-gpg" ; \ done running build Using gpgme.h from ../../src/gpgme.h Could not find gpg-error-config. Please install the libgpg-error development package. make[3]: *** [Makefile:760: all-local] Error 1 make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/gpgme-1.18.0/lang/python' make[2]: *** [Makefile:478: all-recursive] Error 1 make[1]: *** [Makefile:463: all-recursive] Error 1 make: *** [Makefile:540: all-recursive] Error 1