ports/80711: misc/most: most-4.10.1 can not search

Kevin Oberman oberman at es.net
Mon May 9 19:48:07 UTC 2005


> Date: Sun, 8 May 2005 20:28:47 GMT
> From: Tilman Linneweh <arved at 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 at es.net			Phone: +1 510 486-8634



More information about the freebsd-ports-bugs mailing list