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

RE: Compiling Subversion 1.2.0 on HP-UX 11i 64bit

From: APC-黃建蒼 <jameshuang_at_inotera.com>
Date: 2005-06-24 12:47:39 CEST

Hi, Bob
First of all, thank you for your kindly response and help me.
Cause of our UNIX server is only the 64-bit version we have, so I have
to compile SVN for a 64-bit version.
After I modified that three files and parameter settings you mentioned
last response and re-compiled again. The same errors I got! Have others
settings I have to adjust too? Maybe I post the whole messages FYI.
Thanks again!!

Output of 'make':

========================================================================

------ making all in apr

Making all in strings

Making all in passwd

Making all in tables

Making all in file_io/unix

Making all in network_io/unix

Making all in threadproc/unix

Making all in misc/unix

Making all in locks/unix

Making all in time/unix

Making all in mmap/unix

Making all in shmem/unix

Making all in user/unix

Making all in memory/unix

Making all in atomic/unix

Making all in poll/unix

Making all in support/unix

Making all in dso/unix

------ completed all in apr

------ making all in apr-util

Making all in buckets

Making all in crypto

Making all in dbm

Making all in sdbm

Making all in .

Making all in encoding

Making all in hooks

Making all in ldap

Making all in uri

Making all in xml

Making all in expat

Making all in misc

Making all in strmatch

Making all in xlate

------ completed all in apr-util

------ making all in neon

        cd src && make

        /bin/sh ../libtool --quiet --mode=link /opt/aCC/bin/aCC -Ae -rpath /usr/local/lib -version-info 24:7:0 -o

libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc

.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_cookies.lo ne_redirect.lo

    ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_acl.lo ne_stubssl.lo /ebs/rawdata/ebs_dba/Subv

ersion1.2.0/apr-util/xml/expat/lib/libexpat.la

creating reloadable object files...

creating a temporary reloadable object file: .libs/libneon.la-20.o

/usr/bin/ld: (Warning) At least one PA 2.0 object file (.libs/libneon.la-20.o) was detected. The linked output may

not run on a PA 1.x system.

/usr/bin/ld: Invalid loader fixup in text space needed in output file for symbol "$0000041F" in input file ".libs/l

ibneon.la-20.o"

*** Error exit code 1

 

Stop.

*** Error exit code 1

 

Stop.

*** Error exit code 1

 

Stop.

========================================================================

> -----Original Message-----
> From: Bob Proulx [mailto:bob@proulx.com]
> Sent: Thursday, June 23, 2005 12:12 AM
> To: James Huang(JamesHuang@inotera.com)
> Cc: users@subversion.tigris.org
> Subject: Re: Compiling Subversion 1.2.0 on HP-UX 11i 64bit
>
>
> James Huang(APC-黃建蒼) wrote:
> > Hello all, does anyone have a precompiled binary package for this?
>
> Do you have any particular need for a 64-bit version of svn?
> I believe the 32-bit version will be sufficient for all of your needs.
>
> > /usr/bin/ld: (Warning) At least one PA 2.0 object file
> (.libs/libneon.
> > la-20.o) was detected. The linked output may not run on
> a PA 1.x
> > system.
> > /usr/bin/ld: Invalid loader fixup in text space needed in
> output file
> > for symbol "$0000041F" in input file ".libs/libneon.la-20.o"
> > *** Error exit code 1
> > Stop.
>
> This error means that you are mixing 32-bit and 64-bit .o
> files. You should have been seeing lots of warnings from the
> compilation with messages such as this one.
>
> cc: warning 441: Previous '+DA' or '+DD' option overridden
> by '+DD64' option.
>
> You will need to compile all of the package and libraries as
> 64-bit objects. The problem is that the
> apr/build/apr_rules.mk file sets the
> +DAportable flag. I did not look into it further.
>
> File apr/build/apr_rules.mk:
>
> EXTRA_CFLAGS= -Ae +Z +DAportable -mt
>
> This get propagated to the Makefile.
>
> File Makefile.in:
> CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)
>
> File Makefile:
> CFLAGS = +DD64 -Ae +Z +DAportable -mt $(EXTRA_CFLAGS)
>
> So in order to build a fully 64-bit version you would need to
> avoid the +DAportable flag and chase through the build and
> make sure everything only compiles with +DD64.
>
> Bob
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 24 12:51:10 2005

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.