zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@spiers.net>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: configure-time problem with tcsetpgrp test (again)
Date: Tue, 23 Nov 1999 14:36:53 +0000	[thread overview]
Message-ID: <19991123143653.B2727@thelonious.new.ox.ac.uk> (raw)

I just got this weird problem when running ./configure.  It only
happens when I redirect stdout from the configure to a file.  When the
`checking if POSIX sigsuspend() works... yes' line is reached, the
configure process gets suspended.  If I tail -f the log file at the
same time it looks like this:


checking if named FIFOs work... yes
checking if echo in /bin/sh interprets escape sequences... no
checking if link() works... yes
checking if kill(pid, 0) returns ESRCH correctly... yes
Waiting for data... (interrupt to abort)[1]  + 17124 suspended (tty output)  ./configure --prefix=/usr --bindir=/bin --enable-etcdir=/etc  >| foo
checking if POSIX sigsuspend() works... yes
Waiting for data... (interrupt to abort)


config.log (and also sometimes the log file I redirected to) always
indicates that the tcsetpgrp() test two tests later always gets
reached before the process gets suspended; could it be this test which
causes the problems instead?  I noticed from the archives that this
tcsetpgrp() has been the cause of trouble in the past ... ah, wait a
minute.  It's the `-t 0 -a' bit which is going wrong, isn't it?  The
test should be skipped, but isn't being?  If I insert a `</dev/null'
on the command line for configure then the test gets skipped and all
is well.  Should there be a `-t 1 -a -t 2 -a' as well or something?

Adam


                 reply	other threads:[~1999-11-23 14:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=19991123143653.B2727@thelonious.new.ox.ac.uk \
    --to=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).