Guest User

Untitled

a guest
Nov 2nd, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. gem install therubyracer-freebsd
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing therubyracer-freebsd:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /usr/local/bin/ruby19 extconf.rb
  7. Checking for Python...2.7.5
  8. Compiling V8...
  9. *** extconf.rb failed ***
  10. Could not create Makefile due to some reason, probably lack of
  11. necessary libraries and/or headers. Check the mkmf.log file for more
  12. details. You may need configuration options.
  13.  
  14. Provided configuration options:
  15. --with-opt-dir
  16. --without-opt-dir
  17. --with-opt-include
  18. --without-opt-include=${opt-dir}/include
  19. --with-opt-lib
  20. --without-opt-lib=${opt-dir}/lib
  21. --with-make-prog
  22. --without-make-prog
  23. --srcdir=.
  24. --curdir
  25. --ruby=/usr/local/bin/ruby19
  26. extconf.rb:24:in ``': No such file or directory - gmake (Errno::ENOENT)
  27. from extconf.rb:24:in `block in <main>'
  28. from extconf.rb:22:in `chdir'
  29. from extconf.rb:22:in `<main>'
  30.  
  31.  
  32. Gem files will remain installed in /usr/local/lib/ruby/gems/1.9/gems/libv8-freebsd-3.3.10.4 for inspection.
  33. Results logged to /usr/local/lib/ruby/gems/1.9/gems/libv8-freebsd-3.3.10.4/ext/libv8/gem_make.out
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. [root@foreman /usr/src]# gem install therubyracer
  42. Building native extensions. This could take a while...
  43. ERROR: Error installing therubyracer:
  44. ERROR: Failed to build gem native extension.
  45.  
  46. /usr/local/bin/ruby19 extconf.rb
  47. creating Makefile
  48. Hmm... Looks like a unified diff to me...
  49. The text leading up to this was:
  50. --------------------------
  51. |diff --git a/Makefile b/Makefile
  52. |index 0cdae4b..2bf8aa5 100644
  53. |--- a/Makefile
  54. |+++ b/Makefile
  55. --------------------------
  56. Patching file Makefile using Plan A...
  57. Hunk #1 succeeded at 153.
  58. Hmm... The next patch looks like a unified diff to me...
  59. The text leading up to this was:
  60. --------------------------
  61. |diff --git a/build/all.gyp b/build/all.gyp
  62. |index 4b2fe52..9885678 100644
  63. |--- a/build/all.gyp
  64. |+++ b/build/all.gyp
  65. --------------------------
  66. Patching file build/all.gyp using Plan A...
  67. Hunk #1 succeeded at 11.
  68. done
  69. Hmm... Looks like a unified diff to me...
  70. The text leading up to this was:
  71. --------------------------
  72. |diff --git a/build/common.gypi b/build/common.gypi
  73. |index 3a59639..594abe4 100644
  74. |--- a/build/common.gypi
  75. |+++ b/build/common.gypi
  76. --------------------------
  77. Patching file build/common.gypi using Plan A...
  78. Hunk #1 succeeded at 173.
  79. Hmm... The next patch looks like a unified diff to me...
  80. The text leading up to this was:
  81. --------------------------
  82. |diff --git a/build/standalone.gypi b/build/standalone.gypi
  83. |index 125c5bf..9900c5b 100644
  84. |--- a/build/standalone.gypi
  85. |+++ b/build/standalone.gypi
  86. --------------------------
  87. Patching file build/standalone.gypi using Plan A...
  88. Hunk #1 succeeded at 77.
  89. done
  90. Hmm... Looks like a unified diff to me...
  91. The text leading up to this was:
  92. --------------------------
  93. |diff --git a/build/standalone.gypi b/build/standalone.gypi
  94. |index 125c5bf..71641a3 100644
  95. |--- a/build/standalone.gypi
  96. |+++ b/build/standalone.gypi
  97. --------------------------
  98. Patching file build/standalone.gypi using Plan A...
  99. Hunk #1 succeeded at 107.
  100. done
  101. Hmm... Looks like a unified diff to me...
  102. The text leading up to this was:
  103. --------------------------
  104. |diff --git a/build/common.gypi b/build/common.gypi
  105. |index 3a59639..365178a 100644
  106. |--- a/build/common.gypi
  107. |+++ b/build/common.gypi
  108. --------------------------
  109. Patching file build/common.gypi using Plan A...
  110. Hunk #1 succeeded at 375 (offset -1 lines).
  111. Hmm... The next patch looks like a unified diff to me...
  112. The text leading up to this was:
  113. --------------------------
  114. |diff --git a/build/standalone.gypi b/build/standalone.gypi
  115. |index 125c5bf..32eaf85 100644
  116. |--- a/build/standalone.gypi
  117. |+++ b/build/standalone.gypi
  118. --------------------------
  119. Patching file build/standalone.gypi using Plan A...
  120. Hunk #1 succeeded at 98.
  121. done
  122. Compiling v8 for x64
  123. Using python 2.7.5
  124. Using compiler: /usr/local/bin/g++46
  125. "Makefile", line 43: Missing dependency operator
  126. "Makefile", line 45: Need an operator
  127. "Makefile", line 46: Need an operator
  128. "Makefile", line 48: Need an operator
  129. "Makefile", line 50: Need an operator
  130. "Makefile", line 52: Need an operator
  131. "Makefile", line 54: Missing dependency operator
  132. "Makefile", line 56: Need an operator
  133. "Makefile", line 58: Missing dependency operator
  134. "Makefile", line 60: Need an operator
  135. "Makefile", line 62: Missing dependency operator
  136. "Makefile", line 64: Need an operator
  137. "Makefile", line 66: Missing dependency operator
  138. "Makefile", line 68: Need an operator
  139. "Makefile", line 70: Need an operator
  140. "Makefile", line 72: Missing dependency operator
  141. "Makefile", line 74: Need an operator
  142. "Makefile", line 76: Missing dependency operator
  143. "Makefile", line 78: Need an operator
  144. "Makefile", line 79: Missing dependency operator
  145. "Makefile", line 81: Need an operator
  146. "Makefile", line 83: Missing dependency operator
  147. "Makefile", line 85: Need an operator
  148. "Makefile", line 87: Missing dependency operator
  149. "Makefile", line 89: Need an operator
  150. "Makefile", line 91: Need an operator
  151. "Makefile", line 93: Missing dependency operator
  152. "Makefile", line 95: Need an operator
  153. "Makefile", line 97: Need an operator
  154. "Makefile", line 99: Missing dependency operator
  155. "Makefile", line 101: Need an operator
  156. "Makefile", line 103: Need an operator
  157. "Makefile", line 105: Need an operator
  158. "Makefile", line 107: Missing dependency operator
  159. "Makefile", line 109: Need an operator
  160. "Makefile", line 111: Missing dependency operator
  161. "Makefile", line 113: Need an operator
  162. "Makefile", line 115: Missing dependency operator
  163. "Makefile", line 117: Need an operator
  164. "Makefile", line 119: Missing dependency operator
  165. "Makefile", line 121: Need an operator
  166. "Makefile", line 123: Missing dependency operator
  167. "Makefile", line 125: Need an operator
  168. "Makefile", line 127: Missing dependency operator
  169. "Makefile", line 129: Need an operator
  170. Error expanding embedded variable.
  171. /usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3/ext/libv8/location.rb:36:in `block in verify_installation!': libv8 did not install properly, expected binary v8 archive '/usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3/vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a'to exist, but it was not found (Libv8::Location::Vendor::ArchiveNotFound)
  172. from /usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3/ext/libv8/location.rb:35:in `each'
  173. from /usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3/ext/libv8/location.rb:35:in `verify_installation!'
  174. from /usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3/ext/libv8/location.rb:26:in `install!'
  175. from extconf.rb:7:in `<main>'
  176.  
  177.  
  178.  
  179. Gem files will remain installed in /usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3 for inspection.
  180. Results logged to /usr/local/lib/ruby/gems/1.9/gems/libv8-3.16.14.3/ext/libv8/gem_make.out
  181. [root@foreman /usr/src]#
Advertisement
Add Comment
Please, Sign In to add comment