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

Bug 159371

Summary: Build assumes that you have 'gmake' installed
Product: [Retired] 389 Reporter: William Lachance <wlach>
Component: Install/UninstallAssignee: Nathan Kinder <nkinder>
Status: CLOSED DUPLICATE QA Contact: Orla Hegarty <ohegarty>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-25 02:34:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description William Lachance 2005-06-02 00:16:51 UTC
Description of problem: Build assumes that you have 'gmake' installed


Version-Release number of selected component (if applicable):
FedoraDS71_20050526_RTC.


How reproducible:
Always


Steps to Reproduce:
On a Debian system, start building ldapserver from the root directory by typing
'make USE_PERL_FROM_PATH=1'. 
  
Actual results:

Will complain very quickly about not being able to find the 'gmake' binary.
Making a symlink from '/usr/bin/gmake' to '/usr/bin/make' fixes the problem.

Expected results:

Build should execute from start to finish.

Additional info:

Probably should have a configure (autoconf) script which checks to see if gmake
is installed, and use it for the entire build process if it exists, and use
standard make otherwise.

Comment 2 Rich Megginson 2005-12-01 17:03:44 UTC
Is this still a problem with FDS 1.0 - try
http://directory.fedora.redhat.com/sources/dsbuild-fds10.tar.gz

Comment 3 Nathan Kinder 2006-10-25 02:34:33 UTC
An autoconf and automake build system has been implemented for Fedora DS which
takes care of this issue.  I'm marking this as a duplicate of the bug used to
implement the new build system.

*** This bug has been marked as a duplicate of 210736 ***