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 38490
- From: Vin Shelton <ethersoft@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: new zsh build hang on sparkylinux (essentially debian test)
- Date: Fri, 13 May 2016 23:20:56 -0400
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc; bh=q7HdB/k6KQio1EDRP0HSQoOCKy19gUzp5DxBSctOs5k=; b=e5eb1ZZ26UUjzcrTrZpr2Oci3Z0AEVhlek2wAAl28cRAIzQbfXVMJFsR8bqiKAuOGa z2tm+U/vF9cCDzSWhfHQiNEGz5JAgd5JpM0R3uuYsi81waXY3cyt69YX4nllCV32LRc1 2X2onlyYea9VXBjoHUPXxD1N25JohnWlgVBujW84IIIzRx6CdnPfmuFOPlNz7GxD37y3 wbHEK5UuJ2oQOunn5zgXBCPSbeW00kTDlfZdw3cNsbjATQL3Je48jgAALziheg9WCAFH TklKjclVyjOc60VFwkHJ89iVqx2/Fa9aUdIdkSjfkHWO7/IHqrXqPbfqJ3vQXayDpe3V w48A==
- In-reply-to: <CAH+w=7axhqSkWSnOZoAYcPc70MuRwV6p=6h6zt_DZ9bC0YboXg@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> <CAH+w=7axhqSkWSnOZoAYcPc70MuRwV6p=6h6zt_DZ9bC0YboXg@mail.gmail.com>
- Reply-to: acs@xxxxxxxxxxxxxxxxxxxx
Dear Workers,
On Wed, May 11, 2016 at 9:57 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
wrote:
> 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.
>
Thanks, Bart.
Just for the record, this actually ended up being something to do with the
compiler optimization settings. Building with CFLAGS=-O yielded a working
zsh.
$ uname -a
Linux nuc 4.5.0-2-amd64 #1 SMP Debian 4.5.3-2 (2016-05-08) x86_64 GNU/Linux
$ gcc --version
gcc (Debian 5.3.1-17) 5.3.1 20160429
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author