fuse3: update to 3.17.4.
Testing the changes
- I tested the changes in this PR: briefly
Also rebuilt (native + cross aarch64) all the revbump'ed packages.
Used sshfs without problems:
$ sshfs -V
SSHFS version 3.7.3
FUSE library version 3.17.3
using FUSE kernel interface version 7.40
fusermount3 version: 3.17.3
$ sshfs fw: ~/mnt/fw
$ ls -laR ~/mnt/fw
[...]
Tested aft-mtp-mount my phone, copied a file to, and listed files there:
$ aft-mtp-mount --version
using FUSE kernel interface version 7.40
fusermount3 version: 3.17.3
$ mount | grep aft
aft-mtp-mount on /home/user/mnt/phone type fuse.aft-mtp-mount (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
ls -laR ~/mnt/phone > /dev/null
After a while I get IOErrors on that mount, but not sure this is related to the update/revbumps. I often had problems with MTP in the past...
Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64
BTW, while doing the revbumps in a loop, I got the following message:
srcpkgs/libfreerdp3/template: line 28: vopt_if: command not found
Not sure if this needs further investigations...
The wimlib lint failure also happens on upstream/master:
$ xlint srcpkgs/wimlib/template
srcpkgs/wimlib/template:14: explain why the tests fail
$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
@abenson: can you remember why you added it ?
New version, ran same tests, not seen any IOError on MTP this time...
But there's a FAIL'ed test in i686's xdg-desktop-portal.
Trying to reproduce here.
And forgot to revbump xmount.
xmount revbump'ed, xlint fixed, FAIL disappeared...
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
Rebased to fix conflict with freerdp3.
Discussions for other distros instances of the same freerdp FTBS: https://lists.debian.org/debian-remote/2025/09/msg00046.html https://bugs.gentoo.org/963924
EDIT: Currently trying to build freerdp3-3.19.1 - Done, it builds OK, pushing it in this same PR to see if that fixes it. May change the PR to draft later to get hints about a path forward.