#0 __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:31 [Error: strcmp-sse2-unaligned.S was not found in source tree] #1 0x00007f50bbac71de in gs_flatpak_app_matches_xref (self=self@entry=0x55bdc8cab2a0, app=app@entry=0x7f509c08dde0, xref=0x7f50a86b6b70) at ../plugins/flatpak/gs-flatpak.c:1503 1498: if (g_strcmp0 (gs_app_get_unique_id (app), 1499: gs_app_get_unique_id (app_tmp)) == 0) 1500: return TRUE; 1501: 1502: /* do all the metadata items match? */ 1503: if (g_strcmp0 (gs_flatpak_app_get_ref_name (app), 1504: flatpak_ref_get_name (xref)) == 0 && 1505: g_strcmp0 (gs_flatpak_app_get_ref_arch (app), 1506: flatpak_ref_get_arch (xref)) == 0 && 1507: g_strcmp0 (gs_flatpak_app_get_ref_branch (app), 1508: flatpak_ref_get_branch (xref)) == 0) #2 0x00007f50bbac8f8f in gs_plugin_refine_item_state (self=self@entry=0x55bdc8cab2a0, app=app@entry=0x7f509c08dde0, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08928) at ../plugins/flatpak/gs-flatpak.c:1566 1561: } 1562: for (i = 0; i < xrefs->len; i++) { 1563: FlatpakInstalledRef *xref = g_ptr_array_index (xrefs, i); 1564: 1565: /* check xref is app */ 1566: if (!gs_flatpak_app_matches_xref (self, app, FLATPAK_REF(xref))) 1567: continue; 1568: 1569: /* mark as installed */ 1570: g_debug ("marking %s as installed with flatpak", 1571: gs_app_get_id (app)); #3 0x00007f50bbacaa2f in gs_flatpak_refine_app (self=self@entry=0x55bdc8cab2a0, app=app@entry=0x7f509c08dde0, flags=flags@entry=2097184, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08928) at ../plugins/flatpak/gs-flatpak.c:2118 2113: g_prefix_error (error, "failed to get metadata: "); 2114: return FALSE; 2115: } 2116: 2117: /* check the installed state */ 2118: if (!gs_plugin_refine_item_state (self, app, cancellable, error)) { 2119: g_prefix_error (error, "failed to get state: "); 2120: return FALSE; 2121: } 2122: 2123: /* if the state was changed, perhaps set the version from the release */ #4 0x00007f50bbacae35 in gs_flatpak_refine_wildcard (self=0x55bdc8cab2a0, app=app@entry=0x7f50ac0ee7c0, list=list@entry=0x55bdc62f7240, flags=flags@entry=2097184, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08928) at ../plugins/flatpak/gs-flatpak.c:2205 2200: as_app_get_unique_id (item), id); 2201: new = gs_appstream_create_app (self->plugin, item, NULL); 2202: if (new == NULL) 2203: return FALSE; 2204: gs_app_set_scope (new, self->scope); 2205: if (!gs_flatpak_refine_app (self, new, flags, cancellable, error)) 2206: return FALSE; 2207: gs_app_list_add (list, new); 2208: } 2209: return TRUE; 2210: } #5 0x00007f50bbacd802 in gs_plugin_refine_wildcard (plugin=plugin@entry=0x55bdc62752d0, app=app@entry=0x7f50ac0ee7c0, list=list@entry=0x55bdc62f7240, flags=2097184, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08928) at ../plugins/flatpak/gs-plugin-flatpak.c:339 334: GError **error) 335: { 336: GsPluginData *priv = gs_plugin_get_data (plugin); 337: for (guint i = 0; i < priv->flatpaks->len; i++) { 338: GsFlatpak *flatpak = g_ptr_array_index (priv->flatpaks, i); 339: if (!gs_flatpak_refine_wildcard (flatpak, app, list, flags, 340: cancellable, error)) { 341: return FALSE; 342: } 343: } 344: return TRUE; #6 0x000055bdc3d55953 in gs_plugin_loader_call_vfunc (helper=helper@entry=0x7f50ac0f2cc0, plugin=plugin@entry=0x55bdc62752d0, app=app@entry=0x7f50ac0ee7c0, list=0x55bdc62f7240, list@entry=0x0, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08ad8) at ../lib/gs-plugin-loader.c:557 552: } 553: break; 554: case GS_PLUGIN_ACTION_REFINE: 555: if (g_strcmp0 (helper->function_name, "gs_plugin_refine_wildcard") == 0) { 556: GsPluginRefineWildcardFunc plugin_func = func; 557: ret = plugin_func (plugin, app, list, 558: gs_plugin_job_get_refine_flags (helper->plugin_job), 559: cancellable, &error_local); 560: } else if (g_strcmp0 (helper->function_name, "gs_plugin_refine_app") == 0) { 561: GsPluginRefineAppFunc plugin_func = func; 562: ret = plugin_func (plugin, app, #7 0x000055bdc3d56074 in gs_plugin_loader_run_refine_internal (helper=helper@entry=0x7f50ac0f2cc0, list=list@entry=0x55bdc62f7240, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08ad8) at ../lib/gs-plugin-loader.c:816 811: if (!gs_app_has_quirk (app, AS_APP_QUIRK_MATCH_ANY_PREFIX)) { 812: helper->function_name = "gs_plugin_refine_app"; 813: } else { 814: helper->function_name = "gs_plugin_refine_wildcard"; 815: } 816: if (!gs_plugin_loader_call_vfunc (helper, plugin, app, NULL, 817: cancellable, error)) { 818: return FALSE; 819: } 820: } 821: gs_plugin_status_update (plugin, NULL, GS_PLUGIN_STATUS_FINISHED); #8 0x000055bdc3d5658f in gs_plugin_loader_run_refine (helper=helper@entry=0x55bdc6459c00, list=list@entry=0x55bdc62f7240, cancellable=cancellable@entry=0x55bdc7f11c50, error=error@entry=0x7f50b4a08ad8) at ../lib/gs-plugin-loader.c:950 945: "refine-flags", gs_plugin_job_get_refine_flags (helper->plugin_job), 946: "failure-flags", gs_plugin_job_get_failure_flags (helper->plugin_job), 947: NULL); 948: helper2 = gs_plugin_loader_helper_new (helper->plugin_loader, plugin_job); 949: helper2->function_name_parent = helper->function_name; 950: ret = gs_plugin_loader_run_refine_internal (helper2, list, cancellable, error); 951: if (!ret) 952: goto out; 953: 954: /* second pass for any unadopted apps */ 955: for (guint i = 0; i < gs_app_list_length (list); i++) { #9 0x000055bdc3d57150 in gs_plugin_loader_process_thread_cb (task=0x55bdc7336940, object=, task_data=0x55bdc6459c00, cancellable=0x55bdc7f11c50) at ../lib/gs-plugin-loader.c:3170 3165: GS_PLUGIN_REFINE_FLAGS_REQUIRE_ORIGIN); 3166: } 3167: 3168: /* run refine() on each one if required */ 3169: if (gs_plugin_job_get_refine_flags (helper->plugin_job) != 0) { 3170: if (!gs_plugin_loader_run_refine (helper, list, cancellable, &error)) { 3171: gs_utils_error_convert_gio (&error); 3172: g_task_return_error (task, error); 3173: return; 3174: } 3175: } else { #10 0x00007f50e18bed56 in g_task_thread_pool_thread (thread_data=0x55bdc7336940, pool_data=) at ../../../../gio/gtask.c:1328 [Error: gtask.c was not found in source tree] #11 0x00007f50e1c41010 in g_thread_pool_thread_proxy (data=) at ../../../../glib/gthreadpool.c:307 [Error: gthreadpool.c was not found in source tree] #12 0x00007f50e1c40645 in g_thread_proxy (data=0x55bdc7035940) at ../../../../glib/gthread.c:784 [Error: gthread.c was not found in source tree] #13 0x00007f50def077fc in start_thread (arg=0x7f50b4a09700) at pthread_create.c:465 [Error: pthread_create.c was not found in source tree] #14 0x00007f50dec34b0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 [Error: clone.S was not found in source tree]