Hi Michael, On Sun, Jan 21, 2018 at 12:28:35AM +0100, Michael Biebl wrote: > Control: reassign -1 network-manager > Control: found -1 1.10.2-1 > Control: affects -1 network-manager-iodine > > Hi Guido > > Am 20.01.2018 um 13:58 schrieb Michael Biebl: > > 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. > > I poked NM upstream about this issue. They referred me to > https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/libnm-core/nm-setting-tc-config.h?id=685cb5c88bf90b285a18a98a6bbeafa559938fee > which should solve this issue. > This will be part of the next NM release which should be anytime soon. > > If the nm-iodine issue is pressing, I can cherry-pick this fix. > Otherwise I would just wait for 1.10.4.
It's not pressing on the nm-iodine side (and I can always turn of -Werror). Thanks a lot for investigating! -- Guido