Package Details: tmsu 0.7.5-1

Git Clone URL: https://aur.archlinux.org/tmsu.git (read-only, click to copy)
Package Base: tmsu
Description: A tool for tagging your files and accessing them through a virtual filesystem.
Upstream URL: https://tmsu.org/
Licenses: GPL3
Provides: tmsu
Submitter: tmladek
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 26
Popularity: 0.067637
First Submitted: 2015-08-29 19:21 (UTC)
Last Updated: 2021-04-10 09:25 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

oniony commented on 2016-04-24 21:23 (UTC)

@BrianAllred, It's my bad. I run 'make compile && sudo make install' during development and forgot to run the full build before pushing. I reverted that problematic commit yesterday though, so the tip of `master` should build fine. Indeed, the CI suggests it is: https://drone.io/github.com/oniony/TMSU/latest Cheers, Paul

BrianAllred commented on 2016-04-24 21:18 (UTC)

The integration tests are failing for me when building.

andykluger commented on 2016-02-09 18:37 (UTC)

Solved my problem! I had an old package installed: go-sqlite3. I uninstalled it. Tadaa!

andykluger commented on 2016-02-08 14:53 (UTC)

Yes, the error reported here on October 26.

tmladek commented on 2016-02-08 09:38 (UTC)

I know it won't help much, but yes, the package works for *me*, otherwise I would never submit it. https://ptpb.pw/Y6a3 What "same error", the one about go-sqlite3?

andykluger commented on 2016-02-05 19:57 (UTC)

Wait, does this actually work for someone? I still get the same error as I reported in October.

eigengrau commented on 2016-01-31 10:27 (UTC)

BTW it occurred to me that exporting GOPATH as /tmp might be a security risk, since this could allow other users to inject code into the build by placing go code there before makepkg runs «go get». Maybe it would be better to export GOPATH=$(mktemp -d) to ensure it’s a directory other users cannot write to.

eigengrau commented on 2016-01-31 10:22 (UTC)

I’ve had the build fail on me because some of the integration/unit tests would fail. This seems to arise if you have the previous version of tmsu installed on your system, which is then used by the test suite for some reason instead of the newly built binary (but only when the test suite is run via makepkg; when it’s run in a normal environment it’ll use the build-tree’s binary).

sachkris commented on 2016-01-27 11:46 (UTC)

v0.6 is released. Please update the package.

andykluger commented on 2015-10-26 20:24 (UTC)

This has been broken for some time, failing with: ==> Starting build()... Now getting go-sqlite3... package github.com/mattn/go-sqlite3: directory "/usr/lib/go/src/github.com/mattn/go-sqlite3" is not using a known version control system