From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3C36AE77365 for ; Sat, 30 Sep 2023 10:20:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id B81F160F45; Sat, 30 Sep 2023 10:20:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B81F160F45 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7sUEa15uG1f1; Sat, 30 Sep 2023 10:20:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id B4CDD60F37; Sat, 30 Sep 2023 10:20:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B4CDD60F37 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id B4CD01BF2F9 for ; Sat, 30 Sep 2023 10:20:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 8CFBC41E2C for ; Sat, 30 Sep 2023 10:20:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 8CFBC41E2C X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9mcP2pC4ADfS for ; Sat, 30 Sep 2023 10:20:37 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by smtp4.osuosl.org (Postfix) with ESMTPS id 0B60B41DB5 for ; Sat, 30 Sep 2023 10:20:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0B60B41DB5 Received: by mail.gandi.net (Postfix) with ESMTPSA id 195AE20007; Sat, 30 Sep 2023 10:20:31 +0000 (UTC) Received: from peko by dell.home with local (Exim 4.94.2) (envelope-from ) id 1qmX5L-00AOOY-FD; Sat, 30 Sep 2023 12:20:31 +0200 From: Peter Korsgaard To: Fabrice Fontaine References: <20230916135435.113400-1-fontaine.fabrice@gmail.com> Date: Sat, 30 Sep 2023 12:20:31 +0200 In-Reply-To: <20230916135435.113400-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sat, 16 Sep 2023 15:54:35 +0200") Message-ID: <87edigaro0.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH 1/1] package/linux-pam: needs gcc >= 4.9 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Karoly Kasza , =?utf-8?Q?Herv=C3=A9?= Codina , Ezequiel Garcia , Raphael Pavlidis , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Fabrice" == Fabrice Fontaine writes: > linux-pam raises the following build failure with gcc 4.8 since bump to > version 1.5.3 in commit f8147e27cdac8f998ec6644a09ce4e8d62b6433c and > https://github.com/linux-pam/linux-pam/commit/8f9816b57e3a475fc2d2cbb106c188b778098f85: > pam_access.c: In function 'pam_sm_authenticate': > pam_access.c:1084:13: error: 'for' loop initial declarations are only allowed in C99 mode > for (int i = 0; filename_list[i] != NULL; i++) { > ^ > Those build failures could be fixed by adding -std=c99 but then the > build will fails because stdadtomic.h is mandatory since > https://github.com/linux-pam/linux-pam/commit/a35e092e24ee7632346a0e1b4a203c04d4cd2c62 > Fixes: > - http://autobuild.buildroot.org/results/9b2ba987d2c873f4a7caea72707acb655279d16b > Signed-off-by: Fabrice Fontaine Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot