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