Guys,
cmake-gui in Trinity broke within just the last day or so. I know, because I was running it not 2 days ago. I went to start it tonight and got the following error:
cmake-gui: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory. Huh?
It was just working one or two rebuilds ago. I have confirmed on both i686 and x86_64. I haven't changed anything in the way I'm building it. So something is amiss.
I've grepped the package lists for 'libQtG' and there is none to be found in any of the packages. I'm guessing it is supposed to be provided by Qt3, but I've looked at that package list and there is no libQtG anything.
I'm perplexed and where this problem lies -- or what I did to create it? Help?
Let me know if you want a bug report. Thanks.
On 03/02/2011 12:28 AM, David C. Rankin wrote:
I'm perplexed and where this problem lies -- or what I did to create it? Help?
Let me know if you want a bug report. Thanks.
OK,
Let me add an addendum... I don't remember which Trinity box I was running it on, so... I could have been running it from the 3.5.12 build that Albert provided as an update to the earlier Arch kdemod3 packages. If cmake-gui in Trinity svn is known to be broken -- then that could explain it :)
On Wednesday 02 March 2011 08:28:29 David C. Rankin wrote:
Guys,
cmake-gui in Trinity broke within just the last day or so. I know, because I was running it not 2 days ago. I went to start it tonight and got the following error:
cmake-gui: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory. Huh?
Seems that cmake-gui is built on top of Qt4. cmake-gui is NOT related to trinity in any way.
On 03/02/2011 06:21 AM, Serghei Amelian wrote:
Seems that cmake-gui is built on top of Qt4. cmake-gui is NOT related to trinity in any way.
That's the answer. cmake-gui is part of cmake. On the Arch install with Trinity 3.5.12, I also have Qt4 installed, so cmake-gui works. On the boxes where I'm building Trinity svn, there is no Qt4 installed, so cmake-gui fails. That's Serghei!
On Wednesday 02 March 2011 09:28:29 David C. Rankin wrote:
I've grepped the package lists for 'libQtG' and there is none to be found in any of the packages. I'm guessing it is supposed to be provided by Qt3, but I've looked at that package list and there is no libQtG anything.
libQtGui.so.4 is Qt4 exactly.
On 03/02/2011 09:24 AM, Ilya Chernykh wrote:
On Wednesday 02 March 2011 09:28:29 David C. Rankin wrote:
I've grepped the package lists for 'libQtG' and there is none to be found in any of the packages. I'm guessing it is supposed to be provided by Qt3, but I've looked at that package list and there is no libQtG anything.
libQtGui.so.4 is Qt4 exactly.
Thanks guys,
It was just a frequent moment of confusion :) I have ..(counting in head)... 9 different trinity svn installs (7 VMs and 2 native) and 4 kdemod3/trinity 3.5.12 installs (all native)(with Qt4 installed).
What happened, was I had 3.5.12 running over vnc among a couple of rdesktop session of 3.5.13. I had evidently run cmake-gui in the vnc session and failed to distinguish that I was running 3.5.12 instead of svn there. When I went to start cmake-gui again, I was in svn (without Qt4 installed) and got the libQtGui.so.4 error -> then confusion set in :)