mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2772] 1.97 release #1292
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2772
Mostly to fix #2760 caused by FUSE 3 dependency. @juliogonzalez
@gaul commented on GitHub (Dec 16, 2025):
I opened an issue against Ubuntu to hopefully upgrade before 26.04 releases: https://bugs.launchpad.net/ubuntu/+source/s3fs-fuse/+bug/2136274
@juliogonzalez commented on GitHub (Feb 5, 2026):
I am preparing everything now, and just by pure chance I discovered (for whoever is interested) that actually building on CentOS7 and clones is still possible, as FUS3E is at the
extrasrepository.The other problem is that the GCC version (4.8.5) is too old. But installing a newer version is possible:
Gets you...
After that it would be a matter of using this GCC to build
s3fs-fuseand things should work.That said, I will not support this via SPEC, but if someone wants to build
s3fs-fuseon CentOS7, go ahead and enjoy :-D@juliogonzalez commented on GitHub (Feb 6, 2026):
openSUSE
Already done, and in openSUSE Tumbleweed
Fedora
EPEL
@gaul commented on GitHub (Feb 6, 2026):
Thanks @juliogonzalez especially surfacing the FUSE 3 issue. Let's see if anything else breaks with wider testing. 🤞
@ggtakec commented on GitHub (Feb 7, 2026):
@juliogonzalez Thanks for the release 1.97!
@juliogonzalez commented on GitHub (Feb 8, 2026):
Seems building on CentOS7 is not as trivial as I thought, as even using devtool7, it fails to build:
So I adjusted https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes/ accordingly to tell people to use 1.96 for CentOS7 and similar (and encouraging to find a solution and document it).
@juliogonzalez commented on GitHub (Feb 8, 2026):
BTW, now that we bumped to FUSE3, shouldn't we refactor https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes/?
I'd propose moving some instructions to a page for legacy OS, and rewriting the rest to use FUSE3 (for example Ubuntu still doesn't mention it).
@ggtakec commented on GitHub (Feb 11, 2026):
@juliogonzalez
I think you can build it on CentOS7 using #2801 change.
I confirmed that it can be built in the devtools-7 environment using the centos:centos7 docker image.
@juliogonzalez commented on GitHub (Feb 15, 2026):
I did, as per https://github.com/s3fs-fuse/s3fs-fuse/pull/2801#issuecomment-3900409722, and updated the Wiki: https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes#version-7
Also, https://bugzilla.redhat.com/show_bug.cgi?id=2416816 is now closed as 1.97 is now released to all supported Fedora and EPEL repositories.
I could not update https://build.opensuse.org/project/show/home:juliogonzalez:s3fs-fuse yet, as Debian still did not package the new 1.97 for Debian Unstable. Will track it and update as soon as they have it.