Re: A question about the error: svn_fspath__is_canonical
From: Dan Kaplan <hidden>
Date: 2016-06-15 22:59:38
I had to convert every file from windows line endings to unix line endings with dos2unix (dos2unix was a separate install). I did that with this command: find . -type f | xargs dos2unix I also had to install: libiconv, gettext, expat, gettext-devel, expat-devel That got my make -j8 to run without error. I then ran make test and it looked like most of the passed. I added it to my path and now my bug is fixed! Thanks for the help guys. On Fri, Jan 10, 2014 at 11:34 AM, Torsten Bögershausen [off-list ref] wrote:
On 2014-01-10 20.28, Jonathan Nieder wrote:quoted
Dan Kaplan wrote:quoted
Do you think it'll still work?Yes, that's why I suggested it. ;-) You might need to install the gcc-core, libcurl-devel, openssl-devel, and subversion-perl packages first. Regards, JonathanOut of my head: You probably need to install even: make, expat-devel (or similar)
-- Thanks, Dan -- CONFIDENTIALITY NOTICE: The information contained in this electronic transmission may be confidential. If you are not an intended recipient, be aware that any disclosure, copying, distribution or use of the information contained in this transmission is prohibited and may be unlawful. If you have received this transmission in error, please notify us by email reply and then erase it from your computer system.