Guest User

Untitled

a guest
Aug 22nd, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.90 KB | None | 0 0
  1. to setup stellar_core_commander on a fresh install of Ubuntu 14.04 or Linux Mint 17:
  2.  
  3. apt-get install postgresql
  4.  
  5. sudo -u postgres createuser --superuser $USER
  6.  
  7. that fixes this:
  8. sacarlson@sacarlson-asrock ~/github/stellar/stellar_core_commander/examples $ psql postgres -c "\l"
  9. psql: FATAL: role "sacarlson" does not exist
  10. sacarlson@sacarlson-asrock ~/github/stellar/stellar_core_commander/examples $ psql postgres -c "\l"
  11. List of databases
  12. Name | Owner | Encoding | Collate | Ctype | Access privileges
  13. -----------+----------+----------+-------------+-------------+-----------------------
  14. postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
  15. template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
  16. | | | | | postgres=CTc/postgres
  17. template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
  18. | | | | | postgres=CTc/postgres
  19. (3 rows)
  20.  
  21. createdb foobar && dropdb foobar
  22. is ok
  23.  
  24. sudo apt-get install git
  25. sudo apt-get install -y libreadline-dev
  26. # added per http://hibbard.eu/how-to-install-rbenv-on-linux-mint-17-1/
  27. sudo apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev
  28. # scotty added for scc
  29. sudo apt-get install libpq-dev
  30.  
  31. git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
  32.  
  33. echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
  34. echo 'eval "$(rbenv init -)"' >> ~/.bashrc
  35. echo 'export BUNDLE_PATH=~/.bundle' >>~/.bashrc
  36.  
  37. git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
  38.  
  39. #rbenv install -l ; to see all ruby versions available to install
  40.  
  41. #rbenv install 2.1.2 json-1.8.3/lib/json/common.rb:67: [BUG] Segmentation fault on mint 17 system
  42. rbenv rehash
  43. gem install bundler
  44. rbenv rehash
  45.  
  46. git clone https://github.com/stellar/stellar_core_commander.git ~/scc
  47. cd ~/scc
  48. rbenv local 2.1.2
  49. bundle install
  50. bundle update
  51.  
  52.  
  53.  
  54. problems with 2.1.0 - 2.1.1 so far:
  55. sacarlson@sacarlson-asrock ~/github/stellar/stellar_core_commander $ rbenv install 2.1.1
  56. Downloading yaml-0.1.6.tar.gz...
  57. -> https://dqw8nmjcqpjn7.cloudfront.net/7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749
  58. Installing yaml-0.1.6...
  59. Installed yaml-0.1.6 to /home/sacarlson/.rbenv/versions/2.1.1
  60.  
  61. Downloading ruby-2.1.1.tar.gz...
  62. -> https://dqw8nmjcqpjn7.cloudfront.net/c843df31ae88ed49f5393142b02b9a9f5a6557453805fd489a76fbafeae88941
  63. Installing ruby-2.1.1...
  64.  
  65. BUILD FAILED (LinuxMint 17 using ruby-build 20150818)
  66.  
  67. Inspect or clean up the working tree at /tmp/ruby-build.20150819120012.22500
  68. Results logged to /tmp/ruby-build.20150819120012.22500.log
  69.  
  70. Last 10 log lines:
  71. linking shared-object dl/callback.so
  72. compiling ossl_ocsp.c
  73. make[2]: Leaving directory `/tmp/ruby-build.20150819120012.22500/ruby-2.1.1/ext/dl/callback'
  74. compiling ossl_hmac.c
  75. compiling ossl_pkcs12.c
  76. installing default openssl libraries
  77. linking shared-object openssl.so
  78. make[2]: Leaving directory `/tmp/ruby-build.20150819120012.22500/ruby-2.1.1/ext/openssl'
  79. make[1]: Leaving directory `/tmp/ruby-build.20150819120012.22500/ruby-2.1.1'
  80. make: *** [build-ext] Error 2
  81.  
  82. version ruby 2.2.3: problems:
  83. /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require': incompatible library version - /home/sacarlson/.bundle/gems/ffi-1.9.10/lib/ffi_c.so (LoadError)
  84. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require_with_backports'
  85. from /home/sacarlson/.bundle/gems/ffi-1.9.10/lib/ffi.rb:6:in `rescue in <top (required)>'
  86. from /home/sacarlson/.bundle/gems/ffi-1.9.10/lib/ffi.rb:3:in `<top (required)>'
  87. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require'
  88. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require_with_backports'
  89. from /home/sacarlson/.bundle/gems/rbnacl-3.2.0/lib/rbnacl/sodium.rb:2:in `<top (required)>'
  90. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require'
  91. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require_with_backports'
  92. from /home/sacarlson/.bundle/gems/rbnacl-3.2.0/lib/rbnacl.rb:3:in `<top (required)>'
  93. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require'
  94. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require_with_backports'
  95. from /home/sacarlson/.bundle/gems/rbnacl-libsodium-1.0.3/lib/rbnacl/libsodium.rb:11:in `<top (required)>'
  96. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require'
  97. from /home/sacarlson/.bundle/gems/backports-3.6.6/lib/backports/std_lib.rb:9:in `require_with_backports'
  98. from /home/sacarlson/.bundle/gems/stellar-base-0.1.4/lib/stellar-base.rb:2:in `<top (required)>'
  99. from /home/sacarlson/github/stellar/stellar_core_commander/lib/stellar_core_commander.rb:3:in `require'
  100. from /home/sacarlson/github/stellar/stellar_core_commander/lib/stellar_core_commander.rb:3:in `<top (required)>'
  101. from bin/scc:3:in `require'
  102. from bin/scc:3:in `<main>'
  103.  
  104. version ruby 2.1.2 problems:
  105. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb:67: [BUG] Segmentation fault at 0x00000000000018
  106. ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
  107.  
  108. -- Control frame information -----------------------------------------------
  109. c:0024 p:---- s:0075 e:000074 CFUNC :initialize
  110. c:0023 p:---- s:0073 e:000072 CFUNC :new
  111. c:0022 p:0075 s:0070 e:000067 METHOD /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb:67
  112. c:0021 p:0070 s:0059 e:000057 CLASS /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext.rb:17
  113. c:0020 p:0011 s:0056 e:000055 CLASS /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext.rb:12
  114. c:0019 p:0057 s:0054 e:000053 TOP /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext.rb:9 [FINISH]
  115. c:0018 p:---- s:0052 e:000051 CFUNC :require
  116. c:0017 p:0019 s:0048 e:000047 CLASS /home/sacarlson/.bundle/gems/json-1.8.3/lib/json.rb:58
  117. c:0016 p:0017 s:0046 e:000045 TOP /home/sacarlson/.bundle/gems/json-1.8.3/lib/json.rb:54 [FINISH]
  118. c:0015 p:---- s:0044 e:000043 CFUNC :require
  119. c:0014 p:0007 s:0040 e:000039 TOP /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/json.rb:2 [FINISH]
  120. c:0013 p:---- s:0038 e:000037 CFUNC :require
  121. c:0012 p:0079 s:0034 e:000033 TOP /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object.rb:12 [FINISH]
  122. c:0011 p:---- s:0032 e:000031 CFUNC :require
  123. c:0010 p:0009 s:0028 e:000027 BLOCK /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext.rb:2 [FINISH]
  124. c:0009 p:---- s:0025 e:000024 CFUNC :each
  125. c:0008 p:0029 s:0022 e:000021 TOP /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext.rb:1 [FINISH]
  126. c:0007 p:---- s:0020 e:000019 CFUNC :require
  127. c:0006 p:0023 s:0016 e:000015 TOP /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/all.rb:3 [FINISH]
  128. c:0005 p:---- s:0014 e:000013 CFUNC :require
  129. c:0004 p:0015 s:0010 e:000009 TOP /home/sacarlson/github/stellar/stellar_core_commander/lib/stellar_core_commander.rb:2 [FINISH]
  130. c:0003 p:---- s:0008 e:000007 CFUNC :require
  131. c:0002 p:0007 s:0004 E:0003e8 EVAL bin/scc:3 [FINISH]
  132. c:0001 p:0000 s:0002 E:000958 TOP [FINISH]
  133.  
  134. -- Ruby level backtrace information ----------------------------------------
  135. bin/scc:3:in `<main>'
  136. bin/scc:3:in `require'
  137. /home/sacarlson/github/stellar/stellar_core_commander/lib/stellar_core_commander.rb:2:in `<top (required)>'
  138. /home/sacarlson/github/stellar/stellar_core_commander/lib/stellar_core_commander.rb:2:in `require'
  139. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/all.rb:3:in `<top (required)>'
  140. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/all.rb:3:in `require'
  141. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext.rb:1:in `<top (required)>'
  142. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext.rb:1:in `each'
  143. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext.rb:2:in `block in <top (required)>'
  144. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext.rb:2:in `require'
  145. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object.rb:12:in `<top (required)>'
  146. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object.rb:12:in `require'
  147. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/json.rb:2:in `<top (required)>'
  148. /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/json.rb:2:in `require'
  149. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json.rb:54:in `<top (required)>'
  150. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json.rb:58:in `<module:JSON>'
  151. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json.rb:58:in `require'
  152. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext.rb:9:in `<top (required)>'
  153. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext.rb:12:in `<module:JSON>'
  154. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext.rb:17:in `<module:Ext>'
  155. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb:67:in `generator='
  156. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb:67:in `new'
  157. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb:67:in `initialize'
  158.  
  159. -- C level backtrace information -------------------------------------------
  160. ruby(+0x18242c) [0x7fb2ad08642c]
  161. ruby(+0x1f3ad3) [0x7fb2ad0f7ad3]
  162. ruby(rb_bug+0xb3) [0x7fb2ad0f8cd3]
  163. ruby(+0xf94ee) [0x7fb2acffd4ee]
  164. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7fb2acad1340]
  165. ruby(rb_hash_aref+0xc) [0x7fb2acf4cd1c]
  166. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so(+0x260e) [0x7fb2a814760e] generator.c:549
  167. /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so(+0x2b4d) [0x7fb2a8147b4d] generator.c:976
  168. ruby(+0x1751ba) [0x7fb2ad0791ba]
  169. ruby(+0x175c19) [0x7fb2ad079c19]
  170. ruby(rb_class_new_instance+0x21) [0x7fb2acf84401]
  171. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  172. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  173. ruby(+0x16fc13) [0x7fb2ad073c13]
  174. ruby(+0x1741ed) [0x7fb2ad0781ed]
  175. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  176. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  177. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  178. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  179. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  180. ruby(+0x16fc13) [0x7fb2ad073c13]
  181. ruby(+0x1741ed) [0x7fb2ad0781ed]
  182. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  183. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  184. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  185. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  186. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  187. ruby(+0x16fc13) [0x7fb2ad073c13]
  188. ruby(+0x1741ed) [0x7fb2ad0781ed]
  189. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  190. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  191. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  192. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  193. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  194. ruby(+0x16fc13) [0x7fb2ad073c13]
  195. ruby(+0x1741ed) [0x7fb2ad0781ed]
  196. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  197. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  198. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  199. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  200. ruby(+0x16fc13) [0x7fb2ad073c13]
  201. ruby(+0x1741ed) [0x7fb2ad0781ed]
  202. ruby(rb_yield+0x3a4) [0x7fb2ad083154]
  203. ruby(rb_ary_each+0x52) [0x7fb2ad0a2552]
  204. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  205. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  206. ruby(+0x16fb76) [0x7fb2ad073b76]
  207. ruby(+0x1741ed) [0x7fb2ad0781ed]
  208. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  209. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  210. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  211. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  212. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  213. ruby(+0x16fc13) [0x7fb2ad073c13]
  214. ruby(+0x1741ed) [0x7fb2ad0781ed]
  215. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  216. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  217. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  218. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  219. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  220. ruby(+0x16fc13) [0x7fb2ad073c13]
  221. ruby(+0x1741ed) [0x7fb2ad0781ed]
  222. ruby(rb_iseq_eval+0x1b8) [0x7fb2ad084098]
  223. ruby(+0x1fa5b0) [0x7fb2ad0fe5b0]
  224. ruby(rb_require_safe+0x599) [0x7fb2ad0fff89]
  225. ruby(+0x16bd5c) [0x7fb2ad06fd5c]
  226. ruby(+0x1784fd) [0x7fb2ad07c4fd]
  227. ruby(+0x16fc13) [0x7fb2ad073c13]
  228. ruby(+0x1741ed) [0x7fb2ad0781ed]
  229. ruby(rb_iseq_eval_main+0x212) [0x7fb2ad084312]
  230. ruby(+0x22bca) [0x7fb2acf26bca]
  231. ruby(ruby_run_node+0x2f) [0x7fb2acf2a0af]
  232. ruby(+0x227db) [0x7fb2acf267db]
  233. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fb2abfdaec5]
  234. ruby(+0x22809) [0x7fb2acf26809]
  235.  
  236. -- Other runtime information -----------------------------------------------
  237.  
  238. * Loaded script: bin/scc
  239.  
  240. * Loaded features:
  241.  
  242. 0 enumerator.so
  243. 1 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
  244. 2 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
  245. 3 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/rbconfig.rb
  246. 4 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/compatibility.rb
  247. 5 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/defaults.rb
  248. 6 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/deprecate.rb
  249. 7 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/errors.rb
  250. 8 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/version.rb
  251. 9 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/requirement.rb
  252. 10 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/platform.rb
  253. 11 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/basic_specification.rb
  254. 12 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/stub_specification.rb
  255. 13 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/util/stringio.rb
  256. 14 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/specification.rb
  257. 15 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/exceptions.rb
  258. 16 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
  259. 17 thread.rb
  260. 18 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/thread.so
  261. 19 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb
  262. 20 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
  263. 21 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems.rb
  264. 22 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/pathname.so
  265. 23 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/pathname.rb
  266. 24 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/constants.rb
  267. 25 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/dependency.rb
  268. 26 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/path_support.rb
  269. 27 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/io/console.so
  270. 28 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/user_interaction.rb
  271. 29 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/etc.so
  272. 30 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/config_file.rb
  273. 31 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext/build_error.rb
  274. 32 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext/builder.rb
  275. 33 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext/configure_builder.rb
  276. 34 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/fileutils.rb
  277. 35 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/delegate.rb
  278. 36 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/tmpdir.rb
  279. 37 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/tempfile.rb
  280. 38 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext/ext_conf_builder.rb
  281. 39 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext/rake_builder.rb
  282. 40 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/optparse.rb
  283. 41 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/command.rb
  284. 42 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext/cmake_builder.rb
  285. 43 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/ext.rb
  286. 44 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/rubygems_integration.rb
  287. 45 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/current_ruby.rb
  288. 46 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/shared_helpers.rb
  289. 47 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/gem_path_manipulation.rb
  290. 48 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/gem_helpers.rb
  291. 49 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/match_platform.rb
  292. 50 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/rubygems_ext.rb
  293. 51 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/version.rb
  294. 52 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler.rb
  295. 53 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/common.rb
  296. 54 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/generic.rb
  297. 55 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ftp.rb
  298. 56 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/http.rb
  299. 57 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/https.rb
  300. 58 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldap.rb
  301. 59 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/ldaps.rb
  302. 60 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri/mailto.rb
  303. 61 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/uri.rb
  304. 62 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/settings.rb
  305. 63 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/strscan.so
  306. 64 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/source.rb
  307. 65 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest.so
  308. 66 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/digest.rb
  309. 67 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
  310. 68 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/source/path.rb
  311. 69 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/source/git.rb
  312. 70 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/socket.so
  313. 71 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/socket.rb
  314. 72 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/timeout.rb
  315. 73 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/protocol.rb
  316. 74 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/zlib.so
  317. 75 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/stringio.so
  318. 76 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/exceptions.rb
  319. 77 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/header.rb
  320. 78 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/generic_request.rb
  321. 79 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/request.rb
  322. 80 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/requests.rb
  323. 81 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/response.rb
  324. 82 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/responses.rb
  325. 83 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/proxy_delta.rb
  326. 84 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/backward.rb
  327. 85 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http.rb
  328. 86 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/date_core.so
  329. 87 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/date/format.rb
  330. 88 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/date.rb
  331. 89 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/time.rb
  332. 90 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/request.rb
  333. 91 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/cgi/core.rb
  334. 92 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/cgi/util.rb
  335. 93 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/cgi/cookie.rb
  336. 94 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/cgi.rb
  337. 95 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/uri_formatter.rb
  338. 96 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/fcntl.so
  339. 97 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/openssl.so
  340. 98 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/bn.rb
  341. 99 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/cipher.rb
  342. 100 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/config.rb
  343. 101 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/digest.rb
  344. 102 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/x509.rb
  345. 103 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/buffering.rb
  346. 104 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl/ssl.rb
  347. 105 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl.rb
  348. 106 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/securerandom.rb
  349. 107 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/resolv.rb
  350. 108 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/remote_fetcher.rb
  351. 109 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/text.rb
  352. 110 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/name_tuple.rb
  353. 111 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/spec_fetcher.rb
  354. 112 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/source/rubygems.rb
  355. 113 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/lockfile_parser.rb
  356. 114 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb
  357. 115 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/definition.rb
  358. 116 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/dependency.rb
  359. 117 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/ruby_dsl.rb
  360. 118 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/dsl.rb
  361. 119 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/source_list.rb
  362. 120 /home/sacarlson/github/stellar/stellar_core_commander/lib/stellar_core_commander/version.rb
  363. 121 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/lazy_specification.rb
  364. 122 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/tsort.rb
  365. 123 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb
  366. 124 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/spec_set.rb
  367. 125 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/index.rb
  368. 126 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/environment.rb
  369. 127 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/runtime.rb
  370. 128 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/remote_specification.rb
  371. 129 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/dep_proxy.rb
  372. 130 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
  373. 131 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
  374. 132 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
  375. 133 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
  376. 134 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
  377. 135 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
  378. 136 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
  379. 137 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
  380. 138 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo.rb
  381. 139 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/vendored_molinillo.rb
  382. 140 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/resolver.rb
  383. 141 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/endpoint_specification.rb
  384. 142 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/stub_specification.rb
  385. 143 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/ui.rb
  386. 144 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/ui/silent.rb
  387. 145 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/ui/rg_proxy.rb
  388. 146 /var/lib/gems/1.9.1/gems/bundler-1.10.6/lib/bundler/setup.rb
  389. 147 /home/sacarlson/.bundle/gems/thread_safe-0.3.5/lib/thread_safe/version.rb
  390. 148 /home/sacarlson/.bundle/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb
  391. 149 /home/sacarlson/.bundle/gems/thread_safe-0.3.5/lib/thread_safe.rb
  392. 150 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/array/prepend_and_append.rb
  393. 151 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/deep_merge.rb
  394. 152 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/except.rb
  395. 153 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/slice.rb
  396. 154 /home/sacarlson/.bundle/gems/i18n-0.7.0/lib/i18n/version.rb
  397. 155 /home/sacarlson/.bundle/gems/i18n-0.7.0/lib/i18n/exceptions.rb
  398. 156 /home/sacarlson/.bundle/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
  399. 157 /home/sacarlson/.bundle/gems/i18n-0.7.0/lib/i18n.rb
  400. 158 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/lazy_load_hooks.rb
  401. 159 /home/sacarlson/.bundle/gems/i18n-0.7.0/lib/i18n/config.rb
  402. 160 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/i18n.rb
  403. 161 /home/sacarlson/.bundle/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb
  404. 162 /home/sacarlson/.bundle/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb
  405. 163 /home/sacarlson/.bundle/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb
  406. 164 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/inflector/inflections.rb
  407. 165 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/inflections.rb
  408. 166 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/inflector/methods.rb
  409. 167 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/dependencies/autoload.rb
  410. 168 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/gem_version.rb
  411. 169 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/version.rb
  412. 170 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/array/extract_options.rb
  413. 171 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/attribute_accessors.rb
  414. 172 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/concern.rb
  415. 173 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/logger_silence.rb
  416. 174 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/logger.rb
  417. 175 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/logger.rb
  418. 176 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support.rb
  419. 177 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/acts_like.rb
  420. 178 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/time/acts_like.rb
  421. 179 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/base64.rb
  422. 180 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so
  423. 181 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/delegation.rb
  424. 182 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/multibyte.rb
  425. 183 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/multibyte.rb
  426. 184 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/inflector/transliterate.rb
  427. 185 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/inflections.rb
  428. 186 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/calculations.rb
  429. 187 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/singleton.rb
  430. 188 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/singleton_class.rb
  431. 189 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/deprecation/instance_delegator.rb
  432. 190 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/notifications/instrumenter.rb
  433. 191 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/mutex_m.rb
  434. 192 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/notifications/fanout.rb
  435. 193 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/per_thread_registry.rb
  436. 194 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/notifications.rb
  437. 195 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/deprecation/behaviors.rb
  438. 196 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/deprecation/reporting.rb
  439. 197 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/aliasing.rb
  440. 198 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/deprecation/method_wrappers.rb
  441. 199 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/deprecation/proxy_wrappers.rb
  442. 200 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/deprecation.rb
  443. 201 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/deprecation.rb
  444. 202 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/reporting.rb
  445. 203 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/blank.rb
  446. 204 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/xml_mini/rexml.rb
  447. 205 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/xml_mini.rb
  448. 206 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/keys.rb
  449. 207 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/to_query.rb
  450. 208 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/to_param.rb
  451. 209 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/array/conversions.rb
  452. 210 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/duration.rb
  453. 211 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb
  454. 212 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb
  455. 213 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb
  456. 214 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb
  457. 215 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb
  458. 216 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb
  459. 217 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb
  460. 218 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb
  461. 219 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb
  462. 220 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb
  463. 221 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb
  464. 222 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb
  465. 223 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb
  466. 224 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb
  467. 225 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb
  468. 226 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb
  469. 227 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb
  470. 228 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb
  471. 229 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb
  472. 230 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb
  473. 231 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb
  474. 232 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb
  475. 233 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb
  476. 234 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb
  477. 235 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb
  478. 236 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb
  479. 237 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/country.rb
  480. 238 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb
  481. 239 /home/sacarlson/.bundle/gems/tzinfo-1.2.2/lib/tzinfo.rb
  482. 240 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/try.rb
  483. 241 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb
  484. 242 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/time/conversions.rb
  485. 243 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/time_with_zone.rb
  486. 244 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_and_time/zones.rb
  487. 245 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/time/zones.rb
  488. 246 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_and_time/calculations.rb
  489. 247 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/time/calculations.rb
  490. 248 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/time/marshal.rb
  491. 249 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/time.rb
  492. 250 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date/acts_like.rb
  493. 251 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date/zones.rb
  494. 252 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date/calculations.rb
  495. 253 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/remove_method.rb
  496. 254 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date/conversions.rb
  497. 255 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date.rb
  498. 256 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/acts_like.rb
  499. 257 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/conversions.rb
  500. 258 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/zones.rb
  501. 259 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time.rb
  502. 260 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/numeric/time.rb
  503. 261 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/time.rb
  504. 262 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/conversions.rb
  505. 263 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/zones.rb
  506. 264 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/time.rb
  507. 265 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/name_error.rb
  508. 266 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/struct.rb
  509. 267 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/class/attribute.rb
  510. 268 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/class/delegating_attributes.rb
  511. 269 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/anonymous.rb
  512. 270 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/reachable.rb
  513. 271 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/class/subclasses.rb
  514. 272 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/class.rb
  515. 273 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/inflector.rb
  516. 274 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/introspection.rb
  517. 275 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/attr_internal.rb
  518. 276 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/concerning.rb
  519. 277 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module/qualified_const.rb
  520. 278 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/module.rb
  521. 279 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/agnostics.rb
  522. 280 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/concern.rb
  523. 281 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel.rb
  524. 282 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/range/conversions.rb
  525. 283 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/range/include_range.rb
  526. 284 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/range/overlaps.rb
  527. 285 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/range/each.rb
  528. 286 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/range.rb
  529. 287 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/regexp.rb
  530. 288 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/uri.rb
  531. 289 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/marshal.rb
  532. 290 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/file/atomic.rb
  533. 291 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/file.rb
  534. 292 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/thread.rb
  535. 293 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/compact.rb
  536. 294 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/array/wrap.rb
  537. 295 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/reverse_merge.rb
  538. 296 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/conversions.rb
  539. 297 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/hash_with_indifferent_access.rb
  540. 298 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/indifferent_access.rb
  541. 299 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/transform_values.rb
  542. 300 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/hash.rb
  543. 301 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb
  544. 302 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/benchmark.rb
  545. 303 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/filters.rb
  546. 304 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/starts_ends_with.rb
  547. 305 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/access.rb
  548. 306 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/behavior.rb
  549. 307 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/erb.rb
  550. 308 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/output_safety.rb
  551. 309 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/exclude.rb
  552. 310 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/strip.rb
  553. 311 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/string_inquirer.rb
  554. 312 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/inquiry.rb
  555. 313 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string/indent.rb
  556. 314 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/string.rb
  557. 315 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/multiple.rb
  558. 316 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/inflections.rb
  559. 317 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/integer.rb
  560. 318 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/load_error.rb
  561. 319 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/duplicable.rb
  562. 320 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/deep_dup.rb
  563. 321 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/itself.rb
  564. 322 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/inclusion.rb
  565. 323 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/conversions.rb
  566. 324 /home/sacarlson/.bundle/gems/activesupport-4.2.3/lib/active_support/core_ext/object/instance_variables.rb
  567. 325 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/version.rb
  568. 326 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/ostruct.rb
  569. 327 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/generic_object.rb
  570. 328 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/common.rb
  571. 329 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
  572. 330 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
  573. 331 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
  574. 332 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
  575. 333 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/parser.so
  576. 334 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so
  577.  
  578. * Process memory map:
  579.  
  580. 7fb2a7f2e000-7fb2a7f44000 r-xp 00000000 fc:00 160683 /lib/x86_64-linux-gnu/libgcc_s.so.1
  581. 7fb2a7f44000-7fb2a8143000 ---p 00016000 fc:00 160683 /lib/x86_64-linux-gnu/libgcc_s.so.1
  582. 7fb2a8143000-7fb2a8144000 r--p 00015000 fc:00 160683 /lib/x86_64-linux-gnu/libgcc_s.so.1
  583. 7fb2a8144000-7fb2a8145000 rw-p 00016000 fc:00 160683 /lib/x86_64-linux-gnu/libgcc_s.so.1
  584. 7fb2a8145000-7fb2a814c000 r-xp 00000000 fc:00 305710 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so
  585. 7fb2a814c000-7fb2a834c000 ---p 00007000 fc:00 305710 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so
  586. 7fb2a834c000-7fb2a834d000 r--p 00007000 fc:00 305710 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so
  587. 7fb2a834d000-7fb2a834e000 rw-p 00008000 fc:00 305710 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/generator.so
  588. 7fb2a834e000-7fb2a834f000 r-xp 00000000 fc:00 4209361 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
  589. 7fb2a834f000-7fb2a854e000 ---p 00001000 fc:00 4209361 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
  590. 7fb2a854e000-7fb2a854f000 r--p 00000000 fc:00 4209361 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
  591. 7fb2a854f000-7fb2a8550000 rw-p 00001000 fc:00 4209361 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so
  592. 7fb2a8550000-7fb2a8551000 r-xp 00000000 fc:00 4209324 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
  593. 7fb2a8551000-7fb2a8750000 ---p 00001000 fc:00 4209324 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
  594. 7fb2a8750000-7fb2a8751000 r--p 00000000 fc:00 4209324 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
  595. 7fb2a8751000-7fb2a8752000 rw-p 00001000 fc:00 4209324 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so
  596. 7fb2a8752000-7fb2a8753000 r-xp 00000000 fc:00 4209328 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
  597. 7fb2a8753000-7fb2a8953000 ---p 00001000 fc:00 4209328 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
  598. 7fb2a8953000-7fb2a8954000 r--p 00001000 fc:00 4209328 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
  599. 7fb2a8954000-7fb2a8955000 rw-p 00002000 fc:00 4209328 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so
  600. 7fb2a8955000-7fb2a8956000 r-xp 00000000 fc:00 4209362 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
  601. 7fb2a8956000-7fb2a8b56000 ---p 00001000 fc:00 4209362 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
  602. 7fb2a8b56000-7fb2a8b57000 r--p 00001000 fc:00 4209362 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
  603. 7fb2a8b57000-7fb2a8b58000 rw-p 00002000 fc:00 4209362 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so
  604. 7fb2a8b58000-7fb2a8b5f000 r-xp 00000000 fc:00 167709 /lib/x86_64-linux-gnu/librt-2.19.so
  605. 7fb2a8b5f000-7fb2a8d5e000 ---p 00007000 fc:00 167709 /lib/x86_64-linux-gnu/librt-2.19.so
  606. 7fb2a8d5e000-7fb2a8d5f000 r--p 00006000 fc:00 167709 /lib/x86_64-linux-gnu/librt-2.19.so
  607. 7fb2a8d5f000-7fb2a8d60000 rw-p 00007000 fc:00 167709 /lib/x86_64-linux-gnu/librt-2.19.so
  608. 7fb2a8d60000-7fb2a8f56000 r-xp 00000000 fc:00 17857 /usr/lib/libruby-1.9.1.so.1.9.1
  609. 7fb2a8f56000-7fb2a9155000 ---p 001f6000 fc:00 17857 /usr/lib/libruby-1.9.1.so.1.9.1
  610. 7fb2a9155000-7fb2a915a000 r--p 001f5000 fc:00 17857 /usr/lib/libruby-1.9.1.so.1.9.1
  611. 7fb2a915a000-7fb2a915e000 rw-p 001fa000 fc:00 17857 /usr/lib/libruby-1.9.1.so.1.9.1
  612. 7fb2a915e000-7fb2a917a000 rw-p 00000000 00:00 0
  613. 7fb2a917a000-7fb2a9180000 r-xp 00000000 fc:00 305714 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/parser.so
  614. 7fb2a9180000-7fb2a937f000 ---p 00006000 fc:00 305714 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/parser.so
  615. 7fb2a937f000-7fb2a9380000 r--p 00005000 fc:00 305714 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/parser.so
  616. 7fb2a9380000-7fb2a9381000 rw-p 00006000 fc:00 305714 /home/sacarlson/.bundle/gems/json-1.8.3/lib/json/ext/parser.so
  617. 7fb2a9381000-7fb2a9395000 r-xp 00000000 fc:00 3690996 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so
  618. 7fb2a9395000-7fb2a9594000 ---p 00014000 fc:00 3690996 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so
  619. 7fb2a9594000-7fb2a9595000 r--p 00013000 fc:00 3690996 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so
  620. 7fb2a9595000-7fb2a9596000 rw-p 00014000 fc:00 3690996 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so
  621. 7fb2a9596000-7fb2a95eb000 r-xp 00000000 fc:00 131366 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  622. 7fb2a95eb000-7fb2a97eb000 ---p 00055000 fc:00 131366 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  623. 7fb2a97eb000-7fb2a97ee000 r--p 00055000 fc:00 131366 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  624. 7fb2a97ee000-7fb2a97f5000 rw-p 00058000 fc:00 131366 /lib/x86_64-linux-gnu/libssl.so.1.0.0
  625. 7fb2a97f5000-7fb2a9846000 r-xp 00000000 fc:00 3690995 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/openssl.so
  626. 7fb2a9846000-7fb2a9a46000 ---p 00051000 fc:00 3690995 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/openssl.so
  627. 7fb2a9a46000-7fb2a9a47000 r--p 00051000 fc:00 3690995 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/openssl.so
  628. 7fb2a9a47000-7fb2a9a49000 rw-p 00052000 fc:00 3690995 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/openssl.so
  629. 7fb2a9a49000-7fb2a9a4a000 rw-p 00000000 00:00 0
  630. 7fb2a9a4a000-7fb2a9a4b000 r-xp 00000000 fc:00 3690998 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/fcntl.so
  631. 7fb2a9a4b000-7fb2a9c4a000 ---p 00001000 fc:00 3690998 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/fcntl.so
  632. 7fb2a9c4a000-7fb2a9c4b000 r--p 00000000 fc:00 3690998 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/fcntl.so
  633. 7fb2a9c4b000-7fb2a9c4c000 rw-p 00001000 fc:00 3690998 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/fcntl.so
  634. 7fb2a9c4c000-7fb2a9c7f000 r-xp 00000000 fc:00 3690986 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/date_core.so
  635. 7fb2a9c7f000-7fb2a9e7f000 ---p 00033000 fc:00 3690986 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/date_core.so
  636. 7fb2a9e7f000-7fb2a9e80000 r--p 00033000 fc:00 3690986 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/date_core.so
  637. 7fb2a9e80000-7fb2a9e81000 rw-p 00034000 fc:00 3690986 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/date_core.so
  638. 7fb2a9e81000-7fb2a9e82000 rw-p 00000000 00:00 0
  639. 7fb2a9e82000-7fb2a9e8a000 r-xp 00000000 fc:00 3690983 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/stringio.so
  640. 7fb2a9e8a000-7fb2aa089000 ---p 00008000 fc:00 3690983 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/stringio.so
  641. 7fb2aa089000-7fb2aa08a000 r--p 00007000 fc:00 3690983 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/stringio.so
  642. 7fb2aa08a000-7fb2aa08b000 rw-p 00008000 fc:00 3690983 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/stringio.so
  643. 7fb2aa08b000-7fb2aa0a3000 r-xp 00000000 fc:00 173836 /lib/x86_64-linux-gnu/libz.so.1.2.8
  644. 7fb2aa0a3000-7fb2aa2a2000 ---p 00018000 fc:00 173836 /lib/x86_64-linux-gnu/libz.so.1.2.8
  645. 7fb2aa2a2000-7fb2aa2a3000 r--p 00017000 fc:00 173836 /lib/x86_64-linux-gnu/libz.so.1.2.8
  646. 7fb2aa2a3000-7fb2aa2a4000 rw-p 00018000 fc:00 173836 /lib/x86_64-linux-gnu/libz.so.1.2.8
  647. 7fb2aa2a4000-7fb2aa2b4000 r-xp 00000000 fc:00 3690988 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/zlib.so
  648. 7fb2aa2b4000-7fb2aa4b3000 ---p 00010000 fc:00 3690988 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/zlib.so
  649. 7fb2aa4b3000-7fb2aa4b4000 r--p 0000f000 fc:00 3690988 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/zlib.so
  650. 7fb2aa4b4000-7fb2aa4b5000 rw-p 00010000 fc:00 3690988 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/zlib.so
  651. 7fb2aa4b5000-7fb2aa4dd000 r-xp 00000000 fc:00 3690981 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/socket.so
  652. 7fb2aa4dd000-7fb2aa6dd000 ---p 00028000 fc:00 3690981 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/socket.so
  653. 7fb2aa6dd000-7fb2aa6de000 r--p 00028000 fc:00 3690981 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/socket.so
  654. 7fb2aa6de000-7fb2aa6df000 rw-p 00029000 fc:00 3690981 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/socket.so
  655. 7fb2aa6df000-7fb2aa6e2000 r-xp 00000000 fc:00 3690987 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest.so
  656. 7fb2aa6e2000-7fb2aa8e2000 ---p 00003000 fc:00 3690987 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest.so
  657. 7fb2aa8e2000-7fb2aa8e3000 r--p 00003000 fc:00 3690987 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest.so
  658. 7fb2aa8e3000-7fb2aa8e4000 rw-p 00004000 fc:00 3690987 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest.so
  659. 7fb2aa8e4000-7fb2aaa96000 r-xp 00000000 fc:00 131361 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  660. 7fb2aaa96000-7fb2aac95000 ---p 001b2000 fc:00 131361 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  661. 7fb2aac95000-7fb2aacb0000 r--p 001b1000 fc:00 131361 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  662. 7fb2aacb0000-7fb2aacbb000 rw-p 001cc000 fc:00 131361 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  663. 7fb2aacbb000-7fb2aacbf000 rw-p 00000000 00:00 0
  664. 7fb2aacbf000-7fb2aacc0000 r-xp 00000000 fc:00 4209310 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
  665. 7fb2aacc0000-7fb2aaebf000 ---p 00001000 fc:00 4209310 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
  666. 7fb2aaebf000-7fb2aaec0000 r--p 00000000 fc:00 4209310 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
  667. 7fb2aaec0000-7fb2aaec1000 rw-p 00001000 fc:00 4209310 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
  668. 7fb2aaec1000-7fb2aaec7000 r-xp 00000000 fc:00 3690992 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/strscan.so
  669. 7fb2aaec7000-7fb2ab0c6000 ---p 00006000 fc:00 3690992 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/strscan.so
  670. 7fb2ab0c6000-7fb2ab0c7000 r--p 00005000 fc:00 3690992 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/strscan.so
  671. 7fb2ab0c7000-7fb2ab0c8000 rw-p 00006000 fc:00 3690992 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/strscan.so
  672. 7fb2ab0c8000-7fb2ab0cb000 r-xp 00000000 fc:00 3691002 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/etc.so
  673. 7fb2ab0cb000-7fb2ab2ca000 ---p 00003000 fc:00 3691002 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/etc.so
  674. 7fb2ab2ca000-7fb2ab2cb000 r--p 00002000 fc:00 3691002 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/etc.so
  675. 7fb2ab2cb000-7fb2ab2cc000 rw-p 00003000 fc:00 3691002 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/etc.so
  676. 7fb2ab2cc000-7fb2ab2d0000 r-xp 00000000 fc:00 4338637 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/io/console.so
  677. 7fb2ab2d0000-7fb2ab4cf000 ---p 00004000 fc:00 4338637 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/io/console.so
  678. 7fb2ab4cf000-7fb2ab4d0000 r--p 00003000 fc:00 4338637 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/io/console.so
  679. 7fb2ab4d0000-7fb2ab4d1000 rw-p 00004000 fc:00 4338637 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/io/console.so
  680. 7fb2ab4d1000-7fb2ab4d8000 r-xp 00000000 fc:00 3690997 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/pathname.so
  681. 7fb2ab4d8000-7fb2ab6d7000 ---p 00007000 fc:00 3690997 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/pathname.so
  682. 7fb2ab6d7000-7fb2ab6d8000 r--p 00006000 fc:00 3690997 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/pathname.so
  683. 7fb2ab6d8000-7fb2ab6d9000 rw-p 00007000 fc:00 3690997 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/pathname.so
  684. 7fb2ab6d9000-7fb2ab6dc000 r-xp 00000000 fc:00 3690977 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/thread.so
  685. 7fb2ab6dc000-7fb2ab8db000 ---p 00003000 fc:00 3690977 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/thread.so
  686. 7fb2ab8db000-7fb2ab8dc000 r--p 00002000 fc:00 3690977 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/thread.so
  687. 7fb2ab8dc000-7fb2ab8dd000 rw-p 00003000 fc:00 3690977 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/thread.so
  688. 7fb2ab8dd000-7fb2ab8df000 r-xp 00000000 fc:00 4209344 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
  689. 7fb2ab8df000-7fb2abadf000 ---p 00002000 fc:00 4209344 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
  690. 7fb2abadf000-7fb2abae0000 r--p 00002000 fc:00 4209344 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
  691. 7fb2abae0000-7fb2abae1000 rw-p 00003000 fc:00 4209344 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
  692. 7fb2abae1000-7fb2abae3000 r-xp 00000000 fc:00 4209366 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
  693. 7fb2abae3000-7fb2abce2000 ---p 00002000 fc:00 4209366 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
  694. 7fb2abce2000-7fb2abce3000 r--p 00001000 fc:00 4209366 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
  695. 7fb2abce3000-7fb2abce4000 rw-p 00002000 fc:00 4209366 /home/sacarlson/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
  696. 7fb2abce4000-7fb2abfb9000 r--p 00000000 fc:00 17683 /usr/lib/locale/locale-archive
  697. 7fb2abfb9000-7fb2ac174000 r-xp 00000000 fc:00 132186 /lib/x86_64-linux-gnu/libc-2.19.so
  698. 7fb2ac174000-7fb2ac373000 ---p 001bb000 fc:00 132186 /lib/x86_64-linux-gnu/libc-2.19.so
  699. 7fb2ac373000-7fb2ac377000 r--p 001ba000 fc:00 132186 /lib/x86_64-linux-gnu/libc-2.19.so
  700. 7fb2ac377000-7fb2ac379000 rw-p 001be000 fc:00 132186 /lib/x86_64-linux-gnu/libc-2.19.so
  701. 7fb2ac379000-7fb2ac37e000 rw-p 00000000 00:00 0
  702. 7fb2ac37e000-7fb2ac483000 r-xp 00000000 fc:00 131875 /lib/x86_64-linux-gnu/libm-2.19.so
  703. 7fb2ac483000-7fb2ac682000 ---p 00105000 fc:00 131875 /lib/x86_64-linux-gnu/libm-2.19.so
  704. 7fb2ac682000-7fb2ac683000 r--p 00104000 fc:00 131875 /lib/x86_64-linux-gnu/libm-2.19.so
  705. 7fb2ac683000-7fb2ac684000 rw-p 00105000 fc:00 131875 /lib/x86_64-linux-gnu/libm-2.19.so
  706. 7fb2ac684000-7fb2ac68d000 r-xp 00000000 fc:00 131972 /lib/x86_64-linux-gnu/libcrypt-2.19.so
  707. 7fb2ac68d000-7fb2ac88d000 ---p 00009000 fc:00 131972 /lib/x86_64-linux-gnu/libcrypt-2.19.so
  708. 7fb2ac88d000-7fb2ac88e000 r--p 00009000 fc:00 131972 /lib/x86_64-linux-gnu/libcrypt-2.19.so
  709. 7fb2ac88e000-7fb2ac88f000 rw-p 0000a000 fc:00 131972 /lib/x86_64-linux-gnu/libcrypt-2.19.so
  710. 7fb2ac88f000-7fb2ac8bd000 rw-p 00000000 00:00 0
  711. 7fb2ac8bd000-7fb2ac8c0000 r-xp 00000000 fc:00 131932 /lib/x86_64-linux-gnu/libdl-2.19.so
  712. 7fb2ac8c0000-7fb2acabf000 ---p 00003000 fc:00 131932 /lib/x86_64-linux-gnu/libdl-2.19.so
  713. 7fb2acabf000-7fb2acac0000 r--p 00002000 fc:00 131932 /lib/x86_64-linux-gnu/libdl-2.19.so
  714. 7fb2acac0000-7fb2acac1000 rw-p 00003000 fc:00 131932 /lib/x86_64-linux-gnu/libdl-2.19.so
  715. 7fb2acac1000-7fb2acada000 r-xp 00000000 fc:00 134906 /lib/x86_64-linux-gnu/libpthread-2.19.so
  716. 7fb2acada000-7fb2accd9000 ---p 00019000 fc:00 134906 /lib/x86_64-linux-gnu/libpthread-2.19.so
  717. 7fb2accd9000-7fb2accda000 r--p 00018000 fc:00 134906 /lib/x86_64-linux-gnu/libpthread-2.19.so
  718. 7fb2accda000-7fb2accdb000 rw-p 00019000 fc:00 134906 /lib/x86_64-linux-gnu/libpthread-2.19.so
  719. 7fb2accdb000-7fb2accdf000 rw-p 00000000 00:00 0
  720. 7fb2accdf000-7fb2acd02000 r-xp 00000000 fc:00 132014 /lib/x86_64-linux-gnu/ld-2.19.so
  721. 7fb2acdca000-7fb2acecf000 rw-p 00000000 00:00 0
  722. 7fb2acef3000-7fb2acef4000 rw-p 00000000 00:00 0
  723. 7fb2acef4000-7fb2acefb000 r--s 00000000 fc:00 19267 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
  724. 7fb2acefb000-7fb2acefc000 ---p 00000000 00:00 0
  725. 7fb2acefc000-7fb2acf01000 rw-p 00000000 00:00 0 [stack:23327]
  726. 7fb2acf01000-7fb2acf02000 r--p 00022000 fc:00 132014 /lib/x86_64-linux-gnu/ld-2.19.so
  727. 7fb2acf02000-7fb2acf03000 rw-p 00023000 fc:00 132014 /lib/x86_64-linux-gnu/ld-2.19.so
  728. 7fb2acf03000-7fb2acf04000 rw-p 00000000 00:00 0
  729. 7fb2acf04000-7fb2ad1c3000 r-xp 00000000 fc:00 3690850 /home/sacarlson/.rbenv/versions/2.1.2/bin/ruby
  730. 7fb2ad3c3000-7fb2ad3c8000 r--p 002bf000 fc:00 3690850 /home/sacarlson/.rbenv/versions/2.1.2/bin/ruby
  731. 7fb2ad3c8000-7fb2ad3ca000 rw-p 002c4000 fc:00 3690850 /home/sacarlson/.rbenv/versions/2.1.2/bin/ruby
  732. 7fb2ad3ca000-7fb2ad3ee000 rw-p 00000000 00:00 0
  733. 7fb2adbd8000-7fb2af4dd000 rw-p 00000000 00:00 0 [heap]
  734. 7fff38d59000-7fff38d7b000 rw-p 00000000 00:00 0
  735. 7fff38dfe000-7fff38e00000 r-xp 00000000 00:00 0 [vdso]
  736. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  737.  
  738.  
  739. [NOTE]
  740. You may have encountered a bug in the Ruby interpreter or extension libraries.
  741. Bug reports are welcome.
  742. For details: http://www.ruby-lang.org/bugreport.html
  743.  
  744. note: after eraseing ~./bundle I did another bundle install
  745. sacarlson@sacarlson-asrock ~/github/stellar/stellar_core_commander $ bundle install
  746. Fetching gem metadata from https://rubygems.org/..........
  747. Fetching version metadata from https://rubygems.org/...
  748. Fetching dependency metadata from https://rubygems.org/..
  749. Resolving dependencies...
  750. Installing rake 10.4.2
  751. Installing i18n 0.7.0
  752. Installing json 1.8.3 with native extensions
  753. Installing minitest 5.8.0
  754. Installing thread_safe 0.3.5
  755. Installing tzinfo 1.2.2
  756. Installing activesupport 4.2.3
  757.  
  758. Gem::RemoteFetcher::FetchError: SSL_connect SYSCALL returned=5 errno=0 state=unknown state (https://rubygems.org/gems/builder-3.2.2.gem)
  759. An error occurred while installing builder (3.2.2), and Bundler cannot continue.
  760. Make sure that `gem install builder -v '3.2.2'` succeeds before bundling.
  761.  
  762. notes for stellar-core dependancies:
  763. # sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  764. # apt-get update
  765. # sudo apt-get install git libpq-dev clang++-3.5 gcc-4.9 g++-4.9 cpp-4.9
Add Comment
Please, Sign In to add comment