Paul Bibilo <peb(a)delcam.com> writes in xemacs-beta(a)xemacs.org:
I CVS updated everything, removed all my .elc's, and rebuilt
everything with a non-mule XEmacs.
I had problems building the following package files.
Compiling
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/comm/mew/mew/mew-lang-jp.el...
While compiling toplevel forms in file
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/comm/mew/mew/mew-lang-jp.el:
!! Invalid read syntax (("#"))
Done
There be Japanese in that file.
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/i62-r4k/src/xemacs -batch
-vanilla \
-eval "(insert-file-contents \"mew/info/mew.texi\")" \
-l ./hack-mew-jis.texi.el \
-l texinfmt -f texinfo-format-buffer \
-eval '(setq file-coding-system (quote iso-2022-7))' \
-eval '(save-buffer 0)'
Formatting Info file...
Formatting Info file: mew.jis.info
Converting *scratch* to Info format...
Removing trailing whitespace from Info buffer...
Formatting: Mew $B%^%K%e%"%k ...
@b$7$ is not handled by texinfo
xemacs exiting.
make[2]: *** [mew.jis.info] Error 255
make[2]: Leaving directory
`/tmp_mnt/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/comm/mew'
There be Japanese in that file. These should be fixed today.
make[2]: Entering directory
`/tmp_mnt/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/prog/ediff'
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/i62-r4k/src/xemacs -no-autoloads -batch -l
../../package-compile.el -- pcl-cvs dired xemacs-base -- ediff-diff.el
...
While compiling toplevel forms in file
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/prog/ediff/ediff-diff.el:
!! File error (("Cannot open load file" "cookie"))
Done
The pcl-cvs dependency needs to be replaced with a dependency on elib.
...
While compiling toplevel forms in file
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/prog/ediff/ediff-merg.el:
!! File error (("Cannot open load file" "cookie"))
Done
Same problem.
...
While compiling toplevel forms in file
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/prog/ediff/ediff-mult.el:
!! File error (("Cannot open load file" "cookie"))
Done
Same problem.
...
While compiling toplevel forms in file
/devdisk/d54man/gnu/xemacs-beta/xemacs-21/xemacs-packages/prog/ediff/ediff-ptch.el:
!! File error (("Cannot open load file" "cookie"))
Done
Same problem.
...
This should be fixed shortly.
I expect the mew problem is becuase I don't have a mule-aware
xemacs,
Yup.
but I thought we were supposed to be able to build this stuff anyway
now, or at least not have it try if it can't.
Yup. Mule stuffs are supposed to be ignored and are for the most
part. Mew packaging is new.
I'm not sure about the second problem though. If I do a (load
"cookie") in a running xemacs it comes back t, but is having problems
building the ediff package. Ideas ?
cookie.el and the rest of elib got moved out of pcl-cvs and put in its
own package. The dependencies of ediff were not updated. They are
now.
I'm not making new package kits because these are build fixes. They
have been committed to CVS. Please do a cvs update in comm/mew and
prog/ediff and things should work a bit better.