I just found this issue for libuv:

  https://github.com/joyent/libuv/issues/1478

And this discussion on julia-users:

  
https://groups.google.com/forum/?fromgroups=#!searchin/julia-users/dtrace/julia-users/UgE69cSDhE8/6YBON5Nia2UJ

I also run into the same issue when trying to build the release-0.3 branch.

I don't see a present solution to this problem from reading the libuv issue 
and the discussion linked above.

Cheers,
Nick

On Tuesday, November 18, 2014 11:21:44 AM UTC-8, Nick Henderson wrote:
>
> Hello! I am getting the following build error on a fresh clone of julia:
>
> julia-master$ make
>  /bin/sh ./config.status
> config.status: creating libuv.pc
> config.status: creating Makefile
> config.status: executing depfiles commands
> config.status: executing libtool commands
>   GEN      include/uv-dtrace.h
> /usr/bin/dtrace invalid option -xnolibs
> Usage /usr/bin/dtrace [--help] [-h | -G] [-C [-I<Path>]] -s File.d [-o 
> <File>]
> make[3]: *** [include/uv-dtrace.h] Error 1
> make[2]: *** [libuv/.libs/libuv.a] Error 2
> make[1]: *** [julia-release] Error 2
> make: *** [release] Error 2
>
> I am using Fedora 20 on x86_64.
>
> Any thoughts?
>
> Thanks,
> Nick
>

Reply via email to