Guest User

Untitled

a guest
May 27th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. mungo:~/projects/merb_resource_controller snusnu$ rake spec
  2. (in /Users/snusnu/projects/merb_resource_controller)
  3. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
  4. rm -r coverage
  5. 31.1% 6 file(s) 608 Lines 389 LOC
  6. /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:628:in `report_activate_error': RubyGem version error: do_sqlite3(0.9.6 not ~> 0.9.7) (Gem::LoadError)
  7. from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:139:in `activate'
  8. from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem'
  9. from /usr/local/lib/ruby/gems/1.8/gems/dm-core-0.9.7/lib/dm-core/adapters/sqlite3_adapter.rb:1
  10. from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
  11. from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
  12. from /usr/local/lib/ruby/gems/1.8/gems/dm-core-0.9.7/lib/dm-core.rb:146:in `setup'
  13. from /usr/local/lib/ruby/gems/1.8/gems/merb_datamapper-1.0/lib/merb/orms/data_mapper/connection.rb:44:in `setup_connections'
  14. from /usr/local/lib/ruby/gems/1.8/gems/merb_datamapper-1.0/lib/merb/orms/data_mapper/connection.rb:27:in `connect'
  15. ... 16 levels...
  16. from /usr/local/lib/ruby/gems/1.8/gems/rcov-0.8.0.2/bin/rcov:516:in `load'
  17. from /usr/local/lib/ruby/gems/1.8/gems/rcov-0.8.0.2/bin/rcov:516
  18. from /usr/local/bin/rcov:16:in `load'
  19. from /usr/local/bin/rcov:16
  20. rake aborted!
  21. Command /usr/local/bin/ruby -I"/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib" -S rcov --exclude lib\/spec,bin\/spec,config\/boot.rb --exclude spec --text-summary --sort coverage --sort-reverse -o "coverage" "/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.11/bin/spec" -- "/Users/snusnu/projects/merb_resource_controller/spec/article_comments_spec.rb" "/Users/snusnu/projects/merb_resource_controller/spec/articles_spec.rb" "/Users/snusnu/projects/merb_resource_controller/spec/comments_spec.rb" "/Users/snusnu/projects/merb_resource_controller/spec/resource_proxy_spec.rb" --options spec/spec.opts failed
  22.  
  23. (See full trace by running task with --trace)
  24. mungo:~/projects/merb_resource_controller snusnu$ cd ..
  25. mungo:~/projects snusnu$ cd github/dm-core/
  26. mungo:~/projects/github/dm-core snusnu$ mate .
  27. mungo:~/projects/github/dm-core snusnu$ cd ..
  28. mungo:~/projects/github snusnu$ cd do
  29. mungo:~/projects/github/do snusnu$ git pull
  30. remote: Counting objects: 29, done.
  31. remote: Compressing objects: 100% (16/16), done.
  32. remote: Total 16 (delta 10), reused 0 (delta 0)
  33. Unpacking objects: 100% (16/16), done.
  34. From git://github.com/sam/do
  35. 68151e1..589cdc6 master -> origin/master
  36. Updating 68151e1..589cdc6
  37. Fast forward
  38. do_mysql/ext/do_mysql_ext.c | 23 ++++++++++++++++-------
  39. do_mysql/ext/extconf.rb | 7 +++++++
  40. do_mysql/lib/do_mysql.rb | 4 ++--
  41. do_sqlite3/ext/do_sqlite3_ext.c | 33 ++++++++++++++++++++++++++-------
  42. do_sqlite3/ext/extconf.rb | 6 ++++++
  43. do_sqlite3/lib/do_sqlite3.rb | 4 ++--
  44. 6 files changed, 59 insertions(+), 18 deletions(-)
  45. mungo:~/projects/github/do snusnu$ sudo rake install
  46. Password:
  47. (in /Users/snusnu/projects/github/do)
  48. cd /Users/snusnu/projects/github/do/data_objects
  49. (in /Users/snusnu/projects/github/do/data_objects)
  50. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
  51. Successfully installed data_objects-0.9.7
  52. 1 gem installed
  53. Installing ri documentation for data_objects-0.9.7...
  54. Installing RDoc documentation for data_objects-0.9.7...
  55. cd /Users/snusnu/projects/github/do/do_mysql
  56. (in /Users/snusnu/projects/github/do/do_mysql)
  57. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
  58. mkdir -p pkg
  59. rm -f pkg/do_mysql-0.9.7/.gitignore
  60. ln .gitignore pkg/do_mysql-0.9.7/.gitignore
  61. rm -f pkg/do_mysql-0.9.7/History.txt
  62. ln History.txt pkg/do_mysql-0.9.7/History.txt
  63. rm -f pkg/do_mysql-0.9.7/LICENSE
  64. ln LICENSE pkg/do_mysql-0.9.7/LICENSE
  65. rm -f pkg/do_mysql-0.9.7/Manifest.txt
  66. ln Manifest.txt pkg/do_mysql-0.9.7/Manifest.txt
  67. rm -f pkg/do_mysql-0.9.7/README.txt
  68. ln README.txt pkg/do_mysql-0.9.7/README.txt
  69. rm -f pkg/do_mysql-0.9.7/Rakefile
  70. ln Rakefile pkg/do_mysql-0.9.7/Rakefile
  71. rm -f pkg/do_mysql-0.9.7/TODO
  72. ln TODO pkg/do_mysql-0.9.7/TODO
  73. rm -f pkg/do_mysql-0.9.7/buildfile
  74. ln buildfile pkg/do_mysql-0.9.7/buildfile
  75. rm -f pkg/do_mysql-0.9.7/ext-java/src/main/java/DoMysqlExtService.java
  76. ln ext-java/src/main/java/DoMysqlExtService.java pkg/do_mysql-0.9.7/ext-java/src/main/java/DoMysqlExtService.java
  77. rm -f pkg/do_mysql-0.9.7/ext-java/src/main/java/do_mysql/MySqlDriverDefinition.java
  78. ln ext-java/src/main/java/do_mysql/MySqlDriverDefinition.java pkg/do_mysql-0.9.7/ext-java/src/main/java/do_mysql/MySqlDriverDefinition.java
  79. rm -f pkg/do_mysql-0.9.7/ext/.gitignore
  80. ln ext/.gitignore pkg/do_mysql-0.9.7/ext/.gitignore
  81. rm -f pkg/do_mysql-0.9.7/ext/do_mysql_ext.c
  82. ln ext/do_mysql_ext.c pkg/do_mysql-0.9.7/ext/do_mysql_ext.c
  83. rm -f pkg/do_mysql-0.9.7/ext/extconf.rb
  84. ln ext/extconf.rb pkg/do_mysql-0.9.7/ext/extconf.rb
  85. rm -f pkg/do_mysql-0.9.7/lib/do_mysql.rb
  86. ln lib/do_mysql.rb pkg/do_mysql-0.9.7/lib/do_mysql.rb
  87. rm -f pkg/do_mysql-0.9.7/lib/do_mysql/transaction.rb
  88. ln lib/do_mysql/transaction.rb pkg/do_mysql-0.9.7/lib/do_mysql/transaction.rb
  89. rm -f pkg/do_mysql-0.9.7/lib/do_mysql/version.rb
  90. ln lib/do_mysql/version.rb pkg/do_mysql-0.9.7/lib/do_mysql/version.rb
  91. rm -f pkg/do_mysql-0.9.7/spec/integration/do_mysql_spec.rb
  92. ln spec/integration/do_mysql_spec.rb pkg/do_mysql-0.9.7/spec/integration/do_mysql_spec.rb
  93. rm -f pkg/do_mysql-0.9.7/spec/integration/logging_spec.rb
  94. ln spec/integration/logging_spec.rb pkg/do_mysql-0.9.7/spec/integration/logging_spec.rb
  95. rm -f pkg/do_mysql-0.9.7/spec/integration/quoting_spec.rb
  96. ln spec/integration/quoting_spec.rb pkg/do_mysql-0.9.7/spec/integration/quoting_spec.rb
  97. rm -f pkg/do_mysql-0.9.7/spec/spec.opts
  98. ln spec/spec.opts pkg/do_mysql-0.9.7/spec/spec.opts
  99. rm -f pkg/do_mysql-0.9.7/spec/spec_helper.rb
  100. ln spec/spec_helper.rb pkg/do_mysql-0.9.7/spec/spec_helper.rb
  101. rm -f pkg/do_mysql-0.9.7/spec/unit/transaction_spec.rb
  102. ln spec/unit/transaction_spec.rb pkg/do_mysql-0.9.7/spec/unit/transaction_spec.rb
  103. cd pkg
  104. TERM_PROGRAM=Apple_Terminal
  105. TERM=xterm-color
  106. SHELL=/bin/bash
  107. HISTSIZE=10000
  108. TERM_PROGRAM_VERSION=133-1
  109. OLDPWD=/Users/snusnu/projects/github
  110. SVN_EDITOR=vi
  111. USER=root
  112. SSH_AUTH_SOCK=/tmp/501/SSHKeychain.socket
  113. __CF_USER_TEXT_ENCODING=0x1F5:0:0
  114. PATH=/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/apache2/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/texbin
  115. PWD=/Users/snusnu/projects/github/do
  116. EVENT_NOKQUEUE=1
  117. HISTCONTROL=erasedups
  118. FOP_HOME=/Users/snusnu/NetBeansProjects/CommunalAudit/lib/reporting/fop-0.93
  119. SHLVL=1
  120. HOME=/Users/snusnu
  121. LOGNAME=root
  122. CVS_RSH=ssh
  123. SECURITYSESSIONID=b06630
  124. _=/usr/bin/sudo
  125. SUDO_COMMAND=/usr/local/bin/rake install
  126. SUDO_USER=snusnu
  127. SUDO_UID=501
  128. SUDO_GID=501
  129. do_mysql-0.9.7/
  130. do_mysql-0.9.7/.gitignore
  131. do_mysql-0.9.7/buildfile
  132. do_mysql-0.9.7/ext/
  133. do_mysql-0.9.7/ext/.gitignore
  134. do_mysql-0.9.7/ext/do_mysql_ext.c
  135. do_mysql-0.9.7/ext/extconf.rb
  136. do_mysql-0.9.7/ext-java/
  137. do_mysql-0.9.7/ext-java/src/
  138. do_mysql-0.9.7/ext-java/src/main/
  139. do_mysql-0.9.7/ext-java/src/main/java/
  140. do_mysql-0.9.7/ext-java/src/main/java/do_mysql/
  141. do_mysql-0.9.7/ext-java/src/main/java/do_mysql/MySqlDriverDefinition.java
  142. do_mysql-0.9.7/ext-java/src/main/java/DoMysqlExtService.java
  143. do_mysql-0.9.7/History.txt
  144. do_mysql-0.9.7/lib/
  145. do_mysql-0.9.7/lib/do_mysql/
  146. do_mysql-0.9.7/lib/do_mysql/transaction.rb
  147. do_mysql-0.9.7/lib/do_mysql/version.rb
  148. do_mysql-0.9.7/lib/do_mysql.rb
  149. do_mysql-0.9.7/LICENSE
  150. do_mysql-0.9.7/Manifest.txt
  151. do_mysql-0.9.7/Rakefile
  152. do_mysql-0.9.7/README.txt
  153. do_mysql-0.9.7/spec/
  154. do_mysql-0.9.7/spec/integration/
  155. do_mysql-0.9.7/spec/integration/do_mysql_spec.rb
  156. do_mysql-0.9.7/spec/integration/logging_spec.rb
  157. do_mysql-0.9.7/spec/integration/quoting_spec.rb
  158. do_mysql-0.9.7/spec/spec.opts
  159. do_mysql-0.9.7/spec/spec_helper.rb
  160. do_mysql-0.9.7/spec/unit/
  161. do_mysql-0.9.7/spec/unit/transaction_spec.rb
  162. do_mysql-0.9.7/TODO
  163. cd -
  164. WARNING: RDoc will not be generated (has_rdoc == false)
  165. Successfully built RubyGem
  166. Name: do_mysql
  167. Version: 0.9.7
  168. File: do_mysql-0.9.7.gem
  169. mv do_mysql-0.9.7.gem pkg/do_mysql-0.9.7.gem
  170. Building native extensions. This could take a while...
  171. Successfully installed do_mysql-0.9.7
  172. 1 gem installed
  173. cd /Users/snusnu/projects/github/do/do_postgres
  174. (in /Users/snusnu/projects/github/do/do_postgres)
  175. /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
  176. Building native extensions. This could take a while...
  177. ERROR: Error installing pkg/do_postgres-0.9.7:
  178. ERROR: Failed to build gem native extension.
  179.  
  180. /usr/local/bin/ruby extconf.rb install --local pkg/do_postgres-0.9.7 --no-update-sources
  181. extconf.rb:8: command not found: pg_config --includedir
  182. extconf.rb:21: command not found: pg_config --libdir
  183. checking for main() in -lpq... no
  184. checking for main() in -llibpq... no
  185. *** extconf.rb failed ***
  186. Could not create Makefile due to some reason, probably lack of
  187. necessary libraries and/or headers. Check the mkmf.log file for more
  188. details. You may need configuration options.
  189.  
  190. Provided configuration options:
  191. --with-opt-dir
  192. --without-opt-dir
  193. --with-opt-include
  194. --without-opt-include=${opt-dir}/include
  195. --with-opt-lib
  196. --without-opt-lib=${opt-dir}/lib
  197. --with-make-prog
  198. --without-make-prog
  199. --srcdir=.
  200. --curdir
  201. --ruby=/usr/local/bin/ruby
  202. --with-pgsql-dir
  203. --without-pgsql-dir
  204. --with-pgsql-include
  205. --without-pgsql-include=${pgsql-dir}/include
  206. --with-pgsql-lib
  207. --without-pgsql-lib=${pgsql-dir}/lib
  208. --with-pqlib
  209. --without-pqlib
  210. --with-libpqlib
  211. --without-libpqlib
  212. Could not find PostgreSQL build environment (libraries & headers): Makefile not created
  213.  
  214.  
  215. Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/do_postgres-0.9.7 for inspection.
  216. Results logged to /usr/local/lib/ruby/gems/1.8/gems/do_postgres-0.9.7/ext/gem_make.out
  217. rake aborted!
  218. Command failed with status (1): [sudo gem install --local pkg/do_postgres-0...]
  219. /Users/snusnu/projects/github/do/do_postgres/rakefile:34
  220. (See full trace by running task with --trace)
  221. rake aborted!
  222. Command failed with status (1): [rake install...]
  223. /Users/snusnu/projects/github/do/rakefile:49
  224. (See full trace by running task with --trace)
  225. mungo:~/projects/github/do snusnu$
Add Comment
Please, Sign In to add comment