From owner-freebsd-current@FreeBSD.ORG Tue Oct 16 23:20:49 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57B8C16A418; Tue, 16 Oct 2007 23:20:49 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 3744F13C45D; Tue, 16 Oct 2007 23:20:47 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47154750.1080109@FreeBSD.org> Date: Wed, 17 Oct 2007 01:20:48 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Michael Butler References: <471543CA.70409@protected-networks.net> In-Reply-To: <471543CA.70409@protected-networks.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current , barner@freebsd.org Subject: Re: another gcc 4.2 breakage? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 16 Oct 2007 23:20:49 -0000 Michael Butler wrote: > Seems that 'valgrind', either port won't build on RELENG_7. Errors like > these break the build .. > > vg_mylibc.c: In function 'vgPlain_brk': > vg_mylibc.c:498: error: lvalue required as left operand of assignment > vg_mylibc.c:812: error: invalid storage class for function > 'add_to_vg_sprintf_buf' This and a few hundred others. Talk to the maintainer and/or develop a patch. Kris