Bug 1633092 - Can't compile Gluster on F29 - automake version issue
Summary: Can't compile Gluster on F29 - automake version issue
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: GlusterFS
Classification: Community
Component: build
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-26 07:51 UTC by Yaniv Kaul
Modified: 2018-09-26 07:53 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-09-26 07:53:18 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Yaniv Kaul 2018-09-26 07:51:24 UTC
Description of problem:
 cd ../../../.. && /bin/sh /home/ykaul/glusterfs/missing automake-1.15 --foreign xlators/features/utime/src/Makefile
/home/ykaul/glusterfs/missing: line 81: automake-1.15: command not found
WARNING: 'automake-1.15' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make[4]: *** [Makefile:467: Makefile.in] Error 127
make[3]: *** [Makefile:459: clean-recursive] Error 1
make[2]: *** [Makefile:469: clean-recursive] Error 1
make[1]: *** [Makefile:466: clean-recursive] Error 1
make: *** [Makefile:595: clean-recursive] Error 1
[ykaul@ykaul glusterfs]$ sudo dnf install automake
[sudo] password for ykaul: 
Copr repo for chrome-gnome-shell owned by region51                                                                                                                                 170  B/s | 345  B     00:02    
Failed to synchronize cache for repo 'region51-chrome-gnome-shell', ignoring this repo.
Last metadata expiration check: 0:59:47 ago on Wed 26 Sep 2018 09:50:04 AM IDT.
Package automake-1.16.1-5.fc29.noarch is already installed, skipping.
Dependencies resolved.

Comment 1 Yaniv Kaul 2018-09-26 07:53:18 UTC
Solved via ./autogen.sh and ./configure


Note You need to log in before you can comment on or make changes to this bug.