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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 0AC6AC4167B for ; Wed, 8 Nov 2023 12:28:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id AA5DE41899; Wed, 8 Nov 2023 12:28:19 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org AA5DE41899 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 UWELU6O9RH_F; Wed, 8 Nov 2023 12:28:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id F1C934189F; Wed, 8 Nov 2023 12:28:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org F1C934189F Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2E3A51BF4E4 for ; Wed, 8 Nov 2023 12:28:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E659041899 for ; Wed, 8 Nov 2023 12:28:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org E659041899 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 wpoMZHlp9glx for ; Wed, 8 Nov 2023 12:28:12 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) by smtp4.osuosl.org (Postfix) with ESMTPS id 69340417C2 for ; Wed, 8 Nov 2023 12:28:12 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 69340417C2 Received: by mail.gandi.net (Postfix) with ESMTPSA id CD7DB1C0009; Wed, 8 Nov 2023 12:28:08 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1r0hfE-000HZo-1A; Wed, 08 Nov 2023 13:28:08 +0100 From: Peter Korsgaard To: Fabrice Fontaine References: <20231015201449.1279312-1-fontaine.fabrice@gmail.com> Date: Wed, 08 Nov 2023 13:28:08 +0100 In-Reply-To: <20231015201449.1279312-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sun, 15 Oct 2023 22:14:49 +0200") Message-ID: <87pm0ksa3r.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH 1/1] package/libgeos: 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: Maxim Kochetkov , 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: > libgeos needs gcc >= 4.9 since bump to version 3.12.0 in commit > 16727d4595dd1972a46e92bbd2260a896cc19b60 and > https://github.com/libgeos/geos/commit/289ed4efb26a9944f4385381e1574184b1e7448e: > In file included from /home/thomas/autobuild/instance-0/output-1/build/libgeos-3.12.0/src/algorithm/ConvexHull.cpp:30:0: > /home/thomas/autobuild/instance-0/output-1/build/libgeos-3.12.0/include/geos/util.h:38:12: error: 'std::make_unique' has not been declared > using std::make_unique; > ^ > Fixes: > - http://autobuild.buildroot.org/results/56bb572fb1d56d45dbb950a73b9b888239fa6968 > Signed-off-by: Fabrice Fontaine Committed to 2023.08.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot