After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 521784 - gtkdoc-check does not work for out of source builds
gtkdoc-check does not work for out of source builds
Status: RESOLVED DUPLICATE of bug 485806
Product: gtk-doc
Classification: Platform
Component: general
1.9
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-11 15:04 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2008-03-20 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2008-03-11 15:04:25 UTC
gtkdoc still does the hack that makes srcdir writable. This causes gtkdoc-check to fails as it does not find the files.

First we should probably just exit, if the files are not found and not fail.
We could also grep the Makefile for the $srcdir, as we are doing this already anyway.
Comment 1 Mart Raudsepp 2008-03-19 22:40:41 UTC
Isn't this also covered in bug 485806? (dup?)
Is this what makes "make check" fail in 1.10?
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-03-20 12:50:34 UTC

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