unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nikita Karetnikov <nikita@karetnikov.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: FAQ
Date: Tue, 09 Jul 2013 23:00:05 +0400	[thread overview]
Message-ID: <87bo6ba79m.fsf@karetnikov.org> (raw)
In-Reply-To: <87y59g6krw.fsf@gnu.org> ("Ludovic Courtès"'s message of "Tue, 09 Jul 2013 13:21:55 +0200")


[-- Attachment #1.1: Type: text/plain, Size: 160 bytes --]

> It’s a good idea, probably as the first section in ‘HACKING’.  Would you
> like to propose a patch?

Attached.  Did I forget to mention anything?


[-- Attachment #1.2: 0001-doc-Add-FAQ-to-HACKING.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From 17a11ca78a4f71174edf57ec01f55934b1761363 Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <nikita@karetnikov.org>
Date: Tue, 9 Jul 2013 18:47:17 +0000
Subject: [PATCH] doc: Add FAQ to 'HACKING'.

---
 HACKING |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/HACKING b/HACKING
index dd59a68..89ea124 100644
--- a/HACKING
+++ b/HACKING
@@ -3,12 +3,32 @@
 #+TITLE: Hacking GNU Guix and Its Incredible Distro
 
 Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
+Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
   notice and this notice are preserved.
 
 
+* FAQ
+
+** ./configure: line 6755: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'
+
+This message means that Autoconf didn't pick up the definition of the
+'PKG_CHECK_MODULES' M4 macro.  'pkg.m4' is provided by the 'pkg-config'
+package.  If you install 'pkg-config', Autoconf should automatically find it.
+
+However, if you installed Automake in '/usr/local', it wouldn't look for '.m4'
+files in '/usr/share'.  You have to invoke the following command in that case:
+
+  $ export ACLOCAL_PATH=/usr/share/aclocal
+
+** make: *** No rule to make target `nix/libstore/schema.sql', needed by
+`nix/libstore/schema.sql.hh'.
+
+You must run './bootstrap', which just invokes 'git submodule update', before
+'./configure && make && make check'.
+
 * Running Guix before it is installed
 
 Command-line tools can be used even if you have not run "make install".
-- 
1.7.9.5


[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2013-07-09 18:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <51D71116.3080403@BlueT.org>
     [not found] ` <87txk8sqc6.fsf@gnu.org>
     [not found]   ` <51D768DE.90403@BlueT.org>
     [not found]     ` <878v1jstco.fsf@gnu.org>
     [not found]       ` <51D9F8EF.5050806@BlueT.org>
     [not found]         ` <87li5hb71f.fsf@gnu.org>
2013-07-08 17:12           ` [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install BlueT - Matthew Lien - 練喆明
2013-07-08 20:56             ` Ludovic Courtès
2013-07-08 21:42               ` FAQ Nikita Karetnikov
2013-07-09 11:21                 ` FAQ Ludovic Courtès
2013-07-09 19:00                   ` Nikita Karetnikov [this message]
2013-07-09 20:03                     ` FAQ Ludovic Courtès
2013-07-09 20:26                       ` FAQ Nikita Karetnikov
2013-07-09 22:39                         ` FAQ Ludovic Courtès
2013-07-10  6:35                           ` FAQ Nikita Karetnikov
2013-07-10 13:28                             ` FAQ Ludovic Courtès
2013-07-12 20:50                               ` FAQ Nikita Karetnikov
2013-07-12 21:41                                 ` FAQ 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bo6ba79m.fsf@karetnikov.org \
    --to=nikita@karetnikov.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).