From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 09:14:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5FA37B401 for ; Fri, 25 Jul 2003 09:14:36 -0700 (PDT) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [66.31.45.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9670443F85 for ; Fri, 25 Jul 2003 09:14:35 -0700 (PDT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1])h6PGFx1j004442; Fri, 25 Jul 2003 12:15:59 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)h6PGFwwa004441; Fri, 25 Jul 2003 12:15:58 -0400 (EDT) Date: Fri, 25 Jul 2003 12:15:57 -0400 From: Craig Rodrigues To: Christopher Johnson Message-ID: <20030725161557.GA4420@crodrigues.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: freebsd-current@freebsd.org Subject: Re: Buildworld problem in 5.1-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 16:14:36 -0000 On Fri, Jul 25, 2003 at 08:13:58AM -0700, Christopher Johnson wrote: > I cvsup'ed this morning and buildworld failed: > > ... > > ===> lib/libpam/modules/pam_echo > cc -O2 -pipe -march=pentiumpro ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What is in your /etc/make.conf? I do not think that -O2 is supported in the build right now, due to increased verbosity of warnings in gcc 3.3. > /usr/src/lib/libpam/modules/pam_echo/pam_echo.c:92: warning: dereferencing > type-punned pointer will break strict-aliasing rules > *** Error code 1 -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org