FS#60914 - [meld] 3.19.1-1 won't run at all

Attached to Project: Arch Linux
Opened by Xavion (Xavion) - Monday, 26 November 2018, 20:48 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 09 December 2018, 20:08 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Whenever I run 'meld' without any arguments (these days) I get the following output:

{
Traceback (most recent call last):
File "/usr/bin/meld", line 25, in <module>
from multiprocessing import freeze_support
File "/usr/lib/python3.7/multiprocessing/__init__.py", line 16, in <module>
from . import context
File "/usr/lib/python3.7/multiprocessing/context.py", line 6, in <module>
from . import reduction
File "/usr/lib/python3.7/multiprocessing/reduction.py", line 15, in <module>
import pickle
File "/usr/lib/python3.7/pickle.py", line 1083
" raise EOFError
^
IndentationError: unindent does not match any outer indentation level
}

Please advise what can be done to overcome this problem. Thanks in advance for your help.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 09 December 2018, 20:08 GMT
Reason for closing:  Not a bug
Comment by loqs (loqs) - Monday, 26 November 2018, 21:00 GMT
What are the outputs of
pacman -Qi python
pacman -Qkk python
Comment by Xavion (Xavion) - Monday, 26 November 2018, 21:26 GMT
See the attachments ...
Comment by Xavion (Xavion) - Tuesday, 27 November 2018, 00:38 GMT
I reinstalled 'python' and the problem went away.

I don't know how the "/usr/lib/python3.7/pickle.py" file became corrupted. I certainly didn't edit it.

Loading...