Search Criteria
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: | |
Submitter: | None |
Maintainer: | Slash |
Last Packager: | Slash |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2009-07-15 01:52 |
Last Updated: | 2016-09-04 22:43 |
Dependencies (5)
- libmariadbclient (libmysqlclient55, mariadb-libs-git, mariadb103-libs, libmysqlclient56, libmysqlclient57, libmysqlclient, mariadb-libs) (make)
- libxml2 (libxml2-linenum, libxml2-git) (make)
- libxslt (libxslt-git) (make)
- ruby-bundler (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
Latest Comments
1 2 Next › Last »
ecognito commented on 2017-01-12 03:55
> 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
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
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
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
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
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
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
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
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.
bassie127 commented on 2015-02-14 12:28
Newbie:
makepkg -s gave ERROR: target not found ruby-bundler
Must this be changed to 'ruby2.1-bundler'?