Steve Youngs <youngs(a)xemacs.org> writes:
|--==> "NK" == Norbert Koch <viteno(a)xemacs.org>
writes:
NK> QUERY
NK> Vin Shelton <acs(a)xemacs.org> writes:
>>I cannot build gnus without this patch - I get an error compiling
>>gnus-sieve.el.
NK> [...]
NK> I can't reproduce this here, but this might be due to lack of correct
NK> handling:-) I've done a make distclean in both sasl and gnus and a
NK> make all in gnus afterwards. Here's the output about gnus-sieve.el:
[...]
NK> Steve Y, can you comment on that?
I can't reproduce it either (in Mule or non-Mule builds).
I'm going to do some complete packages builds with Mule and non-Mule
21.[145] to see what crops up. I want to see if I can't get green
builds across the board on the smoketest page.
Norbert, this is going to take me all day and I can't think of any
reason why the current batch of Pre-Release packages can't be released
to the public. So if you're itching to release, go for it. :-)
Here are the steps necessary to reproduce the problem:
1. Take a clean source tree.
2. cp Local.rules.template Local.rules
3. Set BUILD_WITHOUT_MULE = t
4. make autoloads
5. cd xemacs-packages/gnus; make
Step #5 will result in the following error:
While compiling toplevel forms in file
/opt/build/xemacs-packages-2003-05-17/xemacs-packages/gnus/lisp/gnus-sieve.el:
!! File error (("Cannot open load file" "sasl"))
Adding sasl to the requires line removes this problem and allows the
build to complete.
HTH,
Vin