Rather than investigating this failure,
http://hydra.nixos.org/build/327284
`/nix/store/rr5pvm247jgv2nhd59xv1d0cq7jazvzw-git-export/top/maint.mk' ->
`../gnulib/top/maint.mk'
`/nix/store/rr5pvm247jgv2nhd59xv1d0cq7jazvzw-git-export/users.txt' ->
`../gnulib/users.txt'
Error: 'help2man' version == GNU help21.36 is too old
'help2man' version >= 1.36 is required
Program Min_version
----------------------
autoconf 2.61
automake 1.11
autopoint -
gettext -
git 1.4.4
gzip -
help2man 1.36
makeinfo -
perl 5.5
rsync -
tar -
I've just done this:
>From d9c2b10e33c2fd073a10e7770c859c16001592f9 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Wed, 17 Mar 2010 16:53:17 +0100
Subject: [PATCH] build: don't require a specific version of help2man
* bootstrap.conf (buildreq): Bootstrap can't deal with it,
perhaps because the command name contains a digit.
---
bootstrap.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 343d660..2e45a89 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -123,7 +123,7 @@ autopoint -
gettext -
git 1.4.4
gzip -
-help2man 1.36
+help2man -
makeinfo -
perl 5.5
rsync -
--
1.7.0.2.451.g960ec