On 10/23/2013 6:29 PM, Brian Shilton wrote: > I upgraded to 10.9 without checking to see what the situation with Fink > was....assumed it would upgrade but was wrong about that, I guess. > > From a posting by another user, I downloaded "fink-Futureproof2" and > ran the bootstrap, as directed. Crashed with the message below...any > help would be appreciated! > > Thanks, > > Brian
> gcc > -DLOCALEDIR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/share/locale\" > -DBISON_LOCALEDIR=\"/usr/share/locale\" > -DLOCALE_ALIAS_PATH=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/share/locale\" > -DUSEJAVA=1 -DUSEJEXE=0 > -DGETTEXTJEXEDIR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/lib/gettext\" > -DGETTEXTJAR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/share/gettext/gettext.jar\" > -DLIBDIR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/lib\" > -DGETTEXTDATADIR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/share/gettext\" > -DPROJECTSDIR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/share/gettext/projects\" > -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib > -I../gnulib-lib -I../intl -I../../gettext-runtime/intl > -DINSTALLDIR=\"/sw/src/fink.build/dpkg-1.10.21-1238/dpkg-1.10.21/../_inst/sw/bin\" > -I/sw/include -I/sw/include -c -o xgettext-x-vala.o `test -f 'x-vala.c' > || echo './'`x-vala.c > /bin/sh ../libtool --tag=CC --mode=link gcc -I/sw/include -L/sw/lib > -o xgettext xgettext-xgettext.o xgettext-x-c.o xgettext-x-po.o > xgettext-x-sh.o xgettext-x-python.o xgettext-x-lisp.o xgettext-x-elisp.o > xgettext-x-librep.o xgettext-x-scheme.o xgettext-x-smalltalk.o > xgettext-x-java.o xgettext-x-csharp.o xgettext-x-awk.o xgettext-x-ycp.o > xgettext-x-tcl.o xgettext-x-perl.o xgettext-x-php.o xgettext-x-rst.o > xgettext-x-glade.o xgettext-x-lua.o xgettext-x-javascript.o > xgettext-x-vala.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation > -lexpat -L/sw/lib -liconv > libtool: link: `/usr/local/lib/libexpat.la' is not a valid libtool archive You have files in /usr/local that are interfering and breaking the Fink build process. Move /usr/local out of the way when building Fink. It also seems that your libexpat in /usr/local is broken as it is, so might just be better to remove at least that part completely. Hanspeter ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ 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
