From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 18:32:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F1F0316A437 for ; Thu, 23 Mar 2006 18:32:56 +0000 (UTC) (envelope-from john@goodleaf.net) Received: from goodleaf.net (clyde.goodleaf.net [64.95.191.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA08043D5E for ; Thu, 23 Mar 2006 18:32:51 +0000 (GMT) (envelope-from john@goodleaf.net) Received: by goodleaf.net (Postfix, from userid 1701) id D41F752F8; Thu, 23 Mar 2006 10:33:01 -0800 (PST) X-Spam-Level: X-Spam-Status: No, score=-4.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on clyde.goodleaf.net Received: from www.goodleaf.net (localhost.goodleaf.net [127.0.0.1]) by goodleaf.net (Postfix) with ESMTP id 54B5552CE for ; Thu, 23 Mar 2006 10:33:01 -0800 (PST) Received: from 66.89.131.50 (SquirrelMail authenticated user goodleaf) by www.goodleaf.net with HTTP; Thu, 23 Mar 2006 10:33:01 -0800 (PST) Message-ID: <15219.66.89.131.50.1143138781.squirrel@www.goodleaf.net> Date: Thu, 23 Mar 2006 10:33:01 -0800 (PST) From: "John Goodleaf" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Undefined symbol error under 6-RELEASE, 6.1-prerelease X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 18:32:57 -0000 I have a 6.1-prerelease system, originally a 6-release. I had installed KDE and a few things from packages while installing the OS (a clean install) but most everything has worked. Recently, I've tried to build python IDEs from ports and they all fail. Boa-constructor yields the following: importing wxPython Traceback (most recent call last): File "/usr/local/bin/boa.py", line 225, in ? import wx File "/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ? from wx._core import * File "/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ? import _core_ ImportError: /usr/X11R6/lib/libwx_base-2.6.so.0: Undefined symbol "pthread_cleanup_pop" SPE shows pretty much the same error. WHen I try to install Eric, I get: ===> Installing for eric-3.8.1 ===> eric-3.8.1 depends on file: /usr/local/bin/python - found ===> Generating temporary packing list ===> Checking if devel/eric already installed (cd /usr/ports/devel/eric/work/eric-3.8.1 && /usr/local/bin/python install.py -b /usr/local/bin/ -d /usr/local/lib/python2.4/site-packages ) Sorry, please install PyQt. Error: /usr/X11R6/lib/libqt-mt.so.3: Undefined symbol "pthread_cleanup_pop" *** Error code 1 Stop in /usr/ports/devel/eric. (Yes, PyQt is installed). I got these problems before I cvsupped, but rebuilding World did not help. I then used portupgrade to rebuild ALL the ports (which took a while). Still hasn't fixed anything. Could one of you geniuses tell me, a mere mortal, what the heck I'm doing wrong? Thanks, John PS This is a re-post with different title and more detail. Original thread, which didn't see much action, is here: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2102403+0+archive/2006/freebsd-questions/20060319.freebsd-questions