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 589033 - the current git version won't compile with gtk-doc 1.12
the current git version won't compile with gtk-doc 1.12
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
2.27.x
Other All
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-07-19 15:39 UTC by Víctor Manuel Jáquez Leal
Modified: 2009-07-23 19:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
new gtk-doc.m4 as acinclude.m4 (3.70 KB, patch)
2009-07-19 15:41 UTC, Víctor Manuel Jáquez Leal
rejected Details | Review

Description Víctor Manuel Jáquez Leal 2009-07-19 15:39:21 UTC
Please describe the problem:
Given the changes in the gtk-doc, the included acinclude.m4 is obsolete and breaks the configure stage.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Víctor Manuel Jáquez Leal 2009-07-19 15:41:05 UTC
Created attachment 138741 [details] [review]
new gtk-doc.m4 as acinclude.m4
Comment 2 Luca Ferretti 2009-07-21 20:54:21 UTC
Confirming, here is the jhbuild log. Could we fix this ASAP?

*** Checking out libsoup *** [1/1]
git pull --rebase
Current branch master is up to date.
*** Building libsoup *** [1/1]
make  
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/betatester/checkout/gnome2/libsoup/missing --run aclocal-1.11 
/opt/gnome2/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/opt/gnome2/share/aclocal/audiofile.m4:12:   run info '(automake)Extending aclocal'
/opt/gnome2/share/aclocal/audiofile.m4:12:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
 cd . && /bin/bash /home/betatester/checkout/gnome2/libsoup/missing --run automake-1.11 --foreign
gtk-doc.make:53: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
docs/reference/Makefile.am:67:   `gtk-doc.make' included from here
gtk-doc.make:58: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
docs/reference/Makefile.am:67:   `gtk-doc.make' included from here
make: *** [Makefile.in] Errore 1
Comment 3 Dan Winship 2009-07-23 19:55:10 UTC
fixed by removing acinclude.m4; you need gtk-doc installed to autogen anyway, so aclocal can just copy in gtk-doc.m4 itself.