all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: ng0 <contact.ng0@cryptolab.net>
Cc: guix-devel@gnu.org
Subject: Re: A package picks up a non-master package - bug or intentional?
Date: Wed, 15 Feb 2017 22:24:58 +0100	[thread overview]
Message-ID: <87k28r87v9.fsf@elephly.net> (raw)
In-Reply-To: <20170215110210.aphl5delzg6bdmsn@wasp>


ng0 <contact.ng0@cryptolab.net> writes:

> I just picked up gnunet-fuse again and the build behaves strange.
>
> You have to know that I keep multiple versions of gnunet and related
> packages in my GUIX_PACKAGE_PATH.
> Normally I would expect that this:
>
> +    (arguments
> +     `(#:configure-flags
> +       (list (string-append "--with-gnunet="
> +                            (assoc-ref %build-inputs "gnunet")))))
>
> just picks up the gnunet from within the master tree the package
> definition itself is in.
> But as I recently have build "gnunetgf-0.10.17731daf5" this is being
> picked up instead as you can see here:
>
> checking fuse.h usability... yes
> checking fuse.h presence... yes
> checking for fuse.h... yes
> checking for GNUnet core... /gnu/store/xbvcn8fqp5l45dh5s32nmqmvbykahq7k-gnunetgf-0.10.17731daf5
> checking for GNUnet util library in /gnu/store/xbvcn8fqp5l45dh5s32nmqmvbykahq7k-gnunetgf-0.10.17731daf5... checking for gnunet/gnunet_util_lib.h... no
> configure: error: gnunet-fuse requires GNUnet
> phase `configure' failed after 2.8 seconds
>
>
> I wonder.. why? Is Guix just not clever enough and picks the first
> fitting "gnunet" it finds and if already available its store path?

Guix doesn’t *look* for any packages, so it doesn’t need to be clever.
You *tell* it what exact package to use.  Only packages that you have
declared as inputs will be available.  To declare a package as an input
you add *the package itself* (by unquoting a symbol that evaluates to a
package value).  There is no ambiguity, neither at build time nor at
runtime of Guix.

The confusion here is probably in what package value the symbol in the
inputs resolves to.  And this depends on the modules that are loaded.
We would need to see the full package definition and see what values the
package variables correspond to.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

  reply	other threads:[~2017-02-15 21:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 11:02 A package picks up a non-master package - bug or intentional? ng0
2017-02-15 21:24 ` Ricardo Wurmus [this message]
2017-02-15 22:03   ` ng0
2017-02-16  7:46     ` Ricardo Wurmus
2017-02-17 14:47       ` gnunet-fuse (was: Re: A package picks up a non-master package - bug or intentional?) ng0
2017-02-17 16:10         ` Ricardo Wurmus
2017-02-17 16:21           ` ng0

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=87k28r87v9.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=contact.ng0@cryptolab.net \
    --cc=guix-devel@gnu.org \
    /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.