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 584952 - " uninitialized value in concatenation" gtkdoc-mkdb line 938
" uninitialized value in concatenation" gtkdoc-mkdb line 938
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.11
Other Mac OS
: Normal normal
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-05 19:29 UTC by Daniel Macks
Modified: 2009-09-28 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2009-06-05 19:29:39 UTC
Building pango-1.24.2, I configure with --enable-gtk-doc. During 'make':

cd . && \
        gtkdoc-mkdb --module=pango --source-dir=../pango --output-format=xml --expand-content-files="" --main-sgml-file=pango-docs.sgml --sgml-mode --output-format=xml
100% symbol docs coverage (801 symbols documented, 0 symbols incomplete, 0 not documented)
See pango-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
Use of uninitialized value in concatenation (.) or string at /sw/bin/gtkdoc-mkdb line 938.
Use of uninitialized value in concatenation (.) or string at /sw/bin/gtkdoc-mkdb line 938.
Use of uninitialized value in concatenation (.) or string at /sw/bin/gtkdoc-mkdb line 938.
Use of uninitialized value in concatenation (.) or string at /sw/bin/gtkdoc-mkdb line 938.

I don't see it for other packages I've built recently, so I assume there's a mistake in pango-docs.sgml that is not being handled gracefully by gtk-doc. Would be nicer to emit a warning indicating that there's a problem in the source (not sure what kind of problem leads to this gtkdoc-mkdb situation) rather than a perl diagostic. I have gtk-doc-1.11 installed via fink.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-09-28 14:59:04 UTC
Could you try this with the git head version? imho this is already fixed there. Please reopen if you still see it.