From owner-freebsd-current@freebsd.org Tue May 22 01:06:53 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 E6F0DEAB784 for ; Tue, 22 May 2018 01:06:52 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic307-4.consmr.mail.bf2.yahoo.com (sonic307-4.consmr.mail.bf2.yahoo.com [74.6.134.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8813878AD6 for ; Tue, 22 May 2018 01:06:52 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: 4mnzugUVM1kjHUkapgPYBPb7xIBqsJVKw0Nnr49td1GZEPTk9GecXxFRxheX1pY XWpR_jyGdd8end9grCCLrd_Y1OVF715RTZDIK9xTdN.oRPoiqetELlt.J7MthsDJEFnS83z1gQs2 XSXJH8C9wo8jOebaOpftHFYIpbX1plTMQ1h6iJ5Z3xDgjoa9HjLQbHmIpbYWHxrEbmszO5.NKIOS I0XRLPus01yKrT8b8FSPx00MB3OV_5lycsYrThRxsD7xKozdTg27W4wLSsULmhz8JCEjAReis2cr EH6Ode4EzQMxv2jC0WdVwL7rCj.DENgRjnxVKdu5ebEljeQVY4KA.38tmUAVaZQvKNHuJois8cBa k3g9LVmrhBzYuvMzCBpxW4LyTl5_LM2jk0EYxYN_W4ELgMCbMyoOP2rTxP1RciPhCeJL69PRB12C zO1JOvv_2DkpT2mP5nydTZNSVIheEExZrd429p3VaSAUoFwT6JAk3vjbskYN7p0Z1ZwVlKA9VEJ1 f_8ty7JT4mG..ukAJ9mY4synXmD3ai5MloZ6Qd1eiPzMf6RlyxfHLLx6MpXzLSDmEhjsx1bIq9IC tLVDrj7ss1YivQxwkN_kqg1yH8G15Oz0nTXdn3fymnyBdIPZW7702t43UXUdmVdYZXimopMEE8os KPQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.bf2.yahoo.com with HTTP; Tue, 22 May 2018 01:06:45 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp424.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 84c71deded0c94870d9fe35c8de97c7e; Tue, 22 May 2018 01:06:43 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: head -r333974 fix-to-the-build exposes another breaks-the-build problem in top (at least for gcc based builds) Date: Mon, 21 May 2018 18:06:41 -0700 References: To: Eitan Adler , FreeBSD Current In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 01:06:53 -0000 On 2018-May-21, at 5:46 PM, Mark Millard = wrote: > FreeBSD-head-amd64-gcc (based on a more modern gcc) reports a > more explicit error for -r333974 and later: >=20 > --- all_subdir_usr.bin --- > /workspace/src/usr.bin/top/commands.c:132:1: error: function = declaration isn't a prototype [-Werror=3Dstrict-prototypes] > scanint(str, intp) > ^~~~~~~ >=20 > The older gcc 4.2.1 builds report: >=20 > --- all_subdir_usr.bin/top --- > cc1: warnings being treated as errors > /usr/src/usr.bin/top/commands.c:134: warning: function declaration = isn't a prototype > *** [commands.o] Error code 1 >=20 > make[4]: stopped in /usr/src/usr.bin/top > 1 error I should have been explicit that the material is from ci.freebsd.org . For reference, the gcc based builds seem to be: (all but the last being gcc 4.2.1 based if I undertand right) FreeBSD-head-mips-build FreeBSD-head-mips64-build FreeBSD-head-powerpc-build FreeBSD-head-powerpc64-build FreeBSD-head-powerpcspe-build FreeBSD-head-sparc64-build FreeBSD-head-amd64-gcc So those are what I'm reporting as having broken builds for the specific issue. =3D=3D=3D Mark Millard marklmi26-fbsd at yahoo.com ( dsl-only.net went away in early 2018-Mar)