MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015217 | CMake | CPack | public | 2014-10-24 02:50 | 2016-06-10 14:31 |
Reporter | sudakov_ivan | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | x86-64 | OS | Fedora-18 | OS Version | |
Product Version | CMake 3.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015217: CPack make wrong dependencies between components | ||||
Description | I have three components: a,b,c and code: install(FILES ${CMAKE_CURRENT_LIST_FILE} DESTINATION /tmp COMPONENT a) install(FILES ${CMAKE_CURRENT_LIST_FILE} DESTINATION /tmp COMPONENT b) install(FILES ${CMAKE_CURRENT_LIST_FILE} DESTINATION /tmp COMPONENT c) SET(CPACK_RPM_a_PACKAGE_REQUIRES "d") SET(CPACK_RPM_c_PACKAGE_REQUIRES "e") In result: a requires d - ok b requires d - wrong c requires e - ok There is the same situation with PROVIDES | ||||
Steps To Reproduce | |||||
Additional Information | If I set REQUIRES for ALL components it's work fine: SET(CPACK_RPM_a_PACKAGE_REQUIRES "d") SET(CPACK_RPM_c_PACKAGE_REQUIRES "e") SET(CPACK_RPM_b_PACKAGE_REQUIRES "") | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-10-24 02:50 | sudakov_ivan | New Issue | |||
2014-10-24 08:51 | Eric NOULARD | Note Added: 0037072 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042650 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|