zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <ethersoft@gmail.com>
To: "Zsh Hackers' List" <zsh-workers@zsh.org>
Subject: new zsh build hang on sparkylinux (essentially debian test)
Date: Wed, 11 May 2016 21:08:04 -0400	[thread overview]
Message-ID: <CACeGjnU0XO7B1H5tpAPCyYbdLQPUvb6tfWZYOrKw+mx6n0NXeg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1736 bytes --]

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

             reply	other threads:[~2016-05-12  1:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12  1:08 Vin Shelton [this message]
2016-05-12  1:57 ` Bart Schaefer
2016-05-14  3:20   ` Vin Shelton
2016-06-02  1:05     ` Bart Schaefer
2016-06-02 13:28       ` Daniel Shahaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACeGjnU0XO7B1H5tpAPCyYbdLQPUvb6tfWZYOrKw+mx6n0NXeg@mail.gmail.com \
    --to=ethersoft@gmail.com \
    --cc=acs@alumni.princeton.edu \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).