Bug 674723

Summary: 389-ds-base spec file does not have a BuildRequires on gcc-g++
Product: [Retired] 389 Reporter: Michael Gregg <mgregg>
Component: UnknownAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Chandrasekar Kannan <ckannan>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2.6CC: benl, nkinder
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 389-ds-base-1.2.11-0.1.a1.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-04 23:21:42 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: 495079    

Description Michael Gregg 2011-02-03 02:17:03 UTC
Description of problem:
I'm trying to build 389-ds-base from git, I encountered a problem where it would not build because I did not have gcc-g++ installed. 
After I installed gcc-g++, everything builds. 

Version-Release number of selected component (if applicable):
~1.2.8

How reproducible:
always

Steps to Reproduce:
1. remove gcc-g++ from your machine
2. rpmbuild -ba 389-ds-base.spec
  
Actual results:
configure: error: C++ compiler cannot create executables
See `config.log' for more details

Expected results:
I'd expect the spec file to have a "BuildRequires: gcc-c++" line.

Comment 1 Martin Kosek 2012-01-04 13:28:39 UTC
Upstream ticket:
https://fedorahosted.org/389/ticket/66

Comment 2 Nathan Kinder 2013-03-04 23:21:42 UTC
This was fixed in 389-ds-base-1.2.11-0.1.a1.fc17.  Closing.