From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Ruby 2.5, pushing to staging? [UNSCANNED] Date: Sat, 06 Oct 2018 13:53:52 +0200 Message-ID: <874ldzs33j.fsf@elephly.net> References: <87in2g0zlm.fsf@cbaines.net> <87ftxj1frh.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8lOj-0005Lv-7T for guix-devel@gnu.org; Sat, 06 Oct 2018 08:09:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8lOc-00070h-6v for guix-devel@gnu.org; Sat, 06 Oct 2018 08:09:27 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21084) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8lOX-0006ug-T1 for guix-devel@gnu.org; Sat, 06 Oct 2018 08:09:19 -0400 In-reply-to: <87ftxj1frh.fsf@cbaines.net> 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: Christopher Baines Cc: "guix-devel@gnu.org" Christopher Baines writes: > I've tried builing locally with the following command, and I get > something that suggests there may be a problem, but I'm not sure where > to go from here. > > $ ./pre-inst-env guix build --no-grafts --rounds=3D2 --check ruby > > guix build: error: build failed: derivation `/gnu/store/37rb11ivy4w6ydn0p= x386k158ixbgczz-ruby-2.5.1.drv' may not be deterministic You can add =E2=80=9C-K=E2=80=9D to keep the second build. Then you can co= mpare the two directories with diffoscope. (You only need =E2=80=9C--check=E2=80=9D if you already have a local build;= =E2=80=9C--rounds=3D2=E2=80=9D is for an initial build that should be performed twice.) --=20 Ricardo