From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Finding dependency cycles Date: Fri, 14 Oct 2016 21:05:38 +0200 Message-ID: <87zim6hhtp.fsf@elephly.net> References: <20161013230830.50e6f389@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv7nj-0003qQ-GK for guix-devel@gnu.org; Fri, 14 Oct 2016 15:05:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv7nf-0005Yi-O1 for guix-devel@gnu.org; Fri, 14 Oct 2016 15:05:50 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bv7nf-0005YN-EK for guix-devel@gnu.org; Fri, 14 Oct 2016 15:05:47 -0400 In-reply-to: <20161013230830.50e6f389@scratchpost.org> 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" To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic writes: > Hi, > > so I'm trying to untangle the matplotlib -> ipython dependency cycle. > > Unfortunately, guix error message isn't really helpful in finding out what it was. > > It says […] Hmm, that really isn’t pretty. Could you share your changes maybe? FWIW, I still have an ancient branch that updates our ipython package to version 4, but it needs some work to rebase onto master. ~~ Ricardo