| Summary: | ipa-pki-theme has no buildrequires for gcc-g++ | ||
|---|---|---|---|
| Product: | [Retired] Dogtag Certificate System | Reporter: | Michael Gregg <mgregg> |
| Component: | Build | Assignee: | Matthew Harmsen <mharmsen> |
| Status: | CLOSED WONTFIX | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | asn, awnuk, benl, dpal, kwright |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-01 23:33:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 530474 | ||
|
Description
Michael Gregg
2011-02-08 19:59:08 UTC
The PKI project, project(pki), consists of multiple sub-projects, some of which depend upon 'C' (C), some of which depend upon 'C++' (CXX), some of which depend upon 'Java' (Java), and some of which depend upon none of these languages (NONE).
The 'ipa-pki-theme' component requires NO languages, but utilizes:
* project(pki)
* project(dogtag)
* project(ca-ui)
* project(common-ui)
Although the 'ipa-pki-theme' component could potentially specify project(ca-ui NONE) and project(common-ui NONE), I found it impossible to suppress the check for the C++ compiler, for although project(dogtag) could legally be changed to project(dogtag Java) since that is the only language that 'dogtag-pki-theme' component uses ('dogtag-pki-theme' also requires project(dogtag)), project(pki) could NOT be changed since it is the top-level CMakeLists.txt file called when building all of the sub-projects.
Additionally, due to platform constraints, I must support "CMake 2.6-patch 4".
I will cc Andreas on this issue to see if there is a simple method of suppressing this check, but currently, my suggestion is simply to ALWAYS require a C++ compiler for building the PKI project (even when one only wants to build a single sub-project of the PKI project).
Per CS Meeting of 20110214, marked as priority low blocking CSFuture As the projects needs a C++ compiler to compile some C++ code the configure process will check for it. If this is a big problem then I would move it to it's own repository and creates it's own build files. Per discussions in CS Meeting of 2/28/2011, close this bug as WONTFIX. |