From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Why are there no binary available Date: Fri, 19 Aug 2016 13:18:13 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bahoW-00061e-Tb for help-guix@gnu.org; Fri, 19 Aug 2016 07:18:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bahoW-0002ot-3u for help-guix@gnu.org; Fri, 19 Aug 2016 07:18:16 -0400 Received: from mail-oi0-x231.google.com ([2607:f8b0:4003:c06::231]:35913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bahoV-0002oa-Ts for help-guix@gnu.org; Fri, 19 Aug 2016 07:18:16 -0400 Received: by mail-oi0-x231.google.com with SMTP id f189so58925394oig.3 for ; Fri, 19 Aug 2016 04:18:14 -0700 (PDT) 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: help-guix 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 ? The following is an example: /etc/config.scm (bootloader (grub-configuration (theme (grub-theme)) may make the binaries incompatible with hydra-built ones... How do I know ? -- Vincent Legoll