Skip to content

Instantly share code, notes, and snippets.

@mrcustard
Created November 5, 2015 16:25
Show Gist options
  • Save mrcustard/45ba76bcc0cd13babf1e to your computer and use it in GitHub Desktop.
Save mrcustard/45ba76bcc0cd13babf1e to your computer and use it in GitHub Desktop.
Omnibus Project
bundle exec omnibus build junkdrawer
[CLI] I | Using config from 'omnibus.rb'
Building junkdrawer 1.5.0+20151105160758...
[Software: preparation] I | Resolving manifest entry for preparation
[NullFetcher: preparation] I | Fetching `preparation' (nothing to fetch)
[Software: zlib] I | Resolving manifest entry for zlib
[NetFetcher: zlib] I | Downloading from `http://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib-1.2.8.tar.gz'
[Software: ncurses] I | Resolving manifest entry for ncurses 0% (0 KB/sec)
[NetFetcher: ncurses] I | Downloading from `http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz'
[Software: libedit] I | Resolving manifest entry for libedit
[NetFetcher: libedit] I | Downloading from `http://www.thrysoee.dk/editline/libedit-20120601-3.0.tar.gz'
[Software: cacerts] I | Resolving manifest entry for cacerts 0% (0 KB/sec)
[NetFetcher: cacerts] I | Downloading from `http://curl.haxx.se/ca/cacert.pem'
[Software: xproto] I | Resolving manifest entry for xproto 0% (0 KB/sec)
[Software: util-macros] I | Resolving manifest entry for util-macros 0% (0 KB/sec)
[NetFetcher: xproto] I | Downloading from `http://xorg.freedesktop.org/releases/individual/proto/xproto-7.0.25.tar.gz'
[Software: pkg-config-lite] I | Resolving manifest entry for pkg-config-lite
[Software: makedepend] I | Resolving manifest entry for makedepend 0% (0 KB/sec)
[NetFetcher: util-macros] I | Downloading from `http://xorg.freedesktop.org/releases/individual/util/util-macros-1.18.0.tar.gz'
[Software: openssl] I | Resolving manifest entry for openssl
[NetFetcher: pkg-config-lite] I | Downloading from `http://downloads.sourceforge.net/project/pkgconfiglite/0.28-1/pkg-config-lite-0.28-1.tar.gz' 0% (0 KB/sec)
[NetFetcher: makedepend] I | Downloading from `http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.gz'
[NetFetcher: openssl] I | Downloading from `https://www.openssl.org/source/openssl-1.0.1p.tar.gz'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/net/http.rb:921:in `connect': SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (OpenSSL::SSL::SSLError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/net/http.rb:921:in `block in connect'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/timeout.rb:52:in `timeout'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/net/http.rb:921:in `connect'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/net/http.rb:862:in `do_start'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/net/http.rb:851:in `start'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:313:in `open_http'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:709:in `buffer_open'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:210:in `block in open_loop'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:208:in `catch'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:208:in `open_loop'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:149:in `open_uri'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/core_extensions/open_uri.rb:51:in `open_uri'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:689:in `open'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:34:in `open'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/fetchers/net_fetcher.rb:184:in `download'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/fetchers/net_fetcher.rb:82:in `fetch'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/software.rb:644:in `fetch'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/project.rb:996:in `block (3 levels) in download'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/thread_pool.rb:64:in `call'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/thread_pool.rb:64:in `block (4 levels) in initialize'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/thread_pool.rb:62:in `loop'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/thread_pool.rb:62:in `block (3 levels) in initialize'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/thread_pool.rb:61:in `catch'
from /Users/mgibson/.bundler/ruby/2.0.0/omnibus-3e59997f785a/lib/omnibus/thread_pool.rb:61:in `block (2 levels) in initialize'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment