View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015851 | CMake | CMake | public | 2015-11-18 21:47 | 2016-06-10 14:21 | ||||
Reporter | Aleix Pol | ||||||||
Assigned To | Brad King | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Android | OS | Android | OS Version | |||||
Product Version | CMake 3.4 | ||||||||
Target Version | CMake 3.4.1 | Fixed in Version | CMake 3.4.1 | ||||||
Summary | 0015851: CMAKE_PLATFORM_NO_VERSIONED_SONAME is ignored | ||||||||
Description | Since I got an update to cmake 3.4, my libraries are getting so-versioned. I tried installing back 3.3.2 and it worked again. | ||||||||
Steps To Reproduce | cmake -DCMAKE_TOOLCHAIN_FILE=.../share/ECM/toolchain/Android.cmake ... Make install on libraries, they will be soversioned. | ||||||||
Additional Information | Here's the Platform file source code: https://quickgit.kde.org/?p=extra-cmake-modules.git&a=blob&h=81ded8f5d168cc157db5ef448a936dc006a97e17&f=toolchain%2FAndroid.cmake&o=plain [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0039880) Brad King (manager) 2015-11-19 08:50 |
It looks like the check of that variable was dropped accidentally by this commit: cmGeneratorTarget: Move GetLibraryNames from cmTarget. https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=766839c5 [^] |
(0039881) Brad King (manager) 2015-11-19 08:56 |
Fixed in 'master' here: Android: Restore generation of non-versioned soname https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4ba76026 [^] Due to a conflict it has to be backported separately to 'release': Android: Restore generation of non-versioned soname https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3aec561a [^] I've queued the latter for merge to 'release' for 3.4.1. |
(0041269) Kitware Robot (administrator) 2016-06-10 14:21 |
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2015-11-18 21:47 | Aleix Pol | New Issue | |
2015-11-19 08:50 | Brad King | Note Added: 0039880 | |
2015-11-19 08:50 | Brad King | Assigned To | => Brad King |
2015-11-19 08:50 | Brad King | Status | new => assigned |
2015-11-19 08:50 | Brad King | Target Version | => CMake 3.4.1 |
2015-11-19 08:56 | Brad King | Note Added: 0039881 | |
2015-11-19 08:58 | Brad King | Status | assigned => resolved |
2015-11-19 08:58 | Brad King | Resolution | open => fixed |
2015-11-19 08:58 | Brad King | Fixed in Version | => CMake 3.4.1 |
2016-06-10 14:21 | Kitware Robot | Note Added: 0041269 | |
2016-06-10 14:21 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |