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 27EC9C27C44 for ; Mon, 3 Jun 2024 10:51:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id D4E30605AC; Mon, 3 Jun 2024 10:51:29 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id BuN18vg0blZD; Mon, 3 Jun 2024 10:51:29 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org EC5966071F Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id EC5966071F; Mon, 3 Jun 2024 10:51:28 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D92191BF31A for ; Mon, 3 Jun 2024 10:51:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id C66666071F for ; Mon, 3 Jun 2024 10:51:27 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id xPFbt4k9fIvV for ; Mon, 3 Jun 2024 10:51:27 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:4b98:dc4:8::222; helo=relay2-d.mail.gandi.net; envelope-from=peter@korsgaard.com; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp3.osuosl.org E5091605AC DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org E5091605AC Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::222]) by smtp3.osuosl.org (Postfix) with ESMTPS id E5091605AC for ; Mon, 3 Jun 2024 10:51:26 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9373C40005; Mon, 3 Jun 2024 10:51:24 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1sE5Hg-002cpD-05; Mon, 03 Jun 2024 12:51:24 +0200 From: Peter Korsgaard To: Giulio Benetti References: <20240418135615.457970-1-giulio.benetti@benettiengineering.com> Date: Mon, 03 Jun 2024 12:51:23 +0200 In-Reply-To: <20240418135615.457970-1-giulio.benetti@benettiengineering.com> (Giulio Benetti's message of "Thu, 18 Apr 2024 15:56:15 +0200") Message-ID: <877cf6jo44.fsf@dell.be.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 X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Subject: Re: [Buildroot] [PATCH] package/elfutils: fix host build failure due to missing demangle support 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: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Giulio" == Giulio Benetti writes: > When building on hosts with libstdc++ without demangle support this error > shows up: > checking for __cxa_demangle in -lstdc++... no > configure: error: __cxa_demangle not found in libstdc++, use --disable-demangler to disable demangler support. > make[1]: *** [package/pkg-generic.mk:273: > /home/giuliobenetti/br_reproduce/c2524c7580d97f7387ec22da62be71d77f2ed8ec/output/build/host-elfutils-0.189/.stamp_configured] > Error 1 > make: *** [Makefile:23: _all] Error 2 > So let's disable demangler for host by default. > Fixes: still not showed by autobuilders. Reproduced on Ubuntu 22.04 with > Ubuntu APT g++ 11.4.0 > Signed-off-by: Giulio Benetti Committed to 2024.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot