On 3/05/14 06:55, Alexander Hansen wrote: > On 5/2/14, 9:44 PM, Aaron Magill wrote: [] >>> On 5/2/14, 8:46 PM, Aaron Magill wrote: >>>> Having problems compiling guile20… It looks like the building of the >>>> library works until it gets to >>>> >>>> CCLD libguile-2.0.la [] >>>> GEN guile-procedures.texi >>>> Making all in module >>>> GUILEC ice-9/eval.go >>>> wrote `ice-9/eval.go' >>>> GUILEC ice-9/psyntax-pp.go >>>> Backtrace: >>>> In ice-9/eval.scm: [] >>>> In unknown file: >>>> ?: 1 [#<variable 10ec94d00 value: #<procedure #<variable 10ec94d00 >>>> value: #<program 10e54bac0>> (_ #:optional _)>> # ...] >>>> In ice-9/eval.scm: >>>> 481: 0 [lp (#<fluid 12>) ((#<catch-closure 10ee8ab60>))] >>>> >>>> ice-9/eval.scm:481:19: make[2]: *** [ice-9/psyntax-pp.go] Error 1 >>>> make[1]: *** [all-recursive] Error 1 >>>> make: *** [all] Error 2 >>>> ### execution of /tmp/fink.ZSCgk failed, exit code 2 >>>> ### execution of /tmp/fink.tysMv failed, exit code 2 >>>> Removing runtime build-lock... >>>> Removing build-lock package... >>>> /sw/bin/dpkg-lockwait -r fink-buildlock-guile20-2.0.11-1 >>>> (Reading database ... 259596 files and directories currently installed.) >>>> Removing fink-buildlock-guile20-2.0.11-1 ... >>>> Failed: phase compiling: guile20-2.0.11-1 failed [] > I'll cc the maintainer.
This is the problem that was fixed by un-optimizing the compilation of vm.c. The fix is currently conditioned on OSX version >= 10.9. It is needed for xcode 5.1 also on OSX 10.8, so it would be better conditioned on the clang version >= 503.0.38. Something like (from dirac.info) if [[ ! "$(clang --version | head -n1 | cut -d- -f2 | cut -d')' -f1)" < "503.0.38" ]] instead of if test "$darwin_vers" -ge 13 -- Martin ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ 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