Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Wed 25 Mar '20 19:42 Post subject: |
|
|
mike.dev wrote: | Hi,
Has anyone generated these modules for SVN-1.10.6 for VC9?
Thanks,
Mike |
x64 or x86 |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
mike.dev
Joined: 19 Mar 2020 Posts: 2
|
Posted: Mon 30 Mar '20 19:42 Post subject: |
|
|
Thanks! Sorry, didn't see this went to the 3rd page! This is perfect and what I needed! |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Thu 02 Apr '20 18:25 Post subject: |
|
|
BTW for Steffen: I had to download Expat 2.2.9 in this build script for only one reason: in the AL downloads the expat headers are incomplete.
expat.h is there, but expat_external.h is missing in the include dir of your downloads. Effect:
Code: | expat.h(37): fatal error C1083: Cannot open include file: 'expat_external.h' |
So I had to download expat 2.2.9 and copy the headers to Apache24/include:
https://github.com/Jan-E/svn-windows/commit/bc7db26d2e6df1f11f60d93849c89cc21ada1ddf
And it would be nice if you include zlib.h and zconf.h in the include dir and zlib.lib in the libs. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Thu 02 Apr '20 19:51 Post subject: |
|
|
Ok. In the next build I shall include. |
|
Back to top |
|
sridharb
Joined: 09 Jun 2010 Posts: 16 Location: Chennai, India
|
Posted: Sat 30 May '20 8:36 Post subject: svn 1.14 is now LTS |
|
|
Hi Jan-E,
It looks like the new SVN 1.14 is the LTS. Could you please provide windows binaries for this?
Thanks,
Sridhar |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Sat 30 May '20 8:50 Post subject: |
|
|
https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x64.zip
Found apr 1.7.0
Found apr-util 1.6.1
Found apr_memcache 1.6.1
Found expat 2.2.9
Found httpd 2.4.43
Found mod_dav 2.4.43
Found openssl 1.1.1g
Found sasl 2.1.27
Found serf 1.3.9
Found sqlite 3.31.1
Found zlib 1.2.11
Using bundled lz4 1.7.5
Using bundled utf8proc 2.1.0
swig not found; skipping SWIG file generation...
At least one test FAILED, checking N:\SVN_vc16\src-trunk\Release\tests.log
FAIL: update_tests.py 31: update wc on the root of a Windows (virtual) drive
FAIL: update_tests.py 57: access denied paths should be skipped
Summary of test results:
2489 tests PASSED
194 tests SKIPPED
73 tests XFAILED (17 WORK-IN-PROGRESS)
2 tests FAILED
SUMMARY: Some tests failed
Other VC-versions will follow. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
sridharb
Joined: 09 Jun 2010 Posts: 16 Location: Chennai, India
|
Posted: Sun 31 May '20 14:02 Post subject: Thanks for 1.14 |
|
|
Thanks for 1.14 |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Sun 31 May '20 14:21 Post subject: |
|
|
I have an Appveyor project as well to compile the VS16 versions against Apachelounge's httpd distributions (to be found here under 'Downloads').
See https://ci.appveyor.com/project/Jan-E/svn-windows/builds/33210824
Click on each job to see the build logs, with the test results.
Click on Artifact in each job to download the resulting bin. lib and modules.
Github project:
https://github.com/Jan-E/svn-windows
The hard part was to get X64 building within the 60m processing limit for free Appveyor accounts. I achieved this at the end by separating the build (21m), cache the results and use that cache for running the tests (39m). On really quiet moments on Appveyor X64 would build in one pass (59:42 minutes or something like that), but most of the times it failed. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
sridharb
Joined: 09 Jun 2010 Posts: 16 Location: Chennai, India
|
Posted: Sun 02 Jan '22 16:19 Post subject: |
|
|
Hi,
The policy in that build site seems to be delete artifacts more than a month old. The last build is four months old, thus, there are no artifacts. Could it be possible to always retain the last build's artifacts?
If not, could you please kick off a new build with the latest?
Thanks |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Sun 02 Jan '22 16:49 Post subject: |
|
|
Appveyor offers this as a free service to all Github developers of Open Source Software. Fork my repository at https://github.com/Jan-E/svn-windows , update the vc15 branch to the latest and run your own Appveyor project. |
|
Back to top |
|
sridharb
Joined: 09 Jun 2010 Posts: 16 Location: Chennai, India
|
Posted: Fri 01 Apr '22 15:11 Post subject: Error in appveyor build |
|
|
Hi Jan-E,
I did as you requested. A new repository was forked, an appveyor account was linked to this repository and started a build. It claimed success, but I found that there were issues inside.
C:\downloads\serf-1.3.9\serf.h(29): fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
Could you please help? Are there some dependencies not setup?
Regards,
Sridhar |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Fri 01 Apr '22 16:00 Post subject: |
|
|
Update all versions in appveyor.yml to the current one in the Apachelounge downloads. Check if the files in appveyor.yml still exist:
Quote: | Extracting archive: httpd-2.4.52-win64-VS16.zip
ERROR: httpd-2.4.52-win64-VS16.zip
httpd-2.4.52-win64-VS16.zip
Open ERROR: Cannot open the file as [zip] archive
ERRORS:
Is not archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
The system cannot find the file specified |
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|