Package Details: golden-cheetah-git v3.6.r203.fd1eed4ed-1

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.31
First Submitted: 2015-12-21 17:18 (UTC)
Last Updated: 2024-03-27 22:34 (UTC)

Latest Comments

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

oxidative commented on 2022-12-15 18:53 (UTC)

hm I can't reproduce the issue. I'm on 0.1.8-1 and can start GoldenCheetah just fine without any hanging. Maybe it is related to one of your usb devices? I could not find any matching upstream issues either.

boettger commented on 2022-12-15 11:19 (UTC)

In case someone else is also stumbling across the same problem: After an update of libusb-compat from 0.1.7-1 to 0.1.8-1 GoldenCheetah pauses after loading the athletes settings with just showing 99% forever without leaving any error messages. Downgrading libusb-compat to 0.1.7-1 solves the problem. The other option is to compile GC with LIBUSB_USE_V_1 = true in gcconfig.pri

jlaunay commented on 2022-10-30 12:52 (UTC)

After posting my message I read the commit description and saw it fixed the bug with Bison 3.7 and that the patch was no longer necessary. I confirm that it builds correctly with just QMAKE_MOVE = cp in gcconfig.pri. Thanks

oxidative commented on 2022-10-30 09:30 (UTC)

Good catch. Looks like bison 3.7 support has finally landed upstream. All that is needed is an adjustment to the gcconfig.pri (QMAKE_MOVE).

I've made the required change and removed 3628.patch. Give it a try.

jlaunay commented on 2022-10-29 23:41 (UTC)

Since this commit the build fail. I had to edit the 3628.patch file to build it successfully.

--- new.3628.patch  2022-10-30 01:31:14.171873407 +0200
+++ 3628.patch  2022-10-30 01:31:25.822120043 +0200
@@ -28,8 +28,8 @@
 +// generated by the scanner
 +%define api.header.include {"DataFilter_yacc.h"}
 +
- // Symbol can be meta, metric, variable or function name
- %token <string> SYMBOL PYTHON
+ // Symbol can be meta or metric name
+ %token <leaf> SYMBOL PYTHON

 diff --git a/src/Core/RideDB.y b/src/Core/RideDB.y
 index d6da086bd0..f2001e23c8 100644

leepesjee commented on 2022-08-10 21:36 (UTC)

Works fine now. Thanks.

oxidative commented on 2022-08-07 20:53 (UTC)

Issue has been fixed upstream. Should be working again just fine now.

oxidative commented on 2022-08-07 12:20 (UTC)

Reported upstream here: https://github.com/GoldenCheetah/GoldenCheetah/issues/4254

oxidative commented on 2022-08-07 11:53 (UTC)

I can confirm the issue, must be an upstream issue. Looking into it...

leepesjee commented on 2022-08-07 11:42 (UTC) (edited on 2022-08-07 11:50 (UTC) by leepesjee)

I got an error building this:

error: unable to create symlink src/Resources/json/FITmetadata.json: File name too long
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.