From patchwork Wed Oct 26 17:57:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1695033 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MyGjX69Pqz1ygr for ; Thu, 27 Oct 2022 04:57:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D9B01401EA; Wed, 26 Oct 2022 17:57:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org D9B01401EA 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 xwPgG2puixu7; Wed, 26 Oct 2022 17:57:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id E247F408A6; Wed, 26 Oct 2022 17:57:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org E247F408A6 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 91C6C1BF36F for ; Wed, 26 Oct 2022 17:57:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 64CB060D76 for ; Wed, 26 Oct 2022 17:57:14 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 64CB060D76 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 gWKhkWkzex05 for ; Wed, 26 Oct 2022 17:57:13 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 31F5A60D5E Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by smtp3.osuosl.org (Postfix) with ESMTPS id 31F5A60D5E for ; Wed, 26 Oct 2022 17:57:12 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id F1C58C0007; Wed, 26 Oct 2022 17:57:09 +0000 (UTC) To: buildroot@buildroot.org Date: Wed, 26 Oct 2022 19:57:05 +0200 Message-Id: <20221026175705.3928406-1-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1666807030; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=vfLQSahYOtXcE0F5pkrxO8D2qWLF7cWCDX8BQg4xzds=; b=UNnIR/BlOp+GloXa9AIn64Uyg6d45NRxJbn7CkI02P1sdcZ1z0AXb/pTzVesxAtQItsF9G ysQzRNXqDjjN+Blmj0cakQ1wmLnjU8PJXGTeSdVpRno96SPpD9sSqrzUQj2O0VkjkmlVFS AZb12QJrjmq/+TsnbthtMyQzU5kTlMtpG3MIIfKXN3H9HzRnPBgqHwt8lBPg/TXhmT/Skx GHgHpayVyaqQN8NRLgp5IkXAcv1zQC+6xp9tup2oOgjp7hIed7fr/wKqdp2sfs7qh3rtME GbyBwziYNiIV8GoESJZZl6GpT7ZsgAxvwoCdwtcuFB/OLjAiSswJsh3MZ0KBBA== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=UNnIR/Bl Subject: [Buildroot] [PATCH] package/nodejs: drop support for the MIPS architecture 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: , X-Patchwork-Original-From: Thomas Petazzoni via buildroot From: Thomas Petazzoni Reply-To: Thomas Petazzoni Cc: Daniel Price , Thomas Petazzoni , Martin Bark Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The build of NodeJS fails on mipsel due to an issue in the V8 code: ../../deps/v8/src/compiler/backend/mips/code-generator-mips.cc:4106:48: error: call of overloaded 'Operand(int64_t)' is ambiguous 4106 | Operand(static_cast(0))); There is apparently a lack of maintenance of the MIPS port of V8, as is discussed in the Github issue at https://github.com/nodejs/node/issues/26179. Until this get improved/fixed, our best option is to drop support for MIPS in our NodeJS package. Fixes: http://autobuild.buildroot.net/results/0e6ee80c77bcb77afe18410e8d9da93b738cb0a4/ Signed-off-by: Thomas Petazzoni --- package/nodejs/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in index 5375dfeacd..1489306be0 100644 --- a/package/nodejs/Config.in +++ b/package/nodejs/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_NODEJS_ARCH_SUPPORTS bool # On ARM, at least ARMv6+ with VFPv2+ is needed default y if BR2_arm && !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5 && BR2_ARM_CPU_HAS_VFPV2 - default y if BR2_mipsel && !BR2_MIPS_SOFT_FLOAT default y if BR2_aarch64 || BR2_i386 || BR2_x86_64 # libuv depends on BR2_TOOLCHAIN_HAS_SYNC_4