Search Criteria
Package Details: golden-cheetah-git v3.6.r203.fd1eed4ed-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/golden-cheetah-git.git (read-only, click to copy) |
---|---|
Package Base: | golden-cheetah-git |
Description: | Performance Software for Cyclists, Runners, Triathletes and Coaches |
Upstream URL: | https://www.goldencheetah.org/ |
Keywords: | bike cheetah cycling gc golden |
Licenses: | GPL-2.0-or-later |
Conflicts: | golden-cheetah, golden-cheetah-dev, golden-cheetah-rc |
Provides: | golden-cheetah |
Submitter: | maxammann |
Maintainer: | oxidative |
Last Packager: | oxidative |
Votes: | 14 |
Popularity: | 0.007886 |
First Submitted: | 2015-12-21 17:18 (UTC) |
Last Updated: | 2024-03-27 22:34 (UTC) |
Dependencies (30)
- gsl (gsl-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-charts (qt5-charts-gitAUR)
- qt5-connectivity (qt5-connectivity-gitAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-location
- qt5-multimedia
- qt5-script (qt5-script-gitAUR)
- qt5-sensors
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- qt5-webengine
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- qt5-tools (make)
- Show 10 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
oxidative commented on 2024-03-27 22:41 (UTC)
@overrule: should be fixed now
oxidative commented on 2024-03-27 19:50 (UTC)
Good point. Support for it was removed back in 2020. I see no point in keeping this aur dependency.
overrule commented on 2024-03-27 14:41 (UTC)
Webkit support seems to have been deprecated for some time: https://github.com/GoldenCheetah/GoldenCheetah/issues/3455. In the installation instruction there is also no mention of webkit: https://github.com/GoldenCheetah/GoldenCheetah/blob/master/INSTALL-LINUX. Installation without qt5-webkit seems to work fine as well. I'd suggest removing it as a dependency from the PKGBUILD.
oxidative commented on 2023-05-31 21:29 (UTC) (edited on 2023-05-31 21:30 (UTC) by oxidative)
The issue has been solved upstream 🙂
oxidative commented on 2023-05-23 22:10 (UTC)
@null: you are correct about the git makedep. Python and python-pkgconfig should probably be an optdep since both are not strictly required for building.
null commented on 2023-05-23 16:48 (UTC)
I had to add git, python, python-pkgconfig to the makedeps to build in a clean environment.
jlaunay commented on 2023-05-23 08:31 (UTC)
@oxidative https://github.com/GoldenCheetah/GoldenCheetah/issues/4362
oxidative commented on 2023-05-12 21:14 (UTC)
I can reproduce the issue. Unfortunately I have no idea how to solve it. I did not find any useful info on the error message and nothing of this sort was reported upstream. Python 3.11 in general seemed to require some package rebuilds, so maybe it is some dependency causing the issue (reinstalling mine did not help though).
When you start with
GoldenCheetah --no-python
, you can permanently disable Python within GoldenCheetah's settings dialog.jlaunay commented on 2023-05-12 20:03 (UTC)
Since Python was upgraded to 3.11.3-1 GC fail to start with the following error
The only way to start is to disable python
GoldenCheetah --no-python
boettger commented on 2022-12-16 13:49 (UTC) (edited on 2022-12-17 11:50 (UTC) by boettger)
EDIT: Finally I could trace the problem back to libftd2xx which ships with a build-in libusb version 1.0.22. It called usbi_mutex_lock in libusb_ref_device which caused GoldenCheetah to hang. Deinstalling libftdxx solved the problem. I don't know why I encountered the problem after an update of libusb-compat.
1 2 3 4 5 6 .. 8 Next › Last »