Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DAB5E200C61 for ; Tue, 25 Apr 2017 14:00:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D93A1160B9E; Tue, 25 Apr 2017 12:00:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D520160BB6 for ; Tue, 25 Apr 2017 14:00:12 +0200 (CEST) Received: (qmail 72311 invoked by uid 500); 25 Apr 2017 12:00:11 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 72292 invoked by uid 99); 25 Apr 2017 12:00:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2017 12:00:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 030A9CA6EA for ; Tue, 25 Apr 2017 12:00:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.501 X-Spam-Level: X-Spam-Status: No, score=-99.501 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id kZMpcyqLWfpl for ; Tue, 25 Apr 2017 12:00:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DA9C15FCB9 for ; Tue, 25 Apr 2017 12:00:08 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 46E6DE042C for ; Tue, 25 Apr 2017 12:00:08 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6C15021B5C for ; Tue, 25 Apr 2017 12:00:07 +0000 (UTC) Date: Tue, 25 Apr 2017 12:00:07 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-6302) Documentation build error on ruby 2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 25 Apr 2017 12:00:13 -0000 [ https://issues.apache.org/jira/browse/FLINK-6302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982766#comment-15982766 ] ASF GitHub Bot commented on FLINK-6302: --------------------------------------- Github user zentol commented on the issue: https://github.com/apache/flink/pull/3720 I can confirm that you can build the docs on W10 with the Linux Subsystem. > Documentation build error on ruby 2.4 > ------------------------------------- > > Key: FLINK-6302 > URL: https://issues.apache.org/jira/browse/FLINK-6302 > Project: Flink > Issue Type: Bug > Components: Documentation > Reporter: Tao Meng > Assignee: Tao Meng > Priority: Trivial > > {code} > /usr/local/Cellar/ruby/2.4.1_1/include/ruby-2.4.0/ruby/ruby.h:981:28: note: expanded from macro 'RSTRING_LEN' > RSTRING(str)->as.heap.len) > ~~~~~~~~~~~~~~~~~~~~~~^~~ > yajl_ext.c:881:22: error: use of undeclared identifier 'rb_cFixnum' > rb_define_method(rb_cFixnum, "to_json", rb_yajl_json_ext_fixnum_to_json, -1); > ^ > 17 warnings and 1 error generated. > make: *** [yajl_ext.o] Error 1 > make failed, exit code 2 > {code} > We should update Gemfile.lock. -- This message was sent by Atlassian JIRA (v6.3.15#6346)