Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466056 - sys-apps/groff-1.21 requires C++ compiler to build, no bdep specified
Summary: sys-apps/groff-1.21 requires C++ compiler to build, no bdep specified
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 04:47 UTC by Michael Mol
Modified: 2013-04-18 16:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mol 2013-04-16 04:47:52 UTC
When building =sys-apps/groff-1.21 without a C++ compiler installed, the build fails in the configure step with:

checking that C++ compiler can compile simple program... no
configure: error: a working C++ compiler is required

The package should express a bdep on gcc[cxx], to ensure there is a C++ compiler installed.
Comment 1 SpanKY gentoo-dev 2013-04-18 16:55:29 UTC
we currently do not support depending on a C++ compiler.  i don't see any real value in it either.  building gcc with USE=-cxx is meant for "power" users doing fine tuning, not general system deployments.