From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18247: Cyclic dependencies in (gnu package *) modules Date: Sat, 16 Aug 2014 11:11:12 +0200 Message-ID: <87a974pznz.fsf@gnu.org> References: <87egwmbxln.fsf@netris.org> <87d2c6razd.fsf@gnu.org> <87y4uupogm.fsf@yeeloong.lan> <8761hybd39.fsf@netris.org> <87oavq9na7.fsf@netris.org> <87fvh1lsnh.fsf@gnu.org> <87sil1e8g4.fsf@gmail.com> <87sil011ou.fsf@gnu.org> <87lhqpdldt.fsf@gmail.com> 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]:48553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIa1v-0005xO-01 for bug-guix@gnu.org; Sat, 16 Aug 2014 05:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIa1q-0003YR-AX for bug-guix@gnu.org; Sat, 16 Aug 2014 05:12:06 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:37394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIa1q-0003YL-7c for bug-guix@gnu.org; Sat, 16 Aug 2014 05:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XIa1p-0004nN-LS for bug-guix@gnu.org; Sat, 16 Aug 2014 05:12:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lhqpdldt.fsf@gmail.com> (Eric Bavier's message of "Sat, 16 Aug 2014 01:00:30 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Eric Bavier Cc: 18247@debbugs.gnu.org Eric Bavier skribis: > From e0f0ff27fce4e5b62105ffd28281a78552c1dc39 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Sat, 16 Aug 2014 00:56:42 -0500 > Subject: [PATCH] gnu: texi2html: Fix tests in the absense of gettext. > > * gnu/packages/patches/texi2html-i18n.patch: New patch. > * gnu/packages/texinfo.scm (texi2html)[source]: Use it. > * gnu-system.am (dist_patch_DATA): Add it. Oh so =E2=80=98check-local=E2=80=99 would trigg a makefile rule to build PO= files. Then the patch looks good to me, OK to commit. Thanks! Ludo=E2=80=99.