From george@m5p.com  Sat Jul  1 22:31:00 2006
Return-Path: <george@m5p.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A15A16A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jul 2006 22:31:00 +0000 (UTC)
	(envelope-from george@m5p.com)
Received: from mailhost.m5p.com (209-162-215-52.dq1sn.easystreet.com [209.162.215.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DAA1443D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jul 2006 22:30:59 +0000 (GMT)
	(envelope-from george@m5p.com)
Received: from m5p.com (home.m5p.com [IPv6:2001:418:3fd::f4])
	by mailhost.m5p.com (8.13.7/8.13.7) with ESMTP id k61MUvAG079574
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=OK)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Jul 2006 15:30:57 -0700 (PDT)
Received: (from george@localhost)
	by m5p.com (8.13.7/8.13.7/Submit) id k61MUvVr002728;
	Sat, 1 Jul 2006 15:30:57 -0700 (PDT)
Message-Id: <200607012230.k61MUvVr002728@m5p.com>
Date: Sat, 1 Jul 2006 15:30:57 -0700 (PDT)
From: George Mitchell <george@m5p.com>
Reply-To: George Mitchell <george@m5p.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Files missing from libsupc++
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99702
>Category:       gnu
>Synopsis:       [patch] Files missing from libsupc++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 01 22:40:16 GMT 2006
>Closed-Date:    Mon Aug 28 17:48:53 GMT 2006
>Last-Modified:  Mon Aug 28 17:48:53 GMT 2006
>Originator:     George Mitchell
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Mitchell Voting Products, Inc.
>Environment:
System: FreeBSD parkstreet.m5p.com 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Fri Jul 15 22:25:47 PDT 2005 george@parkstreet.m5p.com:/ad0/usr/src/sys/i386/compile/PARKSTREET i386


	All machines, FreeBSD 5.3, 6.0, 6.1, libsupc++.a
>Description:
	libsupc++.a does not include all object files in
	contrib/libstc++/libsupc++
>How-To-Repeat:
	Try to build the FLTK2 library (starting from fltk-2.0.x-r5252/tar/bz2).
	When linking fluid2, there are undefined symbols due to missing
	object files in the library.
>Fix:
	The following patch fixes the problem, which apparently arose in 2002
	(see /usr/src/contrib/libstdc++/ChangeLog-2002, entry dated Dec. 25)
	when eh_terminate.cc was split into three pieces and a new file
	vterminate.cc was added to the library.

--- gnu/lib/libsupc++/Makefile.orig	Tue Jul 27 22:27:19 2004
+++ gnu/lib/libsupc++/Makefile	Sat Jul  1 15:12:35 2006
@@ -10,8 +10,9 @@
 SRCS=	del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
 	eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc \
 	eh_globals.cc eh_personality.cc eh_terminate.cc eh_throw.cc eh_type.cc \
+	eh_term_handler.cc eh_unex_handler.cc \
 	guard.cc new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
-	pure.cc tinfo.cc tinfo2.cc vec.cc
+	pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc
 
 # from libiberty:
 SRCS+=	cp-demangle.c

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->kan 
Responsible-Changed-By: brooks 
Responsible-Changed-When: Mon Aug 14 22:05:23 UTC 2006 
Responsible-Changed-Why:  
kan has done most recent gcc imports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99702 
State-Changed-From-To: open->closed 
State-Changed-By: kan 
State-Changed-When: Mon Aug 28 17:47:25 UTC 2006 
State-Changed-Why:  
Fixed in -current and will be MFCd to RELENG6 soon. I doubt anyone will 
merge this to RELENG5. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99702 
>Unformatted:
