Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: new zsh build hang on sparkylinux (essentially debian test)
- X-seq: zsh-workers 38475
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: new zsh build hang on sparkylinux (essentially debian test)
- Date: Wed, 11 May 2016 18:57:06 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=3bv92iae5BJSO+XbCS5BtK7ELlgcdSdyykLL4Ga58uU=; b=rTqJM3/7CiLAAcbuHM3ZngwxWpnXGSk2myvhjLbFE96gABDFaRkf0b85DquGflxlY3 Zac4EIVFtrRrkk9Bcwyhw1b66lyv1Xy7Z9dXb9r7g0Kn69cs7JIMJ8uECopBjpw2ZDY1 o01CeD3xD7n8ID1+8Lx48WxWlDMPf2X+HRFnSVOe1QjfnKAhEkgUyI07TlL6aZkaZsse lLGo8XrZTDSt+v25H6VnWqbhVBXdcZasKgrcy7NXOUrAyr0rGM3SYt2Jd4Hv2l48fPZ/ Sngs1fdU0kYls7dzMb0bUU2Fkhwmc7rEt3nVbihTM4iT2BKX3JAMz5ve06gL7QZIUdqf 3+pg==
- In-reply-to: <CACeGjnU0XO7B1H5tpAPCyYbdLQPUvb6tfWZYOrKw+mx6n0NXeg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACeGjnU0XO7B1H5tpAPCyYbdLQPUvb6tfWZYOrKw+mx6n0NXeg@mail.gmail.com>
On May 11, 2016 6:08 PM, "Vin Shelton" <ethersoft@xxxxxxxxx> wrote:
>
> I just installed the most recent version of sparky linux (it is based on
> debian testing). I built zsh and the newly-built zsh hangs.
> open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 11
> read(11,
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\22\0\0\0\0\0\0"...,
> 832) = 832
> fstat(11, {st_mode=S_IFREG|0644, st_size=31616, ...}) = 0
My best guess is that's attempting to do getpwnam() but the (simulated?)
NSS query is not returning.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author