From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#23364: python-statsmodels build failures Date: Fri, 9 Feb 2018 22:33:56 +0100 Message-ID: <20180209213356.GA11389@jurong> References: <878u02d7f3.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekGK3-00019p-JY for bug-guix@gnu.org; Fri, 09 Feb 2018 16:35:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekGJy-00083S-Mt for bug-guix@gnu.org; Fri, 09 Feb 2018 16:35:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekGJy-00083H-Iz for bug-guix@gnu.org; Fri, 09 Feb 2018 16:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekGJy-0007g3-9Y for bug-guix@gnu.org; Fri, 09 Feb 2018 16:35:02 -0500 In-Reply-To: <878u02d7f3.fsf@netris.org> Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: Content-Disposition: inline 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" To: 23364-done@debbugs.gnu.org This has probably been fixed in the following commit: commit 25b2c47d753efd0761a4e16519dce38d828789f5 Author: Hartmut Goebel Date: Sun Oct 16 18:40:58 2016 +0200 gnu: python-statsmodels: Fix build * gnu/packages/statistics.scm (python-statsmodels): [check] set PYTHONPATH prior to running tests. In any case the package did compile in 2017, and was updated later to 0.8.0. Andreas