Distro upgrade fails from FC40 -> FC41 with latest GNOME Software
Tried reproducing #2719 on latest GNOME Software from git, and landed into this issue:
On FC40 (12cfcf08):
PackageKit: 1.2.8-8.fc40
Clicking on Download
gives no response in the UI.
Following are the GS logs when Download
is clicked 3 times.
19:17:50:121 PK pk_client_generic_finish: assertion 'G_IS_TASK (res)' failed
19:17:50:121 GLib-GIO g_task_return_error: assertion 'error != NULL' failed
19:17:50:121 GLib-GIO GTask gs_plugin_packagekit_download_upgrade_async (source object: 0x3c7ffb10, source tag: 0x7fbd9964cefc) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.
19:17:56:520 PK pk_client_generic_finish: assertion 'G_IS_TASK (res)' failed
19:17:56:520 GLib-GIO g_task_return_error: assertion 'error != NULL' failed
19:17:56:520 GLib-GIO GTask gs_plugin_packagekit_download_upgrade_async (source object: 0x3c7ffb10, source tag: 0x7fbd9964cefc) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.
19:18:39:099 PK pk_client_generic_finish: assertion 'G_IS_TASK (res)' failed
19:18:39:099 GLib-GIO g_task_return_error: assertion 'error != NULL' failed
19:18:39:099 GLib-GIO GTask gs_plugin_packagekit_download_upgrade_async (source object: 0x3c7ffb10, source tag: 0x7fbd9964cefc) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.
Edited by Sid