From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#37433: 37433 fixed Date: Sat, 12 Oct 2019 09:07:58 -0600 Message-ID: References: <874l0fhyld.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49389) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJJ0y-00023k-1h for bug-guix@gnu.org; Sat, 12 Oct 2019 11:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJJ0w-0000GH-Ut for bug-guix@gnu.org; Sat, 12 Oct 2019 11:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53448) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJJ0w-0000G5-NQ for bug-guix@gnu.org; Sat, 12 Oct 2019 11:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJJ0w-0006Dg-Gd for bug-guix@gnu.org; Sat, 12 Oct 2019 11:09:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: 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" Cc: 37433-done@debbugs.gnu.org On Fri, 2019-10-11 at 13:48 -0600, Jesse Gibbons wrote: > On Fri, 2019-10-11 at 21:27 +0200, Ricardo Wurmus wrote: > > Jesse Gibbons writes: > > > > > I need python-scikit-learn for an ai project. > > > > > > "guix build python-scikit-learn" > > > ... > > > build of /gnu/store/wymxdfygbzij8hbz4gqkrwnb3jkicx76-python-scikit- > > > learn- > > > 0.20.3.drv failed > > > View build log at > > > '/var/log/guix/drvs/wy/mxdfygbzij8hbz4gqkrwnb3jkicx76- > > > python-scikit-learn-0.20.3.drv.bz2'. > > > > > > > > > log tarball attached. > > > > > > I'm working on fixing it, but help would be appreciated. > > > > This is a duplicate of bug 37433. > I sent patch #37707 to fix it. > > > Fixed in patch d7e29a2b26 -- -Jesse