Date: Wed, 29 Sep 2010 14:10:35 +0100 From: John <lists@reiteration.net> To: freebsd-ports@freebsd.org Subject: multimedia/py-qt4-phonon build failure Message-ID: <4CA33ACB.9000103@reiteration.net>
next in thread | raw e-mail | index | archive | help
Hi, FreeBSD 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Sep 21 12:36:37 BST 2010 amd64 csup from cvsup.uk.freebsd.org as of 1230 UTC 29/09/10 I've checked freshports and this isn't listed as broken. I looked in /usr/ports/UPDATING and as have never had phonon can't see what the issue is, here is make.conf: [john@potato /etc]$ less make.conf CPUTYPE?=athlon64 WITH_MUTT_IMAP_HEADER_CACHE=yes WITH_MUTT_SMTP=yes WITH_MUTT_CYRUS_SASL2=yes # added by use.perl 2010-09-21 13:55:25 PERL_VERSION=5.12.2 OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 I'm trying to install the KDE4 metaport. It fails with py-qt4-phonon. So I cd to that directory and make distclean install config, take the defaults and try to make it. Can anyone help please? This happens: [root@potato /usr/ports/multimedia/py-qt4-phonon]# make distclean clean install ===> Cleaning for py26-qt4-phonon-4.7.3 ===> Deleting distfiles for py26-qt4-phonon-4.7.3 ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for py26-qt4-phonon-4.7.3 => PyQt-x11-gpl-4.7.3.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.riverbankcomputing.com/static/Downloads/PyQt4/. fetch: http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.3.tar.gz: Not Found => Attempting to fetch from http://ns.ael.ru/~fluffy.khv/pyqt/PyQt4/. PyQt-x11-gpl-4.7.3.tar.gz 100% of 7620 kB 148 kBps 00m00s ===> Extracting for py26-qt4-phonon-4.7.3 => MD5 Checksum OK for PyQt-x11-gpl-4.7.3.tar.gz. => SHA256 Checksum OK for PyQt-x11-gpl-4.7.3.tar.gz. ===> Patching for py26-qt4-phonon-4.7.3 ===> Applying FreeBSD patches for py26-qt4-phonon-4.7.3 ===> py26-qt4-phonon-4.7.3 depends on package: py26-sip>=4.10.2 - found ===> py26-qt4-phonon-4.7.3 depends on file: /usr/local/bin/python2.6 - found ===> py26-qt4-phonon-4.7.3 depends on file: /usr/local/lib/qt4/libphonon.so - found ===> py26-qt4-phonon-4.7.3 depends on file: /usr/local/bin/qmake-qt4 - found ===> py26-qt4-phonon-4.7.3 depends on shared library: qscintilla2.5 - found ===> Configuring for py26-qt4-phonon-4.7.3 cd /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3 && /usr/bin/env PYQT4_COMPONENT="phonon" PYTHON="/usr/local/bin/python2.6" 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.6 configure.py -b /usr/local/bin -d /usr/local/lib/python2.6/site-packages -p /usr/local/lib/qt4/plugins -q /usr/local/bin/qmake-qt4 --confirm-license --enable phonon --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.7.3 (licensed under the GNU General Public License) for Python 2.6.6 on freebsd8. Checking to see if the phonon module should be built... Qt v4.6.3 free edition is being used. SIP 4.10.2 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, phonon. The PyQt Python package will be installed in /usr/local/share/qt4/qsci/api/python. The PyQt .sip files will be installed in /usr/local/share/py-sip. Generating the C++ source for the phonon module... Creating the Makefile for the phonon module... 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/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/phonon/Makefile ===> Building for py26-qt4-phonon-4.7.3 g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/include/python2.6 -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4 -I/usr/local/include -o sipphononcmodule.o sipphononcmodule.cpp /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/abstractaudiooutput.sip:38:33: error: abstractaudiooutput.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/abstractvideooutput.sip:38:33: error: abstractvideooutput.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/audiooutput.sip:38:25: error: audiooutput.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/backendcapabilities.sip:38:33: error: backendcapabilities.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/effect.sip:38:20: error: effect.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/effectparameter.sip:44:29: error: effectparameter.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/effectwidget.sip:38:26: error: effectwidget.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/mediacontroller.sip:44:29: error: mediacontroller.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/medianode.sip:38:23: error: medianode.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/mediaobject.sip:38:25: error: mediaobject.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/mediasource.sip:38:25: error: mediasource.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/objectdescription.sip:38:31: error: objectdescription.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/objectdescription.sip:88:36: error: objectdescriptionmodel.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/path.sip:38:18: error: path.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/phononnamespace.sip:38:29: error: phononnamespace.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/seekslider.sip:38:24: error: seekslider.h: No such file or directory : error: videoplayer.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/videowidget.sip:38:25: error: videowidget.h: No such file or directory /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/sip/phonon/volumeslider.sip:38:26: error: volumeslider.h: No such file or directory sipphononcmodule.cpp: In function 'PyObject* slot_Phonon_MediaController_Feature___or__(PyObject*, PyObject*)': sipphononcmodule.cpp:1128: error: 'Phonon' has not been declared sipphononcmodule.cpp:1128: error: expected `;' before 'a0' sipphononcmodule.cpp:1129: error: 'Phonon' has not been declared sipphononcmodule.cpp:1129: error: 'a1' was not declared in this scope sipphononcmodule.cpp:1132: error: 'a0' was not declared in this scope sipphononcmodule.cpp:1134: error: 'Phonon' has not been declared sipphononcmodule.cpp:1134: error: 'sipRes' was not declared in this scope sipphononcmodule.cpp:1137: error: expected type-specifier before 'Phonon' sipphononcmodule.cpp:1137: error: expected `;' before 'Phonon' sipphononcmodule.cpp: In function 'PyObject* slot_Phonon_EffectParameter_Hint___or__(PyObject*, PyObject*)': sipphononcmodule.cpp:1167: error: 'Phonon' has not been declared sipphononcmodule.cpp:1167: error: expected `;' before 'a0' sipphononcmodule.cpp:1168: error: 'Phonon' has not been declared sipphononcmodule.cpp:1168: error: 'a1' was not declared in this scope sipphononcmodule.cpp:1171: error: 'a0' was not declared in this scope sipphononcmodule.cpp:1173: error: 'Phonon' has not been declared sipphononcmodule.cpp:1173: error: 'sipRes' was not declared in this scope sipphononcmodule.cpp:1176: error: expected type-specifier before 'Phonon' sipphononcmodule.cpp:1176: error: expected `;' before 'Phonon' *** Error code 1 Stop in /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3/phonon. *** Error code 1 Stop in /usr/ports/multimedia/py-qt4-phonon/work/PyQt-x11-gpl-4.7.3. *** Error code 1 Stop in /usr/ports/multimedia/py-qt4-phonon. *** Error code 1 Stop in /usr/ports/multimedia/py-qt4-phonon. [root@potato /usr/ports/multimedia/py-qt4-phonon]# thanks, -- John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA33ACB.9000103>