Re: Questions on Release Management Process

2022-03-24 Thread Daniel Shahaf
Mark Phippard wrote on Wed, 23 Mar 2022 11:36 +00:00: > On Tue, Mar 22, 2022 at 11:51 PM Daniel Shahaf > wrote: >> >> Mark Phippard wrote on Mon, Mar 21, 2022 at 16:46:55 -0400: >> > On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: >> > > On Mon, Mar 21, 2022 at 12:44:44PM -0400, Mark Phip

Re: Questions on Release Management Process

2022-03-23 Thread Mark Phippard
On Tue, Mar 22, 2022 at 11:51 PM Daniel Shahaf wrote: > > Mark Phippard wrote on Mon, Mar 21, 2022 at 16:46:55 -0400: > > On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: > > > On Mon, Mar 21, 2022 at 12:44:44PM -0400, Mark Phippard wrote: > > > > Problem 1: Rolling the tarballs > > > > > >

Re: Questions on Release Management Process

2022-03-22 Thread Daniel Shahaf
Mark Phippard wrote on Mon, Mar 21, 2022 at 16:46:55 -0400: > On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: > > On Mon, Mar 21, 2022 at 12:44:44PM -0400, Mark Phippard wrote: > > > Problem 1: Rolling the tarballs > > > > > > The process creates the tarballs but fails near the end. It look

Re: Questions on Release Management Process

2022-03-22 Thread Karl Fogel
On 22 Mar 2022, Mark Phippard wrote: [... many lines omitted...] For some reason, I need this with configure: --with-serf=/usr With that, the davautocheck is running. Thanks for the tip on that one. I've been watching this thread with amazement and gratitude. Thanks to everyone who's been h

Re: Questions on Release Management Process

2022-03-22 Thread Daniel Sahlberg
Den tis 22 mars 2022 kl 19:22 skrev Mark Phippard : > With that, the davautocheck is running. Thanks for the tip on that one. > Very good! Slightly off-topic, but I got reminded when looking at davautocheck. r1891908 fixes a minor build dependency problem. If memory serves me right, make davauto

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 2:10 PM Mark Phippard wrote: > > On Tue, Mar 22, 2022 at 2:01 PM Mark Phippard wrote: > > > > On Tue, Mar 22, 2022 at 1:47 PM Daniel Sahlberg > > wrote: > > > > > > Den tis 22 mars 2022 kl 18:09 skrev Mark Phippard : > > >> > > >> Using 1.14.1, I have confirmed I can buil

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 2:01 PM Mark Phippard wrote: > > On Tue, Mar 22, 2022 at 1:47 PM Daniel Sahlberg > wrote: > > > > Den tis 22 mars 2022 kl 18:09 skrev Mark Phippard : > >> > >> Using 1.14.1, I have confirmed I can build and run the tests for all > >> bindings. Only thing left is the DAV te

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 1:47 PM Daniel Sahlberg wrote: > > Den tis 22 mars 2022 kl 18:09 skrev Mark Phippard : >> >> Using 1.14.1, I have confirmed I can build and run the tests for all >> bindings. Only thing left is the DAV tests and figuring out how to >> setup for that. > > > Have you seen the

Re: Questions on Release Management Process

2022-03-22 Thread Daniel Sahlberg
Den tis 22 mars 2022 kl 18:09 skrev Mark Phippard : > Using 1.14.1, I have confirmed I can build and run the tests for all > bindings. Only thing left is the DAV tests and figuring out how to > setup for that. > Have you seen the davautocheck target in the Makefile? I don't know if this is suitab

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 1:05 PM Yasuhito FUTATSUKI wrote: > > Hi, > > On 2022/03/23 1:54, Mark Phippard wrote: > > On Tue, Mar 22, 2022 at 10:10 AM Mark Phippard wrote: > >> > >> On Tue, Mar 22, 2022 at 10:03 AM Mark Phippard wrote: > >>> This all mostly works. Exception is Python. It sounds lik

Re: Questions on Release Management Process

