From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: rust: Crate Dependencies Date: Thu, 29 Dec 2016 11:49:19 +0100 Message-ID: References: <20161228155134.3dedfd06@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMYGy-0007CO-Pb for guix-devel@gnu.org; Thu, 29 Dec 2016 05:49:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMYGv-00007T-Q1 for guix-devel@gnu.org; Thu, 29 Dec 2016 05:49:24 -0500 Received: from mail-qt0-x22a.google.com ([2607:f8b0:400d:c0d::22a]:33193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cMYGv-00007G-LO for guix-devel@gnu.org; Thu, 29 Dec 2016 05:49:21 -0500 Received: by mail-qt0-x22a.google.com with SMTP id p16so366982589qta.0 for ; Thu, 29 Dec 2016 02:49:19 -0800 (PST) In-Reply-To: <20161228155134.3dedfd06@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel > What does the error message mean? How to fix it? Hard to tell from that description. Using the recursive importer is not supported - use at your own risk ;) There is a reason why it's not in master... While Makefiles and the C standard are defined, the rust language and the Cargo.toml files are a moving target. It matters very much which versions of rustc and cargo are used, for a moderately complex crate the output of the recursive importer is going to be completely unusable.