On Thu, 01 Mar 2012 16:12:39 -0500, Marcos Montes <[email protected]> wrote: All, > > I did run fink selfupdate. > > Also include the following system information: > Package manager version: 0.32.3 > Distribution version: selfupdate-rsync Thu Mar 1 15:48:06 2012, 10.7, x86_64 > Trees: local/main stable/main > Xcode: 4.2.1 > Max. Fink build jobs: 1 > > I'm not exactly sure where the error starts > > ld: warning: directory not found for option > '-L/Users/gkhanna/build/x86_64-apple-darwin11.0.0/libstdc++-v3/src' > ld: warning: directory not found for option > '-L/Users/gkhanna/build/x86_64-apple-darwin11.0.0/libstdc++-v3/src/.libs'
That's...weird. But it's not a place I would expect to see anything anyway, so might not be significant. [...] > Could not determine fink package for 603 headers: > /sw/include/boost/algorithm/string.hpp not found. > /sw/include/boost/algorithm/string/case_conv.hpp not found. > ..... and there are more headers..... Boost does some unusual things with its headers, which is confusing fink-package-precedence. Definitely not a problem. > Scanning binaries for incorrect dyld linking... > ./demo/.libs/ccfa uses /usr/local/lib/libstdc++.6.dylib > Please fix build process to get consistent use of fink's libraries. > ### execution of fink-package-precedence failed, exit code 255 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-libopenraw1-shlibs-0.0.9-1 *There* we go. The presence of /usr/local can unavoidably confuses apple's compilers (leaving fink unable to predict whether the package you are building is using the libraries the maintainer specifies). So instead... http://www.finkproject.org/faq/comp-general.php?phpLang=en#usr-local-libs Not sure it will completely solve things (there's lots of evidence here you have all sorts of nonexpected compilers and/or manually altered apple's stuff in /usr) but here at least you have a sanity-check failure about it and a way to start solving it. dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
