From owner-freebsd-ports@FreeBSD.ORG Thu May 7 08:12:53 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 886E7106566B for ; Thu, 7 May 2009 08:12:53 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id D8EF88FC0A for ; Thu, 7 May 2009 08:12:52 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from lqc.issp.ac.ru [77.236.34.156:32225] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n477qlIv039097 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 7 May 2009 11:52:47 +0400 (MSD) From: Max Brazhnikov To: freebsd-ports@freebsd.org Date: Thu, 7 May 2009 11:51:33 +0400 User-Agent: KMail/1.11.2 (FreeBSD/7.2-PRERELEASE; KDE/4.2.2; i386; ; ) References: <732f986d0905061310o6f119928y568cbdd085b78920@mail.gmail.com> In-Reply-To: <732f986d0905061310o6f119928y568cbdd085b78920@mail.gmail.com> Organization: ISSP RAS MIME-Version: 1.0 Message-Id: <200905071151.33376.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 07 May 2009 11:52:47 +0400 (MSD) X-Virus-Scanned: ClamAV 0.94.1/9339/Thu May 7 11:30:50 2009 on mail.issp.ac.ru X-Virus-Status: Clean Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Max E. Kuznecov" Subject: Re: py-qt4-* troubles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 08:12:53 -0000 On Wed, 6 May 2009 23:10:03 +0300, Max E. Kuznecov wrote: > Hi, > While trying to build games/anki I've found that several py-qt4-* > ports are unbuildable. For instance graphics/py-qt4-svg complains: > > ===> Found saved configuration for py25-qt4-svg-4.4.4,1 > ===> Extracting for py25-qt4-svg-4.4.4,1 > => MD5 Checksum OK for PyQt-x11-gpl-4.4.4.tar.gz. > => SHA256 Checksum OK for PyQt-x11-gpl-4.4.4.tar.gz. > ===> Patching for py25-qt4-svg-4.4.4,1 > ===> Applying FreeBSD patches for py25-qt4-svg-4.4.4,1 > ===> py25-qt4-svg-4.4.4,1 depends on package: py25-sip>=4.7.9 - found > ===> py25-qt4-svg-4.4.4,1 depends on file: /usr/local/bin/python2.5 - > found ===> py25-qt4-svg-4.4.4,1 depends on package: qt4-svg>=4.4.3 - > found ===> py25-qt4-svg-4.4.4,1 depends on package: qt4-qmake>=4.4.3 - > found ===> py25-qt4-svg-4.4.4,1 depends on shared library: qscintilla2.5 > - found ===> Configuring for py25-qt4-svg-4.4.4,1 > cd /usr/ports/graphics/py-qt4-svg/work/PyQt-x11-gpl-4.4.4 && > /usr/bin/env PYQT4_COMPONENT="svg" PYTHON="/usr/local/bin/python2.5" > MOC="/usr/local/bin/moc-qt4" UIC="/usr/local/bin/uic-qt4" CPPFLAGS=" " > LIBS="" QMAKE="/usr/local/bin/qmake-qt4" > QMAKESPEC="/usr/local/share/qt4/mkspecs/freebsd-g++" > QTDIR="/usr/local" SHELL=/bin/sh CONFIG_SHELL=/bin/sh > /usr/local/bin/python2.5 configure.py -b /usr/local/bin -d > /usr/local/lib/python2.5/site-packages -p /usr/local/lib/qt4/plugins > -q /usr/local/bin/qmake-qt4 --confirm-license --enable QtSvg > --qsci-api --qsci-api-destdir=/usr/local/share/qt4/qsci --sipdir > /usr/local/share/py-sip > Determining the layout of your Qt installation... > This is the GPL version of PyQt 4.4.4 (licensed under the GNU General > Public License) for Python 2.5.4 on freebsd7. > Checking to see if the QtSvg module should be built... > Qt v4.4.3 free edition is being used. > SIP 4.7.9 is being used. > The Qt header files are in /usr/local/include/qt4. > The shared Qt libraries are in /usr/local/lib/qt4. > The Qt binaries are in /usr/local/bin. > The Qt mkspecs directory is in /usr/local/share/qt4. > This PyQt module will be built: QtCore. > The PyQt Python package will be installed in > /usr/local/lib/python2.5/site-packages. > The QScintilla API file will be installed in > /usr/local/share/qt4/qsci/api/python. > The PyQt .sip files will be installed in /usr/local/share/py-sip. > Creating QScintilla API file... > Creating top level Makefile... > /usr/bin/sed -i.bak -e > 's|mkspecs/freebsd-g++|share/qt4/mkspecs/freebsd-g++|' -e 's|CC = > cc|CC = cc|' -e 's|CXX = c++|CXX = c++|' -e 's|LINK = c++|LINK = c++|' > /usr/ports/graphics/py-qt4-svg/work/PyQt-x11-gpl-4.4.4/QtSvg/Makefile > sed: /usr/ports/graphics/py-qt4-svg/work/PyQt-x11-gpl-4.4.4/QtSvg/Makefile: > No such file or directory > *** Error code 1 > > The same thing for www/py-qt4-webkit. > I've reinstalled qt4 and all dependent ports but still no luck. > > uname -sr: FreeBSD 7.1-RELEASE-p2 and the most recent ports snapshot. > > I'd appreciate any hint about what to install/update in order to fix the > issue. Thanks. Can't reproduce this, seems it's your local problem. Max