Bug 46007 - make distcheck fails on doc generation
Summary: make distcheck fails on doc generation
Status: CLOSED FIXED
Alias: None
Product: Ytstenut
Classification: Unclassified
Component: ytstenut-glib (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Robert Staudinger
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 11:29 UTC by Alvaro Soliverez
Modified: 2012-02-13 12:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alvaro Soliverez 2012-02-13 11:29:18 UTC
This is the error

  DOC   Fixing cross-references
html/ytstenut-yts-version.html:60: warning: no link for: 'TRUE:CAPS' -> (<code class="literal">TRUE</code>).
b=`tput bold` && \
	n=`tput sgr0` && \
	for f in ytstenut-internal.h yts-adapter-factory.h yts-client-internal.h yts-client-status.h yts-contact-impl.h yts-contact-internal.h yts-error.h yts-error-message.h yts-event-message.h yts-factory.h yts-incoming-file-internal.h yts-invocation-message.h yts-marshal.h yts-message.h yts-metadata.h yts-metadata-internal.h yts-outgoing-file-internal.h yts-profile-adapter.h yts-profile.h yts-profile-impl.h yts-profile-proxy.h yts-proxy-factory.h yts-proxy-internal.h yts-proxy-service-impl.h yts-proxy-service-internal.h yts-response-message.h yts-roster-impl.h yts-roster-internal.h yts-service-adapter.h yts-service-emitter.h yts-service-factory.h yts-service-impl.h yts-service-internal.h yts-xml.h yts-vp-playable-proxy.h yts-vp-player-adapter.h yts-vp-player-proxy.h yts-vp-transcript-adapter.h yts-vp-transcript-proxy.h ; do \
		if [ "`find ../../../ytstenut -name ${f}`" = "" ]; then \
			echo "${b}Error:  ${f} is ignored but not found anyway.${n}"; \
			exit 1; \
		fi \
	done
[1mError:  ytstenut-internal.h is ignored but not found anyway.[0;10m
make[5]: *** [check-ignores.stamp] Error 1
make[5]: Leaving directory `/var/lib/buildbot/telepathy/yts-glib-default-i386/build/ytstenut-0.4.0/_build/docs/reference/ytstenut'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/lib/buildbot/telepathy/yts-glib-default-i386/build/ytstenut-0.4.0/_build/docs/reference'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/lib/buildbot/telepathy/yts-glib-default-i386/build/ytstenut-0.4.0/_build/docs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/lib/buildbot/telepathy/yts-glib-default-i386/build/ytstenut-0.4.0/_build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/lib/buildbot/telepathy/yts-glib-default-i386/build/ytstenut-0.4.0/_build'
make: *** [distcheck] Error 1
program finished with exit code 2

For more details, see here: http://buildbot.telepathy.im:8010/builders/ytstenut-glib%20-%20i386/builds/37/steps/Tests/logs/stdio
Comment 1 Robert Staudinger 2012-02-13 12:16:09 UTC
commit d63ae627ff68cd2a7320594879fab1b5e4bd674e
Author: Rob Staudinger <robsta@linux.intel.com>
Date:   Mon Feb 13 21:14:33 2012 +0100

    docs: Fix theck for ignored files
    
    The check for ignored header files would break in a distcheck /
    out-of-tree build setting.
    
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=46007
Comment 2 Alvaro Soliverez 2012-02-13 12:32:03 UTC
The fix worked ok. Thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.