Date: Sun, 4 Feb 2018 20:36:15 +0100 From: Stefan Hagen <freebsd-current@textmail.me> To: current@freebsd.org Subject: Re: HEAD amd64 seems unhappy Message-ID: <20180204193614.GA70927@ptrace.hagen.corp> In-Reply-To: <1941B8EC-88AA-4B11-AE0E-BED6B0428475@FreeBSD.org> References: <1517711902.3429873.1258647112.4DA64BE7@webmail.messagingengine.com> <1941B8EC-88AA-4B11-AE0E-BED6B0428475@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Dimitry Andric wrote: >On 4 Feb 2018, at 03:38, Josh Paetzel <jpaetzel@freebsd.org> wrote: >> >> --- all_subdir_lib/libngatm --- >> /usr/src/sys/contrib/ngatm/netnatm/api/cc_port.c:71:28: error: result of comparison 'u_int' (aka 'unsigned int') > 4294967295 is always fal >> se [-Werror,-Wtautological-type-limit-compare] >> if (portno == 0 || portno > 0xffffffff) >> ~~~~~~ ^ ~~~~~~~~~~ >> 1 error generated. >> *** [cc_port.o] Error code 1 >> >> This code hasn't changed in ages so I can only assume it's clang or such. > >This is because of r328816, which requires you to update your toolchain >to at least r328381. E.g. please run either "make buildworld" or "make >kernel-toolchain" before building your kernel. I get the same error. It actually comes up at "make buildworld". Running "make kernel-toolchain" before did not help. I'm on r328860. Best Regards, Stefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180204193614.GA70927>