From gnb@itga.com.au  Mon Jan 10 23:49:17 2005
Return-Path: <gnb@itga.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1743816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jan 2005 23:49:17 +0000 (GMT)
Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DE91B43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jan 2005 23:49:15 +0000 (GMT)
	(envelope-from gnb@itga.com.au)
Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20])
	by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id j0ANnEL6036624
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jan 2005 10:49:14 +1100 (EST)
	(envelope-from gnb@itga.com.au)
Received: from hellcat.itga.com.au (hellcat.itga.com.au [10.132.2.163])
	by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA06272;
	Tue, 11 Jan 2005 10:49:13 +1100 (EST)
Received: from hellcat.itga.com.au (localhost [127.0.0.1])
	by hellcat.itga.com.au (8.13.1/8.13.1) with ESMTP id j0ANnDpu075084
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jan 2005 10:49:13 +1100 (EST)
	(envelope-from gnb@hellcat.itga.com.au)
Received: (from gnb@localhost)
	by hellcat.itga.com.au (8.13.1/8.13.1/Submit) id j0ANnDeX075083;
	Tue, 11 Jan 2005 10:49:13 +1100 (EST)
	(envelope-from gnb)
Message-Id: <200501102349.j0ANnDeX075083@hellcat.itga.com.au>
Date: Tue, 11 Jan 2005 10:49:13 +1100 (EST)
From: Gregory Bond <gnb@itga.com.au>
Reply-To: Gregory Bond <gnb@itga.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: GNUs will not start
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76076
>Category:       ports
>Synopsis:       editors/xemacs-packages: GNUs will not start
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 23:50:31 GMT 2005
>Closed-Date:    Sat Jan 29 17:26:25 GMT 2005
>Last-Modified:  Sat Jan 29 17:26:25 GMT 2005
>Originator:     Gregory Bond
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
ITG Australia Limited
>Environment:
System: FreeBSD hellcat.itga.com.au 4.10-STABLE FreeBSD 4.10-STABLE #28: Mon Nov 22 18:36:36 EST 2004 toor@grollo.itga.com.au:/usr/obj/usr/src/sys/HELLCAT i386


>Description:
With the latest xemacs-packages, GNUs (1.80) will not start.  It
complains about "autoload did not define gnus-agent-save-groups".)
This looks like a GNUs bug with a half-implemented function rename
(gnus-agent-save-groups -> gnus-agent-save-active), but I can't work out how
the versions in cvsweb on gnus.org relates to the release (1.80) package......

It doesn't always happen for all users.....  haven't worked out why, I'm
not really an elisp hacker.

(As an aside: bsd.sites.mk has
	MASTER_SITE_XEMACS+= \
			[...]
			ftp://ftp.usyd.edu.au/pub/xemacs/%SUBDIR%/
but this machine has no xemacs mirror.)

>How-To-Repeat:
	xemacs -f gnus
>Fix:

--- gdiffs begins here ---
--- gnus.el.DIST	Tue Jan 11 10:08:56 2005
+++ gnus.el	Tue Jan 11 10:09:12 2005
@@ -2713,7 +2713,7 @@
       gnus-async-prefetch-article gnus-async-prefetch-remove-group
       gnus-async-halt-prefetch)
      ("gnus-agent" gnus-open-agent gnus-agent-get-function
-      gnus-agent-save-groups gnus-agent-save-active gnus-agent-method-p
+      gnus-agent-save-active gnus-agent-method-p
       gnus-agent-get-undownloaded-list gnus-agent-fetch-session
       gnus-summary-set-agent-mark gnus-agent-save-group-info
       gnus-agent-request-article gnus-agent-retrieve-headers)
--- gnus-start.el.DIST	Tue Jan 11 10:08:50 2005
+++ gnus-start.el	Tue Jan 11 10:09:30 2005
@@ -2125,7 +2125,7 @@
 	     (gnus-online method)
 	     (gnus-agent-method-p method))
 	(progn
-	  (gnus-agent-save-groups method)
+	  (gnus-agent-save-active method)
 	  (gnus-active-to-gnus-format method hashtb nil real-active))
 
       (goto-char (point-min))
--- gdiffs ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Mon Jan 24 15:32:14 GMT 2005 
State-Changed-Why:  
Forwarded to xemacs-packages maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76076 

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, gnb@itga.com.au,
	anrays@gmail.com
Cc:  
Subject: Re: ports/76076: GNUs will not start
Date: Mon, 24 Jan 2005 16:31:50 +0100

 This looks like a xemacs-packages issue. Forward to maintainer.
 [I took care of the ftp-site mentionened in the PR]
 
 Cheers,
    Volker

From: Andrey Slusar <anrays@gmail.com>
To: "Volker Stolz" <vs@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org, gnb@itga.com.au,
	anrays@gmail.com
Subject: Re: ports/76076: GNUs will not start
Date: Tue, 25 Jan 2005 07:22:30 +0200

 Mon, 24 Jan 2005 16:31:50 +0100, Volker Stolz wrote:
 
 > This looks like a xemacs-packages issue. Forward to maintainer.
 > [I took care of the ftp-site mentionened in the PR]
 
   I am reported this bug to gnus xemacs-package maintainer. New fixed
 stable package of gnus released very shortly and i am updated
 xemacs-packages port.
 
 -- 
 Regards,
 Andrey.
State-Changed-From-To: feedback->analyzed 
State-Changed-By: vs 
State-Changed-When: Thu Jan 27 10:11:57 GMT 2005 
State-Changed-Why:  
xemacs-packages maintainer is working on a fix, tweak Synopsis for better classification. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76076 
State-Changed-From-To: analyzed->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jan 29 17:25:59 GMT 2005 
State-Changed-Why:  
Fix submitted by maintainer at ports/76819 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76076 
>Unformatted:
