Re: build-svn-deps-win.pl

2022-07-07 Thread Yasuhito FUTATSUKI
Hello, On 2022/07/08 8:26, Nathan Hartman wrote: > On Thu, Jul 7, 2022 at 4:49 PM Daniel Sahlberg > wrote: >> It is really strange that this e-mail is not part of the thread >> https://lists.apache.org/thread/qf1tfohrwjrjk4qm1j1l8z11hfthlcq3. This >> should probably be brought up with Infra. Un

Re: build-svn-deps-win.pl

2022-07-07 Thread Nathan Hartman
On Thu, Jul 7, 2022 at 4:49 PM Daniel Sahlberg wrote: > It is really strange that this e-mail is not part of the thread > https://lists.apache.org/thread/qf1tfohrwjrjk4qm1j1l8z11hfthlcq3. This should > probably be brought up with Infra. Unfortunately I don't have the original > e-mail so I don'

Re: build-svn-deps-win.pl

2022-07-07 Thread Daniel Sahlberg
Den tors 7 juli 2022 kl 17:00 skrev Nathan Hartman : > On Thu, Jul 7, 2022 at 10:22 AM Daniel Sahlberg > wrote: > > > > Hi, > > > > I'm looking at build-svn-deps-win.pl (in tools/dev) and I have a number > of problems which I'm hoping to address in the

Re: build-svn-deps-win.pl

2022-07-07 Thread Nathan Hartman
On Thu, Jul 7, 2022 at 10:22 AM Daniel Sahlberg wrote: > > Hi, > > I'm looking at build-svn-deps-win.pl (in tools/dev) and I have a number of > problems which I'm hoping to address in the near future: > > - The download URL for AWK now return 404. I'm s

build-svn-deps-win.pl

2022-07-07 Thread Daniel Sahlberg
Hi, I'm looking at build-svn-deps-win.pl (in tools/dev) and I have a number of problems which I'm hoping to address in the near future: - The download URL for AWK now return 404. I'm suggesting to replace it with http://gnuwin32.sourceforge.net/downlinks/gawk-bin-zip.php (this wil

Re: build-svn-deps-win.pl and debug builds

2013-07-10 Thread Ben Reser
On Tue, Jul 9, 2013 at 4:41 PM, Ben Reser wrote: > On Tue, Jul 9, 2013 at 1:44 PM, Johan Corveleyn wrote: >> It would be interesting if build-svn-deps-win.pl could also build >> debug builds of the dependencies (so I can use them to make a debug >> build of svn). > >

Re: build-svn-deps-win.pl and debug builds

2013-07-09 Thread Ben Reser
On Tue, Jul 9, 2013 at 1:44 PM, Johan Corveleyn wrote: > It would be interesting if build-svn-deps-win.pl could also build > debug builds of the dependencies (so I can use them to make a debug > build of svn). Agreed this was on my todo list. Just haven't gotten to it. >

build-svn-deps-win.pl and debug builds

2013-07-09 Thread Johan Corveleyn
It would be interesting if build-svn-deps-win.pl could also build debug builds of the dependencies (so I can use them to make a debug build of svn). I suppose this is basically using "Debug" throughout the file where it currently says "Release", and installd instead of instal

Re: build-svn-deps-win.pl: error testing pcre

2013-06-03 Thread Johan Corveleyn
On Mon, Jun 3, 2013 at 10:13 AM, Philip Martin wrote: > Johan Corveleyn writes: > >> ** Test 2 requires a lot of stack. PCRE can be configured to >> ** use heap for recursion. Otherwise, to pass Test 2 >> ** you generally need to allocate 8 mb stack to PCRE. >> ** See the 'pcrestack' page for a d

Re: build-svn-deps-win.pl: error testing pcre

2013-06-03 Thread Philip Martin
Johan Corveleyn writes: > ** Test 2 requires a lot of stack. PCRE can be configured to > ** use heap for recursion. Otherwise, to pass Test 2 > ** you generally need to allocate 8 mb stack to PCRE. > ** See the 'pcrestack' page for a discussion of PCRE's > ** stack usage. > ]]] > > So perhaps thi

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
fine with me. Or at least a subdir of deps, > or perhaps some configurable directory in build-svn-deps-win.pl? The intent is to get things to the point where this script can provide a concise package of just what is needed to build Subversion without extraneous things. So my original intent w

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
fault directory, which was C:\Apache22. If this time it would install to C:\Apache24, that would be fine with me. Or at least a subdir of deps, or perhaps some configurable directory in build-svn-deps-win.pl? -- Johan

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
built. >> >> Error: The specified project must be converted before it can be built. >> >> Information: >> This project/solution does not require conversion. >> Failed to rename srclib\apr-util\dbm\apr_dbm_db.vcxproj to >> srclib\apr-util\dbm\apr_dbm_db.vcxpro

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
On Sun, Jun 2, 2013 at 2:28 PM, Ben Reser wrote: > I'll go ahead and commit the work that I did earlier, which should get > you further (you'll have to do a little clicking in the IDE to convert > the httpd project) but it won't solve that issue, so you may have to > run more than one build to get

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
On Sun, Jun 2, 2013 at 1:25 AM, Johan Corveleyn wrote: > I decided to give my dev environment a spring cleaning, and tried > build-svn-deps-win.pl to build the dependencies (great work BTW, > looking forward to having less dependency-building-worries -- thanks). > However, I ran in

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
uire conversion. > Failed to rename srclib\apr-util\dbm\apr_dbm_db.vcxproj to > srclib\apr-util\dbm\apr_dbm_db.vcxproj.bdb: No such file or directory > at C:\research\svn\client_build\deps\build-svn-deps-win.pl line 228. > ]]] > > (I'm using VS 2010, so perhaps that's t

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
On Sun, Jun 2, 2013 at 10:25 AM, Johan Corveleyn wrote: > I decided to give my dev environment a spring cleaning, and tried > build-svn-deps-win.pl to build the dependencies (great work BTW, > looking forward to having less dependency-building-worries -- thanks). > However, I ran in

build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
I decided to give my dev environment a spring cleaning, and tried build-svn-deps-win.pl to build the dependencies (great work BTW, looking forward to having less dependency-building-worries -- thanks). However, I ran into a problem when the testsuite of pcre was run: (complete output in