From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 11 15:50:50 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20FD616A412 for ; Wed, 11 Oct 2006 15:50:50 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1E643D8C for ; Wed, 11 Oct 2006 15:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9BFoERB075863 for ; Wed, 11 Oct 2006 15:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9BFoEpl075862; Wed, 11 Oct 2006 15:50:14 GMT (envelope-from gnats) Resent-Date: Wed, 11 Oct 2006 15:50:14 GMT Resent-Message-Id: <200610111550.k9BFoEpl075862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FAE716A407 for ; Wed, 11 Oct 2006 15:41:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD48B43D5D for ; Wed, 11 Oct 2006 15:41:22 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9BFfMvl048300 for ; Wed, 11 Oct 2006 15:41:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k9BFfMOB048291; Wed, 11 Oct 2006 15:41:22 GMT (envelope-from nobody) Message-Id: <200610111541.k9BFfMOB048291@www.freebsd.org> Date: Wed, 11 Oct 2006 15:41:22 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/104299: x11-toolkits/py-qt: fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 15:50:50 -0000 >Number: 104299 >Category: ports >Synopsis: x11-toolkits/py-qt: fix build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 11 15:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD lqc.issp.ac.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Oct 3 17:09:58 MSD 2006 root@lqc.issp.ac.ru:/usr/obj/usr/src/sys/LQC i386 >Description: py-qt fails to build with new python >How-To-Repeat: /usr/ports/x11-toolkits/py-qt# make ===> Vulnerability check disabled, database not found ===> Extracting for py25-qt-3.16 => MD5 Checksum OK for PyQt-x11-gpl-3.16.tar.gz. => SHA256 Checksum OK for PyQt-x11-gpl-3.16.tar.gz. ===> Patching for py25-qt-3.16 ===> py25-qt-3.16 depends on file: /usr/local/bin/sip - found ===> py25-qt-3.16 depends on file: /usr/local/bin/python - found ===> py25-qt-3.16 depends on file: /usr/X11R6/bin/moc - found ===> py25-qt-3.16 depends on executable in : qmake - found ===> py25-qt-3.16 depends on file: /usr/local/bin/python - found ===> py25-qt-3.16 depends on file: /usr/X11R6/bin/moc - found ===> py25-qt-3.16 depends on shared library: qscintilla.6 - found ===> Configuring for py25-qt-3.16 ( cd /Data/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.16 && echo "yes" | /usr/bin/env QTDIR=/usr/X11R6 QMAKESPEC=/usr/local/share/qt/mkspecs/freebsd-g++ /usr/local/bin/python configure.py -b /usr/local/bin -d /usr/local/lib/python2.5/site-packages -o /usr/X11R6/lib -v /usr/local/share/py-sip ) Traceback (most recent call last): File "configure.py", line 31, in import sipconfig ImportError: No module named sipconfig *** Error code 1 Stop in /Data/ports/x11-toolkits/py-qt. >Fix: diff -ruN --exclude=CVS /usr/ports/x11-toolkits/py-qt/Makefile /home/makc/porting/ports/x11-toolkits/py-qt/Makefile --- /usr/ports/x11-toolkits/py-qt/Makefile Fri Sep 8 02:47:42 2006 +++ /home/makc/porting/ports/x11-toolkits/py-qt/Makefile Wed Oct 11 16:31:27 2006 @@ -21,7 +21,7 @@ qmake:${PORTSDIR}/devel/qmake USE_QT_VER= 3 -USE_PYTHON= yes +USE_PYTHON= 2.4 OPTIONS= DEBUG "Enable debugging symbols" off \ DOCS "Install documentation" on \ >Release-Note: >Audit-Trail: >Unformatted: