Bug 967957 - BuildRequires of lcms-package is missing gcc-c++
Summary: BuildRequires of lcms-package is missing gcc-c++
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: lcms
Version: 19
Hardware: All
OS: All
unspecified
low
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-28 16:24 UTC by Matthias Hensler
Modified: 2013-05-28 22:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-28 22:16:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.