From unknown Sat Jun 14 19:20:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43753: rust-clippy does not provide the clippy command Resent-From: Luis Felipe Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 02 Oct 2020 00:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43753 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 43753@debbugs.gnu.org X-Debbugs-Original-To: "bug-guix@gnu.org" Reply-To: Luis Felipe Received: via spool by submit@debbugs.gnu.org id=B.160159732013799 (code B ref -1); Fri, 02 Oct 2020 00:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Oct 2020 00:08:40 +0000 Received: from localhost ([127.0.0.1]:38739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO8cp-0003aU-LE for submit@debbugs.gnu.org; Thu, 01 Oct 2020 20:08:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:43092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO8cn-0003aM-1L for submit@debbugs.gnu.org; Thu, 01 Oct 2020 20:08:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO8cm-0001o0-IX for bug-guix@gnu.org; Thu, 01 Oct 2020 20:08:36 -0400 Received: from mail-40135.protonmail.ch ([185.70.40.135]:41185) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO8ck-0002Wx-3H for bug-guix@gnu.org; Thu, 01 Oct 2020 20:08:36 -0400 Date: Fri, 02 Oct 2020 00:08:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1601597310; bh=cMsnXokM0n82rEyzhbRECQwniB+hei4oJHboUJ7xPbI=; h=Date:To:From:Reply-To:Subject:From; b=esjk4QS9q90947EkkwawKnlSnnc6H2XEvjliB035wzIUD/lcM/A/j/TYUp6XCcNIc kfnjIc4S9MPx+rL7uLf50KudEHUXa1DePgxRQ0Gopn3Asf+lNSFQnlWfAtzP0f4P5o +5Rqa0q8OmQcZsz+ksqpu7Hyb6L5N4fsmocsIdrM= From: Luis Felipe Message-ID: <2rbIiYx4GllHj49TJv9xIQllQEZFa8B_vusvuULy6SB0xRaiBpFOEBYiTkelDgNCegAhGiil7XNCO_hbSsMVN4Wmg3Du3uiYrwOf7dja-kU=@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.135; envelope-from=luis.felipe.la@protonmail.com; helo=mail-40135.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/01 20:08:31 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: 3 X-Spam_score: 0.3 X-Spam_bar: / X-Spam_report: (0.3 / 5.0 requ) AC_FROM_MANY_DOTS=2.364, BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) 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.3 (--) I'm using guix b61e057 in the Guix System. After installing rust-clippy (version 0.0.302), the "clippy" command is not= found. ## Steps to reproduce 1. Open a terminal. 2. $ cd some-rust-project 3. $ cargo clippy ## Expected result Clippy lints the project. ## Unexpected result error: no such subcommand: `clippy` ## Additional information Running the "rust-run-clippy" in Emacs results in the same error. In the #guix channel, mroh checked the "rust-clippy" package and mentioned = that it doesn't seem to have any output, which looks like a bug. --- Luis Felipe L=C3=B3pez Acevedo https://luis-felipe.gitlab.io/ From unknown Sat Jun 14 19:20:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43753: rust-clippy does not provide the clippy command Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 02 Oct 2020 09:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43753 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Luis Felipe , Luis Felipe Cc: 43753@debbugs.gnu.org X-Debbugs-Original-Cc: bug-guix@gnu.org, 43753@debbugs.gnu.org Received: via spool by 43753-submit@debbugs.gnu.org id=B43753.160163202030466 (code B ref 43753); Fri, 02 Oct 2020 09:47:02 +0000 Received: (at 43753) by debbugs.gnu.org; 2 Oct 2020 09:47:00 +0000 Received: from localhost ([127.0.0.1]:39401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOHeW-0007vK-2n for submit@debbugs.gnu.org; Fri, 02 Oct 2020 05:47:00 -0400 Received: from tobias.gr ([80.241.217.52]:59562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOHeT-0007vA-Sb for 43753@debbugs.gnu.org; Fri, 02 Oct 2020 05:46:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=JWj7FtiKrtmx57csMc9b4BrlEfZfJLt2n5Z48dWabRQ=; h=date:in-reply-to: references:subject:cc:to:from; b=KTiimmNZN1VG6MuprEOMKwjDuQHF/+PZyGXNT TeEC3srvbx/Ugg0ouEGvQnunIF+liqV1iuOnWto6N1vcQcjae9P/SDeCenN48B9yzxxNXb hy+h2qwYFhFFEIGAU5plHsDNttMiE7ipohljWRYwlo2TWKXSDiualsm46eNKV2V0qxj0g8 C1EiifcDUR+wECt52+lkz4iNVfDXU4QEbxtYd09RM+SHNxw2t0BoVLouqgs3G6UQF0WCcb DHsSIiPvwZWbedLs1e5D9118UWFJqGgo3yoEH2MfyMKaxvodray9A1/m95XSroIvsr9WwU qoOsxhMaN8y3oEIX+KdE+l5bA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 80d05ea9 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Fri, 2 Oct 2020 09:47:03 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice References: <2rbIiYx4GllHj49TJv9xIQllQEZFa8B_vusvuULy6SB0xRaiBpFOEBYiTkelDgNCegAhGiil7XNCO_hbSsMVN4Wmg3Du3uiYrwOf7dja-kU=@protonmail.com> In-reply-to: <2rbIiYx4GllHj49TJv9xIQllQEZFa8B_vusvuULy6SB0xRaiBpFOEBYiTkelDgNCegAhGiil7XNCO_hbSsMVN4Wmg3Du3uiYrwOf7dja-kU=@protonmail.com> Date: Fri, 02 Oct 2020 11:46:54 +0200 Message-ID: <87h7rd7yep.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) 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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Luis Felipe via Bug reports for GNU Guix =E5=86=99=E9=81=93=EF=BC=9A > In the #guix channel, mroh checked the "rust-clippy" package and=20 > mentioned that it doesn't seem to have any output, which looks=20 > like a bug. No, it's intentional: (arguments `(#:skip-build? #t This means that Clippy was packaged to satisfy a dependency of=20 another package, but not (yet) to be useful on its own. When I try to build it, I get: =2D-8<---------------cut here---------------start------------->8--- error: failed to run custom build command for `clippy v0.0.302 Caused by: process didn't exit successfully:=20 `/tmp/guix-build-rust-clippy-0.0.302.drv-0/clippy-0.0.302/target/release/= build/clippy-bee5bea0d583d718/build-script-build`=20 (exit code: 1) =2D-- stderr error: Clippy is no longer available via crates.io help: please run `rustup component add clippy-preview` instead =2D-8<---------------cut here---------------end--------------->8--- It seems[0] to track Rust releases now. Kind regards, T G-R [0]: https://github.com/rust-lang/rust-clippy/releases --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX3b3Dw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW151RABAKfO00RJizA2H+LXs3Xu7jS6GOPkXpncDS95E42x TqiOAQDbIAsCTXf5VHLl74GMv3u2B3SFEcIikZ+OUssDCxXlAw== =PDUa -----END PGP SIGNATURE----- --=-=-=--