On 5/5/14, 4:34 AM, Marcos Montes wrote: > Alexander, > > Thanks for replying. > > I already have installed sed: > i sed 4.2.2-1 The stream editor, GNU version > > and it was installed when the reported Guile install failed. > > -Marcos > >
Yeah, the issue appears to be a different one which plagues Xcode 5.1 builds on both 10.8 and 10.9. Fortunately there's a workaround. Edit /sw/fink/dists/stable/main/finkinfo/languages/guile20.info and at the point where it says: # clang miscompiles(?) vm.c on 10.9 (from XCode 5.1) if test "$darwin_vers" -ge 13 then sed -i.orig -e '/libguile_@GUILE_EFFECTIVE_VERSION@_la-vm.Tpo/s|\$(CFLAGS)|& -O0|' libguile/Makefile.in fi remove the if... and fi: # clang miscompiles(?) vm.c on 10.9 (from XCode 5.1) then sed -i.orig -e '/libguile_@GUILE_EFFECTIVE_VERSION@_la-vm.Tpo/s|\$(CFLAGS)|& -O0|' libguile/Makefile.in After you do that guile20 should build. One note of caution is that the build will take a very long time. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users