On Thu, Mar 26, 2020 at 04:30:26PM +0100, Stefan Sperling wrote: > On Thu, Mar 26, 2020 at 02:23:05PM +0000, Michael Pilato wrote: > > Maybe it's just been too long for me, but I thought our releases and release > > candidates were supposed to have the SWIG-generated stuff included? I see > > those files in, say, subversion-1.13.1.tar.bz2, but not in this new rc1 > > drop. > > Yes those files should exist. > > Not sure what happened. I used release.py and didn't see anything in > its output that indicated a problem. > > I will investigate. Thanks!
Re-running release.py in verbose mode reveals: [[[ /tmp/svn-rel/tempdir/subversion-1.14.0-rc1/subversion/bindings/swig/include/svn_containers.swg:57: Error: Unknown directive '%hash_argout_typemap'. *** Error 1 in /tmp/svn-rel/tempdir/subversion-1.14.0-rc1 (autogen-standalone.mk:329 'subversion/bindings/swig/python/core.c') Creating build-outputs.mk... Wrote: subversion/libsvn_subr/errorcode.inc Wrote: subversion/libsvn_subr/config_keys.inc Creating svn_private_config.h.in... Creating configure... You can run ./configure now. ]]] So it looks like our autogen.sh doesn't do proper error checking :( I'll try to get that worked out and then roll rc2.