Return-Path: X-Original-To: apmail-bigtop-user-archive@www.apache.org Delivered-To: apmail-bigtop-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9EAC17EFF for ; Tue, 14 Apr 2015 15:21:06 +0000 (UTC) Received: (qmail 71775 invoked by uid 500); 14 Apr 2015 15:21:06 -0000 Delivered-To: apmail-bigtop-user-archive@bigtop.apache.org Received: (qmail 71699 invoked by uid 500); 14 Apr 2015 15:21:06 -0000 Mailing-List: contact user-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@bigtop.apache.org Delivered-To: mailing list user@bigtop.apache.org Received: (qmail 71690 invoked by uid 99); 14 Apr 2015 15:21:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 15:21:06 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [96.114.154.170] (HELO resqmta-po-11v.sys.comcast.net) (96.114.154.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 15:20:38 +0000 Received: from resomta-po-01v.sys.comcast.net ([96.114.154.225]) by resqmta-po-11v.sys.comcast.net with comcast id FrL31q0074s37d401rLGQ2; Tue, 14 Apr 2015 15:20:16 +0000 Received: from tinybb.boudnik.org ([24.130.135.131]) by resomta-po-01v.sys.comcast.net with comcast id FrLF1q00f2qGB6001rLGtV; Tue, 14 Apr 2015 15:20:16 +0000 Received: by tinybb.boudnik.org (Postfix, from userid 1002) id A224261A; Tue, 14 Apr 2015 15:21:18 +0000 (UTC) Date: Tue, 14 Apr 2015 15:21:18 +0000 From: Konstantin Boudnik To: user@bigtop.apache.org Subject: Re: Build question Message-ID: <20150414152118.GI1657@boudnik.org> References: <57730dca-e6ba-42b0-9d0f-0e08bc35cb4a@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1429024816; bh=e0MRTqMB6/3RrltrXyJM2KQR7MwwtBZn+6u0aj/tvOU=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=eZbzlNLCuRtXMUMDMLiaIQBvtxRFnsfP0r0E+i88+qyH5wLkoOzsdOD15kUmLcHT0 EYnr5YgzwtuodYKKpeQ3i8XMY3lJwgglaSwzI12x2CCqnphNL9IkTQDvR+R2yEE0oE 8XDgmX0BUoXRjr8eywd6LrQowSLH4J9u9Y9q/emx8T8T3Ie8EbpRmMN87ydVgDSzpZ +QDbzV/xb6Htd9L7fD/tXO16hdzweFXz47rlbE35AfCIpeVNUr9pC8n8BgOT8Y3hoT bu/DOcCAepG0Mvb7H4mCTctHnVEJ90WzYhCZvQ/qZZlURDss8Qt4PmQQxVpPajWCVM XW2szUFLu5QDw== X-Virus-Checked: Checked by ClamAV on apache.org I believe I have seen this error once - I am vague on the details, but I think it was some kind of environment issue... I'll report back here if I can manage to recall how I fixed it. Cos On Mon, Apr 13, 2015 at 02:07PM, Andrew Musselman wrote: > Am I missing something here?A I cloned from github and checked out HEAD; > is that still valid? > $ pwd > /home/akm/bigtop > $ gradle realclean > :buildSrc:clean > :buildSrc:compileJava UP-TO-DATE > :buildSrc:compileGroovy > :buildSrc:processResources UP-TO-DATE > :buildSrc:classes > :buildSrc:jar > :buildSrc:assemble > :buildSrc:compileTestJava UP-TO-DATE > :buildSrc:compileTestGroovy > [ant:groovyc] > org.codehaus.groovy.control.MultipleCompilationErrorsException: startup > failed: > [ant:groovyc] > /home/akm/bigtop/buildSrc/src/test/groovy/org/apache/bigtop/TestBuildUtils.groovy: > 21: unable to resolve class org.junit.Test > [ant:groovyc] A @ line 21, column 1. > [ant:groovyc] A A import org.junit.Test > [ant:groovyc] A A ^ > [ant:groovyc]A > [ant:groovyc] > /home/akm/bigtop/buildSrc/src/test/groovy/org/apache/bigtop/TestBuildUtils.groovy: > 20: unable to resolve class org.junit.Assert > [ant:groovyc] A @ line 20, column 1. > [ant:groovyc] A A import org.junit.Assert > [ant:groovyc] A A ^ > [ant:groovyc]A > [ant:groovyc] > /home/akm/bigtop/buildSrc/src/test/groovy/org/apache/bigtop/TestNullOutputStream.groovy: > 21: unable to resolve class org.junit.Test > [ant:groovyc] A @ line 21, column 1. > [ant:groovyc] A A import org.junit.Test > [ant:groovyc] A A ^ > [ant:groovyc]A > [ant:groovyc] > /home/akm/bigtop/buildSrc/src/test/groovy/org/apache/bigtop/TestNullOutputStream.groovy: > 20: unable to resolve class org.junit.Assert > [ant:groovyc] A @ line 20, column 1. > [ant:groovyc] A A import org.junit.Assert > [ant:groovyc] A A ^ > [ant:groovyc]A > [ant:groovyc] 4 errors > [ant:groovyc]A > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':compileTestGroovy'. > Cause: Forked groovyc returned error code: 1 > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > BUILD FAILED > Total time: 8.291 secs > On Mon, Apr 13, 2015 at 2:05 PM, Andrew Musselman > wrote: > > Thanks Jonathan > On Mon, Apr 13, 2015 at 2:00 PM, Kelly, Jonathan > wrote: > > The top of that page you linked says that it is deprecated, and it > links to another page that unfortunately looks a little thin on > details. What you want though is "gradle realclean" instead of "make > realclean". > > ~ Jonathan Kelly > > Sent from Nine > From: Andrew Musselman > Sent: Apr 13, 2015 3:47 PM > To: user@bigtop.apache.org > Subject: Build question > I'm following the build instructions below but am stuck on the `make > realclean` step; what am I missing? > $ make realclean > make: *** No rule to make target `realclean'.A Stop. > FromA https://cwiki.apache.org/confluence/display/BIGTOP/Building+Bigtop+on+Ubuntu > Thanks!