From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: Test failure cpan Date: Fri, 20 Feb 2015 15:55:25 -0600 Message-ID: <20150220155525.20feec4d@PocketWee> References: <20150220174537.GA12045@debian.math.u-bordeaux1.fr> <87a908b781.fsf@fsf.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]:39262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOvWf-0003Pu-LA for guix-devel@gnu.org; Fri, 20 Feb 2015 16:54:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOvWc-00086b-D9 for guix-devel@gnu.org; Fri, 20 Feb 2015 16:54:21 -0500 Received: from mail.centurylink.net ([205.219.233.9]:50557 helo=smtp.centurylink.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOvWc-00086W-8X for guix-devel@gnu.org; Fri, 20 Feb 2015 16:54:18 -0500 In-Reply-To: <87a908b781.fsf@fsf.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org On Fri, 20 Feb 2015 16:31:26 -0500 David Thompson wrote: > Andreas Enge writes: > > > Hello, > > > > I just ran a "make check", and got a failure in the cpan test. Here is the > > cpan.log: > > > > accepted connection from pid 9095, uid 1000 > > spurious SIGPOLL > > 415 operations > > accepted connection from pid 9095, uid 1000 > > 1 operations > > %%%% Starting test cpan (Writing full log to "cpan.log") > > tests/cpan.scm:63: FAIL cpan->guix-package > > # of unexpected failures 1 > > ;;; note: source file ./srfi/srfi-64.scm > > ;;; newer than compiled /gnu/store/zjhaqhfbwkh5n4cbsrk8h7bg8yqrimls-guile-2.0.11/lib/guile/2.0/ccache/srfi/srfi-64.go > > FAIL tests/cpan.scm (exit status: 1) > > > > I suppose it is related to the recent changes by Eric on the perl > > import. > > Mark just pushed a patch that fixes a 'guix pull' issue caused by the > CPAN importer. Perhaps the tests will pass now? > I hope it fixes the 'guix pull' issue, but I don't think it will fix the test failure. I'm updating the test and will push a fix soon. My last commits changed the behavior of how module dependencies are handled, and I failed to update the results that the test expects. Sorry about the mess. `~Eric