pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: can't build 2023Q4 sshfs



On Thu, Mar 07, 2024 at 07:07:17PM +0100, Thomas Klausner wrote:
> On Thu, Mar 07, 2024 at 01:32:07PM +0100, ignatios%cs.uni-bonn.de@localhost wrote:
> > On Thu, Mar 07, 2024 at 12:50:47PM +0100, Thomas Klausner wrote:
> > > On Thu, Mar 07, 2024 at 11:31:46AM +0100, ignatios%cs.uni-bonn.de@localhost wrote:
> > > > WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
> > > > ===> Overriding tools for fuse-sshfs-3.7.4a
> > > > ===> Extracting for fuse-sshfs-3.7.4a
> > > > sshfs-3.7.4a/: Cannot restore extended attributes: com.apple.provenance com.apple.provenance
> > > > sshfs-3.7.4a/.git-blame-ignore-revs: Cannot restore extended attributes: com.apple.provenance com.apple.provenance
> > > > sshfs-3.7.4a/.dir-locals.el: Cannot restore extended attributes: com.apple.provenance com.apple.provenance
> > > > sshfs-3.7.4a/compat/: Cannot restore extended attributes: com.apple.provenance com.apple.provenance
> > > > (and two dozen more similar lines)

FWIW, there is kernel support in 10.x series for extended attributes
(I caught this because I have problems with Samba on a 9.3 node after
an upgrade of Samba, and was looking for a reason why some file
operations failed on Windows clients; and Samba uses a lot extended
attributes support, by several different means---kernel support,
filesystem support, wrapper and so on).

Quoting acl(3) 10.*:

"Both NFSv4 and POSIX.1e ACL support were introduced in NetBSD 10.0." 

A possible cause of divergence can come from there (the acl_*
functions are in libc in 10.*). This may work with the 10.* libc
implementation and fail with another implementation linked with in 9.*.

FWIW and not more,
-- 
        Thierry Laronde <tlaronde +AT+ kergis +dot+ com>
                     http://www.kergis.com/
                    http://kertex.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


Home | Main Index | Thread Index | Old Index