Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463282 - autotools.eclass: autoreconf, Failed Running gtkdocize if GTK_DOC_CHECK macros is optional
Summary: autotools.eclass: autoreconf, Failed Running gtkdocize if GTK_DOC_CHECK macro...
Status: RESOLVED DUPLICATE of bug 459978
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 21:54 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2014-11-15 07:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gtkdocize.out (gtkdocize.out,177 bytes, text/plain)
2013-03-25 21:57 UTC, Andreis Vinogradovs ( slepnoga )
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreis Vinogradovs ( slepnoga ) 2013-03-25 21:54:19 UTC
Code from https://developer.gnome.org/gtk-doc-manual/unstable/settingup_autoconf.html.en


Example 2-3 Keep gtk-doc optional
# check for gtk-doc
m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])


If autconf.ac contain this code, autotools-utils_src_prepare run fail's with
error : Failed Running gtkdocize !

If GTK_DOC_CHECK not optional, eclass work properly.

Please fiz this bug and prowide way to running gtkdocize optional
Comment 1 Andreis Vinogradovs ( slepnoga ) 2013-03-25 21:57:39 UTC
Created attachment 343270 [details]
gtkdocize.out

I'm run eautoreconf/autotools-utils_src_prepare on libguestfs sources from 
https://github.com/libguestfs/libguestfs/blob/master

Prblem code URL: https://github.com/libguestfs/libguestfs/blob/master/configure.ac#L1483

Upstream bootstrap script work OK
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-26 07:45:43 UTC
The call is done by eautoreconf.
Comment 3 SpanKY gentoo-dev 2014-11-15 07:13:05 UTC

*** This bug has been marked as a duplicate of bug 459978 ***