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?


On Fri, Mar 28, 2014 at 9:02 PM, Guillermo Garza <ggarz...@gmail.com> wrote:

> Isaiah, that doesn't fix the problem.  The output is still the same.  I've
> have the latest Xcode and command-line tools.
>
> It must be a makefile error.  But I don't know why the error occurs, so
> it's hard to find.
>
> On Mar 28, 2014, at 7:52 PM, Isaiah Norton <isaiah.nor...@gmail.com>
> wrote:
>
> > The specific problem is that dsfmt-2.2.tar.gz needs to be decompressed -
> from your file listing above, it has not been. I don't use OS X and don't
> see any hint in the outputs you sent. Surely tar and gz are available? You
> should also make sure to follow the instructions in the README about
> upgrading to latest XCode version and installing command line tools.
> >
> >
> > On Fri, Mar 28, 2014 at 8:38 PM, Guillermo Garza <ggarz...@gmail.com>
> wrote:
> > The output from make -d is here https://gist.github.com/ggarza/9846012
> >
> > Thanks for the effort. I appreciate it.
> >
> > On Mar 28, 2014, at 7:35 PM, Ivar Nesje <iva...@gmail.com> wrote:
> >
> > > Can you try
> > >
> > > make -d
> > >
> > > and post the output?
> > >
> > > PS. I'm out of my knowledge area, but try to see if I can get a hint
> on the problem.
> > >
> > >
> > > kl. 01:16:02 UTC+1 lørdag 29. mars 2014 skrev Guillermo Garza følgende:
> > > Ivar, I get the same output as before (with updated hashes for
> doc/juliadoc.)
> > >
> > >
> > >
> > > On Mar 28, 2014, at 6:11 PM, Ivar Nesje <iva...@gmail.com> wrote:
> > >
> > > > Strange. Just for clarity, can you post the full output of the
> following commands in a gist (or somewhere similar so that we don't clutter
> the thread with several hundred lines of mostly irrelevant text)?
> > > >
> > > > cd ~
> > > > git clone https://github.com/JuliaLang/julia.git julia-test
> > > > cd julia-test
> > > > make
> > > >
> > > > Ivar
> > > >
> > > >
> > > > kl. 23:53:43 UTC+1 fredag 28. mars 2014 skrev Guillermo Garza
> følgende:
> > > > The directory is there and `ls deps/random` has the following output
> > > >
> > > > dSFMT.c.patch     dsfmt-2.2.tar.gz  randmtzig.c
> > > > dSFMT.h.patch     jl_random.c
> > > >
> > > > I didn't have any customizations. I just issued a standard `make`
> command.
> > > >
> > > >
> > > >
> > > > On Mar 28, 2014, at 4:43 PM, Ivar Nesje <iva...@gmail.com> wrote:
> > > >
> > > > > That is really strange, `deps/random` is a directory that is
> checked into the git repository and should be there. Do you have a
> directory named `deps/random` in your repository?
> > > > >
> > > > > Also, you do not include your `make` command, and possible
> customizations. If you use the -j 4 option, the output might be mixed up
> and it is hard to find the real error.
> > > > >
> > > > > Ivar
> > > > >
> > > > >
> > > > > kl. 19:48:49 UTC+1 fredag 28. mars 2014 skrev Guillermo Garza
> følgende:
> > > > > Hi everyone, I get a different error on a 2012 Macbook Air with OS
> X 10.9.2 (I didn't want to start a new thread.)
> > > > >
> > > > > The error message I get after a git clone is:
> > > > >
> > > > > Submodule 'deps/Rmath' (git://github.com/JuliaLang/Rmath.git)
> registered for path 'deps/Rmath'
> > > > > Submodule 'deps/libuv' (git://github.com/JuliaLang/libuv.git)
> registered for path 'deps/libuv'
> > > > > Submodule 'deps/openlibm' (git://github.com/JuliaLang/openlibm.git)
> registered for path 'deps/openlibm'
> > > > > Submodule 'deps/openspecfun' (git://
> github.com/JuliaLang/openspecfun.git) registered for path
> 'deps/openspecfun'
> > > > > Submodule 'doc/juliadoc' (git://github.com/JuliaLang/JuliaDoc.git)
> registered for path 'doc/juliadoc'
> > > > > Cloning into 'deps/Rmath'...
> > > > > remote: Reusing existing pack: 340, done.
> > > > > remote: Total 340 (delta 0), reused 0 (delta 0)
> > > > > Receiving objects: 100% (340/340), 249.69 KiB | 220.00 KiB/s, done.
> > > > > Resolving deltas: 100% (222/222), done.
> > > > > Checking connectivity... done.
> > > > > Submodule path 'deps/Rmath': checked out
> '1864cf7d1fd77e21a9bf8b3a50db6a816f255a0f'
> > > > > Cloning into 'deps/libuv'...
> > > > > remote: Counting objects: 18722, done.
> > > > > remote: Compressing objects: 100% (7423/7423), done.
> > > > > remote: Total 18722 (delta 11237), reused 18722 (delta 11237)
> > > > > Receiving objects: 100% (18722/18722), 10.98 MiB | 160.00 KiB/s,
> done.
> > > > > Resolving deltas: 100% (11237/11237), done.
> > > > > Checking connectivity... done.
> > > > > Submodule path 'deps/libuv': checked out
> '6649b84058e82f52adbc1a98f0b94b8aff8c467d'
> > > > > Cloning into 'deps/openlibm'...
> > > > > remote: Reusing existing pack: 3957, done.
> > > > > remote: Total 3957 (delta 0), reused 0 (delta 0)
> > > > > Receiving objects: 100% (3957/3957), 4.11 MiB | 94.00 KiB/s, done.
> > > > > Resolving deltas: 100% (1897/1897), done.
> > > > > Checking connectivity... done.
> > > > > Submodule path 'deps/openlibm': checked out
> '5f4979e5d1ac985a5081a5de873ce42537c5a6ce'
> > > > > Cloning into 'deps/openspecfun'...
> > > > > remote: Reusing existing pack: 169, done.
> > > > > remote: Total 169 (delta 0), reused 0 (delta 0)
> > > > > Receiving objects: 100% (169/169), 143.05 KiB | 149.00 KiB/s, done.
> > > > > Resolving deltas: 100% (68/68), done.
> > > > > Checking connectivity... done.
> > > > > Submodule path 'deps/openspecfun': checked out
> '13863b3f7dd67aa44cf042a62b740b011940133f'
> > > > > Cloning into 'doc/juliadoc'...
> > > > > remote: Reusing existing pack: 120, done.
> > > > > remote: Total 120 (delta 0), reused 0 (delta 0)
> > > > > Receiving objects: 100% (120/120), 35.94 KiB | 0 bytes/s, done.
> > > > > Resolving deltas: 100% (51/51), done.
> > > > > Checking connectivity... done.
> > > > > Submodule path 'doc/juliadoc': checked out
> '88cb64ff33f25d50244c337cd3c865392a77400a'
> > > > >   % Total    % Received % Xferd  Average Speed   Time    Time
> Time  Current
> > > > >                                  Dload  Upload   Total   Spent
>  Left  Speed
> > > > > 100  284k  100  284k    0     0  96993      0  0:00:03  0:00:03
> --:--:-- 97019
> > > > > /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
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> >
> >
>
>

Reply via email to