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 3127C2004F5 for ; Fri, 1 Sep 2017 13:30:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F9C916CC9F; Fri, 1 Sep 2017 11:30: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 7516416CC90 for ; Fri, 1 Sep 2017 13:30:11 +0200 (CEST) Received: (qmail 95688 invoked by uid 500); 1 Sep 2017 11:30:10 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 95677 invoked by uid 99); 1 Sep 2017 11:30:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2017 11:30:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CD3D2D0EFB for ; Fri, 1 Sep 2017 11:30:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CyRifY2lcs1L for ; Fri, 1 Sep 2017 11:30:05 +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 3F8805F6D3 for ; Fri, 1 Sep 2017 11:30:05 +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 F29A8E0635 for ; Fri, 1 Sep 2017 11:30:03 +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 6D79024147 for ; Fri, 1 Sep 2017 11:30:02 +0000 (UTC) Date: Fri, 1 Sep 2017 11:30:02 +0000 (UTC) From: "James E. King, III (JIRA)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (THRIFT-4298) Fix Ubuntu Xenial build environment for the go 1.6 language MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 01 Sep 2017 11:30:12 -0000 [ https://issues.apache.org/jira/browse/THRIFT-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150378#comment-16150378 ] James E. King, III commented on THRIFT-4298: -------------------------------------------- Thanks! I'll give this a try and resolve the issue if it does fix it up. > Fix Ubuntu Xenial build environment for the go 1.6 language > ----------------------------------------------------------- > > Key: THRIFT-4298 > URL: https://issues.apache.org/jira/browse/THRIFT-4298 > Project: Thrift > Issue Type: Sub-task > Components: Build Process, Go - Library > Affects Versions: 0.11.0 > Environment: docker:ubuntu1604 > Reporter: James E. King, III > > While running "make check" on the Ubuntu Xenial image (which has go 1.6), the following error occurred: > {noformat} > Making check in go > make[2]: Entering directory '/thrift/src/lib/go' > Making check in . > make[3]: Entering directory '/thrift/src/lib/go' > GOPATH=`pwd` /usr/bin/go get golang.org/x/net/context > GOPATH=`pwd` /usr/bin/go build ./thrift > make check-local > make[4]: Entering directory '/thrift/src/lib/go' > GOPATH=`pwd` /usr/bin/go get golang.org/x/net/context > GOPATH=`pwd` /usr/bin/go test -race ./thrift > # testmain > runtime.raceinit: __tsan_init: not defined > runtime.raceinit: __tsan_map_shadow: not defined > runtime.racefini: __tsan_fini: not defined > runtime.racemapshadow: __tsan_map_shadow: not defined > runtime.racemalloc: __tsan_malloc: not defined > runtime.racegostart: __tsan_go_start: not defined > runtime.racegoend: __tsan_go_end: not defined > runtime.raceacquireg: __tsan_acquire: not defined > runtime.racereleaseg: __tsan_release: not defined > runtime.racereleasemergeg: __tsan_release_merge: not defined > runtime.racefingo: __tsan_finalizer_goroutine: not defined > runtime.RaceDisable: __tsan_go_ignore_sync_begin: not defined > runtime.RaceEnable: __tsan_go_ignore_sync_end: not defined > runtime.raceread: __tsan_read: not defined > runtime.racereadpc: __tsan_read_pc: not defined > runtime.racewrite: __tsan_write: not defined > runtime.racewritepc: __tsan_write_pc: not defined > runtime.racereadrange: __tsan_read_range: not defined > runtime.racereadrangepc1: __tsan_read_range: not defined > runtime.racewriterange: __tsan_write_range: not defined > runtime.racewriterangepc1: __tsan_write_range: not defined > /usr/lib/go-1.6/pkg/tool/linux_amd64/link: too many errors > FAIL _/thrift/src/lib/go/thrift [build failed] > {noformat} > This needs to be resolved. -- This message was sent by Atlassian JIRA (v6.4.14#64029)