Bug 967957

Summary: BuildRequires of lcms-package is missing gcc-c++
Product: [Fedora] Fedora Reporter: Matthias Hensler <mails.bugzilla.redhat.com>
Component: lcmsAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 19CC: andreas.bierfert, kwizart
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-28 22:16:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthias Hensler 2013-05-28 16:24:58 UTC
Description of problem:
../libtool: line 1312: g++: command not found
make[1]: *** [_lcms_la-lcms_wrap.lo] Error 1
make[1]: Leaving directory `/root/rpmbuild/BUILD/lcms-1.19/python'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.JkvwEw (%build)


Version-Release number of selected component (if applicable):
1.19-9.fc19

How reproducible:
Always on fresh installation


Steps to Reproduce:
1. install F19-beta
2. install lcms.src.rpm and try to build it
3. 

Actual results:
After initial dependencies are installed the build process starts and then breaks with above error, since g++ was not installed.


Expected results:
Should not start building if gcc-c++ is not installed.


Additional info:
Just add a "BuildRequires: gcc-c++" line to the specfile

Comment 1 Nicolas Chauvet (kwizart) 2013-05-28 22:16:04 UTC
Nope, gcc-g++ is in the default build requirement, so this is a bug in your infra.

You need to use yum groupinstall buildsys-build