From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Why are there no binary available Date: Tue, 23 Aug 2016 11:01:10 +0200 Message-ID: References: <20160822191627.GA23886@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc7aA-0001gL-5K for help-guix@gnu.org; Tue, 23 Aug 2016 05:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bc7a3-0002Jz-7N for help-guix@gnu.org; Tue, 23 Aug 2016 05:01:17 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:34862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc7a3-0002Jt-2y for help-guix@gnu.org; Tue, 23 Aug 2016 05:01:11 -0400 Received: by mail-qk0-x22f.google.com with SMTP id v123so100600541qkh.2 for ; Tue, 23 Aug 2016 02:01:10 -0700 (PDT) In-Reply-To: <20160822191627.GA23886@jasmine> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: help-guix Hello, On Mon, Aug 22, 2016 at 9:16 PM, Leo Famulari wrote: > On Fri, Aug 19, 2016 at 01:18:13PM +0200, Vincent Legoll wrote: >> I'm trying to understand why are there no binaries available >> for my system and I'm rebuilding everything. >> >> The answer may be that I have a system configuration that >> makes the hydra binaries not good for my system, but that >> is just a guess... >> >> Is there a guix command to know for sure that system >> configuration is not compatible with hydra binaries ? > > Changing the system configuration should not cause changes to package > definitions, so you should be using the same packages that are provided > by Hydra. > > I'm not sure where what the problem could be. Can you give some details > about your set-up? > > Guix or GuixSD? GuixSD in a qemu VM x86_64 > What version of Guix (`guix --version)? $ guix --version guix (GNU Guix) 20160823.08 > Are you trying to use modified versions of any packages? Not with root account, nor with guix system reconfigure, just the following in /etc/config.scm (based on bare-bones.scm) : (bootloader (grub-configuration (device "/dev/vda") ; (theme (grub-theme)) )) (packages (cons libinput-minimal (lset-difference eqv? %base-packages '(libinput avahi bluez)))) I had the impression (not sure it was not related to something else) that when I uncommented the grub theme config line, I got to rebuild a lot of things, even if I did not do a guix pull in between... But maybe I was wrong, so my question above... > Is Hydra's key in '/etc/guix/acl'? (acl (entry (public-key (rsa (n #00DB1634E3D9DFAC97AE4734DAE968CCB1[...]FEE551A3C447C12E104E65#) (e #010001#) ) ) (tag (guix import) ) ) ) > Can you reach the Hydra mirror at > https://mirror.hydra.gnu.org? it pings OK, I can "wget --no-check-certificate" the index.html file > And, please share any other information that you think might be > relevant. I don't think there's anything else... WDYT ? -- Vincent Legoll