The directory created by ‘tar`is not named 'deps/random/dsfmt-2.2/‘ but rather `deps/random/dSFMT-src-2.2`
The output of `tar`, `ls deps/random` and `ls deps/random/dSFMT-src-2.2` is below % tar xzf deps/random/dsfmt-2.2.tar.gz -C deps/random % ls deps/random dSFMT-src-2.2/ dSFMT.c.patch dSFMT.h.patch dsfmt-2.2.tar.gz jl_random.c randmtzig.c % ls deps/random/dSFMT-src-2.2 CHANGE-LOG.txt dSFMT-common.h dSFMT-params2203.h dSFMT.132049.out.txt dSFMT.86243.out.txt FILES.txt dSFMT-params.h dSFMT-params4253.h dSFMT.19937.out.txt dSFMT.c LICENSE.txt dSFMT-params11213.h dSFMT-params44497.h dSFMT.216091.out.txt dSFMT.h Makefile dSFMT-params1279.h dSFMT-params521.h dSFMT.2203.out.txt html/ README.jp.txt dSFMT-params132049.h dSFMT-params86243.h dSFMT.4253.out.txt test.c README.txt dSFMT-params19937.h dSFMT.11213.out.txt dSFMT.44497.out.txt check.sh* dSFMT-params216091.h dSFMT.1279.out.txt dSFMT.521.out.txt On Mar 28, 2014, at 8:27 PM, Elliot Saba <staticfl...@gmail.com> wrote: > Is there a "random" directory inside of "deps" in the root julia folder? > -E > > > On Fri, Mar 28, 2014 at 6:21 PM, Guillermo Garza <ggarz...@gmail.com> wrote: > Isaiah, the file is decompressed, but nothing changes. I get the same error. > > /bin/sh: line 0: cd: random: No such file or directory > make[2]: *** [random/dsfmt-2.2/config.status] Error 1 > make[1]: *** [julia-release] Error 2 > make: *** [release] Error 2 > > On Mar 28, 2014, at 8:16 PM, Isaiah Norton <isaiah.nor...@gmail.com> wrote: > > > The Makefile error occurs because that file has not been decompressed. The > > question is why. What happens if you run `tar xzf > > deps/random/dsfmt-2.2.tar.gz -C deps/random` to decompress it? > >