On Sat, Sep 12, 2015 at 07:11:50AM +1000, Dmitry Smirnov wrote: > Hi Julian, > > How is the progress with "go-fuse"? > > Packaging seems to be trivial and license is clear. Do you need any help?
Yes, I would love some help! I have a package at Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hanwen-go-fuse.git Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-hanwen-go-mtpfs.git It built fine a couple of weeks ago, when I submitted the ITP. I decided to wait a week in case there were any objections before uploading it to sid. But in that week, I upgraded my testing machine and also tried building on sid, and now both fail on two of the unionfs tests: --- FAIL: TestExplicitScan (0.03s) autounion_test.go:218: Should have workspace backing1: lstat /tmp/764464878/mnt/backing1: no such file or directory --- FAIL: TestUnionFsDropDeletionCache (0.09s) unionfs_test.go:1039: Lstat() should have succeeded lstat /tmp/unionfs541255389/mnt/file: no such file or directory I haven't managed to get to the bottom of this. I could disable the tests (as I needed to do for the go-mtpfs package), but that seems to be avoiding the problem. If you have any idea of the cause of this, it would be great! Julian