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.
Upstream ticket: https://fedorahosted.org/389/ticket/66
This was fixed in 389-ds-base-1.2.11-0.1.a1.fc17. Closing.