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 648289 - gtkdoc-mkdb doesn't compile.
gtkdoc-mkdb doesn't compile.
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.18
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-20 12:53 UTC by Will Thompson
Modified: 2011-04-20 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
OutputTypedef: fix compile error. (1.08 KB, patch)
2011-04-20 12:54 UTC, Will Thompson
none Details | Review

Description Will Thompson 2011-04-20 12:53:19 UTC
Commit a099085e64f (indent: convert tabs to spaces in perl files) does not in fact merely convert tabs to spaces in Perl files: <http://git.gnome.org/browse/gtk-doc/commit/?id=a099085e64f71a424f370779a86c62e3a0e2948a&ignorews=1>

The first hunk neglects to rename $is_object_struct, so this file doesn't compile at all. Patch to follow.
Comment 1 Will Thompson 2011-04-20 12:54:03 UTC
Created attachment 186347 [details] [review]
OutputTypedef: fix compile error.

Commit a099085 (“indent: convert tabs to spaces in perl files”) does not
in fact just convert tabs to spaces in Perl files: it actually includes
code changes and variable renamings. The renaming was not thorough
enough, which made gtkdoc-mkdb fail to compile.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2011-04-20 13:47:33 UTC
Sorry I messes up the rebase. I had that hunk in a not-yet commited patch.

commit f6ea2b4158c62f7bdb90ae89773e6474ee1754ec
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Wed Apr 20 09:45:10 2011 -0400

    mkdb: fix issues from wrong rebase conflic handling
    
    Commit a099085 (“indent: convert tabs to spaces in perl files”) does not
    in fact just convert tabs to spaces in Perl files: it actually includes
    code changes and variable renamings. The renaming was not thorough
    enough, which made gtkdoc-mkdb fail to compile.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648289