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: Thu, 14 Aug 2014 00:09:53 +0200 Message-ID: <87sil011ou.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> 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]:48232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHhHR-0004ot-UM for bug-guix@gnu.org; Wed, 13 Aug 2014 18:44:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHhHL-0008Ee-7m for bug-guix@gnu.org; Wed, 13 Aug 2014 18:44:29 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:35497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHhHL-0008EY-5R for bug-guix@gnu.org; Wed, 13 Aug 2014 18:44:23 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XHgk6-0002aZ-LE for bug-guix@gnu.org; Wed, 13 Aug 2014 18:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sil1e8g4.fsf@gmail.com> (Eric Bavier's message of "Tue, 12 Aug 2014 15:53:15 -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: > Ludovic Court=C3=A8s writes: > >> As a stop-gap measure, I=E2=80=99ve worked around the problem in commit = d759cf6, >> which removes the dependency from texinfo to gettext. >> >> (=C3=89ric: I see one test failure in texi2html, which is a priori unrel= ated >> to the change. Could you check what=E2=80=99s going on?) > > The problem is that texi2html does actually require gettext. No, it really only needed it because texi2html.pl was modified by the patch, which triggered a rule to re-compute PO files. I just tried with current master with #:tests? #f, and it does pass. Perhaps that=E2=80=99s an intermittent test failure? Can you reproduce it? Thanks, Ludo=E2=80=99.