From owner-freebsd-current@FreeBSD.ORG Wed Oct 17 17:24:36 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 57CDE16A41A; Wed, 17 Oct 2007 17:24:36 +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 9747413C455; Wed, 17 Oct 2007 17:24:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47164552.5080501@FreeBSD.org> Date: Wed, 17 Oct 2007 19:24:34 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Roman Divacky References: <471543CA.70409@protected-networks.net> <47154750.1080109@FreeBSD.org> <20071017092414.GA83659@freebsd.org> In-Reply-To: <20071017092414.GA83659@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current , Michael Butler , 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: Wed, 17 Oct 2007 17:24:36 -0000 Roman Divacky wrote: > On Wed, Oct 17, 2007 at 01:20:48AM +0200, Kris Kennaway wrote: >> 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. > > there seems to be some activity by phk@ and peter@ in p4.. > > http://perforce.freebsd.org/branchView.cgi?BRANCH=valgrind > > Well that's an update, not just fixing the gcc compiler errors (this one is simple at least). Kris