You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/08/21 06:46:00 UTC

[jira] [Created] (YETUS-907) Building website in the project provided container fails.

Sean Busbey created YETUS-907:
---------------------------------

             Summary: Building website in the project provided container fails.
                 Key: YETUS-907
                 URL: https://issues.apache.org/jira/browse/YETUS-907
             Project: Yetus
          Issue Type: Bug
          Components: website and documentation
    Affects Versions: 0.11.0
            Reporter: Sean Busbey
             Fix For: 0.11.0


Attempting to use the project provided container fails when running {{mvn site site:stage}} after a successful install.

Looks like a problem with a ruby gem not having a fixed version and getting ahead of our ruby install.

{code}
Fetching sassc 2.0.1
Installing sassc 2.0.1 with native extensions
Gem::InstallError: sassc requires Ruby version >= 2.3.3.
An error occurred while installing sassc (2.0.1), and Bundler cannot continue.
Make sure that `gem install sassc -v '2.0.1' --source 'https://rubygems.org/'`
succeeds before bundling.

In Gemfile:
  middleman was resolved to 4.3.4, which depends on
    middleman-core was resolved to 4.3.4, which depends on
      sassc

{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)