Bug 509857
| Summary: | incorrect definition of VTK_LIBRARY_DIRS | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christophe Trophime <christophe.trophime> |
| Component: | vtk | Assignee: | Axel Thimm <Axel.Thimm> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 5.4.2-33.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-08-10 21:43:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Same problem with ${VTK_INSTALL_PREFIX}include
Allmost all cmake files are affected in /usr/lib/vtk-5.2
replacing ${VTK_INSTALL_PREFIX} by ${VTK_INSTALL_PREFIX}/ solve the problem
vtk-5.4.2-33.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/vtk-5.4.2-33.fc11 vtk-5.4.2-33.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/vtk-5.4.2-33.fc10 vtk-5.4.2-33.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-7940 vtk-5.4.2-33.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7958 vtk-5.4.2-33.fc10, vtkdata-5.4.2-13.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vtk vtkdata'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-7940 vtk-5.4.2-33.fc11, vtkdata-5.4.2-13.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vtk vtkdata'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7958 vtk-5.4.2-33.fc10, vtkdata-5.4.2-13.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. vtk-5.4.2-33.fc11, vtkdata-5.4.2-13.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: incorrect definition of VTK_LIBRARY_DIRS in /usr/lib/vtk-5.2/VTKConfig.cmake Version-Release number of selected component (if applicable): 5.2.1 How reproducible: always try to build octaviz for instance you will see that it is looking for /usrlib/vtk-5.2 directory Steps to Reproduce: 1.try to build octaviz for instance 2.missing /usrlib/vtk-5.2 directory 3. Actual results: SET(VTK_LIBRARY_DIRS "${VTK_INSTALL_PREFIX}lib/vtk-5.2") Expected results: SET(VTK_LIBRARY_DIRS "${VTK_INSTALL_PREFIX}/lib/vtk-5.2") Additional info: