Bug 15523

Summary: Exaile shows python error if you want to start it + fix
Product: Mageia Reporter: psyca <linux>
Component: RPM PackagesAssignee: Cesar Vargas <cvargas>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: Normal    
Version: Cauldron   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: exaile-3.4.3-2.mga5.noarch CVE:
Status comment:

Description psyca 2015-03-19 01:26:42 CET
Description of problem:

If you make a clean install with Mageia 5 RC (for example with the MGA5b3 boot-nonfree.iso) and install exaile, there comes an errormessage if you want to start it.

Output of the Kosole:
Traceback (most recent call last):
  File "/usr/share/exaile/exaile.py", line 85, in <module>
    main()
  File "/usr/share/exaile/exaile.py", line 82, in main
    exaile = main.Exaile()
  File "/usr/share/exaile/xl/main.py", line 164, in __init__
    from xl.version import __version__
  File "/usr/share/exaile/xl/version.py", line 49, in <module>
    revision = get_current_revision(xdg.exaile_dir)
  File "/usr/share/exaile/xl/version.py", line 43, in get_current_revision
    'git', 'rev-parse', '--short=7', 'HEAD'
  File "/usr/lib64/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib64/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden


-
This bug is in the buglist of exaile too. It was fixed with Exaile 3.4.4

To the bugreport @ exaile
https://github.com/exaile/exaile/issues/60

Reproducible: 

Steps to Reproduce:
psyca 2015-03-19 02:08:43 CET

Assignee: bugsquad => cvargas

Comment 1 David Walser 2015-03-26 14:18:48 CET
exaile-3.4.4-1.mga5 uploaded for Cauldron, so this should be fixed now.

Status: NEW => RESOLVED
Resolution: (none) => FIXED