Re: New WML upstream release uploaded to Unstable (was: Intent to upload new WML version to unstable for buster)
Wouter Verhelst <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Organization | The Debian Project, http://www.debian.org/ |
| Message-ID | <[email protected]> |
Hi Axel, On Tue, Jan 01, 2019 at 03:36:25AM +0100, Axel Beckert wrote: > Hi, > > Axel Beckert wrote: > > I recently uploaded 2.10.1 to experimental which seems to work > > identical to 2.0.12. I just had to include a few patches for making > > wmk and some corner cases work properly again. And with them works > > well on my own projects as well as with webwml (tried English, German > > and Japanese). > > In the meanwhile I ran "make install" on the whole webwml directory > with wml 2.12.0 and it did run through without aborting. I checked a > few pages as samples and they all looked fine. > > There though were a bunch of ignored errors (attached) like these: > > make[4]: *** No rule to make target '../../../../english/international/l10n/data/unstable', needed by '../../../../english/international/l10n/date.gen'. Stop. > make[3]: [../../../Makefile.common:84: po-install] Error 2 (ignored) > > grep: ../../../../english/international/l10n/data/langs: No such file or directory > > They though didn't look wml-related to me. This can be avoided; I spent some time a while back making it possible to have the website build fail, even if you didn't run the cronjobs etc. To do so, run: make STRICT_ERROR_CHECKS=1 USE_SAMPLE_FILES=1 install (it will then fail if you didn't install some of the tools required by the website build, however, so you might want to prepare for that)