2022-03-22 Thread Yasuhito FUTATSUKI
Hi, On 2022/03/23 1:54, Mark Phippard wrote: > On Tue, Mar 22, 2022 at 10:10 AM Mark Phippard wrote: >> >> On Tue, Mar 22, 2022 at 10:03 AM Mark Phippard wrote: >>> This all mostly works. Exception is Python. It sounds like I need to >>> take steps to regenerate the Python bindings for Python 2.

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 10:10 AM Mark Phippard wrote: > > On Tue, Mar 22, 2022 at 10:03 AM Mark Phippard wrote: > > This all mostly works. Exception is Python. It sounds like I need to > > take steps to regenerate the Python bindings for Python 2. The > > question is how. So far I have been told

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 10:03 AM Mark Phippard wrote: > This all mostly works. Exception is Python. It sounds like I need to > take steps to regenerate the Python bindings for Python 2. The > question is how. So far I have been told I need to re-run autogen.sh. > I did so. I then ran ./configure -

Re: Questions on Release Management Process

2022-03-22 Thread Mark Phippard
On Tue, Mar 22, 2022 at 12:38 AM Nathan Hartman wrote: > > On Mon, Mar 21, 2022 at 9:18 PM Jun Omae wrote: > > > > On Tue, Mar 22, 2022 at 9:10 AM Mark Phippard wrote: > > > > > > This seems to be the main thing I am stuck on. I used Debian Buster so > > > that it would just be Python 2.7. It al

Re: Questions on Release Management Process

2022-03-21 Thread Nathan Hartman
On Mon, Mar 21, 2022 at 9:18 PM Jun Omae wrote: > > On Tue, Mar 22, 2022 at 9:10 AM Mark Phippard wrote: > > > > This seems to be the main thing I am stuck on. I used Debian Buster so > > that it would just be Python 2.7. It also occurred to me I was seeing > > this using the release tarball so S

Re: Questions on Release Management Process

2022-03-21 Thread Jun Omae
Hi, On Tue, Mar 22, 2022 at 9:10 AM Mark Phippard wrote: > > On Mon, Mar 21, 2022 at 4:59 PM Stefan Sperling wrote: > > > > On Mon, Mar 21, 2022 at 04:46:55PM -0400, Mark Phippard wrote: > > > On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: > > > > This might be a swig problem? Perhaps t

Re: Questions on Release Management Process

2022-03-21 Thread Mark Phippard
> On Mar 21, 2022, at 8:10 PM, Mark Phippard wrote: > > On Mon, Mar 21, 2022 at 4:59 PM Stefan Sperling wrote: >> >>> On Mon, Mar 21, 2022 at 04:46:55PM -0400, Mark Phippard wrote: >>> On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: This might be a swig problem? Perhaps the vers

Re: Questions on Release Management Process

2022-03-21 Thread Mark Phippard
On Mon, Mar 21, 2022 at 4:59 PM Stefan Sperling wrote: > > On Mon, Mar 21, 2022 at 04:46:55PM -0400, Mark Phippard wrote: > > On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: > > > This might be a swig problem? Perhaps the version of swig and the > > > version of python don't work well toge

Re: Questions on Release Management Process

2022-03-21 Thread Stefan Sperling
On Mon, Mar 21, 2022 at 04:46:55PM -0400, Mark Phippard wrote: > On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: > > This might be a swig problem? Perhaps the version of swig and the > > version of python don't work well together? Not sure. > > HACKING implies I should use the version that

Re: Questions on Release Management Process

2022-03-21 Thread Mark Phippard
On Mon, Mar 21, 2022 at 4:31 PM Stefan Sperling wrote: > > On Mon, Mar 21, 2022 at 12:44:44PM -0400, Mark Phippard wrote: > > I have been toying with the idea of volunteering to be Release > > Manager. I am not ready to do so yet as I have run into numerous > > problems. > > > > The docs are decen

Re: Questions on Release Management Process

2022-03-21 Thread Stefan Sperling
On Mon, Mar 21, 2022 at 12:44:44PM -0400, Mark Phippard wrote: > I have been toying with the idea of volunteering to be Release > Manager. I am not ready to do so yet as I have run into numerous > problems. > > The docs are decent but they are definitely written to an audience > that knows a lot o