Package Details: tmsu-bin 0.5.2-2

Package Base: tmsu-bin
Description: An application that allows you to tag your files to organize them.
Upstream URL: http://tmsu.org
Category: multimedia
Licenses: GPL3
Provides: tmsu
Submitter: lowfatcomputing
Maintainer: lowfatcomputing
Last Packager: lowfatcomputing
Votes: 10
First Submitted: 2013-08-02 15:49
Last Updated: 2015-03-14 19:42

Latest Comments

Comment by oniony

2014-12-06 10:31

Hi, TMSU has moved to GitHub. I've left the old Bitbucket project intact but it will no longer be updated.

Binaries are now at https://github.com/oniony/TMSU/releases

Thanks
Paul

Comment by lowfatcomputing

2014-03-05 12:00

Thanks deimos, packaged fixed in 0.4.0-3.

Comment by deimos

2014-03-05 02:32

I had to replace instances of cp -r to install -Dm644 to prevent the scripts from being symlinks to my exported source directory.

Comment by lowfatcomputing

2014-03-04 17:14

Added scripts to upgrade your database when you upgrade tmsu.

Comment by lowfatcomputing

2013-12-31 17:58

Good point. Package updated.

Comment by Celti

2013-12-31 17:40

tmsu-bin is statically linked and doesn't require the dependencies on go-fuse and go-sqlite3.

Comment by lowfatcomputing

2013-12-15 20:31

Thanks deimos, package updated.

Comment by deimos

2013-12-15 18:46

Please add the following to the PKGBUILD:
install -Dm755 bin/mount.tmsu $pkgdir/usr/bin/

Comment by oniony

2013-10-04 17:32

I've pushed TMSU v0.2.2 to address this issue.

Comment by oniony

2013-09-25 14:00

I'm the author of TMSU. I was unaware of any crashing. I'll look into this soon. Please report any problems you have at http://tmsu.org/ and I'll do my best to fix them.

Comment by d72

2013-09-18 15:04

I'm getting the same error

Comment by orschiro

2013-08-11 19:14

I created a few tags. Now I wanted to mount the tags but it crashes:

[orschiro@thinkpad ~]$ tmsu mount tags/
tmsu: could not mount database at 'tags/': virtual filesystem mount failed: panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x1 pc=0x80d66ee]

goroutine 1 [running]:
tmsu/vfs.(*FuseVfs).OnMount(0x18344860, 0x1836e0c0)
/home/paul/projects/tmsu-v0.2/src/tmsu/vfs/fusevfs.go:0 +0x2e
github.com/hanwen/go-fuse/fuse/pathfs.(*PathNodeFs).OnMount(0x1836e0c0, 0x183738d0)
/home/paul/gopath/src/github.com/hanwen/go-fuse/fuse/pathfs/pathfs.go:110 +0x37
github.com/hanwen/go-fuse/fuse/nodefs.(*FileSystemConnector).mountRoot(0x183738d0, 0x183738a0, 0x1836e0c0, 0x183448a0)
/home/paul/gopath/src/github.com/hanwen/go-fuse/fuse/nodefs/fsconnector.go:251 +0x62
github.com/hanwen/go-fuse/fuse/nodefs.NewFileSystemConnector(0x183738a0, 0x1836e0c0, 0x183448a0, 0x183738d0)
/home/paul/gopath/src/github.com/hanwen/go-fuse/fuse/nodefs/fsconnector.go:70 +0x141
tmsu/vfs.MountVfs(0xff86f68e, 0x1f, 0xff86f6ae, 0x5, 0x0, ...)
/home/paul/projects/tmsu-v0.2/src/tmsu/vfs/fusevfs.go:46 +0xaf
tmsu/cli/commands.VfsCommand.Exec(0x82d3064, 0x0, 0x0, 0x18369040, 0x2, ...)