[PATCH] APR install/configuration issue error handling (was: building SVN trunk on Windows fails on python gen-make.py)

2015-07-20 Thread Stefan Hett
-Original Message- From: Stefan Hett [mailto:ste...@egosoft.com] Sent: woensdag 22 april 2015 15:59 To: 'subversion' Subject: building SVN trunk on Windows fails on python gen-make.py Hi, I just tried to build https://svn.apache.org/repos/asf/subversion/branches/svn

Re: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Stefan Hett
Hi Johan, thanks for the hint. That indeed seemed to have been the problem. Passes through the python script now when using Python 2.7.10. Regards, Stefan On Mon, Jun 22, 2015 at 12:45 PM, Stefan Hett wrote: Sorry for the late response. Had to shift priorities the last month here, before I

RE: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Bert Huijben
> -Original Message- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: maandag 22 juni 2015 13:46 > To: Stefan Hett; users@subversion.apache.org > Subject: RE: building SVN trunk on Windows fails on python gen-make.py > > Sorry I cannot help with the curre

RE: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Cooke, Mark
codecs.charmap_decode(input,self.errors,decoding_table)[0] > UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position > 2116: character maps to > > Regards, > Stefan > > > On Wed, Apr 22, 2015 at 6:13 PM, Bert Huijben wrote: > >> >

Re: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Johan Corveleyn
On Mon, Jun 22, 2015 at 12:45 PM, Stefan Hett wrote: > Sorry for the late response. Had to shift priorities the last month here, > before I could get back to this issue. > > Thanks for the additional information on ways to build SVN. I quickly > skimmed through the scripts/steps and might use them

Re: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Stefan Hett
egards, Stefan On Wed, Apr 22, 2015 at 6:13 PM, Bert Huijben wrote: -Original Message----- From: Stefan Hett [mailto:ste...@egosoft.com] Sent: woensdag 22 april 2015 15:59 To: 'subversion' Subject: building SVN trunk on Windows fails on python gen-make.py Hi, I just tried to build

Re: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Johan Corveleyn
On Wed, Apr 22, 2015 at 6:13 PM, Bert Huijben wrote: > > >> -Original Message- >> From: Stefan Hett [mailto:ste...@egosoft.com] >> Sent: woensdag 22 april 2015 15:59 >> To: 'subversion' >> Subject: building SVN trunk on Windows fails on pyth

RE: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Bert Huijben
> -Original Message- > From: Stefan Hett [mailto:ste...@egosoft.com] > Sent: woensdag 22 april 2015 15:59 > To: 'subversion' > Subject: building SVN trunk on Windows fails on python gen-make.py > > Hi, > > I just tried to build > https://svn.apac

Re: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Stefan Hett
The branch is based on the latest trunk. The only difference in gen_win.py is in line 70, where on trunk there's the call to generator.write_config_keys() which is missing on the branch-version. I didn't try adding this call tough, since I found it kinda unlikely that this is the cause of the pr

building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Stefan Hett
Hi, I just tried to build https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-normalizer on Windows following the INSTALL file documentation up to the point where the make file is being generated. Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib --with-apr=..