Package Details: git-cola 4.7.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: 231
Popularity: 1.38
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-05-05 14:22 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »

andrewchen commented on 2014-12-13 01:09 (UTC)

Version 2.0.8 compiles, please update.

nobody44 commented on 2014-10-03 16:05 (UTC)

Right now there is a bug in the git-cola code that prevents the package from compiling. I fixed it and created a pull-request on github... I will release the new version as soon as this small bug fix has been merged.

liviucmg commented on 2014-08-23 21:20 (UTC)

Can confirm that the fix posted by @pablovilas works, but only after a reboot.

leledumbo commented on 2014-08-19 04:53 (UTC)

Got similar error as pablovilas, however his locale-gen workaround does't work for me. Logs: # Sphinx version: 1.2.2 # Python version: 3.4.1 # Docutils version: 0.12 release # Jinja2 version: 2.7.3 # Loaded extensions: # sphinx.ext.doctest from /usr/lib/python3.4/site-packages/sphinx/ext/doctest.py # sphinx.ext.autodoc from /usr/lib/python3.4/site-packages/sphinx/ext/autodoc.py # sphinx.ext.oldcmarkup from /usr/lib/python3.4/site-packages/sphinx/ext/oldcmarkup.py # sphinx.ext.coverage from /usr/lib/python3.4/site-packages/sphinx/ext/coverage.py # sphinx.ext.todo from /usr/lib/python3.4/site-packages/sphinx/ext/todo.py # sphinx.ext.intersphinx from /usr/lib/python3.4/site-packages/sphinx/ext/intersphinx.py # sphinxtogithub from /tmp/yaourt-tmp-leledumbo/aur-git-cola/src/git-cola-2.0.5/extras/sphinxtogithub/__init__.py Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/sphinx/cmdline.py", line 254, in main app.build(force_all, filenames) File "/usr/lib/python3.4/site-packages/sphinx/application.py", line 221, in build self.emit('build-finished', None) File "/usr/lib/python3.4/site-packages/sphinx/application.py", line 400, in emit results.append(callback(self, *args)) File "/tmp/yaourt-tmp-leledumbo/aur-git-cola/src/git-cola-2.0.5/extras/sphinxtogithub/sphinxtogithub.py", line 315, in sphinx_extension layout.process() File "/tmp/yaourt-tmp-leledumbo/aur-git-cola/src/git-cola-2.0.5/extras/sphinxtogithub/sphinxtogithub.py", line 174, in process handler.process() File "/tmp/yaourt-tmp-leledumbo/aur-git-cola/src/git-cola-2.0.5/extras/sphinxtogithub/sphinxtogithub.py", line 52, in process text = self.opener(self.name).read() File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 3671: ordinal not in range(128)

carstene1ns commented on 2014-08-18 08:40 (UTC)

@zottelef: 'qgis'[1] package is the offender, it bundles the python2 version of pygments and somehow gets in the way. There is already a discussion at the package page. Try removing it before building and it should work. [1]: https://aur.archlinux.org/packages/qgis/

zottelef commented on 2014-08-18 07:41 (UTC)

While building git-cola I get the following error sphinx-build -b html -d _build/doctrees . _build/html Traceback (most recent call last): File "/usr/bin/sphinx-build", line 9, in <module> load_entry_point('Sphinx==1.2.2', 'console_scripts', 'sphinx-build')() File "/usr/lib/python3.4/site-packages/sphinx/__init__.py", line 49, in main from sphinx import cmdline File "/usr/lib/python3.4/site-packages/sphinx/cmdline.py", line 22, in <module> from sphinx.application import Sphinx File "/usr/lib/python3.4/site-packages/sphinx/application.py", line 22, in <module> from docutils.parsers.rst import convert_directive_function, \ File "/usr/lib/python3.4/site-packages/docutils/parsers/rst/__init__.py", line 75, in <module> from docutils.parsers.rst import states File "/usr/lib/python3.4/site-packages/docutils/parsers/rst/states.py", line 116, in <module> from docutils.parsers.rst import directives, languages, tableparser, roles File "/usr/lib/python3.4/site-packages/docutils/parsers/rst/roles.py", line 78, in <module> from docutils.utils.code_analyzer import Lexer, LexerError File "/usr/lib/python3.4/site-packages/docutils/utils/code_analyzer.py", line 12, in <module> import pygments File "/usr/share/qgis/python/pygments/__init__.py", line 46 except TypeError, err: ^ SyntaxError: invalid syntax Makefile:44: recipe for target 'html' failed make[1]: *** [html] Error 1

pablovilas commented on 2014-02-26 19:30 (UTC)

In order to fix the encoding problem I just uncomment my locale in: /etc/locale.gen, then I run locale-gen and then set it as default enconding using localectl set-locale LANG="<encoding>" where encoding is for example: en_US.UTF-8

pablovilas commented on 2014-02-25 18:37 (UTC)

When I try to upgrade to version 2.0.0-1 I've the same error than Nikus # Sphinx version: 1.2.1 # Python version: 3.3.4 # Docutils version: 0.11 release # Jinja2 version: 2.7.2 # Loaded extensions: # sphinx.ext.intersphinx from /usr/lib/python3.3/site-packages/sphinx/ext/intersphinx.py # sphinx.ext.coverage from /usr/lib/python3.3/site-packages/sphinx/ext/coverage.py # sphinx.ext.oldcmarkup from /usr/lib/python3.3/site-packages/sphinx/ext/oldcmarkup.py # sphinxtogithub from /tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/__init__.py # sphinx.ext.doctest from /usr/lib/python3.3/site-packages/sphinx/ext/doctest.py # sphinx.ext.autodoc from /usr/lib/python3.3/site-packages/sphinx/ext/autodoc.py # sphinx.ext.todo from /usr/lib/python3.3/site-packages/sphinx/ext/todo.py Traceback (most recent call last): File "/usr/lib/python3.3/site-packages/sphinx/cmdline.py", line 254, in main app.build(force_all, filenames) File "/usr/lib/python3.3/site-packages/sphinx/application.py", line 221, in build self.emit('build-finished', None) File "/usr/lib/python3.3/site-packages/sphinx/application.py", line 358, in emit results.append(callback(self, *args)) File "/tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/sphinxtogithub.py", line 315, in sphinx_extension layout.process() File "/tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/sphinxtogithub.py", line 174, in process handler.process() File "/tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/sphinxtogithub.py", line 52, in process text = self.opener(self.name).read() File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 3222: ordinal not in range(128)

nobody44 commented on 2014-02-25 00:46 (UTC)

Updated to latest git-cola release: Git-Cola run with Python3 now, so some dependencies changed: python-pyqt4 instead of python2-pyqt4, python-sphinx instead of python2-sphinx Other than that, I hope it runs fine with Python3.