Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 May 2019 16:42:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237735] devel/py-fusepy: examples not working
Message-ID:  <bug-237735-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237735

            Bug ID: 237735
           Summary: devel/py-fusepy: examples not working
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: novel@FreeBSD.org
          Assignee: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)

fusepy ships with some examples:
https://github.com/fusepy/fusepy/tree/master/examples (would be good to ins=
tall
that by the port btw?).

Examples are not working. E.g.:

$ sudo python3 examples/memory.py /mnt/test
DEBUG:fuse.log-mixin:-> init / ()
DEBUG:fuse.log-mixin:<- init None
DEBUG:fuse.log-mixin:-> getattr / (None,)
DEBUG:fuse.log-mixin:<- getattr {'st_mode': 16877, 'st_ctime':
1556901256.302205, 'st_mtime': 1556901256.302205, 'st_atime':
1556901256.302205, 'st_nlink': 2}=20=20

$ ls /mnt/test
ls: /mnt/test: No such file or directory
$

That's py36-fusepy-3.0.1. I'm running fairly recent -CURRENT.

PS Actually, I think that it could be fusepy issue, not just examples. I was
playing with some test code using that library and it stopped working in a
similar way that examples are broken now. That was in fall of 2018. I update
-CURRENT and ports once in 2-4 weeks.

Also, fuse appears to be working in general, e.g. I can use sshfs.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237735-7788>