← Back to team overview

ubuntu-phone team mailing list archive

Re: [Development] Newbie troubles: No valid kits found

 

I finally resorted to creating a new user and doing nothing but logging in
and immediately starting Ubuntu SDK upon first login.  That worked like a
champ.

So, now I'm trying to see what leftover stuff in my regular account could
be messing things up.  I did a comparison of the files in the virgin
account with the one I use regularly, and didn't see anything particularly
onerous -- after eliminating all of the "^Binary" and "^Only in original"
lines from the diff.

As for your (Timo's) suggestion, from the command line all went well and
quickly

$ bzr branch lp:poppler-qml-plugin
Branched 10 revisions.

$ cd poppler-qml-plugin/
$ qmake
$

# qmake came back lickity-split with no errors.

$ qmake --version
QMake version 3.0
Using Qt version 5.0.2 in /usr/lib/i386-linux-gnu

$ sudo apt-get install --reinstall qt5-qmake
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not
upgraded.
Need to get 1,229 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ppa.launchpad.net/canonical-qt5-edgers/qt5-proper/ubuntu/raring/main
qt5-qmake i386 5.0.2+dfsg1-3ubuntu1~raring1~test2 [1,229 kB]
Fetched 1,229 kB in 1s (864 kB/s)
(Reading database ... 582165 files and directories currently installed.)
Preparing to replace qt5-qmake 5.0.2+dfsg1-3ubuntu1~raring1~test2 (using
.../qt5-qmake_5.0.2+dfsg1-3ubuntu1~raring1~test2_i386.deb) ...
Unpacking replacement qt5-qmake ...
Processing triggers for man-db ...
Setting up qt5-qmake (5.0.2+dfsg1-3ubuntu1~raring1~test2) ...
$

Follow ups

References