Summary: | dev-util/cmake-2.8.4-r1 build failed | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Naohiro Aota <naota> |
Component: | Mac OSX | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kensington |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | OS X | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | cmake-2.8.4-bandle-path.patch |
Description
Naohiro Aota
2011-07-02 05:15:54 UTC
Created attachment 278835 [details, diff]
cmake-2.8.4-bandle-path.patch
This solve at least the problem above, but still build fail.
-- verified='0'
-- info='external prerequisites found:
f='/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/image/Users/naota/Gentoo/usr/CMake 2.8-4.app/Contents/bin/ccmake'
external_prereqs='/Users/naota/Gentoo/lib/libz.1.dylib;/Users/naota/Gentoo/usr/lib/libcrypto.1.0.0.dylib'
;external prerequisites found:
f='/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/image/Users/naota/Gentoo/usr/CMake 2.8-4.app/Contents/bin/cmake'
external_prereqs='/Users/naota/Gentoo/lib/libz.1.dylib;/Users/naota/Gentoo/usr/lib/libcrypto.1.0.0.dylib'
;external prerequisites found:
f='/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/image/Users/naota/Gentoo/usr/CMake 2.8-4.app/Contents/bin/cmakexbuild'
external_prereqs='/Users/naota/Gentoo/lib/libz.1.dylib'
;external prerequisites found:
f='/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/image/Users/naota/Gentoo/usr/CMake 2.8-4.app/Contents/bin/cpack'
external_prereqs='/Users/naota/Gentoo/lib/libz.1.dylib;/Users/naota/Gentoo/usr/lib/libcrypto.1.0.0.dylib'
;external prerequisites found:
f='/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/image/Users/naota/Gentoo/usr/CMake 2.8-4.app/Contents/bin/ctest'
external_prereqs='/Users/naota/Gentoo/lib/libz.1.dylib;/Users/naota/Gentoo/usr/lib/libcrypto.1.0.0.dylib'
;external prerequisites found:
f='/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/image/Users/naota/Gentoo/usr/CMake 2.8-4.app/Contents/MacOS/CMake 2.8-4'
external_prereqs='/Users/naota/Gentoo/lib/libz.1.dylib;/Users/naota/Gentoo/usr/lib/libcrypto.1.0.0.dylib'
'
--
CMake Error at /Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/work/cmake-2.8.4/Modules/BundleUtilities.cmake:773 (message):
error: verify_app failed
Call Stack (most recent call first):
/Users/naota/Gentoo/var/tmp/portage/dev-util/cmake-2.8.4-r2/work/cmake-2.8.4/Modules/BundleUtilities.cmake:655 (verify_app)
Source/QtDialog/cmake_install.cmake:56 (fixup_bundle)
Source/cmake_install.cmake:86 (INCLUDE)
cmake_install.cmake:45 (INCLUDE)
It seems this check if the libraries linked against the binary are "system" or "embedded", so it doesn't like Gentoo library.
Possible fix would be
- To disable this test
or
- To link the libraries statically
(I don't have test either yet)
cmake 2.8.5-r2 is installed right here. If that one compiles for you too, do you agree on closing this bug? Thanks (In reply to comment #2) > cmake 2.8.5-r2 is installed right here. If that one compiles for you too, do > you agree on closing this bug? Thanks hmm, 2.8.5-r2 still failed here with the same error. odd, can't reproduce this 2.8.6-r3 worked with USE="-qt4" but still not work with USE="qt4" Is this still occurring with a recent CMake version? |