MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014792 | CMake | (No Category) | public | 2014-03-07 03:28 | 2016-06-10 14:31 |
Reporter | Mathieu Malaterre | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.11.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014792: Teach CMakeDetermineCompilerABI to handle TinyCC | ||||
Description | Steps: $ cat ../CMakeLists.txt cmake_minimum_required(VERSION 2.8) project(tcc C) find_package(ZLIB REQUIRED) $ export CC=/usr/bin/tcc $ cmake .. -- The C compiler identification is TinyCC -- Check for working C compiler: /usr/bin/tcc -- Check for working C compiler: /usr/bin/tcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.7") Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred! However: $ rm -rf * $ unset CC $ cmake .. -- The C compiler identification is GNU 4.7.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.7") -- Configuring done -- Generating done -- Build files have been written to: /tmp/dd/bin | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-03-07 03:28 | Mathieu Malaterre | New Issue | |||
2014-03-07 03:37 | Mathieu Malaterre | Note Added: 0035334 | |||
2014-03-07 05:54 | Rolf Eike Beer | Note Added: 0035335 | |||
2014-03-07 06:01 | Mathieu Malaterre | Note Added: 0035336 | |||
2014-03-07 07:09 | Philipp Möller | Note Added: 0035337 | |||
2014-03-07 07:35 | Philipp Möller | Note Deleted: 0035337 | |||
2014-03-10 05:39 | Mathieu Malaterre | Summary | find_package behavior affected by tcc => find_package + tcc is not multi-arch capable (cannot search in usr/lib/*/*.so) | ||
2014-03-10 10:26 | Brad King | Note Added: 0035354 | |||
2014-03-10 10:29 | Mathieu Malaterre | Note Added: 0035355 | |||
2014-03-10 10:58 | Brad King | Note Added: 0035359 | |||
2014-03-10 11:06 | Mathieu Malaterre | Note Added: 0035362 | |||
2014-03-10 11:16 | Brad King | Note Added: 0035363 | |||
2014-03-10 11:20 | Mathieu Malaterre | Note Added: 0035364 | |||
2014-03-10 11:26 | Brad King | Note Added: 0035366 | |||
2014-03-10 11:26 | Brad King | Severity | minor => feature | ||
2014-03-10 11:26 | Brad King | Status | new => backlog | ||
2014-03-10 11:26 | Brad King | Summary | find_package + tcc is not multi-arch capable (cannot search in usr/lib/*/*.so) => Teach CMakeDetermineCompilerABI to handle TinyCC | ||
2014-03-10 11:27 | Brad King | Note Added: 0035367 | |||
2014-03-10 12:08 | Mathieu Malaterre | Note Added: 0035373 | |||
2014-03-11 09:17 | Mathieu Malaterre | Note Added: 0035383 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042502 | |||
2016-06-10 14:29 | Kitware Robot | Status | backlog => 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 | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|