From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: a2ps: manpages fail to build Date: Thu, 10 Oct 2013 00:02:59 +0200 Message-ID: <87wqlmp0fg.fsf@gnu.org> References: <87hacqqij3.fsf@karetnikov.org> <87fvsaqghb.fsf@gnu.org> <87r4bu85uv.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU1vN-0006iM-5D for guix-devel@gnu.org; Wed, 09 Oct 2013 18:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VU1vH-0004qn-9n for guix-devel@gnu.org; Wed, 09 Oct 2013 18:08:09 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:33790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU1vH-0004qj-38 for guix-devel@gnu.org; Wed, 09 Oct 2013 18:08:03 -0400 In-Reply-To: <87r4bu85uv.fsf@karetnikov.org> (Nikita Karetnikov's message of "Thu, 10 Oct 2013 01:57:44 +0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: >> There=E2=80=99s a bug in its build system, but most likely it wants =E2= =80=98help2man=E2=80=99 >> (as native input.) > > Could you expand on the bug part? It invokes /missing instead of $top_srcdir/build-aux/missing. > I added =E2=80=98help2man=E2=80=99, but it didn=E2=80=99t help. Could you check the configure log for clues? Also, can you check the makefiles to see how it=E2=80=99s supposed to build= the man pages? >> Rather use (substitute* (find-files "." ".*") ...) if that works. > > It takes too much time, or I=E2=80=99m doing something wrong. Too much time? But it succeeds? (It should be just as fast as running =E2=80=98find=E2=80=99 in that direct= ory.) HTH, Ludo=E2=80=99.