You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vivek Chenecharry <vi...@collab.net> on 2006/12/15 14:05:17 UTC

[merge-tracking][windows] gen-make.py error

Hello Everybody,
                         The following are the options that I give to
build subversion trunk:
[options]
--with-berkeley-db = ..\db4-win32
--with-apr-util = ..\apr-util
--with-openssl = ..\openssl-0.9.8b
--with-zlib = ..\zlib
--with-apr = ..\apr
--with-apr-iconv = ..\apr-iconv

If I use the same set of options for building merge tracking branch it
gives me this traceback:
Found libdb44.lib in ..\db4-win32\lib
Found installed perl version number.
  Perl bindings will be linked with perl58.lib
Found installed SWIG version 1.3.29
Using SWIG library directory D:\swigwin-1.3.29\Lib
Found neon version 0.26.1
Wrote: neon\neon.dsp
Traceback (most recent call last):
  File "D:\SVN\merge-tracking\gen-make.py", line 257, in ?
    main(conf, gentype, skip_depends=skip, other_options=rest.list)
  File "D:\SVN\merge-tracking\gen-make.py", line 40, in main
    generator.write()
  File "build\generator\gen_msvc_dsp.py", line 103, in write
    self.write_project(target, fname)
  File "build\generator\gen_msvc_dsp.py", line 55, in write_project
    configs = self.get_configs(target)
  File "build\generator\gen_win.py", line 310, in get_configs
    libdirs=self.get_win_lib_dirs(target, cfg),
  File "build\generator\gen_win.py", line 727, in get_win_lib_dirs
    fakelibdirs = [ self.apath(self.bdb_path, "lib"),
  File "build\generator\gen_win.py", line 243, in apath
    if os.path.isabs(path):
  File "C:\Python23\lib\ntpath.py", line 52, in isabs
    s = splitdrive(s)[1]
  File "C:\Python23\lib\ntpath.py", line 118, in splitdrive
    if p[1:2] == ':':
TypeError: unsubscriptable object

Works fine once --with-sqlite = ..\sqllite is included. 
Should we not avoid the hard traceback getting displayed?

Thanks,
Vivek

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: [merge-tracking][windows] gen-make.py error

Posted by "D.J. Heap" <dj...@gmail.com>.
On 12/15/06, Vivek Chenecharry <vi...@collab.net> wrote:
[snip]
>
> Works fine once --with-sqlite = ..\sqllite is included.
> Should we not avoid the hard traceback getting displayed?
>


Yes, that would be better -- do you have time to work up a patch?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org