Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519514 - dev-vcs/git-cola-1.9.4 /usr/share/git-cola/bin/git-xbase has incorrect shebang
Summary: dev-vcs/git-cola-1.9.4 /usr/share/git-cola/bin/git-xbase has incorrect shebang
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords: STABLE
Depends on: 518306
Blocks:
  Show dependency tree
 
Reported: 2014-08-09 14:08 UTC by Julian Ospald
Modified: 2015-05-16 06:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2014-08-09 14:08:10 UTC
/usr/share/git-cola/bin/git-xbase does not have a correct shebang, so git-cola will fail to do an interactive rebase depending on what python is eselected


e.g.:
Traceback (most recent call last):
  File "/usr/share/git-cola/bin/git-xbase", line 22, in <module>
    from cola import app
  File "/usr/share/git-cola/lib/cola/app.py", line 30, in <module>
    from cola import core
  File "/usr/share/git-cola/lib/cola/core.py", line 13, in <module>
    from cola.decorators import interruptable
  File "/usr/share/git-cola/lib/cola/decorators.py", line 68
    except IOError, e:
                  ^
SyntaxError: invalid syntax
Could not execute editor
Comment 1 Julian Ospald 2014-08-09 14:08:58 UTC
~arch still has an incorrect shebang, although it doesn't seem to cause breakage (yet)
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2014-08-10 07:14:03 UTC
Fixed in 2.0.5-r1, thanks.
Comment 3 Julian Ospald 2014-08-12 11:13:10 UTC
does not seem to be fixed in stable yet and unmasking 2.0.5-r1 causes ~arch packages to be pulled in
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2015-05-16 06:59:06 UTC
+  16 May 2015; Justin Lecher <jlec@gentoo.org> -git-cola-1.8.2.ebuild,
+  -git-cola-1.9.4.ebuild, -git-cola-2.1.0.ebuild, -git-cola-2.1.1.ebuild:
+  Drop old, obsoletes bug #519514
+