From unknown Fri Aug 15 14:48:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61352 <61352@debbugs.gnu.org> To: bug#61352 <61352@debbugs.gnu.org> Subject: Status: rust tarballs include precompiled amd64 binaries Reply-To: bug#61352 <61352@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:48:32 +0000 retitle 61352 rust tarballs include precompiled amd64 binaries reassign 61352 guix submitter 61352 Andrius =C5=A0tikonas severity 61352 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 07 15:27:42 2023 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?B?xaB0aWtvbmFz?= To: bug-guix@gnu.org Subject: rust tarballs include precompiled amd64 binaries 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-Debbugs-Envelope-To: submit 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.