Re: git svn clone segmentation faul issue
From: Johannes Schindelin <hidden>
Date: 2016-06-29 07:14:00
Hi Yannis, On Tue, 28 Jun 2016, Johannes Schindelin wrote:
On Tue, 28 Jun 2016, Ioannis Kappas wrote:quoted
Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes:quoted
Would you mind giving them a whirl?The patch in "source code (zip)" seems to be missing the line in the prepare () section of PKGBUILD to actually apply the fix:diff --git a/subversion/PKGBUILD b/subversion/PKGBUILD --- a/subversion/PKGBUILD +++ b/subversion/PKGBUILD@@ -101,6 +103,7 @@ prepare() { patch -p1 -i ${srcdir}/17-fix-test-link.patch patch -p1 -i ${srcdir}/18-fix-serf-config.patch patch -p1 -i ${srcdir}/19-remove-contrib-from-configure.patch + patch -p1 -i ${srcdir}/20-fix-stack-corruption-in-swig-wrappers.patch patch -p1 -i ${srcdir}/subversion-1.9.1-msys2.patch patch -p1 -i ${srcdir}/remove-checking-symlink.patch patch -p1 -i ${srcdir}/90-use-copy-instead-symlink.patchWould you be so kind to add the above and rebuild.Oh bummer. Sorry for that! I will fix it and rebuild tomorrow.quoted
I have just tested it locally to work successfully, but I do not mind retesting if you wish to provide another build :)Thanks, that would be much appreciated! I'll send a reply when I rebuilt the packages.
I just re-uploaded new packages, after rebuilding them and making sure that the patch was actually applied. May I ask you to re-test, just to make extra sure that the bug in question is fixed? Ciao, Johannes