From: Bruno H. <br...@cl...> - 2018-01-22 22:48:46
|
Hi Sam, > 1. mark tip as bad: ... Thanks a lot for the recipe! > 4. get this after 6 iterations: > > The first bad revision is: > changeset: 16442:a3806e5f96d1 > user: Bruno Haible <br...@cl...> > date: Mon Jan 15 00:24:23 2018 +0100 > summary: Enable most optimizations on Mac OS X/x86_64. Oh really?! It looked like, from looking at the build-*/cbcstep3.log files, that these optimizations are safe. > Lesson learned: one cannot be really sure about an optimization without > testing modules too. Ack. > I will enable the modules tests in configure. Please enable only base-mod-check for the moment. Reason: Distros will usually enable some more modules than the 4 BASE_MODULES. But the other modules after often not up-to-date, and I wouldn't want that the packagers of clisp think that clisp by itself does not pass its testsuite. Or if you really want to enable full-mod-check, please do so in a different step (cbcstep5.log), so that's easy to distinguish these test failures from those in clisp proper. Bruno |