MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0012428 | CMake | CMake | public | 2011-08-28 15:00 | 2016-06-10 14:31 | |||||
Reporter | don la dieu | |||||||||
Assigned To | Kitware Robot | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | moved | |||||||
Platform | OS | Linux | OS Version | Ubuntu 11.04 | ||||||
Product Version | CMake 2.8.5 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0012428: PathScale compiler support isn't multiarch aware | |||||||||
Description | Running CMake on a Debian multiarch system (Ubuntu 11.04 (Natty)) fails when trying to find multiarched packages. Using the system gcc works fine. Seems to work fine on cmake 2.8.3 | |||||||||
Steps To Reproduce | On a multiarch system: 1) install cmake 2.8.5 2) install PathScale ekopath nightly build 3) find_package() a multiarch package (like zlib) | |||||||||
Additional Information | [maru:~/i3/offline-software/ebuild/z] rm CMakeCache.txt; PATH=/opt/ekopath-4.0.11/bin:${PATH} CC=pathcc CXX=pathCC FC=pathf90 cmake . -- The C compiler identification is PathScale -- The CXX compiler identification is PathScale -- Check for working C compiler: /opt/ekopath-4.0.11/bin/pathcc -- Check for working C compiler: /opt/ekopath-4.0.11/bin/pathcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /opt/ekopath-4.0.11/bin/pathCC -- Check for working CXX compiler: /opt/ekopath-4.0.11/bin/pathCC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- CMAKE_SYSTEM_NAME = Linux -- CMAKE_SYSTEM_VERSION = 2.6.38-11-generic -- CMAKE_SYSTEM_PROCESSOR = x86_64 -- CMAKE_COMMAND = /usr/bin/cmake -- CMAKE_VERSION = 2.8.3 -- zlib.h found at /usr/include -- /usr/lib/x86_64-linux-gnu/libz.so -- Configuring done -- Generating done -- Build files have been written to: /home/nega/i3/offline-software/ebuild/z [maru:~/i3/offline-software/ebuild/z] rm CMakeCache.txt; PATH=/opt/ekopath-4.0.11/bin:${PATH} CC=pathcc CXX=pathCC FC=pathf90 /opt/cmake/bin/cmake . -- The C compiler identification is PathScale -- The CXX compiler identification is PathScale -- Check for working C compiler: /opt/ekopath-4.0.11/bin/pathcc -- Check for working C compiler: /opt/ekopath-4.0.11/bin/pathcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /opt/ekopath-4.0.11/bin/pathCC -- Check for working CXX compiler: /opt/ekopath-4.0.11/bin/pathCC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- CMAKE_SYSTEM_NAME = Linux -- CMAKE_SYSTEM_VERSION = 2.6.38-11-generic -- CMAKE_SYSTEM_PROCESSOR = x86_64 -- CMAKE_COMMAND = /opt/cmake/bin/cmake -- CMAKE_VERSION = 2.8.5 CMake Error at /opt/cmake/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.3.4") Call Stack (most recent call first): /opt/cmake/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) /opt/cmake/share/cmake-2.8/Modules/FindZLIB.cmake:70 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:14 (find_package) -- Configuring incomplete, errors occurred! | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | CMakeLists.txt (619) 2011-08-28 15:00 https://public.kitware.com/Bug/file/4029/CMakeLists.txt CMakeCache.txt (10,890) 2011-08-28 15:01 https://public.kitware.com/Bug/file/4030/CMakeCache.txt CMakeCCompiler.cmake (1,348) 2011-08-29 12:35 https://public.kitware.com/Bug/file/4032/CMakeCCompiler.cmake CMakeCXXCompiler.cmake (1,515) 2011-08-29 12:36 https://public.kitware.com/Bug/file/4033/CMakeCXXCompiler.cmake ubuntu_multiarch_library_directory.diff (1,229) 2011-08-29 12:46 https://public.kitware.com/Bug/file/4034/ubuntu_multiarch_library_directory.diff CMakeOutput.log (12,848) 2011-08-29 13:13 https://public.kitware.com/Bug/file/4035/CMakeOutput.log | |||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2011-08-28 15:00 | don la dieu | New Issue | ||||||||
2011-08-28 15:00 | don la dieu | File Added: CMakeLists.txt | ||||||||
2011-08-28 15:01 | don la dieu | File Added: CMakeCache.txt | ||||||||
2011-08-28 15:10 | don la dieu | Note Added: 0027279 | ||||||||
2011-08-29 10:08 | Brad King | Note Added: 0027281 | ||||||||
2011-08-29 12:35 | don la dieu | File Added: CMakeCCompiler.cmake | ||||||||
2011-08-29 12:36 | don la dieu | File Added: CMakeCXXCompiler.cmake | ||||||||
2011-08-29 12:39 | don la dieu | Note Added: 0027283 | ||||||||
2011-08-29 12:46 | don la dieu | File Added: ubuntu_multiarch_library_directory.diff | ||||||||
2011-08-29 12:48 | don la dieu | Note Added: 0027284 | ||||||||
2011-08-29 12:53 | Brad King | Note Added: 0027286 | ||||||||
2011-08-29 13:13 | don la dieu | File Added: CMakeOutput.log | ||||||||
2011-08-29 13:15 | don la dieu | Note Added: 0027288 | ||||||||
2011-08-29 13:25 | Brad King | Note Added: 0027290 | ||||||||
2011-08-29 15:15 | don la dieu | Note Added: 0027291 | ||||||||
2011-08-29 15:17 | don la dieu | Note Added: 0027292 | ||||||||
2011-08-29 15:24 | Brad King | Note Added: 0027294 | ||||||||
2011-08-29 15:26 | Brad King | Relationship added | related to 0012037 | |||||||
2011-08-29 16:58 | don la dieu | Note Added: 0027298 | ||||||||
2011-08-29 17:04 | Brad King | Note Added: 0027299 | ||||||||
2011-08-29 20:21 | don la dieu | Note Added: 0027300 | ||||||||
2012-08-11 21:09 | David Cole | Status | new => backlog | |||||||
2012-08-11 21:09 | David Cole | Note Added: 0030341 | ||||||||
2012-10-25 16:32 | don la dieu | Note Added: 0031332 | ||||||||
2012-10-25 16:47 | Brad King | Note Added: 0031335 | ||||||||
2016-06-10 14:28 | Kitware Robot | Note Added: 0041896 | ||||||||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | |||||||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | |||||||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | |||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|