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

RE: Build issue on AIX 5.2 ML4 with SVN 1.2.3

From: Elbert Wall <Elbert_Wall_at_hilton.com>
Date: 2006-03-08 16:37:56 CET

Did you ever get an answer to this? I'm new to this myself, and don't
want to give out any bad dope, but it doesn't look as though anyone else
is responding to you.

We use AIX here (can't say which version), and I've got the job of
getting subversion onto three different servers. When I've seen issues
compiling, it's been in apr, and it's been the result of a missing
header somewhere.

Go back through the configure log and see if you can spot an error.
Then try reconfiguring without the offending package:

        Configure --without-<package>

You may have to play around with package names; try the one in the error
notice first.

Otherwise, try to go to another AIX box, if you have one, and configure
and compile there. Just make sure that the disk structure on the
compilation box is the same as the structure you want to use on the run
box. Once it's compiled, tar it up and compress/gzip it and then ftp it
over to the run box. I have to compile and run on machine 1 and then
tar it up and carry it over to run on machine 3. Machine 2 will also
compile and run on its own.

As Spongebob told Plankton, "Good luck with that."

E W Wall
elbert_wall@hilton.com

-----Original Message-----
From: George Flaherty [mailto:George.Flaherty@sas.com]
Sent: Thursday, December 08, 2005 9:46 AM
To: users@subversion.tigris.org
Subject: Build issue on AIX 5.2 ML4 with SVN 1.2.3

Background:
===========
Platform Info: AIX 5.2 ML4

Subversion Tarball: for svn 1.2.3

bash-3.00# gcc -v
Reading specs from
/opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs
Configured with: ../configure --with-as=/usr/bin/as
--with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++
--prefix=/opt/freeware
--enable-threads --enable-version-specific-runtime-libs
--host=powerpc-ibm-aix5.2.0.0
Thread model: aix
gcc version 3.3.2

Issue:
=========
I am attempting to compile subversion 1.2.3 on AIX 5.2 ML4. During make
I get the following error:

       -I/home/geflah/subversion-1.2.3/apr/include
-I/home/geflah/subversion-1.2.3/apr-util/include
-I/home/geflah/subversion-1.2.3/ap
r-util/xml/expat/lib -o subversion/libsvn_delta/svndiff.lo -c
subversion/libsvn_delta/svndiff.c
subversion/libsvn_delta/svndiff.c: In function
`count_and_verify_instructions':
subversion/libsvn_delta/svndiff.c:350: error: `PACKAGE_NAME' undeclared
(first use in this function)
subversion/libsvn_delta/svndiff.c:350: error: (Each undeclared
identifier is reported only once
subversion/libsvn_delta/svndiff.c:350: error: for each function it
appears in.)
subversion/libsvn_delta/svndiff.c: In function `write_handler':
subversion/libsvn_delta/svndiff.c:471: error: `PACKAGE_NAME' undeclared
(first use in this function)
subversion/libsvn_delta/svndiff.c: In function `close_handler':
subversion/libsvn_delta/svndiff.c:583: error: `PACKAGE_NAME' undeclared
(first use in this function)
subversion/libsvn_delta/svndiff.c: In function `read_one_byte':
subversion/libsvn_delta/svndiff.c:630: error: `PACKAGE_NAME' undeclared
(first use in this function)
subversion/libsvn_delta/svndiff.c: In function `read_window_header':
subversion/libsvn_delta/svndiff.c:681: error: `PACKAGE_NAME' undeclared
(first use in this function)
subversion/libsvn_delta/svndiff.c: In function
`svn_txdelta_read_svndiff_window':
subversion/libsvn_delta/svndiff.c:703: error: `PACKAGE_NAME' undeclared
(first use in this function)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 8 18:08:25 2006

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.