From owner-freebsd-stable@freebsd.org Sat Aug 12 23:21:46 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D818DD0ACB for ; Sat, 12 Aug 2017 23:21:46 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1B075E2B for ; Sat, 12 Aug 2017 23:21:46 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7E514DD0ACA; Sat, 12 Aug 2017 23:21:46 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DEBDDD0AC9 for ; Sat, 12 Aug 2017 23:21:46 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4501375E29 for ; Sat, 12 Aug 2017 23:21:46 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=Aa3zJDfG c=1 sm=1 tr=0 a=lGUdY1O6J9NpztYPi32J9g==:117 a=lGUdY1O6J9NpztYPi32J9g==:17 a=r77TgQKjGQsHNAKrUKIA:9 a=6I5d2MoRAAAA:8 a=f09v-ToifBHtgSxDXZcA:9 a=QEXdDO2ut3YA:10 a=MqcSXMRtI0ejiub_qdcA:9 a=oTHBZxOi4jIsV0Ys:21 a=_W_S_7VecoQA:10 a=IjZwj45LgO3ly-622nXo:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YW5hdEByY24uY29t Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 108.53.87.28 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [108.53.87.28] ([108.53.87.28:51792] helo=aldan.narawntapu) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.23.54417 r(Core:3.6.23.0)) with ESMTPSA (cipher=DHE-RSA-AES128-SHA) id 8F/41-53214-78D8F895; Sat, 12 Aug 2017 19:21:44 -0400 Subject: Re: error compiling sys/netinet/tcp_syncache.c on i386 To: Michael Tuexen Cc: stable@freebsd.org, gnn@FreeBSD.org, glebius@FreeBSD.org References: <0479D894-AF45-4000-8CA4-0EF338959CF4@freebsd.org> From: "Mikhail T." Message-ID: <6fc9aff1-7935-34c1-578a-dcc5a5e83468@aldan.algebra.com> Date: Sat, 12 Aug 2017 19:21:43 -0400 MIME-Version: 1.0 In-Reply-To: <0479D894-AF45-4000-8CA4-0EF338959CF4@freebsd.org> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2017 23:21:46 -0000 On 12.08.2017 19:16, Michael Tuexen wrote: >> Just my luck -- deciding to update to the latest 10.x today... >> sys/netinet/tcp_syncache.c:280:50: error: implicit conversion from 'long long' to 'time_t' (aka 'int') changes value from -9223372036854775808 to 0 [-Werror,-Wconstant-conversion] >> V_tcp_syncache.hashbase[i].sch_last_overflow = INT64_MIN; >> ~ ^~~~~~~~~ >> ./x86/_stdint.h:89:41: note: expanded from macro 'INT64_MIN' >> #define INT64_MIN (-0x7fffffffffffffffLL-1) >> Yours, > Right... I need to MFC alsohttps://svnweb.freebsd.org/base?view=revision&revision=317244 > > Will do that tomorrow. > > Thanks for reminding me... You are welcome, but this means, stable is not currently buildable on i386 -- a Tier1-platform... Is not that monitored for? On the ports side of things, I'd be getting an automated build-failure notice shortly after making a change, that breaks a build... I applied the diff you linked to by hand and the kernel-build moved on, thank you! Yours, -mi -mi