From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12401 Path: main.gmane.org!not-for-mail From: Sean Doran Newsgroups: gmane.emacs.gnus.general Subject: make of qgnus-0.11 hangs formatting info files Date: 29 Sep 1997 19:14:02 +0200 Message-ID: <52hgb4jb51.fsf@sean.ebone.net> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151944 3618 80.91.224.250 (20 Oct 2002 22:12:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:12:24 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id LAA19444 for ; Mon, 29 Sep 1997 11:18:59 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id NAA06153 for ; Mon, 29 Sep 1997 13:12:20 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 29 Sep 1997 19:14:22 +0200 Original-Received: (qmail 11863 invoked by uid 504); 29 Sep 1997 17:14:21 -0000 Original-Received: (qmail 11860 invoked from network); 29 Sep 1997 17:14:21 -0000 Original-Received: from sean.ebone.net (130.228.11.231) by claymore.vcinet.com with SMTP; 29 Sep 1997 17:14:17 -0000 Original-Received: (from smd@localhost) by sean.ebone.net (8.8.6/8.8.5) id TAA07747; Mon, 29 Sep 1997 19:14:03 +0200 (CEST) Original-To: ding@gnus.org Original-Lines: 35 X-Mailer: Gnus v5.4.64/Emacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:12401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12401 Hi - Is it just me, or do other people see a hang when doing "make" on the qgnus-0.11 source tree? I get as far as: Formatting: The Server Buffer ... Formatting: Server Buffer Format ... Formatting: Server Commands ... Formatting: Example Methods ... Formatting: Creating a Virtual Server ... Formatting: Server Variables ... and then the emacs child of make eats enormous amounts of CPU until SIGINTed. : sean.ebone.net ; emacs -batch -eval '(print (emacs-version))' "GNU Emacs 20.2.2 (i386-unknown-netbsd1.2G, X toolkit) of Mon Sep 29 1997 on sean.ebone.net" : sean.ebone.net ; uname -a NetBSD sean.ebone.net 1.2G NetBSD 1.2G (EBONE) #0: Thu Sep 18 04:51:49 PDT 1997 root@:/usr/src/sys/arch/i386/compile/EBONE i386 I haven't checked on other platforms, so it could be platform or compiler-flag dependent lossage. (Files retrieved off prep, latest mbsk retreived from www.naggum.no, ./configure as normal, then make 'CFLAGS=-g -O3') I guess I could always SIGQUIT and look at the emacs core file if this unique to me. Sean.