Bug 68889 - suboptimum moc symlinks when qt2 and at3 are installed
Summary: suboptimum moc symlinks when qt2 and at3 are installed
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: qt2
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-15 19:16 UTC by Alexander Stohr
Modified: 2007-04-18 16:44 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-03-03 10:28:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Alexander Stohr 2002-07-15 19:16:37 UTC
Description of Problem:
the symlinks to moc are setup suboptimal

Version-Release number of selected component (if applicable):
qt2 & qt3 with moc2 and moc3

How Reproducible:
install both components

Steps to Reproduce:
1. install moc of qt2
2. install moc of qt3
3. do a "ls -l /usr/bin/moc*"

Actual Results:
moc -> ../lib/qt3-gcc2.96/bin/moc
moc2 -> ../lib/qt2/bin/moc
moc3 -> moc

Expected Results:
moc -> moc3
moc2 -> ../lib/qt2/bin/moc
moc3 -> ../lib/qt3-gcc2.96/bin/moc

Additional Information:
I think the "moc" symlink should point to the default  (either moc2 or moc3)
and the "moc3" must always point to a moc 3 release.
Consider this as a cleanup in the tools system.

Comment 1 Than Ngo 2005-03-03 10:28:08 UTC
qt2 is no longer in FC. this old bug can be closed as fixed in current release


Note You need to log in before you can comment on or make changes to this bug.