From unknown Sun Jun 22 11:47:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#61352: rust tarballs include precompiled amd64 binaries Resent-From: Andrius =?UTF-8?Q?=C5=A0tikonas?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 07 Feb 2023 20:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61352 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 61352@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16758016625959 (code B ref -1); Tue, 07 Feb 2023 20:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2023 20:27:42 +0000 Received: from localhost ([127.0.0.1]:54139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPUZ4-0001Y2-7Y for submit@debbugs.gnu.org; Tue, 07 Feb 2023 15:27:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:34926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPUZ2-0001Xv-7X for submit@debbugs.gnu.org; Tue, 07 Feb 2023 15:27:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPUZ1-0004gY-Uk for bug-guix@gnu.org; Tue, 07 Feb 2023 15:27:39 -0500 Received: from mail.stikonas.eu ([82.71.3.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPUYz-0001jl-Rj for bug-guix@gnu.org; Tue, 07 Feb 2023 15:27:39 -0500 Received: from pine.stikonas.eu (localhost [IPv6:::1]) by mail.stikonas.eu (Postfix) with ESMTP id C1DE513A9FC2E; Tue, 7 Feb 2023 20:27:32 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stikonas.eu; s=mail; t=1675801652; bh=SAoEMqjelyQdxrcltzqosnRFRlbKAKLBMbTFGwpVnEU=; h=From:To:Subject:Date; b=AuOA+BsrdlJCJtd2SpmwUlDKCSHVAWAeAV6IxBt1ZC1nNCAMB/AmIsu5TTdX1omnq F9CRunH+/pVWQKltuzz8FGJgSZXXCGpqccVgWEa3lQPf3f0SqBGt/WyItFqTsykbMj wn6cdsK6XmTGJI7Nse1ILBZRAvvs2v45b5kSQeW4= Received: from laptop.localnet ([2a02:8010:6548:0:8bb2:1488:f49f:1676]) by pine.stikonas.eu with ESMTPSA id rCAzJjS04mOLHgwAtWO0jw (envelope-from ); Tue, 07 Feb 2023 20:27:32 +0000 From: Andrius =?UTF-8?Q?=C5=A0tikonas?= Date: Tue, 07 Feb 2023 20:27:32 +0000 Message-ID: <2611678.TWR48h1MnF@laptop> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: pass client-ip=82.71.3.19; envelope-from=andrius@stikonas.eu; helo=mail.stikonas.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Rust source tarballs ship two precombiled amd64 binaries vendor/vte/vim10m_{match,table} that should not be included. I'm not sure whether they are actually used but we should still remove them. Those binaries come from vte 0.3 crate and upstream is willing to upgrade vte to fix it https://github.com/rust-lang/rust/pull/107710 So hopefully rust 1.68 will not have this problem anymore. Note that this also affects rust-bootstrap package.