From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodoros Foradis Subject: Re: [PATCH v2 3/3] gnu: Add python2-wxpython. Date: Tue, 25 Oct 2016 21:05:44 +0300 Message-ID: <87mvhstibr.fsf@openmailbox.org> References: <20161025124841.GA887@jasmine> <20161025160907.30181-1-theodoros.for@openmailbox.org> <20161025160907.30181-4-theodoros.for@openmailbox.org> <20161025163524.GB3404@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz69n-0000SA-4G for guix-devel@gnu.org; Tue, 25 Oct 2016 14:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz69j-00006J-VQ for guix-devel@gnu.org; Tue, 25 Oct 2016 14:09:03 -0400 Received: from smtp1.openmailbox.org ([62.4.1.35]:48329) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bz69j-00005x-N1 for guix-devel@gnu.org; Tue, 25 Oct 2016 14:08:59 -0400 In-reply-to: <20161025163524.GB3404@jasmine> 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: guix-devel Leo Famulari writes: > On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: >> * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > >> + #:tests? #f ; tests fail > > We should try to fix this, or at least understand why they are failing. I tried building the package with #:tests #t and I get the following output: starting phase `check' running "python setup.py" with command "test" and parameters () Found wx-config: /gnu/store/s1a3a7nn1hx10ryai3dvpbcsdbjcylb1-wxwidgets-gtk2-3.0.2/bin/wx-config Using flags: --toolkit=gtk2 --unicode=yes --version=3.0 Preparing CORE... Preparing STC... Preparing GLCANVAS... Preparing GIZMOS... usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'test' phase `check' failed after 3.3 seconds In my understanding, there seem to be no tests after all. If so, the comment should be changed to '; no tests'. -- Theodoros Foradis