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 311775 - gnome-autogen.sh cries if one uses gnome-doc-utils
gnome-autogen.sh cries if one uses gnome-doc-utils
Status: RESOLVED FIXED
Product: gnome-common
Classification: Core
Component: general
2.11.x
Other All
: Normal normal
: ---
Assigned To: Gnome Common Maintainer(s)
Gnome Common Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-07-27 17:26 UTC by Sven Herzberg
Modified: 2005-08-17 01:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Herzberg 2005-07-27 17:26:44 UTC
Please describe the problem:
gnome-autogen.sh cries like this:
Running gnome-doc-prepare...
You should update your 'aclocal.m4' by running aclocal.
gnome-doc-prepare: 'gnome-doc-utils.make' exists: use '--force' to overwrite

Steps to reproduce:
1. check out a package that uses gnome-autogen.sh and gnome-doc-utils
2. run autogen.sg
3. run it once more


Actual results:
See above

Expected results:
No warnings/errors like this.

Does this happen every time?
Yes.

Other information:
Please add '--force' to the part of gnome-autogen.sh that calls gnome-doc-prepare.
Comment 1 James Henstridge 2005-08-17 01:07:49 UTC
by cry, you mean "prints a message"?  It doesn't seem to fail here.

Anyway, I've committed the change to pass --force now.