Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
new zsh build hang on sparkylinux (essentially debian test)
- X-seq: zsh-workers 38474
- From: Vin Shelton <ethersoft@xxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: new zsh build hang on sparkylinux (essentially debian test)
- Date: Wed, 11 May 2016 21:08:04 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to; bh=5cMjMIZxI7xcC7sJOJx+ZgPWH1NBAx400Sz/xZrNlbo=; b=xS7kRibdPfyjXJ2wEFRU7PvfrM3uAFj81IeizEKR7/ZUVfNrT0+DORKMW89dJWWpGp 7h8BCJXT2vHBtukhMFgAmWyDiB0mygZFUmO29tLRnmNMmQm8QmA9NqZChXb8CJDfEJNU Xi/7OIoHPlDK3cD9QsyPsz2EB+td8j0OgBsOB6oWkuCyeyV3sWAxzAzjurswap4CRKAk 4IHolUveKeQ4qpwE5EV3B5pk9P+xSFgTC6ASFF9x+Yf2UVKgOD0VAVb5ra4hfnuu+HOX LzbeqCXAazW29qht/mM84xvcj0YqSYNg3SFXuc8YtWrhqnU9WaFrxqWXmF8tM9Am0slw 7u3A==
- 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
- Reply-to: acs@xxxxxxxxxxxxxxxxxxxx
Hi,
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. Here is the
tail of
strace ./Src/zsh -f
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 11
connect(11, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) =
-1 ENOENT (No such file or directory)
close(11) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 11
connect(11, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) =
-1 ENOENT (No such file or directory)
close(11) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=513, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f46a902c000
read(11, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 513
brk(0x26dc000) = 0x26dc000
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f46a902c000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=130393, ...}) = 0
mmap(NULL, 130393, PROT_READ, MAP_PRIVATE, 11, 0) = 0x7f46a900d000
close(11) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
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
^C--- SIGINT {si_signo=SIGINT, si_code=SI_KERNEL} ---
+++ killed by SIGINT +++
Does anyone have any idea as to what may be going on?
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author