From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 16:48:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CB01106566B for ; Sat, 12 Apr 2008 16:48:57 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 250DA8FC0A for ; Sat, 12 Apr 2008 16:48:56 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id EF6DE1CD97; Sat, 12 Apr 2008 08:48:55 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 12 Apr 2008 18:48:52 +0200 User-Agent: KMail/1.9.7 References: <20080412144704.GA5786@ducati-748.3rdrock.kicks-ass.net> In-Reply-To: <20080412144704.GA5786@ducati-748.3rdrock.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804121848.53377.fbsd.questions@rachie.is-a-geek.net> Cc: "Alain G. Fabry" Subject: Re: kdebase3 installation failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 16:48:57 -0000 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.