From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#19780: 13 failing tests Date: Fri, 13 Feb 2015 16:14:36 +0100 Message-ID: References: <874mqxprk6.fsf@gnu.org> <87vbja7xat.fsf@gnu.org> <87sied7s9p.fsf@gnu.org> <87d25h6a1n.fsf@gnu.org> <87lhk53d9q.fsf@gnu.org> <87zj8i5g27.fsf@gnu.org> <871tlu0wta.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMHxS-0007w6-Ql for bug-guix@gnu.org; Fri, 13 Feb 2015 10:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMHxP-0007HO-DL for bug-guix@gnu.org; Fri, 13 Feb 2015 10:15:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:50803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMHxP-0007HG-B6 for bug-guix@gnu.org; Fri, 13 Feb 2015 10:15:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YMHxP-0004AK-2w for bug-guix@gnu.org; Fri, 13 Feb 2015 10:15:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871tlu0wta.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 19780@debbugs.gnu.org Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> Yes, with my system guile (2.0.11) it returns my full user record. >> >> scheme@(guile-user)> (getpw (getenv "USER")) >> $1 = #("rwurmus" "*" 12345 12345 "Wurmus, Ricardo" "/home/rwurmus" "/bin/bash") > > And what about the Guix-built Guile? I had to install it first: ~~~~~~~~~~~~~~~ scheme@(guile-user)> (getpw (getenv "USER")) ERROR: In procedure getpw: ERROR: In procedure getpw: entry not found Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(guile-user) [1]> ,bt 0 (getpw "rwurmus") scheme@(guile-user) [1]> ~~~~~~~~~~~~~~~ ~~ Ricardo