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 846BC200BBB for ; Thu, 10 Nov 2016 13:49:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 82D01160B01; Thu, 10 Nov 2016 12:49:00 +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 C0745160AF6 for ; Thu, 10 Nov 2016 13:48:59 +0100 (CET) Received: (qmail 55144 invoked by uid 500); 10 Nov 2016 12:48:58 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 55132 invoked by uid 99); 10 Nov 2016 12:48:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 12:48:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 71EFA2C2B10 for ; Thu, 10 Nov 2016 12:48:58 +0000 (UTC) Date: Thu, 10 Nov 2016 12:48:58 +0000 (UTC) From: "Niels Basjes (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AVRO-1956) C sharp build fails in docker image MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 10 Nov 2016 12:49:00 -0000 Niels Basjes created AVRO-1956: ---------------------------------- Summary: C sharp build fails in docker image Key: AVRO-1956 URL: https://issues.apache.org/jira/browse/AVRO-1956 Project: Avro Issue Type: Bug Reporter: Niels Basjes Assignee: Niels Basjes When you run the build in the centos docker image you get {quote} Unhandled Exception: System.ArgumentException: NUnit components for version 2.0.50727 of the CLR are not installed {quote} As noted by [~Simon24601] in the mailing list: {quote} From discussion with [~jcustenborder], it seems like the C# tests won't run on a Mac if we keep the --framework=4.0 in this line; removing it (as has been done for 1.8.2) makes the tests run. But removing it makes the tests fail on my system (CentOS 7). {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)