Closed Saroufim closed 6 years ago
Flatpak and OSTree version?
Flatpak 0.10.2.1 OSTree 2018.1 I'm using a fully updated Fedora 27 if that's relevant.
It may be worth reporting this against flatpak itself, doesn't sound package specific.
Agreed that this doesn't look package-specific to me. Are you installing with flatpak install --user
or plain flatpak install
? I suggest trying something like ostree fsck --repo ~/.local/share/flatpak/repo --verify-back-refs
or ostree fsck --repo /var/lib/flatpak/repo --verify-back-refs
respectively.
I'm just trying flapak install and sudo flatpak install.
ostree fsck --repo ~/.local/share/flatpak/repo --verify-back-refs yields:
error: Ref ‘appstream/x86_64’ in bindings for commit 32bcc751b75ce2748ac0488bd75ff957e36df09f7d5a7a644d8db3ffadd66d12 does not resolve to that commit
ostree fsck --repo /var/lib/flatpak/repo --verify-back-refs yields:
Validating refs...
Object missing: 568d35b2766292a5ffc46e5a23b2ff2607aa29bc890b7a980a0834ef09053826.commit
error: Loading commit for ref app/com.transmissionbt.Transmission/x86_64/stable: No such metadata object 568d35b2766292a5ffc46e5a23b2ff2607aa29bc890b7a980a0834ef09053826.commit
When attempting to update com.transmissionbt.Transmission as a regular, non-root, user it fails with the following error.