ruff
|
2016-10-01
, 11:05
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#551
|
The Following User Says Thank You to ruff For This Useful Post: | ||
|
2016-10-02
, 09:38
|
Posts: 10 |
Thanked: 6 times |
Joined on Sep 2014
|
#552
|
Can you get to the CLI (ssh or Terminal) and do
systemctl --user status rockpoold
?
[nemo@Sailfish ~]$ systemctl --user status rockpoold rockpoold.service - Rockpool daemon for Pebble smartwatches Loaded: loaded (/usr/lib/systemd/user/rockpoold.service; enabled) Active: failed (Result: start-limit) since Sun 2016-10-02 10:28:53 BST; 26s ago Process: 8349 ExecStart=/usr/bin/invoker -o --type=qt5 /usr/bin/rockpoold (code=exited, status=1/FAILURE ) Main PID: 8349 (code=exited, status=1/FAILURE)
[nemo@Sailfish ~]$ /usr/bin/invoker -o --type=qt5 /usr/bin/rockpoold invoker: Invoking execution: '/usr/bin/rockpoold' Failed to invoke: Booster: Loading invoked application failed: 'libQt5Bluetooth.so.5: cannot open shared o bject file: No such file or directory'
|
2016-10-02
, 13:53
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#553
|
The Following User Says Thank You to ruff For This Useful Post: | ||
|
2016-10-02
, 16:42
|
Posts: 10 |
Thanked: 6 times |
Joined on Sep 2014
|
#554
|
Yeah, can you reinstall rockpool? it should pull the missing deps. Phone reset probably just force-installed all explicit packages on the list.
|
2016-10-02
, 16:57
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#555
|
Tried removing and adding abranson's repo as well as installing the rpm directly. Is it worth resetting the phone again and then installing while still on pre-2.0 Sailfish in case something went wrong during an update somewhere?
[nemo@Sailfish ~]$ rpm -qR rockpool | grep libQt5Bluetooth.so.5 libQt5Bluetooth.so.5 [nemo@Sailfish ~]$ ls -la /usr/lib/libQt5Bluetooth.so.5 lrwxrwxrwx 1 root root 24 Mar 5 2016 /usr/lib/libQt5Bluetooth.so.5 -> libQt5Bluetooth.so.5.2.2 [nemo@Sailfish ~]$ rpm -qf /usr/lib/libQt5Bluetooth.so.5 qt5-qtconnectivity-qtbluetooth-5.2.0+git0-1.3.61.armv7hl [nemo@Sailfish ~]$ rpm -ql qt5-qtconnectivity-qtbluetooth /usr/lib/libQt5Bluetooth.so.5 /usr/lib/libQt5Bluetooth.so.5.2 /usr/lib/libQt5Bluetooth.so.5.2.2 /usr/lib/qt5/qml/QtBluetooth /usr/lib/qt5/qml/QtBluetooth/libdeclarative_bluetooth.so /usr/lib/qt5/qml/QtBluetooth/plugins.qmltypes /usr/lib/qt5/qml/QtBluetooth/qmldir [nemo@Sailfish ~]$
The Following User Says Thank You to ruff For This Useful Post: | ||
|
2016-10-02
, 19:36
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#556
|
The Following User Says Thank You to abranson For This Useful Post: | ||
|
2016-10-02
, 22:02
|
Posts: 10 |
Thanked: 6 times |
Joined on Sep 2014
|
#557
|
The lib is apparently in the deps and if rpm is getting installed it means dependency is resolved.
[root@Sailfish nemo]# pkcon install qt5-qtconnectivity-qtbluetooth
|
2016-10-04
, 21:35
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#558
|
The Following 8 Users Say Thank You to abranson For This Useful Post: | ||
|
2016-10-06
, 08:53
|
|
Posts: 592 |
Thanked: 1,603 times |
Joined on Apr 2010
@ Berlin / Germany
|
#559
|
|
2016-10-06
, 09:03
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#560
|
The Following 2 Users Say Thank You to abranson For This Useful Post: | ||