Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1633092

Summary: Can't compile Gluster on F29 - automake version issue
Product: [Community] GlusterFS Reporter: Yaniv Kaul <ykaul>
Component: buildAssignee: bugs <bugs>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-26 07:53:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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