all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: Re: Building GUIX
Date: Thu, 08 May 2014 15:42:40 +0200	[thread overview]
Message-ID: <536B89D0.2080105@gmail.com> (raw)
In-Reply-To: <20140508123200.GB13782@thebird.nl>

On 05/08/2014 02:32 PM, Pjotr Prins wrote:
> I am not having much luck installing GUIX because of the long list of
> version specific dependencies. The best route, so far, is installing
> Nix 1.7 first and then try to bootstrap using those tools. Now I have
> 
>    nix-env --version
>    nix-env (Nix) 1.7
>    [pprins@blauwspar guix]$ ls /nix/store/*guile*
>    /nix/store/gkm53ax9j38r9pvl5jq3dsj2if79rdml-guile-2.0.9.tar.xz.drv
>    /nix/store/j9ifci462jzph8pgiwbq61gq1x3plb6r-guile-2.0.9.drv
> 
>    /nix/store/1asl58lg6z3pg6icard31lnb24j0ndr0-guile-2.0.9:
>    bin  include  lib  nix-support  share
> 
> ./bootstrap gives
> 
>   autoreconf: Entering directory `.'
>   autoreconf: running: autopoint --force
>   autoreconf: running: aclocal --force -I m4
>   autoreconf: configure.ac: tracing
>   autoreconf: configure.ac: not using Libtool
>   autoreconf: running: /nix/store/k2k666rwfr7s8daf03x3fymzni9fdp8q-autoconf-2.69/bin/autoconf --force
>   autoreconf: running: /nix/store/k2k666rwfr7s8daf03x3fymzni9fdp8q-autoconf-2.69/bin/autoheader --force
>   autoreconf: running: automake --add-missing --copy --force-missing
>   configure.ac:18: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
>   configure.ac:18: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
>   configure.ac:18: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
>   autoreconf: Leaving directory `.'
> 
> which is probably harmless and now ./configure does not find guile, even though
> 
>   which guile
>     ~/.nix-profile/bin/guile
> 
>   ls /nix/store/*guile*
>   /nix/store/gkm53ax9j38r9pvl5jq3dsj2if79rdml-guile-2.0.9.tar.xz.drv
>   /nix/store/j9ifci462jzph8pgiwbq61gq1x3plb6r-guile-2.0.9.drv
> 
>   /nix/store/1asl58lg6z3pg6icard31lnb24j0ndr0-guile-2.0.9:
>   bin  include  lib  nix-support  share
> 
>   checking for the Guix system type... x86_64-linux
>   checking for the store directory... /gnu/store
>   ./configure: line 6775: syntax error near unexpected token `GUILE,'
>   ./configure: line 6775: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'
> 
> Any switch that I can pass in to make this work?
> 


Isn't this rather an issue with the PKG_CHECK_MODULES macro? Where is
pkg.m4 on your system?


Cyril.

  parent reply	other threads:[~2014-05-08 13:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-08 12:32 Building GUIX Pjotr Prins
2014-05-08 12:52 ` Andreas Enge
2014-05-08 13:02   ` Pjotr Prins
2014-05-08 13:30 ` Pjotr Prins
2014-05-08 13:42 ` Cyril Roelandt [this message]
2014-05-08 14:56   ` Pjotr Prins
2014-05-08 15:08     ` Pjotr Prins
2014-05-08 19:53       ` Pjotr Prins
2014-05-08 21:08         ` Ludovic Courtès
2014-05-08 16:42 ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2014-05-09 10:57 Building Guix Pjotr Prins
2014-05-09 12:33 ` Ludovic Courtès
2014-05-09 18:51 ` Pjotr Prins
2014-05-09 20:22   ` Ludovic Courtès
2014-05-10  6:46     ` Pjotr Prins
2014-05-10 13:06       ` Ludovic Courtès

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=536B89D0.2080105@gmail.com \
    --to=tipecaml@gmail.com \
    --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.