ports/76076: GNUs will not start
Gregory Bond
gnb at itga.com.au
Mon Jan 10 23:50:32 UTC 2005
>Number: 76076
>Category: ports
>Synopsis: GNUs will not start
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 10 23:50:31 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list