On 3/6/06, Ville Skyttä <scop(a)xemacs.org> wrote:
COMMIT
On Mon, 2006-03-06 at 13:01 +0100, Norbert Koch wrote:
> * Ville Skyttä <scop(a)xemacs.org>:
>
> Hi Ville,
>
> > 2006-03-03 Ville Skyttä <scop(a)xemacs.org>
> >
> > * Sync with upstream 2.3.3.
>
> I get the following build error (same in SmokeTest):
>
> JDEE plugin Lisp file jde-CVS.el missing
Aargh, sorry. That's in the
last-minute-stuff-that-cant-break-anything-so-I'll-skip-testing
category.
> Do you have that file around?
No; the issue is that this version of JDE tries to load jde-$foo.el for
every $foo directory that exists in the plugins dir, and the "CVS"
directory in a CVS checkout breaks stuff. The attached (committed)
patch works around it. Prettier ways to fix this probably exist, but I
think this is good enough for now.
I'm observing the following error in 'make bindist':
cp -af /usr/local/build/xemacs-packages-2006-03-06/xemacs-packages/jde/plugins/README.txt
/home/vshelton/tmp/staging/etc/jde/plugins
cp: cannot stat
`/usr/local/build/xemacs-packages-2006-03-06/xemacs-packages/jde/plugins/README.txt':
No such file or directory
make: *** [binkit-1] Error 1
creating an empty jde/plugins/README.txt allows the build to continue.
- Vin