From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 17:06:51 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 0A84C16A4CE for ; Fri, 20 Aug 2004 17:06:51 +0000 (GMT) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id C097743D53 for ; Fri, 20 Aug 2004 17:06:50 +0000 (GMT) (envelope-from timothyk@devel.njit.edu) Received: from [10.0.1.7] (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta1.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I2R0001F8U4ME@mta1.srv.hcvlny.cv.net> for freebsd-current@freebsd.org; Fri, 20 Aug 2004 13:06:04 -0400 (EDT) Date: Fri, 20 Aug 2004 13:06:03 -0400 From: Tim Kellers In-reply-to: <20040820185556.7b39c24f.molter@tin.it> To: Marco Molteni Message-id: <41262F7B.4000805@devel.njit.edu> MIME-version: 1.0 X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a2) Gecko/20040720 References: <41261E61.8050003@devel.njit.edu> <20040820185556.7b39c24f.molter@tin.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-current@freebsd.org Subject: Re: kmail breakage? 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: Fri, 20 Aug 2004 17:06:51 -0000 Marco Molteni wrote: >On Fri, 20 Aug 2004 11:53:05 -0400 >Tim Kellers wrote: > >[..] > > > >> When I launch kmail from KDE, the message >> "KDEInit could not launch 'kmail'" is returned in a dialogue box, >> when I >>launch >> it from xterm, I get: >> > kmail >> /libexec/ld-elf.so.1: /usr/local/lib/libkabc.so.3: Undefined symbol >> "_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE" >> >> > >[..] > > > >> I didn't see anything in /usr/ports/UPATING about this problem, nor >> >> > >You sure? > >20040728: > System compiler has been upgraded to GCC 3.4.2-pre. As with any major > compiler upgrade, there are several issues to be aware of. GCC 3.4.x > has broken C++ ABI compatibility with previous releases yet again > and users will have to rebuild all their C++ programs with the new > compiler. A new unit-at-a-time optimization mode, which is default > in this compiler release, is more aggressive in removing unused > static symbols. This is the likely cause of 'make buildworld' > breakages with non-default CFLAGS where optimization level is set > to -O2 or higher. > > I didn't think it applied. my last buildworld/buildkernel was from cvsup from August 14th --well after that July 28th notice. Kmail just broke last night (yesterday). Im doing a "portupgrade -fR kdepim" right now so I'll find out in a few hours. Thanks Tim