grantsinchak / takeoff-launcher

Automatically exported from code.google.com/p/takeoff-launcher
0 stars 0 forks source link

Fails to install on Kubuntu 11.10 64bit #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After adding the ppa and updates the sources typing "sudo apt-get install 
takeoff" reports this problem

"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:
 takeoff : Depends: kdelibs but it is not installable
E: Unable to correct problems, you have held broken packages."

Original issue reported on code.google.com by Clashing...@gmail.com on 25 Oct 2011 at 9:28

GoogleCodeExporter commented 8 years ago
Try 

$ sudo apt-get install kdelibs5-dev

Original comment by jose.exposito89@gmail.com on 25 Oct 2011 at 6:57

GoogleCodeExporter commented 8 years ago
And of course sudo apt-get install takeoff after this ;)

Original comment by jose.exposito89@gmail.com on 25 Oct 2011 at 6:58

GoogleCodeExporter commented 8 years ago
Thank you for replying so soon and for the help, but that didn't seem to have 
work, it's still give the same output as before.

Original comment by Clashing...@gmail.com on 25 Oct 2011 at 9:33

GoogleCodeExporter commented 8 years ago
And with:

$ sudo apt-get install kdelibs5
$ sudo apt-get install -f

The same problem?? Looks like you have a broken package (probably the PPA is 
incorrect... I have not test it) Anyway, you can install takeoff from the 
source code, only donwnload it and follow the README instructions:

Install dependencies (the name can change between distros). For example in
Kubuntu you need to install:

    - build-essentials
    - cmake
    - libqt4-dev
    - kdelibs5-dev
    - libplasma3
    - gettext

To build:

    $ mkdir build
    $ cd build
    $ cmake .. && make

To install:

    $ sudo make install

Greetings!!

Original comment by jose.exposito89@gmail.com on 26 Oct 2011 at 6:40

GoogleCodeExporter commented 8 years ago
Tengo el mismo problema con kubuntu 11.10 x64. Me pide kdelibs y me dice que no 
es instalable. Ya probé con instalar kdelibs5-dev y con la opción -f del apt 
pero sigue dando ese error.

Saludos, Ariel.

Original comment by arielsan...@gmail.com on 28 Oct 2011 at 6:46

GoogleCodeExporter commented 8 years ago
@Ariel

Instalalo desde código fuente. Ese PPA  no lo mantengo yo (ni lo he probado) 
pero si lo compilas debería funcionar

Saludos!!

Original comment by jose.exposito89@gmail.com on 1 Nov 2011 at 12:44

GoogleCodeExporter commented 8 years ago
Hey
I have the same error.
but everything is up to date:(

Original comment by masterda...@gmail.com on 2 Jan 2012 at 11:43

GoogleCodeExporter commented 8 years ago
@masterdany88

The same problem compiling the source code??

Original comment by jose.exposito89@gmail.com on 5 Jan 2012 at 11:28