From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Love Subject: debugging cycles in build Date: Wed, 26 Jul 2017 17:39:22 +0100 Message-ID: <87shhjjgp1.fsf@i-ulialbion.it.manchester.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daPLY-0002q4-17 for help-guix@gnu.org; Wed, 26 Jul 2017 12:39:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daPLU-00040m-UA for help-guix@gnu.org; Wed, 26 Jul 2017 12:39:40 -0400 Received: from [195.159.176.226] (port=42125 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1daPLU-0003xz-No for help-guix@gnu.org; Wed, 26 Jul 2017 12:39:36 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1daPLG-0006qr-J6 for help-guix@gnu.org; Wed, 26 Jul 2017 18:39:22 +0200 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I changed a package to have a "lib" output, which failed because it detected a cycle (whereas it's OK with everything in "out"). Is there a good way to debug that? I couldn't easily find the code implementing the check.