From notifications-return-7946-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Thu Aug 22 07:31:50 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D5CFB18067E for ; Thu, 22 Aug 2019 09:31:49 +0200 (CEST) Received: (qmail 24751 invoked by uid 500); 22 Aug 2019 07:31:48 -0000 Mailing-List: contact notifications-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list notifications@yetus.apache.org Received: (qmail 24707 invoked by uid 99); 22 Aug 2019 07:31:48 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2019 07:31:48 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 97880E311E for ; Thu, 22 Aug 2019 07:25:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 0E818780909 for ; Thu, 22 Aug 2019 07:25:00 +0000 (UTC) Date: Thu, 22 Aug 2019 07:25:00 +0000 (UTC) From: "Sean Busbey (Jira)" To: notifications@yetus.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YETUS-907) Building website in the project provided container fails. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YETUS-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913069#comment-16913069 ] Sean Busbey commented on YETUS-907: ----------------------------------- jenkins has been autodetected since october 2018 so removing that one. There's still a couple of references to {{--jenkins}} in our docs. > 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 > Assignee: Sean Busbey > Priority: Blocker > Fix For: 0.11.0 > > Attachments: YETUS-907.0.patch > > > 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)