Package Details: git-cola 4.6.1-1

Git Clone URL: https://aur.archlinux.org/git-cola.git (read-only, click to copy)
Package Base: git-cola
Description: The highly caffeinated Git GUI
Upstream URL: https://git-cola.github.io
Keywords: git
Licenses: GPL-2.0-or-later
Submitter: tdy
Maintainer: MarcinWieczorek (yochananmarqos)
Last Packager: yochananmarqos
Votes: 230
Popularity: 0.89
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-03-04 17:16 (UTC)

Latest Comments

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

crazybit commented on 2022-05-27 01:06 (UTC) (edited on 2022-05-27 01:10 (UTC) by crazybit)

@yochananmarqos: I also have the import key problem. I tried both adding keyserver hkps://keyserver.ubuntu.com to ~/.gnupg/gpg.conf and using gpg --keyserver keyserver.ubuntu.com --recv-key FA41BF59C1B48E8C5F3DA61C8CE26BF4A9F606B0 and both times I get this error:

gpg: keyserver receive failed: Server indicated a failure
error: failed to run: gpg --recv-keys FA41BF59C1B48E8C5F3DA61C8CE26BF4A9F606B0

yochananmarqos commented on 2022-05-25 14:16 (UTC)

@cherio: Not sure what to tell you, the developer's key is on the server: https://keyserver.ubuntu.com/pks/lookup?search=0x8CE26BF4A9F606B0&fingerprint=on&op=index

cherio commented on 2022-05-25 02:19 (UTC) (edited on 2022-05-25 02:26 (UTC) by cherio)

I tried that too. It still seems to be a no go:

$ gpg --keyserver keyserver.ubuntu.com --recv-key FA41BF59C1B48E8C5F3DA61C8CE26BF4A9F606B0
gpg: keyserver receive failed: Server indicated a failure

I also tried searching for that key via server web interface. The server reports that the key is "Not Found".

yochananmarqos commented on 2022-05-25 00:45 (UTC)

@cherio: Add the Ubuntu keyserver to your ~/.gnupg/gpg.conf:

keyserver hkps://keyserver.ubuntu.com

cherio commented on 2022-05-25 00:21 (UTC) (edited on 2022-05-25 00:23 (UTC) by cherio)

The new 4.0.0-1 version fails on Importing keys with gpg:

gpg: keyserver receive failed: Server indicated a failure
 -> problem importing keys

yochananmarqos commented on 2022-03-26 14:36 (UTC)

@simona: I can't reproduce that:

300 passed, 458 warnings in 8.92s

simona commented on 2022-03-25 23:58 (UTC)

FAILED test/utils_test.py::FLAKE8
108 failed, 192 passed, 458 warnings in 35.44s

BlitDev commented on 2022-03-08 14:36 (UTC)

Error during build

The HTML pages are in _build/html.
Renaming directory '_sources' -> 'sources'
Renaming directory '_static' -> 'static'
mkdir -p /home/blitdev/.cache/paru/clone/git-cola/pkg/git-cola/usr/share/doc/git-cola/html
rsync -r --delete --delete-excluded --exclude=.buildinfo --exclude=.gitignore _build/html/ /home/blitdev/.cache/paru/clone/git-cola/pkg/git-cola/usr/share/doc/git-cola/html/
make[1]: выход из каталога «/home/blitdev/.cache/paru/clone/git-cola/src/git-cola-3.12.0/share/doc/git-cola»
mkdir -p "/home/blitdev/.cache/paru/clone/git-cola/pkg/git-cola/usr/share/icons/hicolor/scalable/apps"
ln -s -f "/usr/share/git-cola/icons/git-cola.svg" \
    "/home/blitdev/.cache/paru/clone/git-cola/pkg/git-cola/usr/share/icons/hicolor/scalable/apps/git-cola.svg"
ln -s -f git-cola "/home/blitdev/.cache/paru/clone/git-cola/pkg/git-cola/usr/bin/cola"
==> ERROR: A failure occurred in check().
    Aborting...

Pastafarianist commented on 2022-02-05 18:36 (UTC) (edited on 2022-02-05 19:51 (UTC) by Pastafarianist)

During check(), I get a lot of test failures. The end of the log looks like this:

ERROR test/resources_test.py::FLAKE8 - AttributeError: 'Flake8Item' object has no attribute 'fixturenames'
ERROR test/settings_test.py::FLAKE8 - AttributeError: 'Flake8Item' object has no attribute 'fixturenames'
ERROR test/spellcheck_test.py::FLAKE8 - AttributeError: 'Flake8Item' object has no attribute 'fixturenames'
ERROR test/textwrap_test.py::FLAKE8 - AttributeError: 'Flake8Item' object has no attribute 'fixturenames'
ERROR test/utils_test.py::FLAKE8 - AttributeError: 'Flake8Item' object has no attribute 'fixturenames'
177 passed, 123 errors in 7.02s
make: *** [Makefile:226: test] Error 1
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: git-cola

This is obviously an issue with Flake8, but what exactly do I have to do to fix it?

UPD: I've found the culprit: https://github.com/miketheman/pytest-socket/issues/105. A workaround is to

pip install --user --upgrade pytest-socket

until community/python-pytest-socket is upgraded to 0.5.1.

MarcinWieczorek commented on 2022-01-27 08:58 (UTC)

I don't have pyside2 installed and git-cola works fine.

Not in an venv though. https://github.com/git-cola/git-cola/issues/850 I think the issue of virtualenv should be discussed upstream. I don't have a strong opinion of how should that be fixed, but I acknowledge the problem and will apply reasonable solutions from you guys.