all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Darrington <john@darrington.wattle.id.au>
To: guix-devel@gnu.org
Subject: [PATCH] HACKING
Date: Fri, 6 Dec 2013 09:37:46 +0100	[thread overview]
Message-ID: <20131206083745.GA12004@jocasta.intra> (raw)

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

Patch for your consideration.

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: hckg.patch --]
[-- Type: text/x-diff; charset=unknown-8bit, Size: 1621 bytes --]

commit feae92498356789d19883424cc078e8e8827626b
Author: John Darrington <jmd@gnu.org>
Date:   Sun Dec 1 08:28:54 2013 +0100

    HACKING: Updated advice about possible errors in ./bootstrap process.
    
    Commit ff1cbb95383b25cf1d6b533c8a046329ee53d1db made errors due to
    missing pkg.m4 appear earlier rather than later.  This commit updates
    the HACKING file to reflect that.

diff --git a/HACKING b/HACKING
index ef8fb27..4037b10 100644
--- a/HACKING
+++ b/HACKING
@@ -30,9 +30,12 @@ you didn’t run it, you may get the following error:
   make: *** No rule to make target `nix/libstore/schema.sql', needed by
   `nix/libstore/schema.sql.hh'
 
-Then, as always, run ‘./configure’.  If you get an error like this one:
+If you get an error like this one:
+
+configure.ac:46: error: possibly undefined macro: PKG_CHECK_MODULES
+      If this token and others are legitimate, please use m4_pattern_allow.
+      See the Autoconf documentation.
 
-  ./configure: line 6755: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'
 
 it probably means that Autoconf couldn’t find ‘pkg.m4’, which is provided by
 pkg-config.  Make sure that ‘pkg.m4’ is available.  For instance, if you
@@ -43,6 +46,8 @@ installed Automake in ‘/usr/local’, it wouldn’t look for ‘.m4’ files i
 
 See “info '(automake) Macro Search Path'” for more information.
 
+Then, as always, run `./. configure'.
+
 Finally, you have to invoke ‘make check’ to run tests.  If anything fails,
 take a look at “info '(guix) Installation'” or send a message to
 <guix-devel@gnu.org>.

             reply	other threads:[~2013-12-06  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06  8:37 John Darrington [this message]
2013-12-07 11:13 ` [PATCH] HACKING 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=20131206083745.GA12004@jocasta.intra \
    --to=john@darrington.wattle.id.au \
    --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.