From owner-freebsd-questions@FreeBSD.ORG Sat Aug 28 16:58:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D90E16A4CE for ; Sat, 28 Aug 2004 16:58:29 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D97E43D1D for ; Sat, 28 Aug 2004 16:58:29 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id EAB646420; Sat, 28 Aug 2004 11:58:26 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87939-04; Sat, 28 Aug 2004 11:58:24 -0500 (CDT) Received: from [198.92.228.35] (laptop.makeworld.com [198.92.228.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 018366398; Sat, 28 Aug 2004 11:58:18 -0500 (CDT) Message-ID: <4130B9AD.1040409@makeworld.com> Date: Sat, 28 Aug 2004 11:58:21 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kstewart References: <412FAA03.4020400@makeworld.com> <200408280034.23162.kstewart@owt.com> In-Reply-To: <200408280034.23162.kstewart@owt.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic cc: FreeBSD-Questions@freebsd.org Subject: Re: qt-3-3-3 errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 16:58:29 -0000 kstewart wrote: > On Friday 27 August 2004 02:39 pm, Chris wrote: > >>Here is the error I'm getting, but first, some history. >>This was a 5.2.1-REl-p9 system, upgraded to 5.3Beta1. >>Things blew up, so I suped the source back to 5.2.1 >> >>Re fetched the complete ports tree, and started to work. >> >>2 -I/usr/local/include -I../shared -I../uilib -I/usr/local/include >>-I../../../in >>clude -I/usr/X11R6/include -I.moc/release-shared-mt/ -o >>./tableeditorimpl.o tabl >>eeditorimpl.cpp >>/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/bin/uic -L >>/usr/ports/x11-to >>olkits/qt33/work/qt-x11-free-3.3.3/plugins listboxeditor.ui -i >>listboxeditor.h - >>o listboxeditor.cpp >>/libexec/ld-elf.so.1: /usr/X11R6/lib/plugins/designer/libcppeditor.so: >>Undefined >> symbol "__cxa_atexit" >>*** Error code 1 >> > > > What I think you are seeing is the new c++ fighting with the old c++ for > naming convention. When you updated to 5.3, you needed to rebuild anything > that used c++. Now you have to build those again to get them back to the old > naming convention. > > Kent > Ahh - I figured. Well, the question is this; with over 560 ports installed, what's the best course? Install Beta1 from scratch, or - compile? If compile, is there a catch-all (one liner) to get this going. Also, the previous issue was indeed corrupted ports. Chris