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

Building 1.6.3 on AIX 5.3

From: Giulio Troccoli <giulio.troccoli_at_uk.linedata.com>
Date: Wed, 24 Jun 2009 11:44:24 +0100

Hi everybody,

In my effort of upgrading Subversion to the latest I am trying to build it on an AIX platform. I was able to build 1.4.4, which is currently running, but not, yet, 1.6.3.

I have downloaded both subversion-1.6.3.tar.gz and subversion-deps-1.6.3.tar.gz, unzipped and untarred both in ~/subversion-1.6.3 and the configure as follows

CC="/usr/vac/bin/cc" \
CFLAGS="-qmaxmem=-1 -O2 -qlanglvl=extended" \
./configure \
--prefix=/u1/dev/local \
--disable-shared \
--enable-all-static \
--without-serf

The configure doesn't show any errors, or at least I couldn't see any, and I was able to build it fine. When, however, I run make install the process fails with

------ making install in apr-util
Target "local-all" is up to date.
        /u1/dev/subversion-1.6.3/apr/build/mkdir.sh /u1/dev/local/include/apr-1 /u1/dev/local/lib/pkgconfig /u1/dev/local/lib /u1/dev/local/bin
        for f in /u1/dev/subversion-1.6.3/apr-util/include/*.h /u1/dev/subversion-1.6.3/apr-util/include/*.h; do build/install.sh -c -m 644 ${f} /u1/dev/local/include/apr-1; done
        build/install.sh -c -m 644 apr-util.pc /u1/dev/local/lib/pkgconfig/apr-util-1.pc
        list=''; for i in $list; do ( cd $i ; make DESTDIR= install ); done
        /bin/sh /u1/dev/subversion-1.6.3/apr/libtool --mode=install build/install.sh -c -m 755 libaprutil-1.la /u1/dev/local/lib
libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /usr/local/apr/lib
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.

Why is this happening? I have also trying with onlt the --prefix parameter to the configure and I have the exact same error. Can anybody shed some light and help me please?

Thanks
Giulio

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364869

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-24 12:45:29 CEST

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

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