From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alen Skondro Subject: Re: make test fails Date: Fri, 18 Jul 2014 22:04:27 +0200 Message-ID: <53C97DCB.7010600@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8EOa-0004Hl-9e for guix-devel@gnu.org; Fri, 18 Jul 2014 16:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8EOV-0003Cn-AL for guix-devel@gnu.org; Fri, 18 Jul 2014 16:04:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:36907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8EOV-0003Cd-3I for guix-devel@gnu.org; Fri, 18 Jul 2014 16:04:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X8EOS-0000OW-Me for guix-devel@gnu.org; Fri, 18 Jul 2014 22:04:36 +0200 Received: from 93-143-236-149.adsl.net.t-com.hr ([93.143.236.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jul 2014 22:04:36 +0200 Received: from askondro by 93-143-236-149.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jul 2014 22:04:36 +0200 In-Reply-To: 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 On 18.7.2014. 21:53, Alen Skondro wrote: > > Hi, > > can you check the following issue with recent guix (git) in "make test" > procedure? > > PASS: tests/base32.scm > PASS: tests/base64.scm > PASS: tests/hash.scm > PASS: tests/pk-crypto.scm > PASS: tests/pki.scm > PASS: tests/substitute-binary.scm > PASS: tests/builders.scm > PASS: tests/derivations.scm > PASS: tests/ui.scm > PASS: tests/records.scm > PASS: tests/utils.scm > PASS: tests/build-utils.scm > PASS: tests/packages.scm > PASS: tests/snix.scm > PASS: tests/store.scm > PASS: tests/monads.scm > PASS: tests/gexp.scm > FAIL: tests/nar.scm > PASS: tests/union.scm > PASS: tests/profiles.scm > PASS: tests/syscalls.scm > PASS: tests/guix-build.sh > PASS: tests/guix-download.sh > PASS: tests/guix-hash.sh > PASS: tests/guix-package.sh > PASS: tests/guix-system.sh > PASS: tests/guix-archive.sh > PASS: tests/guix-authenticate.sh > FAIL: tests/guix-register.sh > PASS: tests/guix-gc.sh > PASS: tests/guix-daemon.sh > > From test-suite.log: > > ERROR: In procedure scm_to_sockaddr: unix address path too long: > /home/alesko/aur/guix-git/src/guix/t-register-3048/home/alesko/aur/guix-git/src/guix/t-register-3048/usr/var/guix/daemon-socket/socket > > > Is it something guile related? I'm not familiar. > > --Alen > > > I'm sorry. I meant "make check" of course :)