Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
===================================
TPS is running into a build issue with the following error:
CMake Error at docs/api/cmake_install.cmake:31 (FILE):
file INSTALL cannot find file
"/usr/src/redhat/BUILD/qpid-cpp-0.12/build/docs/api/html" to install.
Spoke to Ted on irc and his response was the docs are not needed for mingw32 and the reference around this in the spec file should be removed.
Version-Release number of selected component (if applicable):
================================================================
mingw32-qpid-cpp-0.12-2.el6.src.rpm-noarch
Well, only question I have here is the following. Is the html-doc absolutely not wanted? Or, is the html-doc not needed?
As for consistancy with Fedora package, it might be better to add here doxygen as required tool for this package.
Comment 3RHEL Program Management
2011-11-08 06:47:25 UTC
Since RHEL 6.2 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.
Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.
(In reply to comment #2)
> Well, only question I have here is the following. Is the html-doc absolutely
> not wanted? Or, is the html-doc not needed?
>
> As for consistancy with Fedora package, it might be better to add here doxygen
> as required tool for this package.
The html-doc is not needed. We can either remove it or find a way to get it built and included.
I added doxygen as build-requirement. Rebuild is running ... and I ran into another issue. The makefile isn't -j4 capable. It runs too early final linking commands, before actual all dependent libraries are created.
Continue on that ...
So bug is fixed. I had to correct some points about shared objects-generation for making sure all required symbols actual getting exported into them.
Secondly, I needed to add doxygen/graphviz requirements to build. Actual documentation won't be build, but it is essential that tools are present.
Third, added a patch for Cmake's configure to disable HTML generation via doxygen and it fixes some kludges within qpidtypes, qpid, qmf, etc for windows native target.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2012-0756.html
Description of problem: =================================== TPS is running into a build issue with the following error: CMake Error at docs/api/cmake_install.cmake:31 (FILE): file INSTALL cannot find file "/usr/src/redhat/BUILD/qpid-cpp-0.12/build/docs/api/html" to install. Spoke to Ted on irc and his response was the docs are not needed for mingw32 and the reference around this in the spec file should be removed. Version-Release number of selected component (if applicable): ================================================================ mingw32-qpid-cpp-0.12-2.el6.src.rpm-noarch