From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35623: FW: bug#35623: guix pull failed on RHEL7 Date: Sat, 11 May 2019 00:23:27 +0200 Message-ID: <878svex82o.fsf@gnu.org> References: <87y33i2bbx.fsf@netris.org> <9245F115-A7B5-4DA1-944F-8A510659019E@linkedin.biz> <116C094F-4009-4BFF-9711-5B77EA87F106@linkedin.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPDvv-00034a-CL for bug-guix@gnu.org; Fri, 10 May 2019 18:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPDvu-0004TU-9x for bug-guix@gnu.org; Fri, 10 May 2019 18:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54064) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hPDvu-0004TQ-6z for bug-guix@gnu.org; Fri, 10 May 2019 18:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hPDvu-0006aw-1a for bug-guix@gnu.org; Fri, 10 May 2019 18:24:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <116C094F-4009-4BFF-9711-5B77EA87F106@linkedin.biz> (Karrick McDermott's message of "Fri, 10 May 2019 18:49:11 +0000") 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" To: Karrick McDermott Cc: "35623@debbugs.gnu.org" <35623@debbugs.gnu.org> Hi, Karrick McDermott skribis: > In ./guix/utils.scm: > 661:47 1 (xdg-directory _ "/.config" #:ensure? _) > In unknown file: > 0 (getpw 10452) > > ERROR: In procedure getpw: > In procedure getpw: entry not found > -guix pull: [1;31merror: [0mYou found a bug: the program '/gnu/store/4hs= mk7kh62yvbi154pyy3nq8drml116a-compute-guix-derivation' This happens because =E2=80=98with-clean-environment=E2=80=99 in =E2=80=98build-aux/build-self.scm=E2=80=99 clears the environment while exe= cuting =E2=80=9Ccompute-guix-derivation=E2=80=9D. Thus =E2=80=98HOME=E2=80=99 is = unset. Additionally, could it be that you=E2=80=99re not running nscd? See: https://gnu.org/software/guix/manual/en/html_node/Application-Setup.html#= Name-Service-Switch-1 That said, we could also let =E2=80=98HOME=E2=80=99 through in the executio= n environment of =E2=80=9Ccompute-guix-derivation=E2=80=9D, it can=E2=80=99t hurt. Thanks, Ludo=E2=80=99.