On 2/1/13 5:45 PM, Mel Pleasant wrote: > I just ran a self-update and update-all … It's been about a month or so > since I last updated. Lots of updates. I received the error below early in > the process. Despite this, I was able to manually instruct fink to update > all but this one package (perl_core) successfully. As per the instructions, > I changed the max fink build jobs to 1 and ran self-update again. > Update-all is now only trying to update this one package and it fails in > precisely the same way it had previously. Help ….. > > According to the error reporting instructions, here is the system information: > > Package manager version: 0.34.5 > Distribution version: selfupdate-rsync Fri Feb 1 16:27:23 2013, 10.6, i386 > Trees: local/main stable/main stable/crypto unstable/main unstable/crypto > local/injected > Xcode.app: 3.2.6 > Xcode command-line tools: 3.2.6 > Max. Fink build jobs: 1 > > > I've looked through the FAQ and the specific packages wiki page and didn't > spot anything related to this pkg/error … > > > gcc-4.0 -L/sw/lib -L/usr/local/lib -L/opt/local/lib -force_flat_namespace -o > miniperl \ > miniperlmain.o opmini.o libperl.a -ldl -lm -lutil -lc > ld: in /opt/local/lib/libstdc++.6.dylib, file was built for unsupported file > format which is not the architecture being linked (i386) > collect2: ld returned 1 exit status > make: *** [miniperl] Error 1 > ### execution of /tmp/fink.vOqix failed, exit code 2 > ### execution of /tmp/fink.hfpFh failed, exit code 2 > > -- Mel
You're linking to stuff from Macports (/opt/local is the clue here) which was built with a different architecture than you're using for Fink. I'd recommend temporarily _not_ using Macports' environment settings when you build with Fink, and vice versa. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ 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
