0.3.0 is a year out of date, you should update to 0.3.11. Depending which 
BLAS implementation is being used there, you probably need to add 
USE_BLAS64=0 when you build. Where is the actual make command getting run 
there, and what flags are being used? On master when you set 
USE_SYSTEM_BLAS we now default to USE_BLAS64=0 for non-MKL BLAS 
implementations, but looks like I didn't backport that to release-0.3 yet.


On Monday, September 7, 2015 at 1:36:02 AM UTC-7, Phil_n wrote:
>
> julia> versioninfo()
> Julia Version 0.3.0
> Platform Info:
>   System: Linux (x86_64-pc-linux-gnu)
>   CPU: Intel(R) Core(TM) i7-4550U CPU @ 
> 1.50GHz                                     
>   WORD_SIZE: 64                                                    
>   BLAS: libblas                                                      
>   LAPACK: liblapack
>   LIBM: libm
>   LLVM: libLLVM-3.3
>
> I may add that I run python 2.7
>
> I built Julia with Gentoos command "emerge julia". The package manager is 
> Portage. Portage use e-build files that specify the build. I enclose the 
> e-build contents for Julia 0.3.0
>
> DEFINED_PHASES=compile configure install postinst postrm prepare test
> DEPEND=dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= 
> dev-libs/libpcre:3= dev-libs/mpfr:0= dev-libs/openspecfun 
> sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= sci-libs/fftw:3.0= 
> sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0= 
> sci-mathematics/glpk:0= =sys-devel/llvm-3.4* >=sys-libs/libunwind-1.1:7= 
> sys-libs/readline:0= sys-libs/zlib:0= virtual/blas virtual/lapack emacs? ( 
> app-emacs/ess ) dev-util/patchelf virtual/pkgconfig
> DESCRIPTION=High-performance programming language for technical computing
> EAPI=5
> HOMEPAGE=http://julialang.org/
> IUSE=emacs
> KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
> LICENSE=MIT
> RDEPEND=dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= 
> dev-libs/libpcre:3= dev-libs/mpfr:0= dev-libs/openspecfun 
> sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= sci-libs/fftw:3.0= 
> sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0= 
> sci-mathematics/glpk:0= =sys-devel/llvm-3.4* >=sys-libs/libunwind-1.1:7= 
> sys-libs/readline:0= sys-libs/zlib:0= virtual/blas virtual/lapack emacs? ( 
> app-emacs/ess )
> RESTRICT=test
> SLOT=0
> SRC_URI=https://github.com/JuliaLang/julia/archive/v0.3.0.tar.gz -> 
> julia-0.3.0.tar.gz 
> http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz 
> https://dev.gentoo.org/~patrick/libuv-julia-0.3.0.tar.bz2 
> https://dev.gentoo.org/~patrick/rmath-0_p20140821.tar.bz2 
> http://www.public-software-group.org/pub/projects/utf8proc/v1.1.6/utf8proc-v1.1.6.tar.gz
> _eclasses_=elisp-common    73c48c11ad6a6494eda0d0cca848c8fa    eutils    
> 351a78113be5b393c09a2c948701ad36    multilib    
> df4e4d5cfd3d137d0c248e1991c0e4d6    pax-utils    
> 4f1280c0d4dcd8340f731827007c0a53    toolchain-funcs    
> 4b8d3388c0a6e798504e20ba30b49361
> _md5_=0bcd509adf676993353b822904b3e9dd
>
> When running the install script (the e-build) I got the message that a few 
> keywords needed to be set, as follows
>
> # required by dev-lang/julia-0.3.0::gentoo
> # required by julia (argument)
> =dev-libs/openspecfun-0.4-r1 ~amd64
> # required by dev-lang/julia-0.3.0::gentoo
> # required by julia (argument)
> =sys-devel/llvm-3.4.2 ~amd64
> # required by julia (argument)
> =dev-lang/julia-0.3.0 ~amd64
> # required by dev-lang/julia-0.3.0::gentoo
> # required by julia (argument)
> =sci-libs/openlibm-0.3 ~amd64
> # required by dev-lang/julia-0.3.0::gentoo
> # required by julia (argument)
> =dev-libs/double-conversion-2.0.1 ~amd64
> # required by dev-lang/julia-0.3.0::gentoo
> # required by julia (argument)
> =sci-libs/spqr-1.3.1 ~amd64
>
>
> On Monday, September 7, 2015 at 7:57:34 AM UTC+2, Tony Kelman wrote:
>>
>> What does versioninfo() say? Did you build Julia from a git checkout, or 
>> is there some port build recipe for it in Gentoo?
>>
>>
>> On Sunday, September 6, 2015 at 2:37:02 PM UTC-7, Phil_n wrote:
>>>
>>> I am getting an error when i try to load PyPlot for makeing a plot
>>>
>>> julia> using PyPlot 
>>> ERROR: LAPACKException(140544214827008) 
>>>  in include at /usr/bin/../lib/julia/sys.so 
>>>  in include_from_node1 at /usr/bin/../lib/julia/sys.so 
>>>  in include at /usr/bin/../lib/julia/sys.so 
>>>  in include_from_node1 at /usr/bin/../lib/julia/sys.so 
>>>  in include at /usr/bin/../lib/julia/sys.so 
>>>  in include_from_node1 at /usr/bin/../lib/julia/sys.so 
>>>  in include at /usr/bin/../lib/julia/sys.so 
>>>  in include_from_node1 at /usr/bin/../lib/julia/sys.so 
>>> while loading /home/philip/.julia/v0.3/Colors/src/conversions.jl, in 
>>> expression starting on line 717 
>>> while loading /home/philip/.julia/v0.3/Colors/src/Colors.jl, in 
>>> expression starting on line 31 
>>> while loading /home/philip/.julia/v0.3/PyPlot/src/colormaps.jl, in 
>>> expression starting on line 4 
>>> while loading /home/philip/.julia/v0.3/PyPlot/src/PyPlot.jl, in 
>>> expression starting on line 489
>>>
>>> Can anyone guide me to the root casue of this problem, I would be 
>>> greatful
>>>
>>> I am running Gentoo Linux on a Lenovo X1 Carbon laptop
>>>
>>> Tnx /Phil
>>>
>>

Reply via email to