Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4FAA10E42 for ; Mon, 21 Oct 2013 18:57:21 +0000 (UTC) Received: (qmail 13276 invoked by uid 500); 21 Oct 2013 18:57:09 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 13147 invoked by uid 500); 21 Oct 2013 18:57:06 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 13117 invoked by uid 99); 21 Oct 2013 18:57:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 18:57:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mumrah@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yh0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 18:56:59 +0000 Received: by mail-yh0-f54.google.com with SMTP id b20so1844334yha.41 for ; Mon, 21 Oct 2013 11:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zT6e4yiS6KfysdqcmNSWBAk/aVFxH5e9H0QlWFybAao=; b=bya76uxygi0RWtAukvO6YiZ1qNB7PG5/IrMtOGxr88ce4HyjHoQnU0cQ5K3dhxPZkg EcgjcYJ7RjPwzNjwSEyGaCJVUAuX67diXdXxtffoehuO7KAjBp2xmxvMERtdcMVZiKhF IEb/vkhWJScZGy/fXSDDv5CiZTqQMiGKY/Tvq4A24tdqKQR9fM6/gMeMJfH38ozybPt2 3pGuscbNIraKBywvOBYaRvuo+zKHrIGCFxeQ6BTv2SV85Bl7rgE2pwDkN0f5OZY8vF7a KRHvgirdQ0fADxJia9LCtjtDMBbu3oxY7RNHrVGvyTdkRCFcmdgyeiX7w40d4xBWw4j3 wQVA== X-Received: by 10.236.118.148 with SMTP id l20mr2224255yhh.89.1382381797764; Mon, 21 Oct 2013 11:56:37 -0700 (PDT) Received: from davids-mbp.local (cpe-174-097-146-005.nc.res.rr.com. [174.97.146.5]) by mx.google.com with ESMTPSA id s46sm28882632yha.27.2013.10.21.11.56.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Oct 2013 11:56:37 -0700 (PDT) Message-ID: <526578E4.9000300@gmail.com> Date: Mon, 21 Oct 2013 14:56:36 -0400 From: David Arthur User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: dev@kafka.apache.org Subject: Re: [jira] [Created] (KAFKA-1095) Kafka does not compile with sbt References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ideally, compile issues like this are caught by some CI system. I see there are some builds on https://builds.apache.org/ for Kafka which are currently disabled. Are there plans to re-enable these builds? -David On 10/21/13 12:22 PM, Marcel Lohmann (JIRA) wrote: > Marcel Lohmann created KAFKA-1095: > ------------------------------------- > > Summary: Kafka does not compile with sbt > Key: KAFKA-1095 > URL: https://issues.apache.org/jira/browse/KAFKA-1095 > Project: Kafka > Issue Type: Bug > Components: packaging > Affects Versions: 0.9 > Environment: Linux 64bit, OpenJDK 1.7 > Reporter: Marcel Lohmann > Priority: Blocker > > > Expected behaviour: > After `git pull`, `./sbt update` and `./sbt package` the current snapshot version should compile without errors. > > Current behaviour: > It fails with different error messages. This is one possible error log: https://gist.github.com/mumrah/7086356 > With `./sbt "++2.10.1 package"` the errors are different but still results in a failed compile. Other scala versions fail, too. > > The responsible commit which leads to the error messages is unknown to me. > > > > -- > This message was sent by Atlassian JIRA > (v6.1#6144)