On 4/11/2012 2:11 AM, Bill McKie wrote: > Benjamin > > I'm seeing a failure to build the pixman package from source (as part of > an "fink install imagemagick") with fink-0.32.5.5 under OS-X-10.6.8. > > Tried repeating after a "fink selfupdate", but experienced same pixman > build failure. > > Last messages from the build are shown below. > > Thanks, > Bill McKie > NASA Ames > > > Looking for incorrect headers in 64 dependency files... > Determining fink providers of 0 headers... > Found use of headers from 0 fink packages: > Scanning binaries for incorrect dyld linking... > ./test/.libs/a1-trap-test uses /usr/local/lib/libgomp.1.dylib > Please fix build process to get consistent use of fink's libraries.
The text around the error is not very user friendly (it's meant more for the packager), but the actual error is clear: you have libgomp.1.dylib installed in /usr/local. 3rd party libraries in /usr/local are very likely to cause failures and the build process explicitly checks for them and errors out. Follow the directions here: <http://www.finkproject.org/faq/comp-general.php#usr-local-libs> to fix the pixman build. In your particular case, libgomp.1.dylib probably came from some compiler that's been installed on your computer not by Fink or Apple's Xcode. Hanspeter ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ 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
