all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] HACKING
@ 2013-12-06  8:37 John Darrington
  2013-12-07 11:13 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: John Darrington @ 2013-12-06  8:37 UTC (permalink / raw
  To: guix-devel

[-- 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>.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HACKING
  2013-12-06  8:37 [PATCH] HACKING John Darrington
@ 2013-12-07 11:13 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2013-12-07 11:13 UTC (permalink / raw
  To: John Darrington; +Cc: guix-devel

John Darrington <john@darrington.wattle.id.au> skribis:

> 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.

Thanks, I’ve applied something similar.

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-07 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06  8:37 [PATCH] HACKING John Darrington
2013-12-07 11:13 ` Ludovic Courtès

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.