Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 39777 invoked from network); 5 Oct 2010 23:03:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 23:03:49 -0000 Received: (qmail 5279 invoked by uid 500); 5 Oct 2010 23:03:49 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 5226 invoked by uid 500); 5 Oct 2010 23:03:49 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 5217 invoked by uid 99); 5 Oct 2010 23:03:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 23:03:49 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.159.224.220] (HELO ovaltofu.org) (66.159.224.220) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 23:03:41 +0000 Received: from [192.168.0.6] ([192.168.0.6]) (authenticated bits=0) by ovaltofu.org (8.14.4/8.14.4) with ESMTP id o95N3E7H006488 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 5 Oct 2010 16:03:17 -0700 (PDT) Date: Tue, 5 Oct 2010 16:04:15 -0700 (PDT) From: Andi Vajda X-X-Sender: vajda@yuzu.local Reply-To: Andi Vajda To: pylucene-dev@lucene.apache.org Subject: Re: [jira] Created: (PYLUCENE-6) ominous svnversion error message -- truly an error? In-Reply-To: <24356076.557161286313407959.JavaMail.jira@thor> Message-ID: References: <24356076.557161286313407959.JavaMail.jira@thor> User-Agent: Alpine 2.01 (OSX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 5 Oct 2010, Bill Janssen (JIRA) wrote: > ominous svnversion error message -- truly an error? > --------------------------------------------------- > > Key: PYLUCENE-6 > URL: https://issues.apache.org/jira/browse/PYLUCENE-6 > Project: PyLucene > Issue Type: Bug > Environment: PyLucene 3.0.2, Python 2.6.6, Java 6, MinGW/msys, Windows XP, Subversion not installed > Reporter: Bill Janssen > Priority: Trivial > > > If you're compiling on a system without svn installed, you get these great error messages: > > [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified > > But they're not really errors. Be nice to suppress them. Isn't this a setuptools issue ? If you agree, I'll close accordingly. If you don't agree, what do you expect the fix to look like ? Andi..