You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Sperling <st...@apache.org> on 2020/03/25 12:14:11 UTC

Subversion 1.14.0-rc1 up for testing/signing

The 1.14.0-rc1 release artifacts are now available for testing/signing.
Please get the tarballs from
  https://dist.apache.org/repos/dist/dev/subversion
and add your signatures there.

If everything goes well we can rebrand this release candidate as
the actual 1.14.0 release with minimal effort.

The prospected 1.14.0 release date is April 29.

Thanks for your help, and regards,
Stefan

Re: Subversion 1.14.0-rc1 up for testing/signing

Posted by Stefan Sperling <st...@apache.org>.
On Thu, Mar 26, 2020 at 06:45:46PM +0100, Stefan Sperling wrote:
> 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.

Whew, this took me a while, but I figured it out eventually.

The py3 branch accidentally broke a temporary Makefile that is only
used by autogen.sh. See http://svn.apache.org/r1875742 for a fix,
which is now also nominated in STATUS. It is not surprising that we
only noticed this now when we tried to roll a new release.

Thanks a lot for catching and raising this problem, Mike!

Given the nature of the problem I think we should get the fix
merged to 1.14.x before a new release is attempted.

Unless there are pressing concerns over timing, I will wait a few days
for this and hopefully other patches to get merged to the 1.14.x branch
before rolling rc2.

Regards,
Stefan

Re: Subversion 1.14.0-rc1 up for testing/signing

Posted by Stefan Sperling <st...@apache.org>.
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.

Re: Subversion 1.14.0-rc1 up for testing/signing

Posted by Stefan Sperling <st...@apache.org>.
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: Subversion 1.14.0-rc1 up for testing/signing

Posted by Michael Pilato <cm...@collab.net>.
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.
________________________________
From: Stefan Sperling <st...@apache.org>
Sent: Wednesday, March 25, 2020 8:14 AM
To: dev@subversion.apache.org <de...@subversion.apache.org>
Subject: Subversion 1.14.0-rc1 up for testing/signing

[EXTERNAL EMAIL]

The 1.14.0-rc1 release artifacts are now available for testing/signing.
Please get the tarballs from
  https://dist.apache.org/repos/dist/dev/subversion
and add your signatures there.

If everything goes well we can rebrand this release candidate as
the actual 1.14.0 release with minimal effort.

The prospected 1.14.0 release date is April 29.

Thanks for your help, and regards,
Stefan