[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Mandrake RPMs and javahl patch

From: lamikr_mdk <lamikr_mdk_at_aragorn.kortex.jyu.fi>
Date: 2003-09-29 18:59:08 CEST

Hi

Sorry that it took so long to answer, but the work week has started...

Anyway, I tried to build both trunk and patched 0.30 but they stop
immediately... I have subversion 0.29 installed from the Mandrake cooker
contrib so I do not understand the problem.

If I build subversion directly and then went to javahl directory it
build fine from the trunk. So it seems that the patch has gone in fine
to trunk.

>1. svn co http://svn.collab.net/repos/svn/trunk
>2. cd trunk/packages/rpm/mandrake-9.1
>3. JAVAHL=1 JDK=<path to jdk> make

[]$ cd trunk/packages/rpm/mandrake-9.1
[]$ JAVAHL=1 JDK=/apps/java/jdk/jdk1.4.2/bin make
Subversion not installed or this is not a blessed version.
Try 'RELEASE=XXXX make' instead
make[1]: *** [check_release] Error 1
make: *** [all_silent] Error 2

> can you try one or both of the following?
>
> 1. svn co http://svn.collab.net/repos/svn/tags/0.30.0
> 2. cd 0.30.0/packages/rpm/mandrake-9.1
> 3. cp -f <path to trunk>/packages/rpm/mandrake-9.1/* .
> 4. JAVAHL=1 JDK=<path to jdk> make

[]$ cd 0.30.0/packages/rpm/mandrake-9.1
[]$ cp -f
../../../../trunk/packages/rpm/mandrake-9.1/kages/rpm/mandrake-9.1/* .
[]$ JAVAHL=1 JDK=/apps/java/jdk/jdk1.4.2 make
Subversion not installed or this is not a blessed version.
Try 'RELEASE=XXXX make' instead
make[1]: *** [check_release] Error 1
make: *** [all_silent] Error 2

Mika

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 29 19:00:03 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.