I did a 'make clean' and then 'make -j 4'. Didn't watch it so not sure how long it took but still failed.
error in running finalizer: MethodError(uvfinalize,(Pipe(open, 0 bytes waiting),)) error in running finalizer: MethodError(uvfinalize,(Pipe(open, 0 bytes waiting),)) error in running finalizer: MethodError(uvfinalize,(Pipe(open, 0 bytes waiting),)) *** This error is usually fixed by running 'make clean'. If the error persists, try 'make cleanall'. *** Makefile:82: recipe for target '/home/bob/julia/usr/lib/julia/sys.o' failed make[1]: *** [/home/bob/julia/usr/lib/julia/sys.o] Error 1 Makefile:32: recipe for target 'release' failed make: *** [release] Error 2 So I guess I try make cleanall now. On Saturday, March 29, 2014 4:06:40 PM UTC, Bob Cowdery wrote: > > I followed the instructions at > https://github.com/JuliaLang/julia/blob/master/README.windows.md. After a > few false starts it did build. I had to apply both work rounds that were in > the instructions. I tested the build and ran my code. All well so far. > > Now I patched just one file, socket.jl and did make -j 4 again and this > was the result. > > bob@bob-desktop ~/julia > $ make -j 4 > PERL base/version_git.jl.phony > )expr.jl > )pen(alizeunning finalizer: > blas_num_threads=4 > *** This error is usually fixed by running 'make clean'. If the error > persists, try 'make cleanall'. *** > Makefile:82: recipe for target '/home/bob/julia/usr/lib/julia/sys.o' failed > make[1]: *** [/home/bob/julia/usr/lib/julia/sys.o] Error 1 > Makefile:32: recipe for target 'release' failed > make: *** [release] Error 2 > > I really don't want to have to do a full build for one file changed as it > takes a long time on my quad core W7. Anyone know what's going on here? > > Bob >
