Hi
Now I was able to patch it succesfully also. Last time I took the patch
from the mail, not from the the 1509 bug url, so maybe that was the
problem.
Which editor you use for seeing ctrl-m characters in the configure? I
tested with anjuta, gedit, joe and nano and everything seemed to be ok
in the configure for me.
Anyway after patching I ran following commands succesfully
[lamikr]$ aclocal-1.6
[lamikr]$ WANT_AUTOCONF_2_5=1 autoconf
[lamikr]$ libtoolize --automake --force
[lamikr]$ automake -a
[lamikr]$ ./configure
After that starts problems with building
First problems happens immediately with make in the src-directory where
it tries to run following command
CLASSPATH=../cls:./../cls:$CLASSPATH /apps/java/jdk/jdk1.4.2/bin/javac
-d ../cls
I think that the correct line in the src/Makefile line 123 should be
something like
$(CLASSPATH_ENV) $(JAVAC) org/tigris/subversion/javahl/*.java -d
$(JAVAROOT) $(JAVACFLAGS) $?
After that I get some problems with the build targets but I will
investigate them tomorrow...
Mika
Files wrote:
> Hi there. Mika and Michael ( from your bug report about patch < patchfile in issue
> 1501 )
>
> I just tried it on the trunk. Works fine.
>
> cd subversion/bindings/java/javahl
> patch -p0 < patchfile_goes_here
>
> Everything patches successfully.
>
> However, after running autogen.sh, I *have* noticed that configure
> contains spurious ctrl-m characters.
>
> Removing these provides a working configure on linux.
>
> However, attempting to RUN said configure claims that install-sh and/or
> install.sh are not available.
>
> The first error here is the -f test instead of the -e test.
>
> I had to change it from test -f file to [ -e file ].
>
> Secondly, it complains that ls -t is broken. I think some work needs to be done on
> either the autogen.sh configuration files in this directory, or on configure.in.
>
> I could not at first blush figure out why the ctrl-m characters appeared in the
> first place.
>
> Anyway. There's a start.
>
> Shamim Islam
> BA BS
>
> lamikr_mdk (lamikr_mdk@aragorn.kortex.jyu.fi) wrote:
>
>>Hi
>>
>>
>> pathc -p0 <patch3
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 23 22:49:42 2003