Bug 2239

Summary: Missing qt4
Product: bake Reporter: elberro
Component: bakeAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: enhancement CC: elberro, ns-bugs, tomh
Priority: P5 Keywords: bug
Version: unspecified   
Hardware: PC   
OS: Linux   

Description elberro 2015-12-03 04:57:06 UTC
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 UTC
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 UTC
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 UTC
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