You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Yetus QA (JIRA)" <ji...@apache.org> on 2015/11/28 18:50:10 UTC

[jira] [Commented] (YETUS-212) "bundle exec middleman" fails due to the lack of js runtime

    [ https://issues.apache.org/jira/browse/YETUS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030605#comment-15030605 ] 

Yetus QA commented on YETUS-212:
--------------------------------

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s {color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s {color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green} 0m 0s {color} | {color:green} There were no new shellcheck issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 1s {color} | {color:green} Patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 0s {color} | {color:green} Patch does not generate ASF License warnings. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 0m 16s {color} | {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.7.1 Server=1.7.1 Image:yetus/yetus:577e74f |
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12774713/YETUS-212.00.patch |
| JIRA Issue | YETUS-212 |
| Optional Tests |  shellcheck  |
| uname | Linux 2fec7f58eff2 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| git revision | master / df4f6f4 |
| shellcheck | v0.4.1 |
| modules | C:  U:  |
| Powered by | Apache Yetus   http://yetus.apache.org |
| Console output | https://builds.apache.org/job/PreCommit-YETUS-Build/139/console |


This message was automatically generated.



> "bundle exec middleman" fails due to the lack of js runtime
> -----------------------------------------------------------
>
>                 Key: YETUS-212
>                 URL: https://issues.apache.org/jira/browse/YETUS-212
>             Project: Yetus
>          Issue Type: Bug
>          Components: website and documentation
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>         Attachments: YETUS-212.00.patch
>
>
> I got the following error when I built new environment (CentOS 6.7) and ran middleman:
> {code}
> [sekikn@localhost yetus]$ rvm install 2.0
> (snip)
> Install of ruby-2.0.0-p643 - #complete 
> Ruby was built without documentation, to build it run: rvm docs generate-ri
> [sekikn@localhost yetus]$ rvm use 2.0
> Using /home/sekikn/.rvm/gems/ruby-2.0.0-p643
> [sekikn@localhost yetus]$ cd asf-site-src/
> [sekikn@localhost asf-site-src]$ gem install bundler
> Fetching: bundler-1.10.6.gem (100%)
> Successfully installed bundler-1.10.6
> Parsing documentation for bundler-1.10.6
> Installing ri documentation for bundler-1.10.6
> 1 gem installed
> [sekikn@localhost asf-site-src]$ bundle install
> (snip)
> Bundle complete! 7 Gemfile dependencies, 53 gems now installed.
> (snip)
> [sekikn@localhost asf-site-src]$ bundle exec middleman build
> /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/execjs-2.6.0/lib/execjs/runtimes.rb:48:in `autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/execjs-2.6.0/lib/execjs.rb:5:in `<module:ExecJS>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/execjs-2.6.0/lib/execjs.rb:4:in `<top (required)>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/coffee-script-2.4.1/lib/coffee_script.rb:1:in `require'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/coffee-script-2.4.1/lib/coffee_script.rb:1:in `<top (required)>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/renderers/coffee_script.rb:2:in `require'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/renderers/coffee_script.rb:2:in `<top (required)>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/core_extensions/rendering.rb:34:in `require'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/core_extensions/rendering.rb:34:in `registered'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/core_extensions/extensions.rb:78:in `register'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/application.rb:172:in `<class:Application>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/application.rb:24:in `<module:Middleman>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/application.rb:23:in `<top (required)>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/cli/build.rb:95:in `shared_instance'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/cli/build.rb:62:in `build'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/cli.rb:72:in `method_missing'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/command.rb:29:in `run'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/command.rb:126:in `run'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/lib/middleman-core/cli.rb:20:in `start'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/gems/middleman-core-3.4.0/bin/middleman:18:in `<top (required)>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/bin/middleman:23:in `load'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/bin/middleman:23:in `<main>'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/bin/ruby_executable_hooks:15:in `eval'
> 	from /home/sekikn/.rvm/gems/ruby-2.0.0-p643/bin/ruby_executable_hooks:15:in `<main>'
> {code}
> It seems like this issue: https://github.com/middleman/middleman/issues/276



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)