Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14669 - installing PyQt does not enable QScintilla support
Summary: installing PyQt does not enable QScintilla support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal
Assignee: Michele Balistreri (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-28 05:06 UTC by dan
Modified: 2003-09-30 08:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dan 2003-01-28 05:06:59 UTC
Installing PyQt after installing QScintilla does not enable building of PyQt
with QScintilla support.
This is required for some programs like eric3 the great gpl python ide.
Comment 1 Carlos Eberhardt 2003-01-30 01:31:02 UTC
I think the problem is that the qscintilla ebuild doesn't make a symbolic link from  libqscintilla.so.0 to libscintilla.so (at least, I made that link myself and PyQt compiled with qscintilla support successfully). 

In my case, the error I was seeing with PyQT was the following:

/usr/qt/3/lib contains the QScintilla library.
******************************************************************************
g++ -c -pipe -w -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.2 -I/usr/qt/3/include -I/usr/qt/3/mkspecs/linux-g++ -o qttest.o qttest.cpp
g++  -o qttest qttest.o    -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib -L/usr/X11R6/lib -L/usr/qt/3/lib -lqscintilla -lqt-mt -lpthread -lXext -lX11 -lm
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lqscintilla
collect2: ld returned 1 exit status
make: *** [qttest] Error 1
******************************************************************************
The qtext module will not be built.
Comment 2 Michele Balistreri (RETIRED) gentoo-dev 2003-05-07 13:46:53 UTC
which version of pyqt and qscintilla? here it worked without any manual "retouch" try remerging qscintilla
Comment 3 Michele Balistreri (RETIRED) gentoo-dev 2003-05-10 04:37:23 UTC
see Comment #2, is this still relevant? 
Comment 4 dan 2003-05-20 17:48:17 UTC
No idea I gave up on the whole thing afer it didn't work. Maybe I will try again when I have some 
free time? who knows : ) 
Wait.. I know I'll try again soon. 
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2003-09-30 08:25:17 UTC
re-resolving