Hide Forgot
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.
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.
Well, as question in comment number 2 is still not answered, I still need fead-back. I set its version to 6.3
(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.
good 2 go
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