| Summary: | Miro crashes due to missing ffmpeg | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Olivier FAURAX <olivier> |
| Component: | RPM Packages | Assignee: | Damien Lallement <mageia> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | Normal | CC: | stormi-mageia |
| Version: | 3 | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | miro-5.0.4-4.mga3.src.rpm | CVE: | |
| Status comment: | |||
|
Manuel Hiebel
2013-07-29 20:27:42 CEST
Keywords:
(none) =>
Triaged
Olivier FAURAX
2013-08-24 15:47:56 CEST
Summary:
Miro crashes due to missing python subprocess =>
Miro crashes due to exception in python child In fact, it's a missing ffmpeg. Found the trick here: http://www.pclinuxos.com/forum/index.php?topic=111971.0 Summary:
Miro crashes due to exception in python child =>
Miro crashes due to missing ffmpeg I've added the missing Require in the svn. Please, increase the mkrel and submit if it's OK. You're submit was about cauldron. This issue is for both 3 and cauldron? Yes, I saw the problem on 3, then I tried backporting the one from cauldron without luck, then found the fix, and backported (for myself in local) the fixed package to 3. BTW... Submitted in cauldon! Thanks for the commit. Please test both miro-5.0.4-4.mga3 (core/release) and miro-5.0.4-5.mga3 (core/updates_testing). Thanks!
Damien Lallement
2013-09-19 18:06:46 CEST
Status:
NEW =>
ASSIGNED ping? No problem with miro-5.0.4-4.mga3.x86_64 Status:
ASSIGNED =>
RESOLVED |
$ env LC_ALL=C miro using /bin/gdb Traceback (most recent call last): File "/bin/miro.real", line 183, in <module> from miro import startfrontend File "/usr/lib64/python2.7/site-packages/miro/startfrontend.py", line 52, in <module> from miro import startup File "/usr/lib64/python2.7/site-packages/miro/startup.py", line 53, in <module> from miro import controller File "/usr/lib64/python2.7/site-packages/miro/controller.py", line 50, in <module> from miro import conversions File "/usr/lib64/python2.7/site-packages/miro/conversions.py", line 1166, in <module> utils.setup_ffmpeg_presets() File "/usr/lib64/python2.7/site-packages/miro/plat/utils.py", line 384, in setup_ffmpeg_presets stderr=file("/dev/null", "wb")) File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Reproducible: Steps to Reproduce: