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

I had problems compiling subversion 1.0.4 on RHEL 2.1 variant

From: Cason, JonathanX <jonathanx.cason_at_intel.com>
Date: 2004-06-08 00:19:22 CEST

   Thanks for the help. I reimaged the box from the corporate custom
image, and started over, this time including the patches to Berkeley DB
and subversion-1.0.4/apr-util/configure(from the Subversion FAQ). The
only errors the I got when recompiling was in the docs(details below),
so I'm not too concerned with that at the moment. Subversion appears to
be working properly. Thanks again to you and the others on the list who
helped others with the other problems I ran into.

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

Making info file `doc/programmer/design/svn-design.info' from
`doc/programmer/design/svn-design.texi'.
doc/programmer/design/protocol.texi:16: Unknown command `uref'.
doc/programmer/design/protocol.texi:16: Misplaced `{'.
doc/programmer/design/protocol.texi:16: Misplaced `}'.
doc/programmer/design/protocol.texi:19: Unknown command `uref'.
doc/programmer/design/protocol.texi:19: Misplaced `{'.
doc/programmer/design/protocol.texi:19: Misplaced `}'.
doc/programmer/design/protocol.texi:19: Unknown command `uref'.
doc/programmer/design/protocol.texi:19: Misplaced `{'.
doc/programmer/design/protocol.texi:19: Misplaced `}'.
doc/programmer/design/protocol.texi:22: Unknown command `uref'.
doc/programmer/design/protocol.texi:22: Misplaced `{'.
doc/programmer/design/protocol.texi:22: Misplaced `}'.
doc/programmer/design/server.texi:676: Unknown command `uref'.
doc/programmer/design/server.texi:676: Misplaced `{'.
doc/programmer/design/server.texi:676: Misplaced `}'.
make: *** [doc/programmer/design/svn-design.info] Error 2

-----Original Message-----
From: Joe Orton [mailto:jorton@redhat.com]
Sent: Thursday, June 03, 2004 1:35 AM
To: Cason, JonathanX

On Wed, Jun 02, 2004 at 04:05:40PM -0700, Cason, JonathanX wrote:
> I haven't moved the build files or any of the libraries.

1.0.4 builds fine on a vanilla RHEL2.1 U4 system here. Does your use of
the word "variant" imply that this is a modified RHEL install? The
issue is a mismatch between /usr/include/ctype.h and libc.so.6. Check
that:

# rpm -V glibc glibc-devel

gives no output as root, to ensure that the packages are installed
correctly; and that the glibc and glibc-devel package versions match,
something like:

# rpm -q glibc glibc-devel
glibc-2.2.4-32.15
glibc-devel-2.2.4-32.15

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 8 00:21:52 2004

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.