| View previous topic :: View next topic |
| Author |
Message |
dsiggi n00b

Joined: 28 Aug 2007 Posts: 27 Location: Wilhermsdorf
|
Posted: Fri Aug 31, 2007 2:22 pm Post subject: PyQt Error |
|
|
HI,
ich wollte mir grad VLC installieren. Bei dem Paket PyQt bekomm ich aber einen Fehler:
| Code: |
>>> Unpacking source...
>>> Unpacking PyQt-x11-gpl-3.17.tar.gz to /var/tmp/portage/dev-python/PyQt-3.17/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-python/PyQt-3.17/work/PyQt-x11-gpl-3.17 ...
cfgtest.cpp: In function 'int main(int, char**)':
cfgtest.cpp:5: error: expected type-specifier before 'QInterlaceStyle'
cfgtest.cpp:5: error: expected `;' before 'QInterlaceStyle'
cfgtest.cpp:1:29: error: qwindowsxpstyle.h: No such file or directory
cfgtest.cpp: In function 'int main(int, char**)':
cfgtest.cpp:5: error: expected type-specifier before 'QWindowsXPStyle'
cfgtest.cpp:5: error: expected `;' before 'QWindowsXPStyle'
QScintilla 1.5.1 is being used.
Checking to see if the qtcanvas module should be built...
Checking to see if the qtnetwork module should be built...
Checking to see if the qttable module should be built...
Checking to see if the qtxml module should be built...
Checking to see if the qtgl module should be built...
Checking to see if the qtui module should be built...
Checking to see if the qtsql module should be built...
Checking to see if the qtext module should be built...
Checking to see if the QAssistantClient class is available...
Creating features file...
Checking to see if the QCDEStyle class is built in...
Checking to see if the QInterlaceStyle class is built in...
Checking to see if the QMotifStyle class is built in...
Checking to see if the QMotifPlusStyle class is built in...
Checking to see if the QPlatinumStyle class is built in...
Checking to see if the QSGIStyle class is built in...
Checking to see if the QWindowsXPStyle class is built in...
Checking to see if the QWindowsStyle class is built in...
Qt v3.3.8 free edition is being used.
SIP 4.7 is being used.
These PyQt modules will be built: qt qtcanvas qtnetwork qttable qtxml qtgl qtui
qtsql qtext.
Support for these Qt classes has been disabled: QInterlaceStyle
QWindowsXPStyle.
The PyQt modules will be installed in /usr/lib64/python2.4/site-packages.
The PyQt .sip files will be installed in /usr/share/sip.
The Qt header files are in /usr/qt/3/include.
The qt-mt Qt library is in /usr/qt/3/lib64.
pyuic will be installed in /usr/bin.
pylupdate will be installed in /usr/bin.
Generating the C++ source for the qt module...
Creating the Makefile for the qt module...
Generating the C++ source for the qtext module...
Creating the Makefile for the qtext module...
Generating the C++ source for the qtgl module...
Creating the Makefile for the qtgl module...
Generating the C++ source for the qtui module...
Creating the Makefile for the qtui module...
Generating the C++ source for the qtcanvas module...
Creating the Makefile for the qtcanvas module...
Generating the C++ source for the qtnetwork module...
Creating the Makefile for the qtnetwork module...
Generating the C++ source for the qtsql module...
Creating the Makefile for the qtsql module...
Generating the C++ source for the qttable module...
Creating the Makefile for the qttable module...
Generating the C++ source for the qtxml module...
Creating the Makefile for the qtxml module...
Creating top level Makefile...
Creating pyuic Makefile...
Creating pylupdate Makefile...
Creating pyqtconfig.py...
make[1]: Entering directory `/var/tmp/portage/dev-python/PyQt-3.17/work/PyQt-x11-gpl-3.17/qt'
x86_64-pc-linux-gnu-g++ -c -pipe -fPIC -march=athlon64 -O2 -pipe -fno-strict-aliasing -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.4 -I/usr/qt/3/mkspecs/linux-g++ -I/usr/qt/3/include -I/usr/X11R6/include -o sipqtcmodule.o sipqtcmodule.cpp
x86_64-pc-linux-gnu-g++ -c -pipe -fPIC -march=athlon64 -O2 -pipe -fno-strict-aliasing -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.4 -I/usr/qt/3/mkspecs/linux-g++ -I/usr/qt/3/include -I/usr/X11R6/include -o sipqtQPtrList.o sipqtQPtrList.cpp
x86_64-pc-linux-gnu-g++ -c -pipe -fPIC -march=athlon64 -O2 -pipe -fno-strict-aliasing -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.4 -I/usr/qt/3/mkspecs/linux-g++ -I/usr/qt/3/include -I/usr/X11R6/include -o sipqtQWorkspace.o sipqtQWorkspace.cpp
sip/qt/qwidgetlist.sip:38:26: error: sipqtQWidget.h: No such file or directory
sip/qt/qobjectlist.sip:38:26: error: sipqtQObject.h: No such file or directory
sip/qt/qdir.sip:47:28: error: sipqtQFileInfo.h: No such file or directory
make[1]: *** [sipqtQWorkspace.o] Error 1
make[1]: *** Waiting for unfinished jobs....
sipqtcmodule.cpp:13422: error: 'sipQtFindConnection' was not declared in this scope
make[1]: *** [sipqtcmodule.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/PyQt-3.17/work/PyQt-x11-gpl-3.17/qt'
make: *** [all] Error 2
!!! ERROR: dev-python/PyQt-3.17 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
PyQt-3.17.ebuild, line 45: Called die
!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-python/PyQt-3.17/temp/build.log'.
|
An was liegt das? Ich hab keine Ahnung.
dsiggi |
|
| Back to top |
|
 |
Ampheus l33t


Joined: 19 Oct 2005 Posts: 814 Location: Rheine, NRW, Germany
|
Posted: Fri Aug 31, 2007 2:34 pm Post subject: |
|
|
Same problem here.....
Ich habs mittlerweile aufgegeben. Es war auch bei mir soweit ich weiß das KDE-frontend von beryl-settings, was PyQT3 benötigte. VLC benutze ich nicht und Beryl wurde mittlerweile auch durch compiz-fusion ersetzt  |
|
| Back to top |
|
 |
dsiggi n00b

Joined: 28 Aug 2007 Posts: 27 Location: Wilhermsdorf
|
Posted: Fri Aug 31, 2007 2:40 pm Post subject: |
|
|
Hmm,
wäre aber schon schön wenn VLC laufen würde. Der gefällt mir einfach besser wie xine und Co.
dsiggi |
|
| Back to top |
|
 |
nikaya Veteran


Joined: 13 May 2006 Posts: 1471 Location: Germany
|
|
| Back to top |
|
 |
Vortex375 Veteran


Joined: 03 Mar 2005 Posts: 1739 Location: Deutschland
|
Posted: Fri Aug 31, 2007 6:33 pm Post subject: |
|
|
Warum braucht euer vlc überhaupt PyQt? Meiner tut's anscheinend nicht, hab das grad mit "--emptytree" überprüft.
Ich hab folgende USE-Flags aktiviert:
| Code: | | media-video/vlc-0.8.6c USE="X a52 alsa cdda dts dvd flac hal live matroska mod mp3 mpeg ncurses ogg opengl png samba sdl speex stream svg theora truetype vcd vorbis wxwindows x264 xosd xv (-3dfx) -aalib (-altivec) -arts -avahi -bidi -cddb -corba -daap -dc1394 -debug -directfb -dvb -esd -fbcon -ggi -gnutls -httpd -jack -libcaca -libnotify -lirc -musepack -nsplugin -optimisememory -oss -rtsp -sdl-image -seamonkey -shout -skins (-svga) -upnp -v4l -vlm (-win32codecs) -xinerama -xml" |
|
|
| Back to top |
|
 |
firefly Advocate

Joined: 31 Oct 2002 Posts: 3999
|
Posted: Sat Sep 01, 2007 7:02 am Post subject: |
|
|
also vlc-0.8.6c braucht kein pyQT. pyQT kann dann nur von einer abhängigkeit von vlc mit installiert werden.
dsiggi: poste bitte mal die ausgabe von
_________________ Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn. |
|
| Back to top |
|
 |
jkoerner Apprentice

Joined: 04 Nov 2006 Posts: 270
|
Posted: Sat Sep 01, 2007 6:06 pm Post subject: |
|
|
| Der momentane vlc benutzt wxWindows und der kommende neue pures Qt. Also hat PyQt bislang nix mit vlc zu schaffen. |
|
| Back to top |
|
 |
|