From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19780: 13 failing tests Date: Fri, 13 Feb 2015 23:38:52 +0100 Message-ID: <87wq3l308z.fsf@gnu.org> 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: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMOt5-00017D-Fn for bug-guix@gnu.org; Fri, 13 Feb 2015 17:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMOt4-0005oG-K6 for bug-guix@gnu.org; Fri, 13 Feb 2015 17:39:03 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:51097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMOt4-0005oC-GY for bug-guix@gnu.org; Fri, 13 Feb 2015 17:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YMOt4-0007gR-9M for bug-guix@gnu.org; Fri, 13 Feb 2015 17:39:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Fri, 13 Feb 2015 16:14:36 +0100") 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: Ricardo Wurmus Cc: 19780@debbugs.gnu.org Ricardo Wurmus skribis: > Ludovic Court=C3=A8s 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 =3D #("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]>=20 > ~~~~~~~~~~~~~~~ Is nscd running on this system? Seems like not. Ludo=E2=80=99.