From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id F1BAB74496; Sun, 8 Apr 2018 22:06:28 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id w38M6QZl000313 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 8 Apr 2018 23:06:27 +0100 Message-ID: <1523225186.2942.83.camel@linuxfoundation.org> From: Richard Purdie To: Martin Jansa , openembedded-devel Date: Sun, 08 Apr 2018 23:06:26 +0100 In-Reply-To: References: <152313690992.11940.6799878390820377002@git.openembedded.org> <20180407213510.474412329D5@git.openembedded.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.4 at dan X-Virus-Status: Clean Cc: openembedded-commits@lists.openembedded.org Subject: Re: [oe-commits] [openembedded-core] 02/02: nativesdk-glibc: Split glibc and libcrypt to use libxcrypt instead X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 22:06:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Sun, 2018-04-08 at 19:00 +0200, Martin Jansa wrote: > On Ubuntu 14.04 this fails with: > > ../git/gen-des-tables.c: In function ‘write_table_u8’: > ../git/gen-des-tables.c:307:3: error: ‘for’ loop initial declarations > are only allowed in C99 mode >    for (size_t i = 0; i < m; i++) >    ^ > > I'll try to add explicit -std=gnu99 to support building on such older > host distributions with older gcc. Thanks, looks like centos6 has the same issue: https://autobuilder.yocto.io/builders/buildtools/builds/906/steps/BuildImages/logs/stdio Didn't show up in the first round of testing :( Cheers, Richard