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 551245 - don't use gtk-doc 1.9 for releasing tarballs.
don't use gtk-doc 1.9 for releasing tarballs.
Status: RESOLVED OBSOLETE
Product: evolution-data-server
Classification: Platform
Component: general
2.24.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-09-07 16:00 UTC by Gilles Dartiguelongue
Modified: 2008-10-21 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gilles Dartiguelongue 2008-09-07 16:00:36 UTC
Hi,

please don't use gtk-doc 1.9 to produce tarballs as it used to (and probably still) generated bad makefiles issuing breaking build when gtk-doc isn't installed on the machine while it didn't do this before.

In gentoo we've used this patch since 2.21 to circumvent the problem:
@@ -139,8 +139,7 @@ install-data-local:
          done; \
          echo '-- Installing $(srcdir)/html/index.sgml' ; \
          $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
-         which gtkdoc-rebase >/dev/null && \
-           gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
+         gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) || true ; \
        fi

Using gtk-doc 1.10 would also make the problem go away. Thanks for considering.
Comment 1 Matthew Barnes 2008-10-02 12:25:30 UTC
Is this still an issue?  What version of gtk-doc was Evolution 2.24 released with?
Comment 2 Matthew Barnes 2008-10-21 14:15:08 UTC
Closing as OBSOLETE since this was a transient bug to begin with.