all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mikadoZero <mikadozero@yandex.com>
To: Help Guix <help-guix@gnu.org>
Subject: 14.1 Building from Git
Date: Sun, 17 Mar 2019 16:50:34 -0400	[thread overview]
Message-ID: <multrzs5.fsf@yandex.com> (raw)

I am trying to follow the instruction in the Contributing section of the
manual, as I want to submit some patches.  Following "14.1 Building from
Git" I am getting an error when running `./bootstrap`.

`guix describe`
guix 19c0cdb
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 19c0cdb9e6271956015232421ef7f63a1ad001ae

Here is what I am doing that leads to the error.

`git clone https://git.savannah.gnu.org/git/guix.git`

`cd guix`

`guix environment guix`

Then I run `./bootstrap` and it gives me this error output:

+ exec autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/guix/Makefile.in.in
Copying file po/packages/Makefile.in.in
Copying file po/guix/Makevars.template
Copying file po/packages/Makevars.template
Copying file po/guix/Rules-quot
Copying file po/packages/Rules-quot
Copying file po/guix/boldquot.sed
Copying file po/packages/boldquot.sed
Copying file po/guix/en@boldquot.header
Copying file po/packages/en@boldquot.header
Copying file po/guix/en@quot.header
Copying file po/packages/en@quot.header
Copying file po/guix/insert-header.sin
Copying file po/packages/insert-header.sin
Copying file po/guix/quot.sed
Copying file po/packages/quot.sed
Copying file po/guix/remove-potcdate.sin
Copying file po/packages/remove-potcdate.sin
autoreconf: running: aclocal --force -I m4
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/guix.m4:307: GUIX_LIBZ_LIBDIR is expanded from...
configure.ac:251: the top level
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/guix.m4:307: GUIX_LIBZ_LIBDIR is expanded from...
configure.ac:251: the top level
autoreconf: configure.ac: tracing
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/guix.m4:307: GUIX_LIBZ_LIBDIR is expanded from...
configure.ac:251: the top level
autoreconf: configure.ac: not using Libtool
autoreconf: running: /gnu/store/rfaqi3a9ls7adr4y7bgwvln3iaf69qwj-autoconf-2.69/bin/a
utoconf --force                                                                    
configure.ac:251: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/guix.m4:307: GUIX_LIBZ_LIBDIR is expanded from...
configure.ac:251: the top level
configure.ac:88: error: possibly undefined macro: PKG_CHECK_MODULES
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:89: error: possibly undefined macro: GUILE_MODULE_AVAILABLE
configure.ac:96: error: possibly undefined macro: GUILE_PKG
configure.ac:97: error: possibly undefined macro: GUILE_PROGS
autoreconf: /gnu/store/rfaqi3a9ls7adr4y7bgwvln3iaf69qwj-autoconf-2.69/bin/autoconf f
ailed with exit status: 1

             reply	other threads:[~2019-03-17 20:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-17 20:50 mikadoZero [this message]
2019-03-18 10:08 ` 14.1 Building from Git Giovanni Biscuolo
2019-03-18 19:16   ` mikadoZero
2019-03-18 12:37 ` Ricardo Wurmus
2019-03-18 19:05   ` mikadoZero
2019-03-18 19:28     ` Leo Famulari
2019-03-19 15:39       ` mikadoZero
2019-03-18 19:54     ` Ricardo Wurmus
2019-03-19 15:34       ` mikadoZero
2019-03-19 16:08         ` Ricardo Wurmus
2019-03-20 21:20           ` mikadoZero
2019-03-19 19:17         ` Tobias Geerinckx-Rice
2019-03-20 21:25           ` mikadoZero

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=multrzs5.fsf@yandex.com \
    --to=mikadozero@yandex.com \
    --cc=help-guix@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.