From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10824 Path: main.gmane.org!not-for-mail From: Matt Simmons Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.4.47 is released Date: 27 Apr 1997 12:57:54 -0500 Message-ID: References: Reply-To: simmonmt@acm.org NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150631 26652 80.91.224.250 (20 Oct 2002 21:50:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:50:31 +0000 (UTC) Cc: ding-patches@gnus.org Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id LAA31059 for ; Sun, 27 Apr 1997 11:04:36 -0700 Original-Received: from arthur.cs.purdue.edu (0@arthur.cs.purdue.edu [128.10.2.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 27 Apr 1997 19:58:06 +0200 Original-Received: from borg14.cs.purdue.edu (1485@borg14.cs.purdue.edu [128.10.12.114]) by arthur.cs.purdue.edu (8.8.4/PURDUE_CS-1.4) with ESMTP id MAA28395; Sun, 27 Apr 1997 12:57:57 -0500 (EST) Original-Received: (from simmonmt@localhost) by borg14.cs.purdue.edu (8.8.4/PURDUE_CS-1.4) id MAA11359; Sun, 27 Apr 1997 12:57:55 -0500 (EST) Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 27 Apr 1997 12:37:34 +0200 Original-Lines: 13 X-Mailer: Gnus v5.4.45/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:10824 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10824 Am I the only one who had 5.4.47 blow up on make? On anything past earcon (inclusive), it complains that it can't find various gnus-* files (earcon complains about gnus-ems). A truss reveals that XEmacs is finding the .el files, but when it tries to open them, it gets an EMFILE. I next tried upping the maximum file descriptors to 128, and got the same behavior. At 1024, XEmacs bails out, complaining that the nesting level is too deep. On a side note, when I try to access nndoc groups (with any command), I get "Wrong type argument: listp, all". Has anybody else seen this before? Thanks