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: Tue, 12 Aug 2014 13:05:37 +0200 Message-ID: <87egwmotmm.fsf@gnu.org> References: <87egwmbxln.fsf@netris.org> <87d2c6razd.fsf@gnu.org> <87y4uupogm.fsf@yeeloong.lan> 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]:60656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XH9u5-0008J1-PG for bug-guix@gnu.org; Tue, 12 Aug 2014 07:06:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XH9ty-0005rb-K6 for bug-guix@gnu.org; Tue, 12 Aug 2014 07:06:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:33217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XH9ty-0005rX-Hx for bug-guix@gnu.org; Tue, 12 Aug 2014 07:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XH9ty-0002TZ-1H for bug-guix@gnu.org; Tue, 12 Aug 2014 07:06:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y4uupogm.fsf@yeeloong.lan> (Mark H. Weaver's message of "Mon, 11 Aug 2014 19:59:37 -0400") 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: Mark H Weaver Cc: 18247@debbugs.gnu.org Mark H Weaver skribis: > I think the graph we need to consider is one that contains one vertex > per module, and an directed edge from module A to B if and only if > loading module A requires looking up a binding from module B. > > Does that sound right to you? Yes, exactly. Ludo=E2=80=99.