Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52847 - Qt-related executables not put in /usr/bin (qmake, qtconfig, 11 others)
Summary: Qt-related executables not put in /usr/bin (qmake, qtconfig, 11 others)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 21:57 UTC by John Croisant
Modified: 2004-07-01 12:43 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 John Croisant 2004-06-02 21:57:05 UTC
When emerging x11-libs/qt-3.3.2 , many qt-related programs are built, but not linked to (or moved to) the normal places, such as /usr/bin. These programs include qmake, qtconfig, and 11 other programs. The executables are all located in /usr/qt/3/bin . These should be installed to a good spot, so that they can be easily used by root and/or users.

Reproducible: Always
Steps to Reproduce:
1. emerge qt-3.3.2
2. look in /usr/qt/3/bin/ for the executables



The full list of the programs in /usr/qt/3/bin:
assistant  findtr    lrelease  moc    qmake    qtconfig     uic
designer   linguist  lupdate   qm2ts  qt20fix  qtrename140
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-07-01 06:42:52 UTC
And that gets added to your path by the ebuild as well, so it shouldn't be a problem...
Comment 2 John Croisant 2004-07-01 10:50:23 UTC
Ah, that is correct, /usr/qt/3/bin is added to normal users' paths. Unless there is a good reason to add it to root path (it might be convenient, but is not critical), I'd say this issue is solved.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-07-01 12:43:11 UTC
It's added to root's path for interactive logins.