From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 6 16:40:48 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5776A16A417; Mon, 6 Aug 2007 16:40:48 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.freebsd.org (Postfix) with ESMTP id B2CA413C4B4; Mon, 6 Aug 2007 16:40:47 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from discordia (c-24-147-139-42.hsd1.ma.comcast.net[24.147.139.42]) by comcast.net (rwcrmhc11) with ESMTP id <20070806162727m110010na7e>; Mon, 6 Aug 2007 16:27:27 +0000 Received: by discordia (Postfix, from userid 103) id 99DE31634F7; Mon, 6 Aug 2007 12:27:26 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.31.1.6] (unknown [172.31.1.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id BCEB11634F6; Mon, 6 Aug 2007 12:27:12 -0400 (EDT) Message-ID: <46B74BB4.8070007@FreeBSD.org> Date: Mon, 06 Aug 2007 12:26:28 -0400 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.5 (X11/20070728) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org References: <200708061610.l76GABfX050146@freefall.freebsd.org> In-Reply-To: <200708061610.l76GABfX050146@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: gnu/115250: libstdc++ not installing required ext/numeric_traits.h header X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 16:40:48 -0000 FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `gnu/115250'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=115250 > > >> Category: gnu >> Responsible: freebsd-bugs >> Synopsis: libstdc++ not installing required ext/numeric_traits.h header >> Arrival-Date: Mon Aug 06 16:10:10 GMT 2007 >> I accidentally stated that the following breaks: #include That *will* always break, and is expected to. The following breakage is what is actually broken (and should be fixed): #include won't compile. -- Coleman Kane