From owner-freebsd-stable@FreeBSD.ORG Thu Aug 19 01:52:26 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7AA016A4CF for ; Thu, 19 Aug 2004 01:52:26 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE3943D1F for ; Thu, 19 Aug 2004 01:52:26 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id AF0B172DD5; Wed, 18 Aug 2004 18:52:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id ACA5B72DD4; Wed, 18 Aug 2004 18:52:26 -0700 (PDT) Date: Wed, 18 Aug 2004 18:52:26 -0700 (PDT) From: Doug White To: Henno Schooljan In-Reply-To: <001a01c4849f$0f353bf0$6400a8c0@cartman> Message-ID: <20040818185015.P55263@carver.gumbysoft.com> References: <20040817185537.GA6694@root.ucsc.edu> <001a01c4849f$0f353bf0$6400a8c0@cartman> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: key_verify failed for server_host_key solution X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 01:52:27 -0000 On Tue, 17 Aug 2004, Henno Schooljan wrote: > I had the same issue. I had this in my make.conf when it went wrong: > > CFLAGS= -O2 -pipe -funroll-loops > > and this solved the problem: > > CFLAGS= -O -pipe > > So I suspect the unroll loops option to be the cause. I guess I could > rebuild with -O2 again without -funroll-loops to prove it... Just so its said one more time ... from /etc/defaults/make.conf (or now /usr/share/examples/etc/make.conf): # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, ...) are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimization settings to "-O" before submitting bug reports # to the developers. So if you are using goofy options and it breaks, you get to keep the pieces. And no, we don't want to see them :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org