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 566158 - autogen.sh problem
autogen.sh problem
Status: RESOLVED FIXED
Product: giggle
Classification: Other
Component: UI: General
HEAD
Other All
: Normal normal
: 0.4.90
Assigned To: Mathias Hasselmann (IRC: tbf)
Depends on:
Blocks:
 
 
Reported: 2008-12-31 18:35 UTC by Nedko Arnaudov
Modified: 2010-01-21 23:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nedko Arnaudov 2008-12-31 18:35:24 UTC
Please describe the problem:
with revision 8e28b9b4c4947526d1955a78777183b65b6e05ec

[ср дек 31 20:35:22] nedko@usbix ~/git/giggle (master)
# ./autogen.sh 

You must have automake installed to compile giggle.
Get ftp://sourceware.cygnus.com/pub/automake/automake-1.7.tar.gz
(or a newer version if it is available)
[ср дек 31 20:35:26] nedko@usbix ~/git/giggle (master)
# paco -i automake
---------------
 automake-1.10 
---------------

Name:     automake
Version:  1.10



Steps to reproduce:
run autogen.sh


Actual results:
it tells me automake is not installed

Expected results:
it should use installed automake-1.10 to generate configure script and other stuff or it should give appropriate error message

Does this happen every time?
yes

Other information:
Comment 1 Nedko Arnaudov 2008-12-31 18:37:50 UTC
I see the check is made strictly for automake-1.9
Comment 2 Mathias Hasselmann (IRC: tbf) 2009-01-05 09:18:50 UTC
The autogen script looks quite complicated. Probably should switch to gnome-autogen.sh, or some more rudimentary rewrite.
Comment 3 Mathias Hasselmann (IRC: tbf) 2009-01-09 22:37:50 UTC
commit ee96ed63d6708ca07bcdb4e82fe8cea514fe31a4
Author: Mathias Hasselmann <hasselmm@gnome.org>
Date:   Fri Jan 9 23:09:12 2009 +0100

    Simplify autogen.sh script; Fixes: GB#566158
Comment 4 Andreas Köhler 2009-06-07 14:35:42 UTC
This breaks builds outside the source dir.
Please take a look at http://github.com/andi5/giggle/commit/684da8fafb58cc9b3e5f66e6421a9357067c8e58 and whether it still resolves this bug.
Comment 5 Javier Jardón (IRC: jjardon) 2010-01-21 23:31:45 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.

I've committed a slighted different Andrea's patch in commit a061069d45a1154c0c7e41fbf9efd43b4a07ddc5

Thank you Andreas