[Bug 237735] devel/py-fusepy: examples not working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 3 16:42:59 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237735

            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 at FreeBSD.org
          Reporter: novel at FreeBSD.org
          Assignee: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(jbeich at FreeBSD.org)

fusepy ships with some examples:
https://github.com/fusepy/fusepy/tree/master/examples (would be good to install
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}  

$ 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.

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


More information about the freebsd-ports-bugs mailing list