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 712147 - autogen.sh does not work
autogen.sh does not work
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2013-11-12 13:07 UTC by Thomas Wabner
Modified: 2013-11-23 17:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Wabner 2013-11-12 13:07:52 UTC
Used latest version from github under fedora

After starting (as suggested in the manual) autogen.sh I get following errors.

Each of those errors can be corrected if I create the directories per hand. Possible some missing commands in autogen.sh (I'am not an autogen expert):

Running intltoolize...
cp: cannot create regular file ‘m4/intltool.m4’: No such file or directory
intltoolize: cannot copy '/usr/share/aclocal/intltool.m4' to 'm4/intltool.m4'

and later (after "mkdir m4" directory): 

Running automake-1.13...
configure.ac:9: error: required directory ./build-aux does not exist
cp: cannot create regular file ‘build-aux/install-sh’: No such file or directory
configure.ac:11: error: installing 'build-aux/install-sh'
Comment 1 Frederic Peters 2013-11-23 17:29:04 UTC
commit 2ad8742d4598f37d0cbb943c61c539901e3080e6
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Nov 23 18:28:17 2013 +0100

    create m4 and build-aux directories (GNOME bug 712147)
    
    (this shouldn't be necessary with newer gnome-common)