<div class="gmail_quote">On Fri, Jun 26, 2009 at 4:11 AM, Michael Schwendt <span dir="ltr"><<a href="mailto:mschwendt@gmail.com">mschwendt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Fri, 26 Jun 2009 03:05:41 -0500, King wrote:<br>
<br>
> I found a very strange omission for the qt4-devel package. The path to<br>
> qt4-devel binaries (/usr/lib/qt4/bin) isn't automatically added to $PATH<br>
> like qt3's are.<br>
> Additionally, when I removed the qt3-devel package, the path to qt3-devel<br>
> binaries (/usr/lib/qt-3.3/bin) isn't automatically removed from the $PATH.<br>
><br>
> Shouldn't these be fixed?<br>
<br>
</div></div>It's "qt3" that alters $PATH via /etc/profile.d/qt.{c,}sh<br>
<br>
"qt" only puts symlinks into /usr/lib/qt4/bin that point to /usr/bin,<br>
so the executables are found with default $PATH already.<br>
<br>
What do you find "very strange" about it? Have you run into any source<br>
tarball that fails with qt-devel/qt because it makes strange assumptions?<br>
<font color="#888888"><br>
--<br>
fedora-devel-list mailing list<br>
<a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br>
</font></blockquote></div><br><br>Yes I have. I was unable to build Mozilla with the cairo-qt option because it was unable to detect Qt4's moc. Even after uninstalling Qt3 and reinstalling Qt4, moc still was never detected. No, wait, Qt3's moc was detected but it caused problems building cairo-qt, so I uninstalled it and discovered that it wasn't able to detect Qt4's moc. I had to temporarily export /usr/lib/qt4/bin to $PATH to make it get detected.<br>