Thanks Ivar, yes I can report that the problem does not occur with 06458fa, but does occur with d7d671d1.
It also fails for NLopt on a provides call in the build.jl On Fri, Dec 20, 2013 at 6:27 PM, Ivar Nesje <[email protected]> wrote: > Might be related to https://github.com/JuliaLang/julia/issues/5201 > > Can you try > > git checkout 06458fa > > make > > And see if checking out a old commit that fixes the problem > > If Julia works now, you can report if the problem reappears if you do > > git checkout d7d671d1 > > make > > Ivar > > kl. 17:07:31 UTC+1 fredag 20. desember 2013 skrev Adrian Cuthbertson > følgende: > >> I've just done a clean build of Julia - >> >> Version 0.3.0-prerelease+600 (2013-12-20 08:48 UTC) >> Commit 9961762 (0 days old master) >> x86_64-apple-darwin12.5.0 >> ( OSX 10.8.5 ) >> >> Then after removing .julia I tried installing Cairo and Tk, but got the >> following build errors: >> ... >> Tapped 28 formula >> HEAD is now at 7dbece7 Merge branch 'kegpkg' of >> github.com:staticfloat/homebrew >> into kegpkg >> HEAD is now at e7a2203 Tab fix didn't work, revert to old behavior >> INFO: Building Cairo >> ===[ ERROR: Cairo ]======= >> >> stack overflow >> while loading /Users/adrian/.julia/Cairo/deps/build.jl, in expression >> starting on line 65 >> >> Then similarly for Tk... >> >> =================== >> INFO: Building Tk >> =====[ ERROR: Tk ]==== >> >> stack overflow >> while loading /Users/adrian/.julia/Tk/deps/build.jl, in expression >> starting on line 14 >> >> in both cases the failure is a stack overflow on "provides" calls in the >> build.jl. >> >> Any suggestions on what could be causing this? >> >> Thanks, Adrian. >> >> >> >>
