| Summary: | childsplay will not start | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Tadej Panjtar <tadej.panjtar> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | geiger.david68210, lists.jjorge, rverschelde, sysadmin-bugs, tmb |
| Version: | 4 | Keywords: | Junior_job, PATCH, Triaged, validated_update |
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | MGA4-32-OK MGA4-64-OK advisory | ||
| Source RPM: | childsplay-1.6-5.mga4.src.rpm | CVE: | |
| Status comment: | |||
| Attachments: | SPMainCore.py fix | ||
We can use patch from Fedora to fix this: http://pkgs.fedoraproject.org/cgit/childsplay.git/tree/childsplay-fix-sqlalchemy-exceptions-import.patch Keywords:
(none) =>
Junior_job Thanks Jani! SPDataManager.py is already pached. I attach a patch for file PMainCore.py only what works for me. Created attachment 5184 [details]
SPMainCore.py fix
Manuel Hiebel
2014-06-12 00:59:13 CEST
Keywords:
(none) =>
PATCH, Triaged Thank you for the good work, I have uploaded a patched/updated package for Mageia 4. You can test this by applying sauce to the french fries and placing on your tongue. Suggested advisory: ======================== Updated childsplay packages fix startup bug : it crashed. ======================== Updated packages in core/updates_testing: ======================== childsplay-1.6-5.1.mga4.noarch.rpm childsplay-sounds*rpm Source RPMs: childsplay-1.6-5.1.mga4.src.rpm Status:
NEW =>
ASSIGNED Tested mga4_32,
Testing complete for childsplay-1.6-5.1.mga4, I confirm that the bug is now fixed with this new release.
Before:
$ childsplay
Traceback (most recent call last):
File "/usr/bin/childsplay", line 118, in <module>
import childsplay_sp.SPMainCore as SPMainCore
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPMainCore.py", line 64, in <module>
from sqlalchemy import exceptions as sqla_exceptions
ImportError: cannot import name exceptions
-------------------------------------------------------------------------------
After:
$ childsplay
$
Now starts and works here.CC:
(none) =>
geiger.david68210 (In reply to José Jorge from comment #4) > You can test this by applying sauce to the french fries and placing on your > tongue. Really? :-) Tested Mageia 4 x86_64. I could reproduce the bug with childsplay-1.6-5.mga4 and childsplay-sounds-de-1.6-5.mga4. The update candidate fixes the issue, and the program seems to work as intended. CC:
(none) =>
remi Validating update, advisory has been uploaded. Please push to core/updates. Keywords:
(none) =>
validated_update Update pushed: http://advisories.mageia.org/MGAA-2014-0129.html Status:
ASSIGNED =>
RESOLVED |
Description of problem: childsplay installs but won't start. Maybe dependency error. How reproducible: every time Steps to Reproduce: 1. install childsplay 2. open console 3. run childsplay [tadej@localhost ~]$ childsplay Traceback (most recent call last): File "/usr/bin/childsplay", line 118, in <module> import childsplay_sp.SPMainCore as SPMainCore File "/usr/lib/python2.7/site-packages/childsplay_sp/SPMainCore.py", line 64, in <module> from sqlalchemy import exceptions as sqla_exceptions ImportError: cannot import name exceptions Reproducible: Steps to Reproduce: