Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C30309D4D for ; Thu, 12 Apr 2012 15:36:03 +0000 (UTC) Received: (qmail 36508 invoked by uid 500); 12 Apr 2012 15:36:03 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 36474 invoked by uid 500); 12 Apr 2012 15:36:03 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 36465 invoked by uid 99); 12 Apr 2012 15:36:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 15:36:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 15:35:57 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 89C9FDE7F1; Thu, 12 Apr 2012 17:35:35 +0200 (CEST) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P46dfzhJBTZo; Thu, 12 Apr 2012 17:35:35 +0200 (CEST) Received: from lp-shahaf.local (bzq-79-180-206-85.red.bezeqint.net [79.180.206.85]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 070A9DE736; Thu, 12 Apr 2012 17:35:34 +0200 (CEST) Date: Thu, 12 Apr 2012 18:33:28 +0300 From: Daniel Shahaf To: arun kumar Cc: users@subversion.apache.org Subject: Re: Subversion build on windows Message-ID: <20120412153328.GO2950@lp-shahaf.local> References: <20120411090403.GI5516@lp-shahaf.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org Thanks for confirming. Does reverting the build.conf change and applying r1307177 instead also fix the issue? (That revision is proposed for inclusion in 1.7.5.) arun kumar wrote on Thu, Apr 12, 2012 at 18:29:27 +0530: > Thanks this solved the issue. It was 1.7.3 version of SVN. > > > On Wed, Apr 11, 2012 at 2:34 PM, Daniel Shahaf wrote: > > > What version of svn? What happens if you delete the [mod_dontdothat] > > stanza from build.conf before running gen-make.py? > > > > arun kumar wrote on Wed, Apr 11, 2012 at 10:58:12 +0530: > > > Hi, > > > > > > I'm trying to build Subversion on Windows. I got following error when I > > ran > > > the script gen-make.py > > > > > > > > > > > > >c:\Python27\python.exe gen-make.py -t vcproj --vsnet-version=2008 > > > > > > Found libdb44.lib in db4-win32 > > > > > > > > > > > > Generating for Visual Studio 2008 > > > > > > > > > > > > Could not detect Ruby version, assuming 1.8. > > > > > > Ruby bindings will be linked with msvcrt-ruby18.lib > > > > > > > > > > > > Found installed perl version number. > > > > > > Perl bindings will be linked with perl514.lib > > > > > > > > > > > > Could not find installed SWIG, assuming version 1.3.25 > > > > > > > > > > > > Found SQLite version 3.7.11 > > > > > > > > > > > > Found ZLib version 1.2.6 > > > > > > > > > > > > Found neon version 0.26.1 > > > > > > > > > > > > swig not found; skipping SWIG file generation... > > > > > > Traceback (most recent call last): > > > > > > File "gen-make.py", line 317, in > > > > > > main(conf, gentype, skip_depends=skip, other_options=rest.list) > > > > > > File "gen-make.py", line 65, in main > > > > > > generator.write() > > > > > > File "build\generator\gen_vcnet_vcproj.py", line 214, in write > > > > > > self.write_project(target, fname, deplist) > > > > > > File "build\generator\gen_vcnet_vcproj.py", line 86, in write_project > > > > > > configs = self.get_configs(target) > > > > > > File "build\generator\gen_win.py", line 476, in get_configs > > > > > > libdirs=self.get_win_lib_dirs(target, cfg), > > > > > > File "build\generator\gen_win.py", line 1000, in get_win_lib_dirs > > > > > > fakelibdirs.append(self.apath(self.httpd_path, cfg)) > > > > > > File "build\generator\gen_win.py", line 361, in apath > > > > > > if os.path.isabs(path): > > > > > > File "c:\Python27\lib\ntpath.py", line 57, in isabs > > > > > > s = splitdrive(s)[1] > > > > > > File "c:\Python27\lib\ntpath.py", line 125, in splitdrive > > > > > > if p[1:2] == ':': > > > > > > TypeError: 'NoneType' object is not subscriptable > > > > > > > > > > > > Any suggestions are welcome. > > > > > > > > > Thank you. > > > Arun > > > > > > -- > Thanking you, > > Arun