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 769807 - Missing libtool dependency in autogen.sh script
Missing libtool dependency in autogen.sh script
Status: RESOLVED FIXED
Product: gitg
Classification: Applications
Component: gitg
git master
Other Linux
: Normal minor
: ---
Assigned To: gitg-maint
gitg-maint
Depends on:
Blocks:
 
 
Reported: 2016-08-12 16:53 UTC by Rafał Jaskurzyński
Modified: 2016-08-14 07:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Missing libtool dependency in autogen.sh script (906 bytes, patch)
2016-08-12 17:16 UTC, Rafał Jaskurzyński
committed Details | Review

Description Rafał Jaskurzyński 2016-08-12 16:53:26 UTC
When running ./autogen.sh script stops at:

checking for glib-compile-resources... /usr/bin/glib-compile-resources
checking for gtk3-update-icon-cache... no
checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
checking for valadoc... no
./configure: line 4399: syntax error near unexpected token `2.2'
./configure: line 4399: `LT_PREREQ(2.2)'

Expected behaviour:

Script prompt information about missing libtool
Comment 1 Rafał Jaskurzyński 2016-08-12 17:16:40 UTC
Created attachment 333189 [details] [review]
Missing libtool dependency in autogen.sh script

Running autogen.sh script without libtool installed ended with error.

Now user is informed about missing dependency:
*** No libtool found, please install it ***
Comment 2 jessevdk@gmail.com 2016-08-14 07:21:26 UTC
Attachment 333189 [details] pushed as 38519a8 - Missing libtool dependency in autogen.sh script