help-libtasn1
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtasn1 build-error with gtk-doc-tools 1.26 (gtkdoc-mktmpl is no lo


From: Andreas Metzler
Subject: Re: libtasn1 build-error with gtk-doc-tools 1.26 (gtkdoc-mktmpl is no longer available)
Date: Sun, 24 Sep 2017 18:19:52 +0200
User-agent: NeoMutt/20170609 (1.8.3)

On 2017-09-24 Andreas Metzler <address@hidden> wrote:
> Hello,

> libtasn1 4.12 FTBFS against gtk-doc-tools 1.26.
> ...
> Making all in reference
> make[5]: Entering directory '/build/1st/libtasn1-6-4.12/doc/reference'
>   DOC   Scanning header files
>   DOC   Rebuilding template files
> /bin/bash: gtkdoc-mktmpl: command not found
> Makefile:1240: recipe for target 'tmpl-build.stamp' failed
> make[5]: *** [tmpl-build.stamp] Error 127

> Find attached a patch against git HEAD to fix this. If you are not happy
> with the requirement for gtk-doc-tools 1.25 I can repost without the
> version.xml removal.

Hello,

Just remembered that there is some ugliness. This differs from the
gtk-doc example:

+gtkdoc-check.test: Makefile
+       $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
+               echo "$(GTKDOC_CHECK_PATH) || echo ERROR: gtk-check-failed" >> 
$@; \

The upstream example really fails:

+gtkdoc-check.test: Makefile
+       $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
+               echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \

I hadn't got the time knowledge to fix the errors.
cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]