Bug 956537
| Summary: | itkTestDriver not included in default packages | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mario Ceresa <mrceresa> |
| Component: | InsightToolkit | Assignee: | Mario Ceresa <mrceresa> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | lemenkov, mrceresa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-02 04:32:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
InsightToolkit-4.3.1-10.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/InsightToolkit-4.3.1-10.fc19 InsightToolkit-4.3.1-10.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/InsightToolkit-4.3.1-10.fc18 Package InsightToolkit-4.3.1-10.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing InsightToolkit-4.3.1-10.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-6843/InsightToolkit-4.3.1-10.fc18 then log in and leave karma (feedback). InsightToolkit-4.3.1-10.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. InsightToolkit-4.3.1-10.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: /usr/bin/itkTestDriver is required to compile against ITK but it is now included in the "examples" sub-package and not installed by default. Version-Release number of selected component (if applicable): rawhide + updates testing in f18-f19 How reproducible: sudo yum install InsightToolkit-devel --enablerepo=updates-testing Try to compile anything that requires ITK Actual results: The imported target "itkTestDriver" references the file "/usr/bin/itkTestDriver" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib64/cmake/InsightToolkit/ITKTargets-relwithdebinfo.cmake" but not all the files it references. Call Stack (most recent call first): /usr/lib64/cmake/InsightToolkit/ITKTargets.cmake:193 (INCLUDE) /usr/lib64/cmake/InsightToolkit/ITKConfig.cmake:41 (include) /usr/share/cmake/Modules/FindITK.cmake:48 (find_package) CMakeLists.txt:14 (FIND_PACKAGE) Expected results: The configure step completes fine. Additional info: sudo yum install InsightToolkit-examples --enablerepo=updates-testing will install itkTestDriver and fix the problem.