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

Re: SVN (client only) on HP-UX 11.11

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2004-05-07 15:09:22 CEST

Hi,

> I am having troubles getting Subversion (just the "svn" client) built on
> HP-UX 11.11. Everything goes fine, I can check out files and view
> status, etc., but when I try to commit I get a memory fault and
> coredump. I'm using gcc 3.3.2 along with the regular HP-UX tools.

Do you mean you're using gcc with HP's assembler? It is recommended you
use GNU's assembler with gcc:
        http://gcc.gnu.org/install/specific.html#hppa*-hp-hpux*

Did you build gcc from sources yourself? Did you download a binary
package from the HP-UX Porting Centre?

If you have access to HP's ANSI C compiler, give it a try. You'll get
faster executables anyway, it can't be worse. Don't use the C compiler
bundled with HP-UX, use HP's ANSI C product:
        http://www.faqs.org/faqs/hp/hpux-faq/section-207.html

> I'm not much of a C developer so I can't debug this problem myself. If
> anyone could point me in the right direction, or better yet, point me to
> a "svn" binary for HP-UX 11.11 (HP-UX B.11.11 U 9000/800) I'd appreciate
> it!

It would help if you could at least run svn in a debugger (gdb) and show
a stack trace.

Dimitri

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 7 15:10:07 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.