Package Details: tracks 2.3.0-1

Git Clone URL: https://aur.archlinux.org/tracks.git (read-only, click to copy)
Package Base: tracks
Description: Web-based application helping to implement the 'Getting things done' methodology
Upstream URL: http://www.getontracks.org/
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: Slash
Votes: 10
Popularity: 0.000000
First Submitted: 2009-07-15 01:52 (UTC)
Last Updated: 2016-09-04 22:43 (UTC)

Latest Comments

1 2 Next › Last »

ecognito commented on 2017-01-12 03:55 (UTC)

> I got frustrated trying to keep the dependencies straight and gave up on it. I'm not surprised. What a rabbit warren! > I'd probably just use the official docker container instead Thanks for that. I was actually thinking Docker might be a good way to get it up and running again. I have no experience with Docker but will start exploring when time permits.

Slash commented on 2017-01-12 03:17 (UTC)

I got frustrated trying to keep the dependencies straight and gave up on it. If I tried to run this again, I'd probably just use the official docker container instead: https://hub.docker.com/r/tracksapp/tracks/

ecognito commented on 2017-01-12 01:51 (UTC)

With the update to Ruby 2.4.0-1, my Tracks installation has broken. Having spent a few hours trying to inveigle it into working, but without luck (not a Ruby dev). Any ideas what to do to fix?

bassie127 commented on 2016-09-17 19:48 (UTC)

On my Raspberry PI-3 (arm7) I had to make the following changes to make it work: o replace rubyracer with nodejs (rubyracer gives compileproblems on arm) o change line "bundle exec rake assets:precompile" TO "bundle exec rake assets:precompile RAILS_ENV=production"

bassie127 commented on 2016-09-03 22:19 (UTC)

I had to do the following to maken it work: $sudo pacman –S python2 $ bundle update $ gem install libv8 -v 3.16.14.7 -- --with-system-v8 $ bundle config build.libv8 --with-system-v8

bassie127 commented on 2016-04-03 10:26 (UTC) (edited on 2016-04-03 10:31 (UTC) by bassie127)

makepkg -s gives error "ERROR: url should not be an array". Can somebody fix this? Just remove the parentheses seems to be enough.

jackjackk commented on 2016-03-02 14:55 (UTC)

On Arch Linux ARM, I get: "ruby: relocation error: /tmp/pacaurtmp-jack/tracks/src/TracksApp-tracks-4070f4e/vendor/bundle/ruby/2.2.0/gems/mysql2-0.3.16/lib/mysql2/mysql2.so: symbol mysql_get_client_info, version libmysqlclient_16 not defined in file libmysqlclient.so.18 with link time reference" what can I do?

Slash commented on 2015-12-09 02:11 (UTC)

It looks like they changed the zip file since the initial release of 2.3.0. I updated the PKGBUILD.

ecognito commented on 2015-12-07 07:28 (UTC)

Just tried to makepkg and got: Validating source files with sha256sums... default_db.patch ... Passed tracks.service ... FAILED tracks.zip ... FAILED Also, may want to consider getting: https://github.com/TracksApp/tracks/archive/v${pkgver}.zip instead of: https://github.com/TracksApp/tracks/zipball/v${pkgver} in the PKGBUILD.