From owner-freebsd-current@FreeBSD.ORG Sat Jul 31 05:01:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B3816A4CE for ; Sat, 31 Jul 2004 05:01:05 +0000 (GMT) Received: from lakermmtao08.cox.net (lakermmtao08.cox.net [68.230.240.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DC943D1D for ; Sat, 31 Jul 2004 05:01:04 +0000 (GMT) (envelope-from CGiordano@ids.net) Received: from [68.9.130.52] by lakermmtao08.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040731050015.TAPV3428.lakermmtao08.cox.net@[68.9.130.52]>; Sat, 31 Jul 2004 01:00:15 -0400 Message-ID: <410B275F.4090005@ids.net> Date: Sat, 31 Jul 2004 01:00:15 -0400 From: "Christopher M. Giordano" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040720 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sean McNeil References: <1091222534.28771.3.camel@server.mcneil.com> In-Reply-To: <1091222534.28771.3.camel@server.mcneil.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: new gcc 3.4.2 compiler and ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 31 Jul 2004 05:01:05 -0000 Sean McNeil wrote: > I don't know if anyone is interested in this information, but I thought > I'd give a list of ports that I use which will not compile under the new > gcc 3.4.2: Also: multimedia/kmplayer After upgrading world to new GCC - and then switching to X.org, some of my KDE ports no worky: $ ~ > $ ~ > kmplayer /libexec/ld-elf.so.1: /usr/local/lib/libkdeinit_kmplayer.so: Undefined symbol "_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE" $ ~ > $ ~ > kmamerun /libexec/ld-elf.so.1: Undefined symbol "_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE" referenced from COPY relocation in kmamerun $ ~ > $ ~ > kugar /libexec/ld-elf.so.1: /usr/local/lib/libkofficecore.so.2: Undefined symbol "_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE" $ ~ > Looks like maybe a name mangling issue with the new GCC? kmamerun was fixed by a recompile, but multimedia/kmplayer no longer compiles; I haven't retried kugar [from koffice] yet...