Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ArchRobison
Created August 28, 2016 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArchRobison/f373e122178290e31e11c74708d68a1c to your computer and use it in GitHub Desktop.
Save ArchRobison/f373e122178290e31e11c74708d68a1c to your computer and use it in GitHub Desktop.
Attempt to install Vector.jl on Ubuntu
julia> Pkg.clone("http://github.com/rprechelt/Vectorize.jl")
INFO: Initializing package repository /home/archr/.julia/v0.5
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Cloning Vectorize from http://github.com/rprechelt/Vectorize.jl
INFO: Computing changes...
INFO: No packages to install, update or remove
INFO: Package database updated
julia> Pkg.build("Vectorize")
INFO: Building Vectorize
sysctl: permission denied on key 'fs.protected_hardlinks'
sysctl: permission denied on key 'fs.protected_symlinks'
sysctl: permission denied on key 'kernel.cad_pid'
sysctl: permission denied on key 'kernel.unprivileged_userns_apparmor_policy'
sysctl: permission denied on key 'kernel.usermodehelper.bset'
sysctl: permission denied on key 'kernel.usermodehelper.inheritable'
sysctl: permission denied on key 'net.ipv4.tcp_fastopen_key'
sysctl: permission denied on key 'net.ipv6.conf.all.stable_secret'
sysctl: permission denied on key 'net.ipv6.conf.default.stable_secret'
sysctl: permission denied on key 'net.ipv6.conf.eno1.stable_secret'
sysctl: permission denied on key 'net.ipv6.conf.lo.stable_secret'
ERROR: LoadError: LoadError: Current platform does not support AVX, AVX2 or AVX512
in error(::String) at ./error.jl:21
in include_from_node1(::String) at ./loading.jl:426 (repeats 2 times)
in macro expansion; at ./none:2 [inlined]
in anonymous at ./<missing>:?
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/archr/.julia/v0.5/Vectorize/src/VML.jl, in expression starting on line 73
while loading /home/archr/.julia/v0.5/Vectorize/src/Vectorize.jl, in expression starting on line 76
===========================================[ ERROR: Vectorize ]===========================================
LoadError: Failed to precompile Vectorize to /home/archr/.julia/lib/v0.5/Vectorize.ji
while loading /home/archr/.julia/v0.5/Vectorize/deps/build.jl, in expression starting on line 43
==========================================================================================================
=============================================[ BUILD ERRORS ]=============================================
WARNING: Vectorize had build errors.
- packages with build errors remain installed in /home/archr/.julia/v0.5
- build the package(s) and all dependencies with `Pkg.build("Vectorize")`
- build a single package by running its `deps/build.jl` script
==========================================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment