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

Tilman Linneweh arved at FreeBSD.org
Mon May 9 21:00:23 UTC 2005


The following reply was made to PR ports/80711; it has been noted by GNATS.

From: Tilman Linneweh <arved at FreeBSD.org>
To: Kevin Oberman <oberman at es.net>
Cc: freebsd-ports-bugs at FreeBSD.org, freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/80711: misc/most: most-4.10.1 can not search
Date: Mon, 9 May 2005 22:48:48 +0200

 * Kevin Oberman [2005-05-09 21:48]:
 > 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
 
 This is the normal configure script. The CFLAGS are set by the ports
 framework, so this should not be a problem.
  
 > 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?
 
 I am compiling with -O, because there are too many ports that just
 don't work with -O2
 But i just tried it with -O2 and this one still works...
 
 Anyway, I disabled building with -O2 in the port...
 
 regards
 tilman



More information about the freebsd-ports-bugs mailing list