On 9/14/12 4:07 AM, Hanspeter Niederstrasser wrote: > On 9/13/2012 3:40 PM, Greg Minshall wrote: >> hi. trying to install visual-py27 (vpython), i'm getting errors >> installing prereqs: boost1.35.nopython boost1.35.nopython-shlibs. >> >> i "fink configure"d my maximum build jobs to 1, and the build still >> failed. >> >> the error messages are in the (very long) log appear to be: >> ---- >> ... >> darwin.link.dll >> bin.v2/libs/wave/build/darwin/release/macosx-version-10.4/threading-multi/libboost_wave-mt-1_35.dylib >> ld: file not found: /sw/lib/libboost_system-mt-1_35.dylib for architecture >> x86_64 >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) >> ... >> darwin.link.dll >> bin.v2/libs/wave/build/darwin/release/macosx-version-10.4/libboost_wave-1_35.dylib >> ld: file not found: /sw/lib/libboost_system-mt-1_35.dylib for architecture >> x86_64 >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) > > That macosx-version-10.4 is troubling. My build log shows > macosx-version-10.7. Was this perhaps a Fink installation that was > upgraded from a previous OS? > >> Also include the following system information: >> Package manager version: 0.34.3 >> Distribution version: selfupdate-rsync Wed Sep 12 20:07:26 2012, 10.7, x86_64 >> Trees: local/main stable/main >> Xcode.app: 4.3.2 >> Xcode command-line tools: 4.4.0.0.1.1249367152 >> Max. Fink build jobs: 2 > >
You've also got a mismatched Xcode.app and Xcode CLI. My own build log on 10.7 at the same points has: darwin.link.dll bin.v2/libs/wave/build/darwin/release/threading-multi/libboost_wave-mt-1_35.dylib ... darwin.link.dll bin.v2/libs/wave/build/darwin/release/libboost_wave-1_35.dylib i.e. no "macosx-version-10.7". Nevertheless it passes. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ 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
