From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: rust (build system) deficits Date: Mon, 9 Mar 2020 07:00:56 -0700 Message-ID: References: <192815e6-7d83-2ef2-1f68-4ae3e0cce04e@crazy-compilers.com> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46417) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBIxq-0002fg-HJ for guix-devel@gnu.org; Mon, 09 Mar 2020 10:01:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBIxo-0004E3-I4 for guix-devel@gnu.org; Mon, 09 Mar 2020 10:01:01 -0400 Received: from mail-ot1-x333.google.com ([2607:f8b0:4864:20::333]:38901) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBIxn-0004Cy-7K for guix-devel@gnu.org; Mon, 09 Mar 2020 10:01:00 -0400 Received: by mail-ot1-x333.google.com with SMTP id i14so9631988otp.5 for ; Mon, 09 Mar 2020 07:00:59 -0700 (PDT) In-Reply-To: <192815e6-7d83-2ef2-1f68-4ae3e0cce04e@crazy-compilers.com> 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-mx.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: Guix-devel Hi Hartmut, > On Mar 9, 2020, at 2:26 AM, Hartmut Goebel w= rote: >=20 A second dependancy is "sequoia-openpgp", which requires rhe lalrpop parser generator for building. Now when building `sequioa-sqv`, I need to add all these dependencies again:= - nettle-src, since it is "optional" for nettle-sys - and the phase was not executed. - bindgen, since it is required to build nettle-sys - lalrpop, since it is required for building sequoia-openpgp That is a lot of work! I know because I did all of those for pijul in this c= hannel github.com/jsoo1/guix-channel. Want to compare notes? What are you w= orking on?=20 Also I found the recursive crate importer very helpful, even if it was imper= fect. Are you using the importer or doing the work by hand? And as Efraim mentioned, optional dependencies in the cargo sense are not op= tional for guix definitions. Good luck, John