From owner-freebsd-current@FreeBSD.ORG Sat Jul 31 06:17:42 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 D6FB916A4CE for ; Sat, 31 Jul 2004 06:17:42 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0FB43D1F for ; Sat, 31 Jul 2004 06:17:40 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 25E72FD059; Fri, 30 Jul 2004 23:17:40 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46207-02; Fri, 30 Jul 2004 23:17:39 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id B91B6FD026; Fri, 30 Jul 2004 23:17:39 -0700 (PDT) From: Sean McNeil To: "Christopher M. Giordano" In-Reply-To: <410B275F.4090005@ids.net> References: <1091222534.28771.3.camel@server.mcneil.com> <410B275F.4090005@ids.net> Content-Type: text/plain Message-Id: <1091254659.47244.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 30 Jul 2004 23:17:39 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com 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 06:17:42 -0000 On Fri, 2004-07-30 at 22:00, Christopher M. Giordano wrote: > 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... Did you do a portupgrade -af? I've seen messages about name mangle changes for 3.4.x, so you most likely need to recompile all C++ libraries.