Package Details: gittyup-git 1.3.0.r435.gfa59b663-1

Git Clone URL: https://aur.archlinux.org/gittyup-git.git (read-only, click to copy)
Package Base: gittyup-git
Description: Graphical Git client (GitAhead fork)
Upstream URL: https://github.com/Murmele/Gittyup
Licenses: MIT
Conflicts: gittyup
Provides: gittyup
Submitter: FabioLolix
Maintainer: FabioLolix (alerque)
Last Packager: FabioLolix
Votes: 12
Popularity: 0.001873
First Submitted: 2021-11-17 16:06 (UTC)
Last Updated: 2025-08-21 09:14 (UTC)

Pinned Comments

FabioLolix commented on 2026-02-16 16:48 (UTC)


When you got

gittyup: error while loading shared libraries: libcmark.so.XXX: cannot open shared object file: No such file or directory

You need to rebuild the package

FabioLolix commented on 2023-10-14 16:44 (UTC) (edited on 2023-10-14 17:03 (UTC) by FabioLolix)

Failing test 23 (on Cinnamon) 17 (on KDE) when build with makepkg, either build with devtools or skip tests (--nocheck in makepkg)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

vmfventura commented on 2023-10-14 16:56 (UTC)

i'm using KDE Plasma

21/26 Test #21: SshConfig ........................   Passed    0.15 sec
      Start 22: store
22/26 Test #22: store ............................   Passed    0.15 sec
      Start 23: fileContextMenu
23/26 Test #23: fileContextMenu ..................   Passed    2.89 sec
      Start 24: Setting
24/26 Test #24: Setting ..........................   Passed    0.16 sec
      Start 25: commitMessageTemplate
25/26 Test #25: commitMessageTemplate ............   Passed    0.17 sec
      Start 26: commitEditor
26/26 Test #26: commitEditor .....................   Passed    0.20 sec

96% tests passed, 1 tests failed out of 26

Label Time Summary:
NO_WIN32_OFFSCREEN    =   5.65 sec*proc (4 tests)

Total Test time (real) =  37.38 sec

The following tests FAILED:
         17 - TreeView (Failed)
Errors while running CTest
FAILED: test/CMakeFiles/check /home/vmfventura/.cache/paru/clone/gittyup-git/src/Gittyup/build/test/CMakeFiles/check 
cd /home/vmfventura/.cache/paru/clone/gittyup-git/src/Gittyup/build/test && /usr/bin/ctest --force-new-ctest-process --output-on-failure --timeout 300
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'gittyup-git-1.3.0.r26.g34625fb-3': 
error: packages failed to build: gittyup-git-1.3.0.r26.g34625fb-3

FabioLolix commented on 2023-10-14 16:45 (UTC)

@vmfventura what is your DE?

vmfventura commented on 2023-10-14 16:44 (UTC) (edited on 2023-10-14 16:45 (UTC) by vmfventura)

@FabioLolix

-DCMAKE_BUILD_TYPE=RelWithDebInfo \

FabioLolix commented on 2023-10-14 16:44 (UTC) (edited on 2023-10-14 17:03 (UTC) by FabioLolix)

Failing test 23 (on Cinnamon) 17 (on KDE) when build with makepkg, either build with devtools or skip tests (--nocheck in makepkg)

FabioLolix commented on 2023-10-14 16:33 (UTC)

@vmfventura in your pkgbuild what is written as -DCMAKE_BUILD_TYPE=

vmfventura commented on 2023-10-14 16:26 (UTC)

@FabioLolix cleaned folder, tried once more, same error.

FabioLolix commented on 2023-10-14 09:56 (UTC)

@vmfventura are you using the updated pkgbuild? I'm building this every now and then and no longer get that issue

In general for readibility please encapsulate text error with ``` at top and bottom

vmfventura commented on 2023-10-12 21:30 (UTC) (edited on 2023-10-14 16:07 (UTC) by vmfventura)

still having erro when install

96% tests passed, 1 tests failed out of 26

Label Time Summary:
NO_WIN32_OFFSCREEN    =   5.42 sec*proc (4 tests)

Total Test time (real) =  35.43 sec

The following tests FAILED:
         17 - TreeView (Failed)
Errors while running CTest
FAILED: test/CMakeFiles/check /home/vmfventura/.cache/paru/clone/gittyup-git/src/Gittyup/build/test/CMakeFiles/check 
cd /home/vmfventura/.cache/paru/clone/gittyup-git/src/Gittyup/build/test && /usr/bin/ctest --force-new-ctest-process --output-on-failure --timeout 300
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build: 

FabioLolix commented on 2023-07-12 14:17 (UTC)

@eduardolucioac sorry, forgot about that, was failing because a commit upstream broke tests when -DCMAKE_BUILD_TYPE= was set to NONE, now is RelWithDebInfo (none was the suggested default by packaging guidelines until some time ago), I thought I already pushed that change

@Bink upstream renamed binaries from Gittyup to gittyup and don't seem to follow some -DCMAKE_INSTALL options, anyway for the moment works again