Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2011 17:50:55 +0700
From:      Eugene Grosbein <egrosbein@rdtc.ru>
To:        freebsd-python@freebsd.org
Subject:   devel/py-qt4-svg is broken
Message-ID:  <4E1D788F.5020809@rdtc.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E1D788F.5020809>