Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem building zsh in background
- X-seq: zsh-users 6815
- From: Philippe Troin <phil@xxxxxxxx>
- To: Jens Petersen <petersen@xxxxxxxxxx>
- Subject: Re: problem building zsh in background
- Date: 26 Nov 2003 11:19:18 -0800
- Cc: Zsh-users <zsh-users@xxxxxxxxxx>
- In-reply-to: <m3vfp7o6c8.wl%petersen@xxxxxxxxxx>
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <m3d6bgq2tk.wl%petersen@xxxxxxxxxx> <87d6bgrxml.fsf@xxxxxxxxxxxxxxxx> <m3vfp7o6c8.wl%petersen@xxxxxxxxxx>
- Sender: Philippe Troin <phil@xxxxxxxx>
Jens Petersen <petersen@xxxxxxxxxx> writes:
> Thanks for your reply.
>
> >>>>> "PT" == Philippe Troin <phil@xxxxxxxx> writes:
>
> PT> Jens Petersen <petersen@xxxxxxxxxx> writes:
> >> Any comments on this bug report:
> >> <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=102042>?
> >>
> >> It seems easy to reproduce with both 4.0.7 and 4.1.1:
> >> eg
> >>
> >> % rm -rf zsh-4.0.7 tar tar jxf zsh-4.0.7.tar.bz2 cd
> >> % zsh-4.0.7 ./configure &
> >> : : checking if kill(pid, 0) returns ESRCH
> >> correctly... yes checking if POSIX sigsuspend()
> >> works... yes checking if tcsetpgrp() actually
> >> works... [1] + suspended (tty output) ./configure
>
> PT> Check-out the thread at
> PT> http://www.zsh.org/mla/workers/2003/msg00895.html
>
> I tried both patches, but I am afraid ./configure still
> hangs for me when run in the background.
Mmmh, did you run autoconf between step 1 and step 3? I'm sorry that
my instructions were not clearer.
1. patch
2. run: autoconf
3. run: ./configure
> If you would like to see the strace output or something,
> please ask. :)
This is likely to be huge. If you did not forget to run autoconf as I
suspect, then please send me privately the strace output (bzip2'ed).
Strace should be run like this:
strace -f -o strace.out /bin/sh -x ./configure
Thanks.
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author