(cmake and boost1.41.cmake maintainers cc'd)

On 11/24/2011 3:28 PM, Chris Schram wrote:
> I'm getting this error under Mac OS X 10.6.8,  Xcode 4.2.
>
> The following 2 packages will be installed or updated:
>   boost1.41.cmake boost1.41.cmake-shlibs
> ]2;pre-fetching boost1.41.cmake-1.41.0-13 (4 remaining)]2;pre-fetching
> boost1.41.cmake-shlibs-1.41.0-13 (3 remaining)]2;pre-fetching
> cmake-2.8.6-1 (2 remaining)]2;pre-fetching dev-tools-0-1 (1
> remaining)]2;pre-fetching fink-0.31.5-51 (0 remaining)]2;]2;building
> boost1.41.cmake-1.41.0-13 (0 remaining)Setting runtime build-lock...
> dpkg-deb -b
> /sw/src/fink.build/root-fink-buildlock-boost1.41.cmake-1.41.0-13
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-boost1.41.cmake-1.41.0-13' in
> `/sw/src/fink.build/fink-buildlock-boost1.41.cmake-1.41.0-13_2011.11.24-1
> 2.21.34_darwin-i386.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-boost1.41.cmake-1.41.0-13_2011.11.24-12
> .21.34_darwin-i386.deb
> Selecting previously deselected package
> fink-buildlock-boost1.41.cmake-1.41.0-13.
> (Reading database ... 162974 files and directories currently installed.)
> Unpacking fink-buildlock-boost1.41.cmake-1.41.0-13 (from
> .../fink-buildlock-boost1.41.cmake-1.41.0-13_2011.11.24-12.21.34_darwin-i
> 386.deb) ...
> Setting up fink-buildlock-boost1.41.cmake-1.41.0-13
> (2011.11.24-12.21.34) ...
>
> gzip -dc /sw/src/boost-1.41.0.cmake0.tar.gz | /sw/bin/tar -xf -
> --no-same-owner --no-same-permissions
> /var/tmp/tmp.1.Ys6zQq
> #!/bin/sh -ev
>     cmake -DENABLE_STATIC=off -DENABLE_DEBUG=off \
>        -DBUILD_SOVERSIONED=on -DINSTALL_VERSIONED=off \
>        -DCMAKE_INSTALL_PREFIX=/sw -DCMAKE_INSTALL_NAME_DIR=/sw/lib \
>        -DWITH_DOXYGEN=off -DWITH_ICU=off \
>        -DBZIP2_INCLUDE_DIR=/usr/include \
>        -DBZIP2_LIBRARIES=/usr/lib/libbz2.dylib \
>        -DPYTHON_INCLUDE_PATH=/usr/include/python2.5 \
>        -DPYTHON_EXECUTABLE=/usr/bin/python2.5 \
>        -DPYTHON_LIBRARIES="-framework Python" \
>        -DXSLTPROC_EXECUTABLE=/usr/bin/xsltproc
> dyld: Library not loaded: /sw/lib/libmd.6.dylib
>    Referenced from: /sw/bin/cmake
>    Reason: image not found

What do you get from

dpkg -S /sw/lib/libmd.6.dylib

I see this locally as coming from gromacs-shlibs, but it makes no sense 
for cmake to be using gromacs, and in fact, I tried to locally build 
cmake here with gromacs-dev installed (10.7), and it did not pick up 
/sw/lib/libmd.6.dylib.  You can verify if cmake is in fact using 
libmd.6.dylib by checking the output of "otool -L /sw/bin/cmake".

Hanspeter

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to