From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: Rust = bust? Date: Sun, 30 Jun 2019 12:19:41 -0700 Message-ID: <3020F7FD-0FDC-4733-9926-4B83E900E96A@asu.edu> References: 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]:48319) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhfMg-00012d-1Y for guix-devel@gnu.org; Sun, 30 Jun 2019 15:19:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhfMc-0002cY-2x for guix-devel@gnu.org; Sun, 30 Jun 2019 15:19:52 -0400 Received: from mail-pg1-x530.google.com ([2607:f8b0:4864:20::530]:46383) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hhfMa-0002Yz-4j for guix-devel@gnu.org; Sun, 30 Jun 2019 15:19:48 -0400 Received: by mail-pg1-x530.google.com with SMTP id i8so1709967pgm.13 for ; Sun, 30 Jun 2019 12:19:45 -0700 (PDT) In-Reply-To: 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: swedebugia Cc: guix-devel Hi Swedebugia, Hmm maybe the simplest workaround for a temporary hack would be to add #:tes= ts #f to the arguments of the affected rust package definitions while you wo= rk on grin. It will be great when rust substitutes are reliably available..= . - John > On Jun 30, 2019, at 12:12 PM, swedebugia wrote: >=20 > Hi >=20 > I'm eager to begin building grin which relies on rust 1.34+ but I get this= from a guix checkout compiled yesterday: >=20 > The following derivations would be built: > /gnu/store/9d9r8c70yz329gl01ywgvf4gql9ir31f-grin-1.1.0.drv > /gnu/store/hgpjq9f5z6rpmidsij7nrp20ad38vg98-rust-1.35.0.drv > /gnu/store/1lmw4151bbz6b0scd2gvxsgh0ad25vwb-rust-1.34.1.drv > /gnu/store/cssgpdzm63zd8vdxr9pkhmplr5c0wglr-rust-1.33.0.drv > /gnu/store/ivkmn1gisdz3xys6gdmncr1vfpwp1a0v-rust-1.32.0.drv > /gnu/store/11b81ijyi1wnp41wgyqjwgxvg28hk4hg-rust-1.31.1.drv > /gnu/store/1yis5vsvqpf0gaynnfqpnin45yp3cw4l-rust-1.30.1.drv >=20 > This has not changed for days/a week. >=20 > When investigation on the CI I find that rust above 1.30 have not build on= master for x86-64 since april. >=20 > http://ci.guix.gnu.org/search?query=3Drust-1.30 > -> > http://ci.guix.gnu.org/build/1303680/details "dependency failed" >=20 > What does that mean? >=20 > What is going on? >=20 > Also could somebody tell me how to shut off the tests if I choose to build= them myself? > --=20 > Cheers Swedebugia >=20