Bug 430002

Summary: All autogen.sh executions should include --prefix
Product: [Retired] freeIPA Reporter: Chandrasekar Kannan <ckannan>
Component: ipa-serverAssignee: Rob Crittenden <rcritten>
Status: CLOSED ERRATA QA Contact: Chandrasekar Kannan <ckannan>
Severity: high Docs Contact:
Priority: high    
Version: 1.0CC: benl, mgregg, rcritten, ssorce, yzhang
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: freeipa-2.0.0-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-27 07:15:13 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:
Bug Depends On:    
Bug Blocks: 246164, 429034    

Description Chandrasekar Kannan 2008-01-24 06:31:51 UTC
Ticket #55 (assigned defect)

Opened 3 months ago

Last modified 3 months ago
All autogen.sh executions should include --prefix
Reported by: 	rcritten 	Assigned to: 	kmacmill (accepted)
Priority: 	major 	Milestone: 	release-2
Component: 	ipa-server 	Version: 	1.0
Keywords: 		Cc: 	
Description ¶

In the top-level Makefile there are some places where autogen.sh is called without specifying --prefix=/usr. That should be fixed if for no other reason than misleading messages will be displayed ala this when the tarballs target is run:

                    FreeIPA Server 0.4
                    ========================

	prefix:                   /usr/local
	exec_prefix:              ${prefix}
        libdir:                   ${exec_prefix}/lib
        bindir:                   ${exec_prefix}/bin
        sbindir:                  ${exec_prefix}/sbin
        sysconfdir:               ${prefix}/etc
        localstatedir:            ${prefix}/var
        datadir:                  ${datarootdir}
	source code location:	  .
	compiler:		  gcc
	cflags:		          -g -O2
        LDAP libs:                 -llber -lldap
        KRB5 libs:                -lkrb5 -lk5crypto -lcom_err
        Maintainer mode:          yes

Change History
2007-10-31 11:17:33 changed by kmacmill ¶

    * milestone changed from milestone-5 to release-2.

2007-10-31 11:20:32 changed by kmacmill ¶

    * owner changed from rcritten to kmacmill.
    * status changed from new to assigned.

Comment 1 Rob Crittenden 2008-01-24 19:50:27 UTC
Resolved in changeset 594

Comment 2 Michael Gregg 2008-04-08 21:49:22 UTC
 
Verified that all of the autogen.sh calls specify the --prefix option in
changeset:   778:683574f20621

Verified good.