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 684018 - gstreamer1-0.11.94 fails to build due to documentation error
gstreamer1-0.11.94 fails to build due to documentation error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.11.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-14 12:28 UTC by Brian Pepple
Modified: 2012-09-14 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build log with numerous warnings (67.60 KB, text/x-log)
2012-09-14 12:28 UTC, Brian Pepple
Details

Description Brian Pepple 2012-09-14 12:28:15 UTC
Created attachment 224310 [details]
Build log with numerous warnings

Building the latest gstreamer for Fedora, and having the build fail due to the following doc error:

./gstreamer-plugins-unused.txt:1: warning: 27 unused declarations.They should be added to gstreamer-plugins-sections.txt in the appropriate place.
  DOC   Building XML
../../plugins/elements/gstdataqueue.c:29: warning: Section gstdataqueue is not defined in the gstreamer-plugins-section.txt file.
./gstreamer-plugins-unused.txt:1: warning: 27 unused declarations.They should be added to gstreamer-plugins-sections.txt in the appropriate place.
  DOC   Building HTML
warning: failed to load external entity "xml/plugin-coreindexers.xml"
gstreamer-plugins-docs.sgml:42: element include: XInclude error : could not load xml/plugin-coreindexers.xml, and no fallback was found
make[4]: *** [html-build.stamp] Error 6

I'll attach the build log also, since there are also quite a few warnings also. If I have any free time today, I'll see if I can create a patch to fix this.
Comment 1 Tim-Philipp Müller 2012-09-14 13:06:31 UTC
That stuff shouldn't fail the build, no idea why it fails for you (doesn't make it fail for me here, on debian sid).

I'll fix it (remove a line in -docs.sgml)
Comment 2 Tim-Philipp Müller 2012-09-14 13:07:59 UTC
Also, I'm sure this issue was present in previous 0.11.9x as well?
Comment 3 Tim-Philipp Müller 2012-09-14 13:09:28 UTC
Hoping this fixes it, if not please re-open:


commit 6d1e26fee6af04dcc12169bcd48a38255c19b2fe
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Fri Sep 14 14:08:18 2012 +0100

    docs: indexers are no more
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684018
Comment 4 Brian Pepple 2012-09-14 13:11:41 UTC
(In reply to comment #2)
> Also, I'm sure this issue was present in previous 0.11.9x as well?

Hmmm, weird that I didn't run into this with the previous release. For now, I've disabled building the docs in Fedora until I get a chance to look at this a bit closer.