Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 114528

Summary: sci-mathematics/qtiplot cannot not determine where (qt3) qmake is placed with qt4 installed
Product: Gentoo Linux Reporter: Artjom <sgartjom>
Component: New packagesAssignee: Marcus D. Hanwell (RETIRED) <cryos>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Artjom 2005-12-05 06:02:45 UTC
In qtiplot ebuild, in src_compile function, invokes the qmake function, in
default path it means /usr/bin/qmake (after qt4 installation, it is qmake for
qt4), but the qmake for qt3 is placed into /usr/qt3/bin/qmake. Because qt3 and
qt4 is incompatible, compilation failed (there are not defined som functions,
classes ...).

Reproducible: Always
Steps to Reproduce:
1.install qt3
2.install qt4
3.install qtiplot

Actual Results:  
emerge qtiplot: src_compile failed
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-05 06:05:52 UTC
NOT a bugzilla product bug, please read the instructions before filing a bug.
Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-12-05 11:42:17 UTC
You don't state what version you are referring to anywhere. I committed 
qtiplot-0.7.3 to the tree a week ago and it uses the absolute path for qmake. 
My systems all have qt4 installed and qtiplot built without any problem. 
Marking as invalid, the ebuild calls '/usr/qt/3/bin/qmake'. Please reopen if 
the latest version does not work and be more careful when filing new bugs 
please.