From owner-freebsd-current@FreeBSD.ORG Wed Oct 17 17:32:00 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 5321516A41B; Wed, 17 Oct 2007 17:32:00 +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 9FEC013C4CC; Wed, 17 Oct 2007 17:31:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4716470E.9010101@FreeBSD.org> Date: Wed, 17 Oct 2007 19:31:58 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Simon Barner References: <471543CA.70409@protected-networks.net> <47154750.1080109@FreeBSD.org> <20071017143652.GA2751@dose.local.invalid> In-Reply-To: <20071017143652.GA2751@dose.local.invalid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Michael Butler , freebsd-current 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:32:00 -0000 Simon Barner wrote: > 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. > > I have a compile fix for this problem -- the resulting binary dumps > core though. I can commit the fix and mark the port IGNORE on RELENG_7 > until we have a proper solution. > Thanks. Kris