From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Test failure cpan Date: Fri, 20 Feb 2015 18:45:37 +0100 Message-ID: <20150220174537.GA12045@debian.math.u-bordeaux1.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOre5-00017u-DF for guix-devel@gnu.org; Fri, 20 Feb 2015 12:45:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOre2-00054e-NF for guix-devel@gnu.org; Fri, 20 Feb 2015 12:45:45 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:64468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOre2-00054W-Cz for guix-devel@gnu.org; Fri, 20 Feb 2015 12:45:42 -0500 Content-Disposition: inline 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: guix-devel@gnu.org 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. Andreas