Bug 253047

Summary: Does not build on Fedora 8 - Update license to GPLv2 with exceptions
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ServerAssignee: Rich Megginson <rmeggins>
Status: CLOSED ERRATA QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.1.0betaCC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.0-1.2.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-17 16:15:17 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: 427409    
Attachments:
Description Flags
diffs
none
cvs commit log
none
cvs commit log - fedora extras, spec files, new sources none

Description Rich Megginson 2007-08-16 18:49:45 UTC
There are two problems:
1) mock does not find BuildRequires: db4-devel >= 4.2.52
2) Several open() calls cause build failures

Comment 1 Rich Megginson 2007-08-16 18:49:45 UTC
Created attachment 161673 [details]
diffs

Comment 2 Rich Megginson 2007-08-16 20:07:16 UTC
Created attachment 161681 [details]
cvs commit log

Fix Description: If using the O_CREAT flag with open(), the file mode must also
be given.  Also, the bdb calls to use ->open() must use parentheses around the
function pointer access e.g. (DB->open)(args...) instead of just
DB->open(args).
Platforms tested: RHEL4, Fedora 8
Flag Day: no
Doc impact: no

Comment 3 Rich Megginson 2007-08-16 20:29:13 UTC
Created attachment 161686 [details]
cvs commit log - fedora extras, spec files, new sources

Resolves: bug 253047
Bug Description: Does not build on Fedora 8
Fix Description: If using the O_CREAT flag with open(), the file mode must also
be given.  Also, the bdb calls to use ->open() must use parentheses around the
function pointer access e.g. (DB->open)(args...) instead of just
DB->open(args).
On F-8 (devel), use BuildRequires: db4-devel instead of >= version.
Updated License fields in spec files to be GPLv2 with exceptions
Platforms tested: RHEL4, Fedora 8
Flag Day: no
Doc impact: no

Comment 4 Rich Megginson 2007-08-16 20:30:11 UTC
The Fedora Directory Server License is now here:
http://fedoraproject.org/wiki/Licensing


Comment 5 Fedora Update System 2007-08-17 16:15:13 UTC
fedora-ds-base-1.1.0-1.2.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.