From owner-freebsd-current@freebsd.org Sun Feb 4 19:36:30 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D4A9EEBC2D for ; Sun, 4 Feb 2018 19:36:30 +0000 (UTC) (envelope-from freebsd-current@textmail.me) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D1E916EBFB for ; Sun, 4 Feb 2018 19:36:29 +0000 (UTC) (envelope-from freebsd-current@textmail.me) Received: by mailman.ysv.freebsd.org (Postfix) id 8E3E5EEBC20; Sun, 4 Feb 2018 19:36:29 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C278EEBC1C for ; Sun, 4 Feb 2018 19:36:29 +0000 (UTC) (envelope-from freebsd-current@textmail.me) Received: from mail.srv.hagen.coffee (brews.the.best.midnight.coffee [176.9.40.102]) by mx1.freebsd.org (Postfix) with ESMTP id 184386EBF8 for ; Sun, 4 Feb 2018 19:36:28 +0000 (UTC) (envelope-from freebsd-current@textmail.me) Received: from localhost (HSI-KBW-37-49-77-182.hsi14.kabel-badenwuerttemberg.de [37.49.77.182]) by mail.srv.hagen.coffee (Postfix) with ESMTPSA id 8F68A18E10 for ; Sun, 4 Feb 2018 20:34:17 +0100 (CET) Date: Sun, 4 Feb 2018 20:36:15 +0100 From: Stefan Hagen To: current@freebsd.org Subject: Re: HEAD amd64 seems unhappy Message-ID: <20180204193614.GA70927@ptrace.hagen.corp> References: <1517711902.3429873.1258647112.4DA64BE7@webmail.messagingengine.com> <1941B8EC-88AA-4B11-AE0E-BED6B0428475@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <1941B8EC-88AA-4B11-AE0E-BED6B0428475@FreeBSD.org> Precedence: first-class Priority: normal X-Editor: VIM - Vi IMproved 8.0 X-Operating-System: FreeBSD 12.0-CURRENT amd64 X-Mailer: Mutt 1.9.2 (2017-12-15) X-GPG: 0x883FCC91 OpenPGP: url=https://pgp.ptrace.org; id=883FCC91 User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2018 19:36:30 -0000 > Dimitry Andric wrote: >On 4 Feb 2018, at 03:38, Josh Paetzel 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