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/22 04:21:00 UTC

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

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

Sean Busbey commented on YETUS-907:
-----------------------------------

sassc versions 2.0.0 and 2.0.1 both claim they need Ruby 2.3.3+. sassc version 2.1.0 claims to need Ruby 2.0.0+. I'll try updating our gemfile lock to that.

> 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
>            Priority: Blocker
>             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
> ^Cbusbey@17deb44cd1d7:~/yetus$ ruby --version
> ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]
> busbey@17deb44cd1d7:~/yetus$ 
> {code}



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