Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2005 12:50:33 -0400
From:      Mike Schroll <FreeBSD@LogicX.us>
To:        lev@freebsd.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: subversion-1.1.3
Message-ID:  <425564D9.5050504@LogicX.us>

next in thread | raw e-mail | index | archive | help
Subversion 1.1.4 is out, and I'm curious if it fixes this issue that I 
submitted to the subversion devel mailing list:

Configuring Subversion on a new i386 FreeBSD 5.3-RELEASE box I decided
to turn on the following optimizations in make.conf:

CPUTYPE?=p4
CFLAGS= -Os -pipe

gcc (GCC) 3.4.2 [FreeBSD] 20040728

While compiling the subversion port subversion-1.1.3 with these flags,
compilation succeeds w/o error, however errors occur during execution.
While using TortoiseSVN on windows, and doing an svn+ssh checkout I
consistently get 'svn: Malformed network data' errors at a point, and am
unable to further the checkout process on repeated attempts.

I've found the only way to resolve this issue was by recompiling
subversion with the following:

CPUTYPE?=p4
CFLAGS= -O -pipe

This information may be handy for anyone else getting this nondescript
error from subversion.  I'm not knowledgeable enough in debugging to try
to tackle where the problem might be.  I encourage anyone else to try to
duplicate this issue. I get the same issue when doing -O2.

P.S.
from IRC: OneOfOne <irc://irc.freenode.net/OneOfOne,isnick>
-march=pentium4 -mtune=pentium4 -O2 -ftracer -pipe -fomit-frame-pointer
-mfpmath=sse -ffast-math -funit-at-a-time << my cflags (gcc 
v3.4.3-20050110)
In some quick, informal testing, no errors are apparant.
This may lead to being a FreeBSD issue, or perhaps just my particular
system.

-Mike Schroll

Applied Networking System Administration Major
Rochester Institute of Technology
Rochester, NY

Information Sciences and Technology Major
Penn State University
University Park, PA

FreeBSD@LogicX.us
AIM: L0g1cX
http://MSchroll.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?425564D9.5050504>