Am 15.04.2020 um 17:38 schrieb Marco Atzeri:
Am 15.04.2020 um 14:59 schrieb Jon Turney:
On 14/04/2020 16:23, Marco Atzeri via Cygwin-apps wrote:
Am 10.04.2020 um 16:47 schrieb Jon Turney:

This package contains OpenGL manpages from https://github.com/KhronosGroup/OpenGL-Refpages

These are packaged in Fedora (gl-manpages), debian (khronos-opengl-man4), etc.

cygport file:

https://github.com/jon-turney/gl-manpages-cygport/blob/master/gl-manpages.cygport

package files:

http://www.dronecode.org.uk/cygwin/noarch/release/gl-manpages/

I have problem building it.
I do not see any package that cover the build requirements
of docbook-mathml

My mistake, I have packaging for docbook-mathml I need to propose as well.


It seems there is a version mismatch:

$ cygcheck -l w3-dtd-mathml |grep dtd$
/usr/share/xml/schema/w3c/mathml/dtd/mathml2/mathml2.dtd
/usr/share/xml/schema/w3c/mathml/dtd/mathml2/xhtml-math11-f.dtd


just discovered that docbook-mathml needs w3-dtd-mathml
otherwise:

$ cygport gl-manpages.cygport compile
Compiling gl-manpages-20200103gita6e07ba-1.noarch
I/O error : Attempt to load network entity http://www.w3.org/TR/MathML2/dtd/mathml2.dtd file:///usr/share/sgml/docbook/mathml/1.1CR1/dbmathml.dtd:79: warning: failed to load external entity "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd";

With both I see only this warning for the compile step:

Note: Writing glBlendColor.3G
Element div in namespace '' encountered in td, but no template matches.
...
Element div in namespace '' encountered in td, but no template matches.
Note: Writing glBlendEquation.3G
Element div in namespace '' encountered in td, but no template matches.
...
Note: Writing glTexImage3D.3G
Element div in namespace '' encountered in td, but no template matches.


but packages stop here:

$ cygport gl-manpages.cygport install
>>> Installing gl-manpages-20200103gita6e07ba-1.noarch
*** ERROR: unknown man section

Are you using an unreleased cygport ?

   doman *.3G


Regards
Marco

Reply via email to