sailfishos-chum / sailfishos-chum-gui

GUI application for utilising the SailfishOS:Chum community repository
https://openrepos.net/content/olf/sailfishoschum-gui-installer
MIT License
13 stars 17 forks source link

Installation failed on 4.5.0.18 #153

Closed ilpianista closed 1 year ago

ilpianista commented 1 year ago

SailfishOS VERSION (Settings → About product → Build): 4.5.0.18
HARDWARE (Settings → About product → Manufacturer & Product name): Xperia 10 Plus
SailfishOS:Chum GUI application VERSION (\<Top pulley> → About): 0.3.0-1

BUG DESCRIPTION

Installation fails on 4.5.0.18.

2023-02-17T11:26:39+01:00 [Info] PID 14744 is logging to /var/log/sailfishos-chum-gui-installer.log.txt

2023-02-17T11:26:40+01:00 [Debug] Installed, now running: sailfishos-chum-gui-installer-0.3.0-1

2023-02-17T11:26:42+01:00 [Step 1 / 2] pkcon -pv repo-set-data sailfishos-chum refresh-now true
11:26:42    PackageKit  Verbose debugging enabled (on console 0)
11:26:42    PackageKit  role now repo-set-data
Transaction:    Setting data
11:26:42    PackageKit  notify::connected
Status:     Waiting in queue
Status:     Waiting for authentication
Status:     Waiting in queue
Status:     Starting
Status:     Querying
Status:     Starting
Status:     Running
Status:     Refreshing software list
Status:     Finished
Results:

2023-02-17T11:26:44+01:00 [Debug] sailfishos-chum-gui-installer's main script (PID: 14744) finishes

2023-02-17T11:26:45+01:00 [Step 2 / 2] pkcon -pvy install sailfishos-chum-gui
11:26:45    PackageKit  Verbose debugging enabled (on console 0)
11:26:45    PackageKit  role now resolve
Transaction:    Resolving
Status:     Waiting in queue
Status:     Starting
Status:     Querying
Package not found: sailfishos-chum-gui
11:26:45    PackageKit  role now resolve
Transaction:    Resolving
Status:     Waiting in queue
Status:     Starting
Status:     Querying
Package not found: sailfishos-chum-gui
Command failed: This tool could not find any available package.

STEPS TO REPRODUCE

Try to install SailfishOS:Chum GUI Installer on a device without Chum.

ADDITIONAL INFORMATION

I also downloaded the RPM from your 0.5.5 zip to install 0.5.5, but the RPM installation fails because it links to libpackagekitqt5.so.0.

Olf0 commented 1 year ago
  1. Thank you for the proper bug report, including the Installer's log file.

  2. ADDITIONAL INFORMATION I also downloaded the RPM from your 0.5.5 zip to install 0.5.5, but the RPM installation fails because it links to libpackagekitqt5.so.0.

    This is expected, because it is compiled for SailfishOS 4.4.0, as the directory name inside the ZIP-archive shows. Should be fine with the next release, as you already have noted.

  3. STEPS TO REPRODUCE Try to install SailfishOS:Chum GUI Installer on a device without Chum.

    With or without "Chum" does not matter at all, whatever exactly this was meant to address: Having the SailfishOS:Chum repository configuration RPM(s) previously installed or something else.

    I assume yesterday the target "4.5.0.18" was not configured for the SailfishOS:Chum community repository at the SailfishOS-OBS; now it is, see at the bottom right of this page: https://build.merproject.org/project/show/sailfishos:chum Thus the SailfishOS:Chum GUI Installer should be working fine now.

    The reason for this to regularly occur is well documented in the fourth bullet point of SailfishOS:Chum GUI Installer's "Important notes" at GitHub and also at OpenRepos.

  4. Initially I was a bit confused, if this is about the SailfishOS:Chum GUI application or the SailfishOS:Chum GUI Installer?

    SailfishOS:Chum GUI application VERSION ( → About): 0.3.0-1

    This is the version number of the SailfishOS:Chum GUI Installer inserted in a bug report for the SailfishOS:Chum GUI application! AFAIU the question in section 2 here is about the SailfishOS:Chum GUI application, the question in section 3 here is about the SailfishOS:Chum GUI Installer, right?

@ilpianista, is this resolved from your perspective or did I miss anything?

ilpianista commented 1 year ago

I assume yesterday the target "4.5.0.18" was not configured for the SailfishOS:Chum community repository at the SailfishOS-OBS; now it is, see at the bottom right of this page: https://build.merproject.org/project/show/sailfishos:chum Thus the SailfishOS:Chum GUI Installer should be working fine now.

It does. I removed and installed the GUI installer again and it worked fine this time.

Thank you!

Olf0 commented 1 year ago

Thank you for reporting and testing again!