From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Petkov Subject: Rust dependency on git Date: Thu, 23 May 2019 20:22:16 -0700 Message-ID: <3DCD63BD-98AB-40AD-B294-CF4E699B20BA@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hU0mo-00065A-79 for guix-devel@gnu.org; Thu, 23 May 2019 23:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hU0mn-00057o-9k for guix-devel@gnu.org; Thu, 23 May 2019 23:22:26 -0400 Received: from mail-pg1-x52e.google.com ([2607:f8b0:4864:20::52e]:39675) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hU0mn-00056N-1Y for guix-devel@gnu.org; Thu, 23 May 2019 23:22:25 -0400 Received: by mail-pg1-x52e.google.com with SMTP id w22so4215822pgi.6 for ; Thu, 23 May 2019 20:22:24 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel Hi Guix, The latest stable rust (version 1.35.0) appears to require git as a native-input since the tidy test (which checks for code formatting in = the rust repo) fails because it cannot run `git ls-files`. I saw a comment in the rust package definition that git changes too = frequently to be kept as an input[1]. Is anyone aware if this is still a problem? I'd rather avoid having to patch the test suite tools to ignore this = test if it is as simple as adding "git" as a native input. cc Marius who added this line according to the history. --Ivan [1]: = https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/rust.scm?id=3D= e26d628b0fabf5a0aa7c4164a9558c66c61e02ab#n467=