Package Details: git-cola 4.11.0-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
Licenses: GPL-2.0-or-later
Submitter: tdy
Maintainer: MarcinWieczorek (yochananmarqos)
Last Packager: yochananmarqos
Votes: 232
Popularity: 0.054424
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2025-01-27 18:24 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

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

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.

Kedap commented on 2022-01-27 04:48 (UTC)

If the program works it may be because you still do not have the pyside2 package installed, I hope and consider adding this package within the dependencies

Suor commented on 2022-01-18 04:26 (UTC) (edited on 2022-01-18 04:27 (UTC) by Suor)

Doesn't work when inside a python virtualenv. Fixing it for myself by replacing

#!/usr/bin/env python

with

#!/usr/bin/python

In /usr/bin/git-cola. But that one gets overwritten on update.

buck.yeh commented on 2021-12-17 03:49 (UTC)

Rebuilding and installing the package solves the problem!