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 402416 - configure failure due to missing HAVE_GNOME_DOC_UTILS
configure failure due to missing HAVE_GNOME_DOC_UTILS
Status: RESOLVED DUPLICATE of bug 392411
Product: glade
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-30 12:18 UTC by Luca Ferretti
Modified: 2007-01-30 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log with failure (52.98 KB, text/x-log)
2007-01-30 15:32 UTC, Luca Ferretti
Details

Description Luca Ferretti 2007-01-30 12:18:01 UTC
From my jhbuild sandbox:

  configure: error: conditional "HAVE_GNOME_DOC_UTILS" was never defined.
  Usually this means the macro was only invoked conditionally.

then the configure script exit.
Comment 1 Tristan Van Berkom 2007-01-30 14:50:40 UTC
Yes we are only envoking GNOME_DOC_INIT conditionally since
GNOME_DOC_INIT rudely fails and halts your build when g-d-u
is not present, a fix for this (see bug 392411) is in place
and will be applied when the fixed macro is available in
a new release of g-d-u.

You are the first to report any real breakage due to the
conditional call - care to attatch here the error messages ?
config.log maybe ?
Comment 2 Luca Ferretti 2007-01-30 15:25:49 UTC
Applied the second patch from Christian in bug 392411 and it works.

There are not so much usuful info in config.log (the same error message reported in first comment). However I'll attach here, just the time to revert the path.

OK to close this bug as duplicate of 392411?
Comment 3 Luca Ferretti 2007-01-30 15:29:10 UTC
Forgot to mention: even without the patch, the configure works fine if I set --enable-user-manual by hand.
Comment 4 Luca Ferretti 2007-01-30 15:32:58 UTC
Created attachment 81517 [details]
config.log with failure
Comment 5 Tristan Van Berkom 2007-01-30 15:40:03 UTC
(In reply to comment #3)
> Forgot to mention: even without the patch, the configure works fine if I set
> --enable-user-manual by hand.
> 

Aha, thats in the off-chance that you happen to actually
have g-d-u installed ;-)

Sure I'm marking this a duplicate, I think we'll be applying/closing
bug 392411 soon anyway.



*** This bug has been marked as a duplicate of 392411 ***