keyongtech


  keyongtech > aix > 03/2007

 #1  
02-07-07, 05:46 PM
herbert koelman
Hi there,

I'm looking for an RPM or bff package for subversion. It's for AIX 5.3.

Any info or help ?
 #2  
02-07-07, 08:45 PM
Henry
On Feb 8, 6:46 am, herbert koelman <herbertkoel> wrote:
> Hi there,
>
> I'm looking for an RPM or bff package for subversion. It's for AIX 5.3.
>
> Any info or help ?


I've looked around too, and found nothing.
I ended up using Suse, which was also awkward as I couldn't find a
YasT repository either!
 #3  
02-09-07, 10:50 AM
herbert koelman
On Wed, 07 Feb 2007 12:45:46 -0800, Henry wrote:

> On Feb 8, 6:46 am, herbert koelman <herbertkoel> wrote:
>> Hi there,
>>
>> I'm looking for an RPM or bff package for subversion. It's for AIX 5.3.
>>
>> Any info or help ?

>
> I've looked around too, and found nothing. I ended up using Suse, which
> was also awkward as I couldn't find a YasT repository either!


I've started to compile an AIX version.

I'll see where it will get me. It doesn't look a simple task.
 #4  
02-09-07, 05:45 PM
Hajo Ehlers
On 9 Feb., 11:50, herbert koelman <herbertkoel> wrote:
> On Wed, 07 Feb 2007 12:45:46 -0800, Henry wrote:
> > On Feb 8, 6:46 am, herbert koelman <herbertkoel> wrote:
> >> Hi there,

>
> >> I'm looking for an RPM or bff package for subversion. It's for AIX 5.3.

>
> >> Any info or help ?

>
> > I've looked around too, and found nothing. I ended up using Suse, which
> > was also awkward as I couldn't find a YasT repository either!

>
> I've started to compile an AIX version.
>
> I'll see where it will get me. It doesn't look a simple task.



At least for subversion 1.3 i can provide a build environment.

hth
Hajo
 #5  
02-12-07, 11:33 PM
herbert koelman
On Fri, 09 Feb 2007 09:45:49 -0800, Hajo Ehlers wrote:

> On 9 Feb., 11:50, herbert koelman <herbertkoel> wrote:
>> At least for subversion 1.3 i can provide a build environment.

>
> hth
> Hajo


That would be great.

How can I get this build env of yours :-D ?
 #6  
02-13-07, 01:34 AM
owmtia
On Feb 13, 10:33 am, herbert koelman <herbertkoel> wrote:
> On Fri, 09 Feb 2007 09:45:49 -0800, Hajo Ehlers wrote:
>>
>>
>> That would be great.

>
> How can I get this build env of yours :-D ?


There are binaries of subversion 1.3.2 at http://www.bear-cave.org.uk/aix
and some details on how they compiled them.

David
 #7  
02-13-07, 12:16 PM
Hajo Ehlers
1) GUN tools are found first in the path
export PATH=/opt/freeware/bin:/usr/local/bin:$PATH


2) -------- BUILD ------------------
cat build
#!/usr/bin/ksh
APP=subversion-1.3.0
rm -rf ./$APP
tar -xvf ${APP}.tar
cd $APP

# Apply Patch
cd neon
patch -p 0 < ../../neon.patch
cd -

# Start build

export CONFIG_SHELL=/opt/freeware/bin/bash
export CONFIGURE_ENV_ARGS=/opt/freeware/bin/bash

export CC="cc_r"

export CFLAGS=" -I/opt/freeware/include "
export LDFLAGS=" -L/opt/freeware/lib "

../configure \
--with-gcc=cc_r --without-cxx --with-thread \
--with-zlib \
--with-swig=/usr/local/bin/swig \
--with-apxs=/usr/local/apache2/bin/apxs \
--without-berkeley-db \
--enable-shared \
--enable-swig-bindings=python \
--disable-nls \
--disable-mod-activation

#### Remarks:
# --disable-nls :otherwise No function prototype given for
"dgettext"

slibclean
gmake

exit

&& gmake install && gmake swig-py && gmake install-swig-py

----------- NEON PATCH ------------------------
cat neon.patch
--- src/ne_request.c (revision 830)
+++ src/ne_request.c (working copy)
@@ -27,6 +27,8 @@

#include <sys/types.h>

+#include <sys/limits.h>
+
#ifdef HAVE_LIMITS_H
#include <limits.h> /* for UINT_MAX etc */
#endif
@@ -73,6 +75,8 @@

#if !defined(LONG_LONG_MAX) && defined(LLONG_MAX)
#define LONG_LONG_MAX LLONG_MAX
+#elif !defined(LONG_LONG_MAX) && defined(LONGLONG_MAX)
+#define LONG_LONG_MAX LONGLONG_MAX
#endif

#ifdef NE_LFS


---------------
 #8  
02-14-07, 10:01 PM
Jim Hague
In article <1171330469.268429.52360>,
owmtia <owmtia> wrote:
>There are binaries of subversion 1.3.2 at [..]
>and some details on how they compiled them.


They are built on AIX 5.2 and AFAIK should run OK on 5.3.

There's no Subverson 1.4 binaries yet because the excutables from the
build give a runtime linker error, and I haven't had time to get to
the bottom of it.

The binaries are not in .rpm or .bff form. Packaging Subversion properly
is a fair-size job; look at the dependencies of the Linux .rpms to see
what I mean.
 #9  
03-11-07, 08:49 AM
herbert koelman
On Tue, 13 Feb 2007 04:16:40 -0800, Hajo Ehlers wrote:

[..]
> cat neon.patch
> --- src/ne_request.c (revision 830)
> +++ src/ne_request.c (working copy)
> @@ -27,6 +27,8 @@
>
> #include <sys/types.h>
>
> +#include <sys/limits.h>
> +
> #ifdef HAVE_LIMITS_H

I'm back again.

Thanks for this build env.

This will be very help full.
[..]
Similar Threads
SVN for Mac (subversion)

is there a mainstream SVN client for the Mac? For the PC it probably is the Tortoise... for the Mac, it may be svnX or Mac SVN? wanted a mainstream on so as to avoid...

UTF-8 with Subversion

Hi, I'm a recent convert to macs/osx (from linux), and trying to set up my working environment. I'm well on the way, but have now encountered a problem regarding...

About subversion

For building a subversion server , do I need to have Apache 2.0 or not ? What if I need to connect to the subversion server remotely thru ssh or any other methods ?

Subversion is better than CVS?

I've never used subversion, but someone say it good and is one replacer of CVS, is it better than CVS?

help with subversion

has anyone experence with subversion? I am trying to get it to work on suse 8.2, only get warings example svnadmin create /local/test /local/test is created Made a...


All times are GMT. The time now is 03:16 AM. | Privacy Policy