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 605113 - docs don't build
docs don't build
Status: RESOLVED DUPLICATE of bug 605211
Product: gtk-doc
Classification: Platform
Component: general
1.13
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-21 08:07 UTC by Götz Waschk
Modified: 2010-03-03 07:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Götz Waschk 2009-12-21 08:07:29 UTC
This is on Mandriva Cooker with atk 1.29.4 and gtk-doc 1.13. atk was configured with the --enable-gtk-doc option:

mkdir ./html
mkhtml_options=""; \
        gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
        if test "sgml.stamp atk-docs.sgml version.xml" = "0"; then \
          mkhtml_options=--path="."; \
        fi
cd ./html && gtkdoc-mkhtml   atk ../atk-docs.sgml
Computing chunks...
Writing AtkAction.html for refentry(AtkAction)
Writing AtkComponent.html for refentry(AtkComponent)
Writing AtkDocument.html for refentry(AtkDocument)
Writing AtkEditableText.html for refentry(AtkEditableText)
Writing AtkGObjectAccessible.html for refentry(AtkGObjectAccessible)
Writing AtkHyperlink.html for refentry(AtkHyperlink)
Writing atk-AtkHyperlinkImpl.html for refentry(atk-AtkHyperlinkImpl)
Writing AtkHypertext.html for refentry(AtkHypertext)
Writing AtkImage.html for refentry(AtkImage)
Writing AtkNoOpObject.html for refentry(AtkNoOpObject)
Writing AtkNoOpObjectFactory.html for refentry(AtkNoOpObjectFactory)
Writing AtkObject.html for refentry(AtkObject)
Writing AtkObjectFactory.html for refentry(AtkObjectFactory)
Writing AtkRegistry.html for refentry(AtkRegistry)
Writing AtkRelation.html for refentry(AtkRelation)
Writing AtkRelationSet.html for refentry(AtkRelationSet)
Writing AtkSelection.html for refentry(AtkSelection)
Writing atk-AtkState.html for refentry(atk-AtkState)
Writing AtkStateSet.html for refentry(AtkStateSet)
Writing AtkStreamableContent.html for refentry(AtkStreamableContent)
Writing AtkTable.html for refentry(AtkTable)
Writing AtkText.html for refentry(AtkText)
Writing AtkUtil.html for refentry(AtkUtil)
Writing AtkValue.html for refentry(AtkValue)
Writing atk.html for chapter(atk)
Writing ix01.html for index
Writing ix02.html for index
Writing ix03.html for index
Writing ix04.html for index
Writing ix05.html for index
Writing ix06.html for index
Writing ix07.html for index
Writing index.html for book
Writing index.sgml for book
Writing atk.devhelp for book
Writing atk.devhelp2 for book
test "x" = "x" || ( cd . && cp  html )
gtk-doc: Fixing cross-references
cd . && gtkdoc-fixxref --module-dir=html --html-dir=/usr/share/gtk-doc/html
Use of uninitialized value $MODULE in concatenation (.) or string at /usr/bin/gtkdoc-fixxref line 171.
Use of uninitialized value $MODULE in concatenation (.) or string at /usr/bin/gtkdoc-fixxref line 171.
Can't open -sections.txt: No such file or directory at /usr/bin/gtkdoc-fixxref line 171.
make: *** [html-build.stamp] Error 2
Comment 1 Li Yuan 2009-12-21 08:30:04 UTC
I don't find the error on my machine. What's the version of your gtkdoc-fixxref?
Comment 2 Götz Waschk 2009-12-21 08:32:50 UTC
It is 1.13.
Comment 3 Li Yuan 2009-12-21 08:51:21 UTC
Did you see the same error for atk 1.29.3?
Comment 4 Götz Waschk 2009-12-21 08:56:06 UTC
Yes, I get the same error with 1.29.3. It built fine before the upgrade of gtk-doc from 1.11.
Comment 5 Götz Waschk 2009-12-22 15:33:30 UTC
I get the same with vte 0.23.2 as well, reassigning to gtk-doc.
Comment 6 Stefan Sauer (gstreamer, gtkdoc dev) 2009-12-22 18:37:16 UTC
You should rerun ./autogen.sh - See bug #605211. Does that fix it?
Comment 7 Götz Waschk 2009-12-22 19:06:41 UTC
It does, resolving as a duplicate.

*** This bug has been marked as a duplicate of bug 605211 ***
Comment 8 Stefan Sauer (gstreamer, gtkdoc dev) 2010-03-03 07:46:22 UTC
Li, out of curiosity, whats the purpose of adding the "accessibility" keyword?
Comment 9 Li Yuan 2010-03-03 07:53:13 UTC
Ah, I was adding the keyword to all accessibility related bugs. There are a lot of bugs, I didn't find this bug has been moved to gtk-doc. Removing the keyword.