Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10850 - Qt -prefix not set
Summary: Qt -prefix not set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-16 19:19 UTC by Quinn Harris
Modified: 2003-02-04 19:42 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 Quinn Harris 2002-11-16 19:19:51 UTC
The path to the Qt files are compiled into the qt lib and bin files.  This path
is in the file ${QTDIR}/src/tools/qconfig.cpp generated by the configure script.

The current ebuild files for Qt do not pass -prefix ${QTBASE} to the configure
script to set the compile in path correctly.  This results in the path being set
to the directory qt is compiled in.

This problem only affects some of the tools in /usr/qt/3/bin:

 Qt Assistant looks for the documentation in the directory qt was compiled in.  I
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-18 06:35:00 UTC
added this to most recent qt ebuilds (3.0.5-r2 and 3.1). 
thanks for submission.