[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

gen-make.py failure (Win2000, DSP)

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-04 05:51:48 CEST

Tonight I updated the Subversion source working copy on my Windows
2000 box and ran 'python gen-make.py -t dsp' as usual. But not all
went well:

   D:\unix_home\projects\subversion>python gen-make.py -t dsp
   Found libdb40.lib in db4-win32\lib
   Found installed perl version number. Perl bindings
     will be linked with perl7.lib
   Traceback (most recent call last):
     File "gen-make.py", line 129, in ?
       main(conf, gentype, skip_depends=skip, other_options=rest)
     File "gen-make.py", line 43, in main
       generator = gen_module.Generator(fname, verfname, other_options)
     File "build\generator\gen_msvc_dsp.py", line 19, in __init__
       'msvc-dsp')
     File "build\generator\gen_win.py", line 174, in __init__
       gen_base.GeneratorBase.__init__(self, fname, verfname)
     File "build\generator\gen_base.py", line 79, in __init__
       for dep_section in self.find_sections(deps_list):
     File "build\generator\gen_base.py", line 98, in find_sections
       sections.append(self.sections[section_name])
   KeyError: mod_authz_svn

I blew away the stuff in my .\build\win32\msvc-dsp directory after
seeing this error, but got the same error upon re-running the
gen-make.py.

Anybody (Russell?) got any ideas what might be causing this? I did
the same operation on my Linux box, and it worked perfectly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 4 05:53:00 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.