>> > >> systemd failed to rebuild. There were a couple of issues, but it's the >> > >> last one that's interesting. gnutls and µhttpd dependencies are not >> > >> detected properly: >> > >> >> > >> $ rpm -q gnutls-devel >> > >> gnutls-devel-3.5.9-1.fc26.x86_64 >> > >> $ "/usr/bin/pkg-config" "--cflags" "gnutls" || echo "NOT OK" >> > >> Package libidn2 was not found in the pkg-config search path. >> > >> ... >> > >> NOT OK >> > >> >> > >> https://bugzilla.redhat.com/show_bug.cgi?id=1422256 >> > >> >> > >> I assume that might impact any package which uses pkg-config >> > >> to detect gnutls or libµhttpd. Confirmed, I get a FTBFS regardless of how I BuildRequires µhttpd: BuildRequires: pkgconfig(libmicrohttpd) # or BuildRequires: libmicrohttpd-devel Except that at configure time I get more complaints than just libidn2: checking for MICROHTTPD... no configure: error: Package requirements (libmicrohttpd) were not met: Package nettle was not found in the pkg-config search path. Perhaps you should add the directory containing `nettle.pc' to the PKG_CONFIG_PATH environment variable Package 'nettle', required by 'gnutls', not found Package 'hogweed', required by 'gnutls', not found Package 'libtasn1', required by 'gnutls', not found Package 'libidn2', required by 'gnutls', not found Package 'p11-kit-1', required by 'gnutls', not found Package 'zlib', required by 'gnutls', not found I will comment on bugzilla too. Dridi _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx