Results 1 to 6 of 6

Thread: Ubuntu SDK preview installation failed

  1. #1
    Join Date
    Feb 2013
    Beans
    1

    Ubuntu SDK preview installation failed

    After reading the article about Ubuntu coming to phones, i decided to download the Mobile SDK to my pc, as per the instructions on the website. Both the commands i.e.
    sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper
    and
    sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml
    diplayed one error or another.

    So i downloaded the qt libraries and creator from the QT website and installed it, but when i try installing the SDK ( using the terminal) it displays and error saying:

    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    ubuntu-sdk : Depends: qtbase5-dev but it is not going to be installed
    Depends: libqt5webkit5-dev but it is not going to be installed
    Depends: qtmultimedia5-dev but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    P.S. Im using Ubuntu v12.10

  2. #2
    Join Date
    Jan 2013
    Location
    Indiana, USA
    Beans
    84
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu SDK preview installation failed

    Im getting this same error. I installed QT Creator from the software center and that doesn't open. It created an icon, but doesn't ever open

  3. #3
    Join Date
    Oct 2011
    Beans
    14

    Re: Ubuntu SDK preview installation failed

    same here anyone knows what to do?

  4. #4
    Join Date
    Jan 2013
    Location
    Indiana, USA
    Beans
    84
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu SDK preview installation failed

    I take it this is a problem with the repo's. Seems to happen on every Ubuntu machine I've tried. I guess we wait for answers?

  5. #5
    Join Date
    Jan 2011
    Beans
    3

    Re: Ubuntu SDK preview installation failed

    Hi guys, i`m using ubuntu 12.10 64 bit and i was having same problem.
    And solution for me is to downgrade a few packages, such as libdrm2 libgl1-mesa-glx libglapi-mesa libglapi-mesa:i386 and other packages. All you have todo is follow the error
    Code:
    ubuntu-sdk : Depends: qtbase5-dev but it is not going to be installed
    then try to install qtbase5-dev, until you found the package that have to downgrade like
    Code:
    libgl1-mesa-glx:
      Depends: libglapi-mesa (=9.0-0ubuntu1) but 9.1~git20121212.d225d076-ubuntu0ricotz~quantal is to be installed
    the above error is libglapi-mesa need version 9.0-0ubuntu1 but current version is 9.1~git20121212.d225d076-ubuntu0ricotz~quantal.
    open synaptic and search the packages and press ctrl+e and choose the downgrade version. I hope that solution is work for you.

  6. #6
    Join Date
    May 2010
    Location
    Groningen, Holland
    Beans
    109
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Ubuntu SDK preview installation failed

    Odd, I installed the PPA on a fresh install of ubuntu 12.10 64 bit and I did not have that problem.
    I did have one missing package which stopped the modules in QT creator from running. Installing that package manually fixed everything.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •