From owner-freebsd-ports@FreeBSD.ORG Fri Jun 11 21:14:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97BCB16A4CE for ; Fri, 11 Jun 2004 21:14:57 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BED143D39 for ; Fri, 11 Jun 2004 21:14:57 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq59-048.dial.allstream.net [216.123.135.176]) by outbox.allstream.net (Allstream MTA) with SMTP id D3EAD5FBE for ; Fri, 11 Jun 2004 17:14:52 -0400 (EDT) Date: Fri, 11 Jun 2004 17:14:48 -0400 From: epilogue@allstream.net To: freebsd-ports@freebsd.org Message-Id: <20040611171448.41523165@localhost> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: qtorrent build error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 21:14:57 -0000 hello all, got this error while trying to build qtorrent. # make ===> ===> For qtorrent to work you need to compile ===> python WITH_THREADS defined, it is default ===> ===> Extracting for qtorrent-0.9.6.1 >> Checksum OK for qtorrent-0.9.6.1.tar.bz2. ===> Patching for qtorrent-0.9.6.1 ===> qtorrent-0.9.6.1 depends on executable: pyuic - found ===> qtorrent-0.9.6.1 depends on file: /usr/local/bin/python - found ===> Configuring for qtorrent-0.9.6.1 ===> Building for qtorrent-0.9.6.1 Traceback (most recent call last): File "setup.py", line 20, in ? from pyqtorrent.torrentmain import VERSION File "/usr/ports/net/qtorrent/work/qtorrent-0.9.6.1/pyqtorrent/torrentmain.py", line 4, in ? from qt import * ImportError: /usr/X11R6/lib/libqt-mt.so.3: Undefined symbol "pthread_cleanup_pop"*** Error code 1 if you have any suggestions about how i might fix, please let me know. thanks, epi