Search Criteria
Package Details: gittyup 1.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gittyup.git (read-only, click to copy) |
---|---|
Package Base: | gittyup |
Description: | Graphical Git client (GitAhead fork) |
Upstream URL: | https://murmele.github.io/Gittyup |
Licenses: | MIT |
Submitter: | alerque |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 9 |
Popularity: | 0.63 |
First Submitted: | 2021-11-23 20:05 (UTC) |
Last Updated: | 2023-01-23 08:10 (UTC) |
Dependencies (16)
- cmark (cmark-git)
- git (git-vfs, git-git, git-run-command-patch-git)
- hunspell (hunspell-git)
- libssh2 (libssh2-git)
- lua
- lua-lpeg
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- cmake (cmake-git) (make)
- libgnome-keyring (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
- qt5-tools (qt5-tools-git) (make)
- qt5-translations (qt5-translations-git) (make)
- git-lfs (git-lfs-git) (optional) – git-lfs support
- libgnome-keyring (optional) – for GNOME Keyring for auth credentials
- qt5-translations (qt5-translations-git) (optional) – translations
Latest Comments
1 2 3 4 Next › Last »
schnedan commented on 2023-02-07 07:35 (UTC)
Again, please remove the check from makepkg, so AUR-helpers run without interaction (again). In the last 3 month packages which do not build with default setting is accumulating. This situation is horrible. Please note: people use Arch to do work and not to play developer.
FabioLolix commented on 2023-01-23 20:21 (UTC)
@schnedan @denzil --nocheck option exist for makepkg
schnedan commented on 2023-01-23 20:20 (UTC)
Yah, commenting out is obvios. But if the checks are added to a build on a specific machine, there must be a reason. And if they fail, I guess something is wrong or broken.
So I think a.) Checks not needed? then the maintainer should remove em b.) tests needed? then the maintainer should ensure they do not fail in normal enviroments.
plus: editing PKGBUILDs by hand is a pia. It makes AUR Helpers fail and If you have several running systems it costs a lot of time. Maintainers should always have the correct mindset, and Arch as one of the largest distros around is also used to earn money. Thats no freetime toy! People depend on that stuff just works!
denzil commented on 2023-01-23 10:01 (UTC) (edited on 2023-01-23 10:02 (UTC) by denzil)
If you're having issues with failing tests.. easy workaround is just skipping the tests in general. Just edit your PKGBUILD and comment out line 82: ninja -C build check, or remove it completely with the surrounding IF
schnedan commented on 2023-01-23 09:57 (UTC)
Tested on 2 Systems, Build fails with failed unittests:
QWARN : TestEditorLineInfo::discardCompleteAddedContent() This plugin does not support propagateSizeHints()
QWARN : TestEditorLineInfo::discardCompleteAddedContent() This plugin does not support propagateSizeHints()
QWARN : TestEditorLineInfo::discardCompleteAddedContent() This plugin does not support propagateSizeHints()
QWARN : TestEditorLineInfo::discardCompleteAddedContent() QProcess: Destroyed while process ("/tmp/trizen-danny/gittyup/src/build/test/indexer") is still running.
PASS : TestEditorLineInfo::discardCompleteAddedContent()
PASS : TestEditorLineInfo::cleanupTestCase()
Totals: 14 passed, 7 failed, 0 skipped, 0 blacklisted, 9482ms
* Finished testing of TestEditorLineInfo *
15/23 Test #15: CommitAuthorCommitter ............ Passed 0.59 sec
Start 16: rebase
16/23 Test #16: rebase ........................... Passed 4.42 sec
Start 17: TreeView
17/23 Test #17: TreeView ......................... Passed 2.61 sec
Start 18: Submodule
18/23 Test #18: Submodule ........................ Passed 2.45 sec
Start 19: referencelist
19/23 Test #19: referencelist .................... Passed 0.91 sec
Start 20: amend
20/23 Test #20: amend ............................ Passed 0.91 sec
Start 21: SshConfig
21/23 Test #21: SshConfig ........................ Passed 0.16 sec
Start 22: fileContextMenu
22/23 Test #22: fileContextMenu .................. Passed 2.71 sec
Start 23: Setting
23/23 Test #23: Setting .......................... Passed 0.14 sec
96% tests passed, 1 tests failed out of 23
Label Time Summary:
NO_WIN32_OFFSCREEN = 5.11 sec*proc (4 tests)
Total Test time (real) = 40.23 sec
The following tests FAILED:
14 - EditorLineInfos (Failed)
Errors while running CTest
FAILED: test/CMakeFiles/check /tmp/trizen-danny/gittyup/src/build/test/CMakeFiles/check
cd /tmp/trizen-danny/gittyup/src/build/test && /usr/bin/ctest --force-new-ctest-process --output-on-failure --timeout 300
ninja: build stopped: subcommand failed.
==> FEHLER: Ein Fehler geschah in check().
Breche ab...
:: Unable to build gittyup - makepkg exited with code: 4
=>> Try again? [y/N]:
yochananmarqos commented on 2023-01-22 23:24 (UTC)
@teras: As I've mentioned in the comments before, try my PKGBUILD.
teras commented on 2023-01-22 22:43 (UTC)
I have the same problem with @denzil
Still two errors.
The funny thing is, I installed it two days ago for the first time (version 1.2.0). Now it updates to 1.2.1 and the error appears. Could it be, that what it "finds' is the older build version?
I actually tried uninstalling and reinstalling , even removing the cache, but the only result was not to have gittyup any more installed on my system :(
eduardolucioac commented on 2023-01-16 00:01 (UTC)
For me it's building normally.
TIP: If you want to get rid of the "recent files" that comes with the installation open the file
nano ~/.config/gittyup.github.com/Gittyup.conf
and delete what is in "recent"....
roti commented on 2022-11-25 13:18 (UTC)
I still have to use yochananmarqos's PKGBUILD file to have a successfull build, without the 2 test errors.
denzil commented on 2022-11-01 09:34 (UTC) (edited on 2022-11-01 09:35 (UTC) by denzil)
@alerque I got the same error, in fact I have 2 tests failed. You can see entire output here https://pastebin.com/fh29e9rV I checked, I don't have git-lfs package installed.
1 2 3 4 Next › Last »