Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2008 18:48:52 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        "Alain G. Fabry" <alainfabry@belgacom.net>
Subject:   Re: kdebase3 installation failure
Message-ID:  <200804121848.53377.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <20080412144704.GA5786@ducati-748.3rdrock.kicks-ass.net>
References:  <20080412144704.GA5786@ducati-748.3rdrock.kicks-ass.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 12 April 2008 16:47:04 Alain G. Fabry wrote:

> configure: error: `CFLAGS' has changed since the previous run:
> configure:   former value:  -O2 -pipe  -fno-strict-aliasing
> configure:   current value: -O2 -pipe -fno-strict-aliasing
> configure: error: changes in the environment can compromise the build

There's a reason many sane people go insane when dealing with GNU autotools. 
Apparently it trips over an extra space in CFLAGS, which has no functional 
impact on the environment at all. So, find where that extra space comes from 
and where it disappears and you'll have found the problem.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



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