From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23498 invoked from network); 26 Nov 2003 19:19:41 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Nov 2003 19:19:41 -0000 Received: (qmail 23853 invoked by alias); 26 Nov 2003 19:19:24 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6815 Received: (qmail 23814 invoked from network); 26 Nov 2003 19:19:24 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 26 Nov 2003 19:19:24 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.27.190.146] by sunsite.dk (MessageWall 1.0.8) with SMTP; 26 Nov 2003 19:19:23 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id LAA23344; Wed, 26 Nov 2003 11:19:19 -0800 Received: from phil by ceramic.fifi.org with local (Exim 4.22) id 1AP5C2-0000Zd-D4; Wed, 26 Nov 2003 11:19:18 -0800 To: Jens Petersen Cc: Zsh-users Subject: Re: problem building zsh in background References: <87d6bgrxml.fsf@ceramic.fifi.org> Mail-Copies-To: nobody From: Philippe Troin Date: 26 Nov 2003 11:19:18 -0800 In-Reply-To: Message-ID: <877k1ngcp5.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin Jens Petersen writes: > Thanks for your reply. > > >>>>> "PT" == Philippe Troin writes: > > PT> Jens Petersen writes: > >> Any comments on this bug report: > >> ? > >> > >> 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.