You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2003/10/04 03:51:48 UTC

gen-make.py failure (Win2000, DSP)

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

Re: gen-make.py failure (Win2000, DSP)

Posted by "C. Michael Pilato" <cm...@collab.net>.
"Russell Yanofsky" <re...@columbia.edu> writes:

> C. Michael Pilato wrote:
> > 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:
> > ..
> > Anybody (Russell?) got any ideas what might be causing this?  I did
> > the same operation on my Linux box, and it worked perfectly.
> 
> Yeah sorry, one of my changes did this. The error did't happen if you gave
> a --with-httpd option so I didn't notice it before. This should be fixed now
> in revision 7295.

Beautiful.  Thanks, Russell.

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

Re: gen-make.py failure (Win2000, DSP)

Posted by Russell Yanofsky <re...@columbia.edu>.
C. Michael Pilato wrote:
> 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:
> ..
> Anybody (Russell?) got any ideas what might be causing this?  I did
> the same operation on my Linux box, and it worked perfectly.

Yeah sorry, one of my changes did this. The error did't happen if you gave
a --with-httpd option so I didn't notice it before. This should be fixed now
in revision 7295.

- Russ



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