Bug 2239 - Missing qt4
Missing qt4
Status: RESOLVED FIXED
Product: bake
Classification: Unclassified
Component: bake
unspecified
PC Linux
: P5 enhancement
Assigned To: Tom Henderson
: bug
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-03 04:57 EST by elberro
Modified: 2015-12-04 08:53 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elberro 2015-12-03 04:57:06 EST
Hi,

i just tried to install nc3, therefore I was told to install qt4-dev-tools. 
Unfortunately this was NOT enough for bake, it still showed that qt4 is missing:

------------------------------------------------------------------------------
> qt4 - Missing
   >> Didn't find:   QT 4, download and install it from http://qt.nokia.com/downloads/
   >> Try: "sudo apt-get -y install qt4-dev-tools", if you have sudo rights.

------------------------------------------------------------------------------

After some research I figured out, that I need to install libqt4-dev in addition to get rid of the bake missing warning.

I would suggest to add that to the installation manual on your wiki. What I ran:

sudo apt-get install libqt4-dev


Cheers,
ElBerro
Comment 1 Tom Henderson 2015-12-03 10:06:49 EST
I can make the changes to bake and the wiki.  Can you let us know what platform you encountered this problem on, so we can try to reproduce on one of our build slaves?  Dependencies may have changed that we were unaware of.
Comment 2 elberro 2015-12-04 04:34:13 EST
Thanks Tom. 

I installed it on the latest Linux Mint:

Linux Mint 17.2 Rafaela x86_64

cheers
Comment 3 Tom Henderson 2015-12-04 08:53:45 EST
bake changeset 359 1a4e0c10ace6

If missing, bake now will report:
Try: "sudo apt-get -y install qt4-dev-tools libqt4-dev", if you have sudo rights.

also added this package on the wiki Installation page for Debian/Ubuntu