Cygwin 32 doc build failure

Ken Brown kbrown@cornell.edu
Thu Dec 23 19:39:47 GMT 2021


On 12/23/2021 12:35 PM, Brian Inglis wrote:
> Building cygwin 32 doc (with latest packages, git sources, after running 
> winsup/autogen.sh) get the following doc build failure (not on cygwin 64 - all 
> builds okay) - anyone seen this before and any clue where to look?
> 
> $ ../configure && make
> ...
> Making all in doc
> make[3]: Entering directory 
> '$HOME/src/cygwin/newlib-cygwin/build32/i686-pc-cygwin/winsup/doc'
> xmlto --skip-validation --with-dblatex pdf -o cygwin-ug-net/ -m 
> ../../../../winsup/doc/fo.xsl ../../../../winsup/doc/cygwin-ug-net.xml
> Traceback (most recent call last):
>    File "/usr/bin/dblatex", line 3, in <module>
>      from dbtexmf.dblatex import dblatex
> ModuleNotFoundError: No module named 'dbtexmf'

It looks like dblatex needs python3.8.  Does your 32-bit installation have 
python3 pointing to python3.8?

$ /usr/sbin/alternatives.exe --display python3
python3 - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.8 - priority 38
Current `best' version is /usr/bin/python3.8.

Ken


More information about the Cygwin mailing list