Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DF18106C3 for ; Mon, 15 Apr 2013 03:31:30 +0000 (UTC) Received: (qmail 20780 invoked by uid 500); 15 Apr 2013 03:31:26 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 20338 invoked by uid 500); 15 Apr 2013 03:31:26 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 20297 invoked by uid 99); 15 Apr 2013 03:31:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 03:31:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 74.125.83.44 is neither permitted nor denied by domain of jackpark@topicquests.org) Received: from [74.125.83.44] (HELO mail-ee0-f44.google.com) (74.125.83.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 03:31:18 +0000 Received: by mail-ee0-f44.google.com with SMTP id c41so2054764eek.3 for ; Sun, 14 Apr 2013 20:30:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=5nGKaGD0Y0meXx7N609D5Hk9bd7qE0DoW1hszqwBT+4=; b=CHmQhjU8ERl82bXtaQgZybmGo4I7SRnNfras43S4zl2zDUmsHvhwJ8arM2N512wfiJ DJTV57wmbUCEA6yv/z/HW1kh3LpRr+JWXfU0004LwGJDDW2emmtpEyktuWv5tLFM7i9E ava0TEpKMe3TbomKVnI52RJmGBrWDVY9jWx5CbE4n143tkkqv74lgYseh04A3OcByhdi 3pK58PzbCp/TLJH4KfhFN8z7Uryz2MYFJLgfTCBnGE8RtQ1kvQjM+DSt3ttRoypEgG4f K0vbvpftCc2EpEUOLt7G5kTpWhy+mb3MTXlyF591H2SnlOaFL4E9uuN31zh+ZRC+2q9t IjIQ== MIME-Version: 1.0 X-Received: by 10.14.175.134 with SMTP id z6mr14674392eel.15.1365996657350; Sun, 14 Apr 2013 20:30:57 -0700 (PDT) Received: by 10.14.32.193 with HTTP; Sun, 14 Apr 2013 20:30:57 -0700 (PDT) X-Originating-IP: [173.164.129.250] In-Reply-To: <2CCBD41B-62F4-40C5-BA13-1BC5C4085BDE@gmail.com> References: <2CCBD41B-62F4-40C5-BA13-1BC5C4085BDE@gmail.com> Date: Sun, 14 Apr 2013 20:30:57 -0700 Message-ID: Subject: Re: Downloaded Solr 4.2.1 Source: Build Failing From: Jack Park To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkgmDy04j87F8DQwJBlcys2L+ErDiXllZ17u9eSARUJtNhaHnbB5fBot2pGxixsGkzFF0mN X-Virus-Checked: Checked by ClamAV on apache.org What I learned is that I needed to upgrade Ant, then needed to install Ivy; the build.xml in the outer subversion directory has an ant target to install Ivy, and one to run-maven-build. I ran that, then switched to /solr and ran "ant dist" which finished in under 2 minutes. On Sun, Apr 14, 2013 at 10:14 AM, Steve Rowe wrote: > Hi Umesh, > > I have the exact same Java 1.6 version as you, on OS X v10.8.3. > > I downloaded the source distribution from the same mirror as you did, and ran 'ant dist' under the solr/ directory, and got "BUILD SUCCESSFUL". > > (FYI, building the source distribution is part of the "smoke testing" we do as part of validating a release, and this passed for me on my OS X 10.8.3 machine before I voted to release 4.2.1.) > > What version of Ant are you using? > > What command are you using to build? > > Did you try running 'ant clean' from the top level and then re-building? > > Steve > > On Apr 14, 2013, at 7:41 AM, Umesh Prasad wrote: > >> Further update on same. >> Build on Branch >> http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_2_1 succeeds >> fine. >> Build fails only for Source code downloaded from >> http://apache.techartifact.com/mirror/lucene/solr/4.2.1/solr-4.2.1-src.tgz >> >> >> >> >> On Sun, Apr 14, 2013 at 1:05 PM, Umesh Prasad wrote: >> >>> j*ava version "1.6.0_43" >>> Java(TM) SE Runtime Environment (build 1.6.0_43-b01-447-11M4203) >>> Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01-447, mixed mode) >>> * >>> Mac OS X : Version 10.7.5 >>> >>> -- >>> Umesh >>> >>> >>> >>> On Sat, Apr 13, 2013 at 12:08 AM, Chris Hostetter < >>> hossman_lucene@fucit.org> wrote: >>> >>>> >>>> : >>>> /Users/umeshprasad/Downloads/solr-4.2.1/solr/core/src/java/org/apache/solr/handler/c >>>> : *omponent/QueryComponent.java:765: cannot find symbol >>>> : [javac] symbol : class ShardFieldSortedHitQueue >>>> : [javac] location: class >>>> org.apache.solr.handler.component.QueryComponent >>>> : [javac] ShardFieldSortedHitQueue queue;* >>>> >>>> Weird ... can you provide us more details about the java compiler you are >>>> using? >>>> >>>> ShardFieldSortedHitQueue is a package protected class declared in >>>> ShardDoc.java (in the same package as QueryComponent). That isn't exactly >>>> a best practice, but it shouldn't be causing a compilation failure. >>>> >>>> >>>> -Hoss >>>> >>> >>> >>> >>> -- >>> --- >>> Thanks & Regards >>> Umesh Prasad >>> >> >> >> >> -- >> --- >> Thanks & Regards >> Umesh Prasad >