all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Rob Syme <rob.syme@gmail.com>
Cc: 22882@debbugs.gnu.org
Subject: bug#22882: Failure of 'guix pull' from fresh install
Date: Wed, 2 Mar 2016 20:59:29 +0200	[thread overview]
Message-ID: <20160302185929.GB11131@debian-netbook> (raw)
In-Reply-To: <CAEf4xgdPwsQvx=3rZWEdpmg-LkZoHOmwngs2rhS4vJNE65TY4w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1942 bytes --]

On Wed, Mar 02, 2016 at 11:37:35AM +0000, Rob Syme wrote:
> Note: Everything runs smoothly after importing the keys via 'guix archive
> --authorize hydra.gnu.org.pub', but I thought that we should be able to
> 'guix pull' without hydra. Perhaps I am mistaken...
> -r
> 
> On Wed, 2 Mar 2016 at 19:27 Rob Syme <rob.syme@gmail.com> wrote:
> 
> > I've just installed guix on a fresh Ubuntu 15.10 - guix (GNU Guix) 0.9.0.
> >
> > The first run of 'guix pull' fails. The log[1] includes the error:
> >
> > Starting download of
> > /gnu/store/n7hw4dgm9qh1ihhb13jf5a1ll0wgf6ns-pkg-config-0.28.tar.gz
> > From http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz...
> > following redirection to `
> > https://pkg-config.freedesktop.org/releases/pkg-config-0.28.tar.gz'...
> > ;;; Failed to autoload make-session in (gnutls):
> > ;;; ERROR: missing interface for module (gnutls)
> > ERROR: In procedure module-lookup: Unbound variable: make-session
> >
> > Am I doing something wrong?
> >
> > Rob Syme
> >
> >
> > [1] https://gist.github.com/robsyme/db66b14a47d6666a6697
> >

The problem is that from the time that 0.9.0 was tagged until now
freedesktop.org switched all their downloads to https. IIRC gnutls isn't
added to the environment unless needed for downloading or explicitly
added. Also, pkg-config is an input for gnutls, so it becomes hard to
download pkg-config using gnutls, when pkg-config is needed for gnutls.
This is a case where `guix download
https://pkg-config.freedesktop.org/releases/pkg-config-0.28.tar.gz` and
then rerunning `guix pull` would take care of it.

Since 0.9.0 we've "fixed" this by adding another source for pkg-config
that doesn't (yet) use https.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-03-02 19:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02 11:27 bug#22882: Failure of 'guix pull' from fresh install Rob Syme
2016-03-02 11:37 ` Rob Syme
2016-03-02 18:59   ` Efraim Flashner [this message]
2016-03-02 23:13     ` Rob Syme

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=20160302185929.GB11131@debian-netbook \
    --to=efraim@flashner.co.il \
    --cc=22882@debbugs.gnu.org \
    --cc=rob.syme@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.