Am 20.01.2018 um 12:09 schrieb Guido Günther:
> /usr/include/libnm/nm-setting-tc-config.h:43:1: error: 'NMTCQdisc' is 
> deprecated: Not available before 1.10.2

I suppose this is the problem in configure.ac

LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_2"
LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_2"

This triggers a warning which together with Werror leads to the build
failure.
The pkg-utopia maintained VPN modules trigger this warning as well, but
don't use Werror, so do not fail the build.
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to