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
Search Criteria
Package Details: tmsu-bin 0.5.2-2
Package Actions
| 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: | |
| Provides: | |
| Submitter: | lowfatcomputing |
| Maintainer: | lowfatcomputing |
| Last Packager: | lowfatcomputing |
| Votes: | 10 |
| First Submitted: | 2013-08-02 15:49 |
| Last Updated: | 2015-03-14 19:42 |
Dependencies (0)
Required by (0)
Sources
- https://github.com/oniony/TMSU/releases/download/v0.5.2/tmsu-i686-0.5.2.tgz
- https://raw.githubusercontent.com/oniony/TMSU/master/misc/db-upgrade/0.0.5_to_0.0.6.sql
- https://raw.githubusercontent.com/oniony/TMSU/master/misc/db-upgrade/0.0.9_to_0.1.0.sql
- https://raw.githubusercontent.com/oniony/TMSU/master/misc/db-upgrade/0.3_to_0.4.0.sql
- https://raw.githubusercontent.com/oniony/TMSU/master/misc/db-upgrade/clean_tag_names.sql
- https://raw.githubusercontent.com/oniony/TMSU/master/misc/db-upgrade/migrate-tags-to-values
- tmsu-bin.install
Latest Comments
Comment by oniony
Comment by lowfatcomputing
Thanks deimos, packaged fixed in 0.4.0-3.
Comment by deimos
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
Added scripts to upgrade your database when you upgrade tmsu.
Comment by lowfatcomputing
Good point. Package updated.
Comment by Celti
tmsu-bin is statically linked and doesn't require the dependencies on go-fuse and go-sqlite3.
Comment by lowfatcomputing
Thanks deimos, package updated.
Comment by deimos
Please add the following to the PKGBUILD:
install -Dm755 bin/mount.tmsu $pkgdir/usr/bin/
Comment by oniony
I've pushed TMSU v0.2.2 to address this issue.
Comment by oniony
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
I'm getting the same error
Comment by orschiro
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, ...)