From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add inox. Date: Tue, 10 Jan 2017 14:02:14 -0500 Message-ID: <20170110190214.GA31184@jasmine> References: <20170110120856.17190-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cR1ga-000333-PT for guix-devel@gnu.org; Tue, 10 Jan 2017 14:02:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cR1gX-0005PL-BX for guix-devel@gnu.org; Tue, 10 Jan 2017 14:02:20 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:37699) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cR1gX-0005Nz-5o for guix-devel@gnu.org; Tue, 10 Jan 2017 14:02:17 -0500 Content-Disposition: inline In-Reply-To: <20170110120856.17190-1-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org On Tue, Jan 10, 2017 at 01:08:56PM +0100, David Craven wrote: > * gnu/packages/inox.scm: New file. > * gnu/packages/patches/inox-glibc-2.24.patch: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Add it. Wow! > NOTE: Builds 6634/18623. What does this note mean? > +(define-public inox > + (package > + (name "inox") > + (version "53.0.2785.101") > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://commondatastorage.googleapis.com" > + "/chromium-browser-official/" > + "chromium-" version ".tar.xz")) I got: ------ Starting download of /gnu/store/7b62sh72p4i4c5c9xzvqycr2mmj33kqh-chromium-53.0.2785.101.tar.xz >From http://tarballs.nixos.org/sha256/1q5fqhsnfv1485f16dbxc1f0biynv37qkvimpr8l41hi9gbmxigd... ERROR: download failed "http://tarballs.nixos.org/sha256/1q5fqhsnfv1485f16dbxc1f0biynv37qkvimpr8l41hi9gbmxigd" 404 "Not Found" failed to download "/gnu/store/7b62sh72p4i4c5c9xzvqycr2mmj33kqh-chromium-53.0.2785.101.tar.xz" from "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-53.0.2785.101.tar.xz" output path `/gnu/store/7b62sh72p4i4c5c9xzvqycr2mmj33kqh-chromium-53.0.2785.101.tar.xz' should have sha256 hash `1q5fqhsnfv1485f16dbxc1f0biynv37qkvimpr8l41hi9gbmxigd', instead has `0xq68sjl74h7j4vh4if274s7isrg42hmdwxgnzrarnrd2l39xngj' @ build-failed /gnu/store/0dwyq3001d8cdvgwy1yl2qlf0v2bhml3-chromium-53.0.2785.101.tar.xz.drv - 1 output path `/gnu/store/7b62sh72p4i4c5c9xzvqycr2mmj33kqh-chromium-53.0.2785.101.tar.xz' should have sha256 hash `1q5fqhsnfv1485f16dbxc1f0biynv37qkvimpr8l41hi9gbmxigd', instead has `0xq68sjl74h7j4vh4if274s7isrg42hmdwxgnzrarnrd2l39xngj' cannot build derivation `/gnu/store/zyvvpy0fwsw8sdi766mjbaxgdz2qa2cy-chromium-53.0.2785.101.tar.xz.drv': 1 dependencies couldn't be built ------ Do you think they updated it "in place", or did you use `guix download`, or some similar error?