Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Last active December 29, 2015 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/7641817 to your computer and use it in GitHub Desktop.
Save cmoulliard/7641817 to your computer and use it in GitHub Desktop.
RedHat-MacBook:modules chmoulli$ sudo gem install pygments.rb
Successfully installed pygments.rb-0.5.4
unable to convert "\xE9" from ASCII-8BIT to UTF-8 for vendor/pygments-main/tests/examplefiles/example.cpp, skipping
1 gem installed
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution output-html of goal org.asciidoctor:asciidoctor-maven-plugin:0.1.3.1:process-asciidoc failed: (RuntimeError) asciidoctor: FAILED: required gem 'pygments.rb' is not installed. Processing aborted.
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) asciidoctor: FAILED: required gem 'pygments.rb' is not installed. Processing aborted.
at RUBY.require_library(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/asciidoctor-0.1.4/lib/asciidoctor/helpers.rb:25)
at RUBY.pygments_stylesheet(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/asciidoctor-0.1.4/lib/asciidoctor/backends/_stylesheets.rb:103)
at RUBY.__singleton__(/Users/chmoulli/Temp/hyla-activemq/modules/A/target/maven-shared-archive-resources/asciidoctor-backend/haml/html5/document.html.haml:38)
at org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1735)
at RUBY.__singleton__(/Users/chmoulli/Temp/hyla-activemq/modules/A/target/maven-shared-archive-resources/asciidoctor-backend/haml/html5/document.html.haml)
at RUBY.__tilt_2342(/Users/chmoulli/Temp/hyla-activemq/modules/A/target/maven-shared-archive-resources/asciidoctor-backend/haml/html5/document.html.haml)
at org.jruby.RubyMethod.call(org/jruby/RubyMethod.java:122)
at RUBY.evaluate(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/tilt-1.4.1/lib/tilt/template.rb:170)
at RUBY.evaluate(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/tilt-1.4.1/lib/tilt/haml.rb:24)
at RUBY.render(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/tilt-1.4.1/lib/tilt/template.rb:103)
at RUBY.render(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/asciidoctor-0.1.4/lib/asciidoctor/renderer.rb:137)
at RUBY.render(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/asciidoctor-0.1.4/lib/asciidoctor/document.rb:769)
at RUBY.render(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/asciidoctor-0.1.4/lib/asciidoctor.rb:915)
at RUBY.render_file(/Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/asciidoctor-0.1.4/lib/asciidoctor.rb:993)
at RUBY.render_file(<script>:8)
at org.jruby.gen.InterfaceImpl1448832366.render_file(org/jruby/gen/InterfaceImpl1448832366.gen:13)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment