Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 May 2005 12:47:51 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Tilman Linneweh <arved@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80711: misc/most: most-4.10.1 can not search 
Message-ID:  <20050509194751.4A3BF5D08@ptavv.es.net>
In-Reply-To: Your message of "Sun, 08 May 2005 20:28:47 GMT." <200505082028.j48KSlwF053917@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Sun, 8 May 2005 20:28:47 GMT
> From: Tilman Linneweh <arved@FreeBSD.org>
> 
> Synopsis: misc/most: most-4.10.1 can not search
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: arved
> State-Changed-When: Sun May 8 20:25:17 GMT 2005
> State-Changed-Why: 
> Can't reproduce here...
> 
> Can you look at ktrace output to find out where it fails?
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=80711
> 

I sort of found the problem. 

>From configure:
if test "$ac_test_CFLAGS" = set; then
  CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi

It REALLY wants to build with -O2, but -O2 produces the failures. If I
compile without the -O2, it works fine.

How are you compiling?
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



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