GNU bug report logs - #34573
Backtrace of guix pull failed

Previous Next

Package: guix;

Reported by: Vincent Rouvreau <vincent.rouvreau <at> inria.fr>

Date: Tue, 19 Feb 2019 15:29:01 UTC

Severity: normal

Tags: notabug

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Vincent Rouvreau <vincent.rouvreau <at> inria.fr>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 34573 <at> debbugs.gnu.org
Subject: bug#34573: Backtrace of guix pull failed
Date: Mon, 04 Mar 2019 23:02:36 +0100
Hi Vincent,

Ricardo Wurmus <rekado <at> elephly.net> skribis:

>> I wanted to install python, numpy and conda on plafrim as explained here : https://www.plafrim.fr/en/guix/
>> And guix pull failed :
> […]
>> In ./guix/profiles.scm:
>>   1773:23  2 (_)
>> In ./guix/utils.scm:
>>    661:47  1 (xdg-directory _ "/.config" #:ensure? _)
>> In unknown file:
>>            0 (getpw 10837)
>>
>> ERROR: In procedure getpw:
>> In procedure getpw: entry not found
>
> This looks like nscd is not running.

Actually nscd *is* running but it’s been misconfigured on these machines
since a couple of weeks or so—the sysadmins are aware of it and will
take a look shortly.

What happens is that nscd returns nothing for “passwd” database lookups
and as a result, the application (in this case Guile) falls back to its
local NSS implementation, which in turns tries to load an incompatible
libnss*.so file, leading to this lookup failure.

Anyway, this really looks like a setup issue on this machine, so I’m
closing this bug and we can discuss it further with the admins if
needed, Vincent.

Thanks,
Ludo’.




This bug report was last modified 6 years and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.