From owner-freebsd-python@FreeBSD.ORG Wed Jul 13 10:51:04 2011 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAE061065672 for ; Wed, 13 Jul 2011 10:51:04 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id D24A08FC19 for ; Wed, 13 Jul 2011 10:51:03 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p6DAp043067199 for ; Wed, 13 Jul 2011 17:51:00 +0700 (NOVST) (envelope-from egrosbein@rdtc.ru) Message-ID: <4E1D788F.5020809@rdtc.ru> Date: Wed, 13 Jul 2011 17:50:55 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-python@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: devel/py-qt4-svg is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2011 10:51:04 -0000 Hi! devel/py-qt4-svg is broken, port's Makefile runs REINPLACE_CMD on non-existing file: ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for py26-qt4-svg-4.8.3,1 ===> Extracting for py27-qt4-svg-4.8.3,1 => SHA256 Checksum OK for PyQt-x11-gpl-4.8.3.tar.gz. ===> Patching for py27-qt4-svg-4.8.3,1 ===> Applying FreeBSD patches for py27-qt4-svg-4.8.3,1 ===> py27-qt4-svg-4.8.3,1 depends on package: py27-sip>=4.12.1 - found ===> py27-qt4-svg-4.8.3,1 depends on file: /usr/local/bin/python2.7 - found ===> py27-qt4-svg-4.8.3,1 depends on file: /usr/local/bin/qmake-qt4 - found ===> py27-qt4-svg-4.8.3,1 depends on file: /usr/local/lib/qt4/libQtSvg.so - found ===> py27-qt4-svg-4.8.3,1 depends on shared library: qscintilla2.5 - found ===> Configuring for py27-qt4-svg-4.8.3,1 cd /var/tmp/usr/local/ports/graphics/py-qt4-svg/work/PyQt-x11-gpl-4.8.3 && /usr/bin/env PYQT4_COMPONENT="svg" PYTHON="/usr/local/bin/python2.7" 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.7 configure.py -b /usr/local/bin -d /usr/local/lib/python2.7/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.8.3 (licensed under the GNU General Public License) for Python 2.7.2 on freebsd8. Found the license file pyqt-gpl.sip. Checking to see if the QtSvg module should be built... Qt v4.6.3 free edition is being used. SIP 4.12.1 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. These PyQt modules will be built: QtCore. The PyQt Python package will be installed in /usr/local/lib/python2.7/site-packages. PyQt is being built with generated docstrings. 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++|' /var/tmp/usr/local/ports/graphics/py-qt4-svg/work/PyQt-x11-gpl-4.8.3/QtSvg/Makefile sed: /var/tmp/usr/local/ports/graphics/py-qt4-svg/work/PyQt-x11-gpl-4.8.3/QtSvg/Makefile: No such file or directory *** Error code 1 Stop in /usr/local/ports/graphics/py-qt4-svg. *** Error code 1 Stop in /usr/local/ports/graphics/py-qt4-svg. Eugene Grosbein