I applied this patch, and it helped - kind of... but getting the
package index still fails, with the following messages:
----------------------------- cut here -----------------------------
Opening FTP connection to ftp.xemacs.org...
Logging in as user anonymous...
Logging in as user anonymous...done
CWD'ing to /anonymous@ftp.xemacs.org:/pub/xemacs/packages/...
CWD'ing to /anonymous@ftp.xemacs.org:/pub/xemacs/packages/...done
Listing /anonymous@ftp.xemacs.org:/pub/xemacs/packages/...
Listing /anonymous@ftp.xemacs.org:/pub/xemacs/packages/...done
Opening input file: No such file or directory,
/anonymous@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST.pgp
----------------------------- cut here -----------------------------
(And this also happens with --vanilla.) I'm stumped... any ideas? One
thing that's changed is, I moved from nt4 to w2k - but how could this
be related I don't know.
Adrian Aichner <aichner(a)ecf.teradyne.com> wrote:
To whom it may concern:
<snip>
xemacs-packages/libs/efs/ChangeLog:
2000-07-11 Adrian Aichner <aichner(a)ecf.teradyne.com>
* efs.el (efs-get-file-entry): Perform `efs-get-files' for dir,
not path, which could be a file.
xemacs-packages patch:
cd d:\tmp\xemacs-packages\
cvs diff libs/efs
Compilation started at Tue Jul 11 12:15:49 2000 +0200 (W. Europe Daylight Time)
? libs/efs/bindist.err
? libs/efs/distclean.err
? libs/efs/make.exe.stackdump
cvs server: Diffing libs/efs
Index: libs/efs/efs.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/libs/efs/efs.el,v
retrieving revision 1.9
diff -u -r1.9 efs.el
--- efs.el 2000/05/19 16:00:54 1.9
+++ efs.el 2000/07/11 10:17:48
@@ -6351,7 +6351,7 @@
(or (and efs-allow-child-lookup
(efs-allow-child-lookup host-type
host user r-dir file)
- (setq ent (efs-get-files path t))
+ (setq ent (efs-get-files dir t))
(efs-get-hash-entry "." ent))
;; i.e. it's a directory by child lookup
(efs-get-hash-entry
<snip>
--
Cheers,
-Dima.