From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#22738: Build failure in vigra Date: Fri, 19 Feb 2016 02:02:32 +0100 Message-ID: <20160219020232.2f416584@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWZTN-0008LJ-Dz for bug-guix@gnu.org; Thu, 18 Feb 2016 20:03:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWZTK-0003GJ-5v for bug-guix@gnu.org; Thu, 18 Feb 2016 20:03:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWZTK-0003GF-1w for bug-guix@gnu.org; Thu, 18 Feb 2016 20:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aWZTJ-0002Uu-SK for bug-guix@gnu.org; Thu, 18 Feb 2016 20:03:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWZSy-0008CA-6l for bug-guix@gnu.org; Thu, 18 Feb 2016 20:02:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWZSu-0003Da-V9 for bug-guix@gnu.org; Thu, 18 Feb 2016 20:02:40 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:44698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWZSu-0003DR-PA for bug-guix@gnu.org; Thu, 18 Feb 2016 20:02:36 -0500 Received: from localhost (91.141.2.51.wireless.dyn.drei.com [91.141.2.51]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 69D511CA0620 for ; Fri, 19 Feb 2016 02:02:34 +0100 (CET) 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: 22738@debbugs.gnu.org /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' ----------------------------------------------------------------------