[julia-users] Re: Pkg.build("IJulia") failed with rc2

2015-09-20 Thread Johan Sigfrids
The cycle of errors is not infinite, just very long. I left it running over night and next morning it was finished. On Sunday, September 20, 2015 at 11:15:35 AM UTC+3, Chris Stook wrote: > > After updating to rc2, Pkg.build("IJulia") resulted in an infinite cycle > of errors. After watching the

[julia-users] Re: Pkg.build("IJulia") failed with rc2

2015-09-20 Thread Martijn Visser
Turns out #32 was not enough, the warnings were about the Union() syntax that changed to Union{}, and this was not included in #32. So I created this PR, which solved these problems for me: https://github.com/amitmurthy/LibExpat.jl/pull/37 On Sunday, September 20, 2015 at 10:20:58 AM UTC+2, Marti

[julia-users] Re: Pkg.build("IJulia") failed with rc2

2015-09-20 Thread Martijn Visser
I had the same thing. I believe it would be solved by merging https://github.com/amitmurthy/LibExpat.jl/pull/32 -Martijn On Sunday, September 20, 2015 at 10:15:35 AM UTC+2, Chris Stook wrote: > > After updating to rc2, Pkg.build("IJulia") resulted in an infinite cycle > of errors. After watchi

[julia-users] Re: Pkg.build("IJulia") failed with rc2

2015-09-20 Thread Chris Stook
Went back to rc1. IJulia is OK now. -Chris On Sunday, September 20, 2015 at 4:15:35 AM UTC-4, Chris Stook wrote: > > After updating to rc2, Pkg.build("IJulia") resulted in an infinite cycle > of errors. After watching the errors for a a few minutes I hit ctrl-C a > few times to stop. I then