FS#75410 - [ostree] Consider building against fuse3

Attached to Project: Arch Linux
Opened by Emil (xexaxo) - Sunday, 24 July 2022, 18:36 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 17 August 2022, 22:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Currently ostree is build against fuse2, where it's latest version 2.9.9 was released in January 2019. I think it's fair to say that projects should migrate to fuse3.
Ostree has fuse3 support since v2022.1 [1], which is the primary supported version, with fuse2 as a fallback.

Consider rebuilding against fuse3 - `sed -i 's/fuse2/fuse3/' PKGBUILD` is all that's needed

[1] https://github.com/ostreedev/ostree/blob/v2022.1/configure.ac#L452

Additional info:
* package version(s)
ostree 2022.5-1

Steps to reproduce:
- asp export ostree
- pacman -R fuse2
- sed -i 's/fuse2/fuse3/' PKGBUILD
- makepkg && pacman -U ostree-2022.5-1-x86_64.pkg.tar
- run your favourite ostree workload
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Wednesday, 17 August 2022, 22:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  ostree 2022.5-3
Comment by Toolybird (Toolybird) - Tuesday, 09 August 2022, 05:51 GMT
Yeah, latest Fedora and Debian appear to be building it against fuse3.
Comment by tinywrkb (tinywrkb) - Tuesday, 16 August 2022, 20:05 GMT
Blocked by #75622 and #75623.
I switched ostree to fuse3 today, and so far flatpak works perfectly, though we need #75622 fixed to be able to use flatpak-builder.

Loading...