Maui
Board Index divider Search Member List Help
Hello There, Guest! Login Register
Login
Username:
Password: Lost Password?
 
Maui Forums › Maui Support › Software & Applications › Skrooge

Pages ({1}): 1 2 Next »
Skrooge
smoreau Offline
Island Inhabitant
*****
Joined: May 2013
Posts: 294
#1
30th August 2016, 16:41
I am unable to install skrooge-kf5 on Maui.
The ppa from mankowski dedicated to the last plasma version is :
ppa: s-mankowski/beta-kf5.

I get the following message :
skrooge-kf5 : Dépend: qtbase-abi-5-5-1 which is a virtual package, provided by:
- libqt5core5a, mais 5.7.0+dfsg-1+16.04+build5 est installé.

- libqt5core5a, mais 5.7.0+dfsg-1+16.04+build5 est installé.
Any idea of what to do ?
Thanks to all.
SM
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#2
30th August 2016, 17:07 (This post was last modified: 30th August 2016, 22:47 by starbuck.)
Try this:
Code:
sudo apt-get update && sudo apt-get autoclean
sudo apt-get clean && sudo apt-get upgrade
sudo apt-get install libqt5core5a skrooge-kf5
Find
Reply
smoreau Offline
Island Inhabitant
*****
Joined: May 2013
Posts: 294
#3
30th August 2016, 17:48 (This post was last modified: 30th August 2016, 22:48 by starbuck.)
(30th August 2016, 17:07)AJSlye Wrote: Try this:


Code:
sudo apt-get update && sudo apt-get autoclean
sudo apt-get clean && sudo apt-get upgrade
sudo apt-get install libqt5core5a skrooge-kf5

No changes, i checked that before.
Sorry
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#4
30th August 2016, 18:14 (This post was last modified: 30th August 2016, 22:48 by starbuck.)
I think your running into the package installed is newer than the one requested issue.
Have you tried using the PPA?
https://skrooge.org/ubuntu_installation
Find
Reply
smoreau Offline
Island Inhabitant
*****
Joined: May 2013
Posts: 294
#5
30th August 2016, 18:43 (This post was last modified: 30th August 2016, 22:48 by starbuck.)
(30th August 2016, 18:14)AJSlye Wrote: Oops, I spelled skrooge wrong.
I think your running into the package installed is newer than the one requested issue.
Have you tried using the PPA?
https://skrooge.org/ubuntu_installation

The only package which is installed is skrooge-common, but not skrooge-kf5. Apparently it seems linked to a python issue ?
Find
Reply
smoreau Offline
Island Inhabitant
*****
Joined: May 2013
Posts: 294
#6
30th August 2016, 18:48
I used aptitude and got :


serge@serge-CR700:~$ sudo aptitude install skrooge-kf5
Les NOUVEAUX paquets suivants vont être installés :      
 libsqlcipher0{a} libtidy-0.99-0{a} python-bs4{a} python-cffi-backend{a} python-chardet{a} python-cryptography{a}  
 python-cssselect{a} python-dateutil{a} python-enum34{a} python-feedparser{a} python-gdata{a} python-html2text{a}  
 python-html5lib{a} python-idna{a} python-imaging{a} python-ipaddress{a} python-libxml2{a} python-lxml{a} python-mechanize{a}  
 python-ndg-httpsclient{a} python-openssl{a} python-pil{a} python-pkg-resources{a} python-prettytable{a} python-pyasn1{a}  
 python-requests{a} python-termcolor{a} python-urllib3{a} python-utidylib{a} python-weboob{a} python-yaml{a}  
 qtdeclarative5-controls-plugin{a} skrooge-kf5{b} sqlcipher{a} sqlite3{a} weboob{a} xsltproc{a}  
0 paquets mis à jour, 37 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 6 553 ko d'archives. Après dépaquetage, 33,6 Mo seront utilisés.
Les paquets suivants ont des dépendances non satisfaites :
skrooge-kf5 : Dépend: qtbase-abi-5-5-1 which is a virtual package, provided by:
- libqt5core5a, mais 5.7.0+dfsg-1+16.04+build5 est installé.

- libqt5core5a, mais 5.7.0+
dfsg-1+16.04+build5 est installé.
Les actions suivantes permettront de résoudre ces dépendances :

    Conserver les paquets suivants dans leur version actuelle :
1)     skrooge-kf5 [Non installé]                               
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#7
30th August 2016, 20:01 (This post was last modified: 30th August 2016, 20:34 by AJSlye.)
I don't see a python issue there.
I do see that skrooge-kf5 depends on qtbase-abi-5-5-1
In Maui (Neon) qtbase-abi-5-5-1 is provided by libqt5core5a (5.7.0+dfsg-1+16.04+build5).
In Ubuntu which skrooge-kf5 is compiled on, qtbase-abi-5-5-1 is provided by libqt5core5a (5.5.1+dfsg-16ubuntu7)
Find
Reply
smoreau Offline
Island Inhabitant
*****
Joined: May 2013
Posts: 294
#8
30th August 2016, 20:39
(30th August 2016, 20:01)AJSlye Wrote: In Maui (Neon) qtbase-abi-5-5-1 is provided by libqt5core5a (5.7.0+dfsg-1+16.04+build5).
In Ubuntu which skrooge-kf5 is compiled on, qtbase-abi-5-5-1 is provided by libqt5core5a (5.5.1+dfsg-16ubuntu7)

So it means that it would be neccessary to compile skrooge for neon ?
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#9
30th August 2016, 20:49 (This post was last modified: 30th August 2016, 20:54 by AJSlye.)
Maybe, I'm not 100% sure about that.
I'll need to do some testing when I get back home.
Find
Reply
leszek Offline
Moderator
Joined: Jul 2013
Posts: 3,633
#10
30th August 2016, 22:21
Yeah exactly. The skrooge version seems to be compiled against Qt5.5.1 from Ubuntu and not against 5.7 from Neon.
Find
Reply
« Next Oldest | Next Newest »
Pages ({1}): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skrooge BXavier52 1 8,333 19th March 2017, 15:21
Last Post: leszek

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

  • Contact Us
  • Maui Forums
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 1st June 2025, 7:10 Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode