Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561078 - dev-util/meld-3.14.0: hang while invoking meld --help
Summary: dev-util/meld-3.14.0: hang while invoking meld --help
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://git.gnome.org/browse/meld/com...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-21 20:30 UTC by nE0sIghT
Modified: 2015-10-04 10:42 UTC (History)
0 users

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


Attachments
Upstream patch (meld-3.14.0-optparse.patch,1.10 KB, patch)
2015-09-22 06:00 UTC, nE0sIghT
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nE0sIghT 2015-09-21 20:30:26 UTC
Output before hang:

meld --help
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/meld/meldapp.py", line 72, in do_command_line
    tab = self.parse_args(command_line)
  File "/usr/lib64/python2.7/site-packages/meld/meldapp.py", line 277, in parse_args
    if len(args) > 3:
UnboundLocalError: local variable 'args' referenced before assignment

That is breaks "git mergetool" command
Similar report in fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1216120
Comment 2 Pacho Ramos gentoo-dev 2015-10-04 10:42:50 UTC
it is fixed in 3.14.1 (bumped in the tree)