From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22738: Build failure in vigra Date: Thu, 18 Feb 2016 22:59:11 -0500 Message-ID: <20160219035911.GA18399@jasmine> References: <20160219020232.2f416584@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWcEg-0006pc-Ec for bug-guix@gnu.org; Thu, 18 Feb 2016 23:00:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWcEd-0006Ub-7J for bug-guix@gnu.org; Thu, 18 Feb 2016 23:00:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWcEc-0006UJ-Vi for bug-guix@gnu.org; Thu, 18 Feb 2016 23:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aWcEc-0006ac-Ko for bug-guix@gnu.org; Thu, 18 Feb 2016 23:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20160219020232.2f416584@scratchpost.org> 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: Danny Milosavljevic Cc: 22738@debbugs.gnu.org On Fri, Feb 19, 2016 at 02:02:32AM +0100, Danny Milosavljevic wrote: > /tmp/guix-build-vigra-1.10.0.drv-0/build > ... > ====================================================================== > ERROR: test_arraytypes.testMethods > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/gnu/store/m71dy36xl5jcp1qgw9dkyab3yv9gpibx-python2-nose-1.3.7/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/tmp/guix-build-vigra-1.10.0.drv-0/build/vigranumpy/test/test_arraytypes.py", line 1331, in testMethods > nz = n.nonzero() > File "/tmp/guix-build-vigra-1.10.0.drv-0/build/vigranumpy/vigra/arraytypes.py", line 1285, in nonzero > res[k].axistags = AxisTags(AxisInfo(self.axistags[k])) > AttributeError: 'numpy.ndarray' object has no attribute 'axistags' It looks like we need this module 'vigranumpy': https://ukoethe.github.io/vigra/doc-release/vigranumpy/index.html