From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix hanging of popen.test Date: Mon, 28 Jun 2010 22:48:08 +0100 Message-ID: <871vbq25if.fsf@ossau.uklinux.net> References: <1276210496-6477-1-git-send-email-neil@ossau.uklinux.net> <87vd9p5p07.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277761742 24371 80.91.229.12 (28 Jun 2010 21:49:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 21:49:02 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 28 23:48:59 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OTMCI-0002pS-GU for guile-devel@m.gmane.org; Mon, 28 Jun 2010 23:48:59 +0200 Original-Received: from localhost ([127.0.0.1]:48009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTMCH-0004yq-UJ for guile-devel@m.gmane.org; Mon, 28 Jun 2010 17:48:57 -0400 Original-Received: from [140.186.70.92] (port=38665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTMC9-0004yi-A6 for guile-devel@gnu.org; Mon, 28 Jun 2010 17:48:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTMC7-0006NE-Pq for guile-devel@gnu.org; Mon, 28 Jun 2010 17:48:49 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:39835) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTMC7-0006JB-Iu for guile-devel@gnu.org; Mon, 28 Jun 2010 17:48:47 -0400 Original-Received: from arudy (unknown [78.149.160.158]) by mail3.uklinux.net (Postfix) with ESMTP id 888381F6A6B; Mon, 28 Jun 2010 22:48:09 +0100 (BST) Original-Received: from arudy (unknown [192.168.11.8]) by arudy (Postfix) with ESMTP id 9D46138026; Mon, 28 Jun 2010 22:48:08 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Mon, 14 Jun 2010 23:27:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10584 Archived-At: Andy Wingo writes: > Heya Neil, Hi again! Apologies for the long hiatus... my home network imploded for a while. > It was an interesting analysis, though I admit I didn't follow all of > it. The SIGPIPE didn't hit the subprocess because bash was doing > something strange? Yes, I think so. My interpretation of that email trail is that bash v3 doesn't let SIGPIPE get to its builtins, such as echo. > How did your new test work out? It worked. However, when I try to build Guile again now, to double check, I get: cat alist.doc arbiters.doc array-handle.doc array-map.doc arrays.doc async.= doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc cont= rol.doc continuations.doc debug.doc deprecated.doc deprecation.doc discoura= ged.doc dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc expand.d= oc extensions.doc feature.doc fluids.doc foreign.doc fports.doc gc-malloc.d= oc gc.doc gettext.doc generalized-arrays.doc generalized-vectors.doc goops.= doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.do= c ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.d= oc modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc prin= t.doc procprop.doc procs.doc promises.doc properties.doc r6rs-ports.doc ran= dom.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.d= oc smob.doc sort.doc srcprop.doc srfi-13.doc srfi-14.doc srfi-4.doc stackch= k.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc= symbols.doc threads.doc throw.doc trees.doc uniform.doc values.doc variabl= e.doc vectors.doc version.doc vports.doc weaks.doc dynl.doc filesys.doc pos= ix.doc net_db.doc socket.doc regex-posix.doc | GUILE_AUTO_COMPILE=3D0 ../me= ta/uninstalled-env guile-tools snarf-check-and-output-texi > guile= -procedures.texi || { rm guile-procedures.texi; false; } `scm_trampoline_1' is deprecated. Just use `scm_call_1' instead. guile: uncaught throw to wrong-type-arg: (vm-debug-engine Wrong type to app= ly: ~S (#) (#)) Cannot exit gracefully when init is in progress; aborting. cat: write error: Broken pipe /bin/sh: line 1: 9771 Done(1) cat alist.doc arbiters.doc a= rray-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.do= c bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc de= bug.doc deprecated.doc deprecation.doc discouraged.doc dynl.doc dynwind.doc= eq.doc error.doc eval.doc evalext.doc expand.doc extensions.doc feature.do= c fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc genera= lized-arrays.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc = hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc lis= t.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc o= bjprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc= promises.doc properties.doc r6rs-ports.doc random.doc rdelim.doc read.doc = root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop= .doc srfi-13.doc srfi-14.doc srfi-4.doc stackchk.doc stacks.doc stime.doc s= trings.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc thr= ow.doc trees.doc uniform.doc values.doc variable.doc vectors.doc version.do= c vports.doc weaks.doc dynl.doc filesys.doc posix.doc net_db.doc socket.doc= regex-posix.doc 9772 Aborted | GUILE_AUTO_COMPILE=3D0 ../meta/uninsta= lled-env guile-tools snarf-check-and-output-texi > guile-procedures.texi Is that a known problem? Has the correct build incantation perhaps changed (from './autogen.sh && ./configure && make && make check') ? If I then go to a shell: neil@arudy:~/SW/Guile/master$ GUILE_AUTO_COMPILE=3D0 ./meta/uninstalled-env= guile -c '(+ 3 3)' `scm_trampoline_1' is deprecated. Just use `scm_call_1' instead. guile: uncaught throw to wrong-type-arg: (vm-debug-engine Wrong type to app= ly: ~S (#) (#)) Cannot exit gracefully when init is in progress; aborting. Aborted So it's nothing specifically to do with 'guile-tools snarf-check-and-output-texi'. Also, in the autogen.sh step, in case it's relevant, I get some warnings: am/snarf:5: AM_V_SNARF_$(V: non-POSIX variable name guile-readline/Makefile.am:22: `am/snarf' included from here am/snarf:6: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX variable name guile-readline/Makefile.am:22: `am/snarf' included from here am/snarf:5: AM_V_SNARF_$(V: non-POSIX variable name libguile/Makefile.am:22: `am/snarf' included from here am/snarf:6: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX variable name libguile/Makefile.am:22: `am/snarf' included from here libguile/Makefile.am:664: AM_V_FILTER_$(V: non-POSIX variable name libguile/Makefile.am:665: AM_V_FILTER_$(AM_DEFAULT_VERBOSITY: non-POSIX var= iable name am/guilec:33: AM_V_GUILEC_$(V: non-POSIX variable name module/Makefile.am:22: `am/guilec' included from here am/guilec:34: AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY: non-POSIX variable name module/Makefile.am:22: `am/guilec' included from here am/snarf:5: AM_V_SNARF_$(V: non-POSIX variable name srfi/Makefile.am:22: `am/snarf' included from here am/snarf:6: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX variable name srfi/Makefile.am:22: `am/snarf' included from here am/snarf:5: AM_V_SNARF_$(V: non-POSIX variable name test-suite/standalone/Makefile.am:22: `am/snarf' included from here am/snarf:6: AM_V_SNARF_$(AM_DEFAULT_VERBOSITY: non-POSIX variable name test-suite/standalone/Makefile.am:22: `am/snarf' included from here Does that just mean I need to upgrade autotools? Regards, Neil