all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Why are there no binary available
Date: Tue, 30 Aug 2016 14:12:34 +0200	[thread overview]
Message-ID: <87y43emp59.fsf@gnu.org> (raw)
In-Reply-To: <CAEwRq=r1LV=OiNmEhPejU6-01BKhUijyFXeiU4ea1PpOUZMCng@mail.gmail.com> (Vincent Legoll's message of "Tue, 23 Aug 2016 11:01:10 +0200")

Hi,

Vincent Legoll <vincent.legoll@gmail.com> skribis:

> On Mon, Aug 22, 2016 at 9:16 PM, Leo Famulari <leo@famulari.name> 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))))

The (lset-difference …) expression above is equal to ‘%base-packages’,
because the third argument is a list of symbols whereas the second one
is a list a packages (so these two sets are disjoint).

You probably meant:

        (lset-difference eq? %base-packages
                         (list libinput avahi bluez))

I don’t know the answer to your initial question though.

Ludo’.

  reply	other threads:[~2016-08-30 12:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-19 11:18 Why are there no binary available Vincent Legoll
2016-08-22 19:16 ` Leo Famulari
2016-08-23  9:01   ` Vincent Legoll
2016-08-30 12:12     ` Ludovic Courtès [this message]
2016-08-30 12:25       ` Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y43emp59.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=help-guix@gnu.org \
    --cc=vincent.legoll@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.