oniony / TMSU

TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Other
2.01k stars 115 forks source link

Compilation error #284

Open lamyergeier opened 1 month ago

lamyergeier commented 1 month ago
$ make

CLEANING

go clean github.com/oniony/TMSU
rm -Rf bin
rm -Rf tmsu-x86_64-0.7.5
rm -f tmsu-x86_64-0.7.5.tgz

COMPILING

go build -o bin/tmsu github.com/oniony/TMSU
src/github.com/oniony/TMSU/storage/database/database.go:21:2: cannot find package "github.com/mattn/go-sqlite3" in any of:
        /usr/lib/golang/src/github.com/mattn/go-sqlite3 (from $GOROOT)
        /mnt/Data/opt/Git/tmsu/src/github.com/mattn/go-sqlite3 (from $GOPATH)
        /home/lamy/go/src/github.com/mattn/go-sqlite3
src/github.com/oniony/TMSU/vfs/fusevfs.go:22:2: cannot find package "github.com/hanwen/go-fuse/fuse" in any of:
        /usr/lib/golang/src/github.com/hanwen/go-fuse/fuse (from $GOROOT)
        /mnt/Data/opt/Git/tmsu/src/github.com/hanwen/go-fuse/fuse (from $GOPATH)
        /home/lamy/go/src/github.com/hanwen/go-fuse/fuse
src/github.com/oniony/TMSU/vfs/fusevfs.go:23:2: cannot find package "github.com/hanwen/go-fuse/fuse/nodefs" in any of:
        /usr/lib/golang/src/github.com/hanwen/go-fuse/fuse/nodefs (from $GOROOT)
        /mnt/Data/opt/Git/tmsu/src/github.com/hanwen/go-fuse/fuse/nodefs (from $GOPATH)
        /home/lamy/go/src/github.com/hanwen/go-fuse/fuse/nodefs
src/github.com/oniony/TMSU/vfs/fusevfs.go:24:2: cannot find package "github.com/hanwen/go-fuse/fuse/pathfs" in any of:
        /usr/lib/golang/src/github.com/hanwen/go-fuse/fuse/pathfs (from $GOROOT)
        /mnt/Data/opt/Git/tmsu/src/github.com/hanwen/go-fuse/fuse/pathfs (from $GOPATH)
        /home/lamy/go/src/github.com/hanwen/go-fuse/fuse/pathfs
make: *** [Makefile:34: compile] Error 1