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

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to