Skip to content

Instantly share code, notes, and snippets.

@rened
Created September 16, 2013 09:44
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 rened/6578625 to your computer and use it in GitHub Desktop.
Save rened/6578625 to your computer and use it in GitHub Desktop.
BinDeps issue during clean install of HttpServer / GnuTLS, 64bit ubuntu
rene@cn2:~ $ rm -rf .julia
rene@cn2:~ $ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-prerelease+3743
_/ |\__'_|_|_|\__'_| | Commit fc445f8* 2013-09-16 05:29:41 UTC
|__/ | x86_64-redhat-linux
julia> Pkg.add("HttpServer")
INFO: Initializing package repository /home/rene/.julia.
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
INFO: Cloning cache of HttpParser from git://github.com/hackerschool/HttpParser.jl.git
INFO: Cloning cache of BinDeps from git://github.com/loladiro/BinDeps.jl.git
INFO: Cloning cache of Calendar from git://github.com/nolta/Calendar.jl.git
INFO: Cloning cache of FactCheck from git://github.com/zachallaun/FactCheck.jl.git
INFO: Cloning cache of HttpServer from git://github.com/hackerschool/HttpServer.jl.git
INFO: Cloning cache of GnuTLS from git://github.com/loladiro/GnuTLS.jl.git
INFO: Cloning cache of HttpCommon from git://github.com/hackerschool/HttpCommon.jl.git
INFO: Cloning cache of ICU from git://github.com/nolta/ICU.jl.git
INFO: Cloning cache of URIParser from git://github.com/loladiro/URIParser.jl.git
INFO: Cloning cache of UTF16 from git://github.com/nolta/UTF16.jl.git
INFO: Installing HttpParser v0.0.4
INFO: Installing BinDeps v0.2.5
INFO: Installing Calendar v0.4.0
INFO: Installing FactCheck v0.1.0
INFO: Installing HttpServer v0.0.3
INFO: Installing GnuTLS v0.0.0
INFO: Installing HttpCommon v0.0.2
INFO: Installing ICU v0.0.0
INFO: Installing URIParser v0.0.0
INFO: Installing UTF16 v0.2.0
INFO: Running build script for package HttpParser
INFO: Changing Directory to /home/rene/.julia/HttpParser
Submodule 'deps/src/http-parser' (https://github.com/joyent/http-parser.git) registered for path 'deps/src/http-parser'
Initialized empty Git repository in /home/rene/.julia/HttpParser/deps/src/http-parser/.git/
remote: Counting objects: 1157, done.
remote: Compressing objects: 100% (634/634), done.
remote: Total 1157 (delta 705), reused 945 (delta 517)
Receiving objects: 100% (1157/1157), 377.89 KiB | 381 KiB/s, done.
Resolving deltas: 100% (705/705), done.
Submodule path 'deps/src/http-parser': checked out '80819384450b5511a3d1c424dd92a5843c891364'
INFO: Changing Directory to /home/rene/.julia/HttpParser
INFO: Changing Directory to /home/rene/.julia/HttpParser/deps/src
INFO: Attempting to Create directory /home/rene/.julia/HttpParser/deps/usr/lib
INFO: Changing Directory to /home/rene/.julia/HttpParser/deps/src
make: Entering directory `/home/rene/.julia/HttpParser/deps/src/http-parser'
cc -I. -DHTTP_PARSER_STRICT=0 -Wall -Wextra -Werror -O3 -fPIC -c http_parser.c -o libhttp_parser.o
cc -shared -o libhttp_parser.so libhttp_parser.o
make: Leaving directory `/home/rene/.julia/HttpParser/deps/src/http-parser'
INFO: Changing Directory to /home/rene/.julia/HttpParser/deps/src
INFO: Running build script for package GnuTLS
WARNING: An exception occured while building binary dependencies.
You may have to take manual steps to complete the installation, see the error message below.
To reattempt the installation, run Pkg.fixup("GnuTLS").
in build at pkg.jl:386
ERROR: no method package_available(Yum,)
in can_provide at /home/rene/.julia/BinDeps/src/dependencies.jl:387
in _find_library at /home/rene/.julia/BinDeps/src/dependencies.jl:311
in satisfy! at /home/rene/.julia/BinDeps/src/dependencies.jl:402 (repeats 2 times)
in anonymous at /home/rene/.julia/BinDeps/src/dependencies.jl:430
in include at boot.jl:238
at /home/rene/.julia/GnuTLS/deps/build.jl:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment