Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44212 - eroaster crashes just after clicking on burn icon
Summary: eroaster crashes just after clicking on burn icon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-09 20:40 UTC by Yogesh
Modified: 2004-03-27 08:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yogesh 2004-03-09 20:40:46 UTC
eroaster crashes with following message:

09.03.2004 20:29:46.737 WARNING main [Main] Couldn't find normalize
  File "/usr/lib/eroaster/ecat.py", line 19
    elif (char == "
                  ^
SyntaxError: EOL while scanning single-quoted string
 
at line 19 one comparison is performed where one char variable is compared for certain characters ^H and ^M and blank. Instead of using control character for comparision their decimal value can be used to overcome this error.

Reproducible: Always
Steps to Reproduce:
1.Start eroaster
2.Select some file to burn
3.Check the console window where eroaster was started

Actual Results:  
it crashes

Expected Results:  
it should burn CD

problem is ^M which works are ENTER and hence this error is generated.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-14 03:56:42 UTC
which eroaster version is that?
Comment 2 Yogesh 2004-03-14 15:23:21 UTC
app-cdr/eroaster-2.1.0-r2
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-15 02:11:24 UTC
please try eroaster-2.2.0_pre6
Comment 4 Yogesh 2004-03-15 09:24:20 UTC
# emerge -p eroaster
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild   R   ] app-cdr/eroaster-2.1.0-r2
 
looking to above emerge results only 2.1.0-r2 is available. I am on stable gentoo ( not using ~x86 )

Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-15 11:35:53 UTC
eroaster-2.2.0_pre6 is only in ~x86, please test it though via:

emerge /usr/portage/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild
Comment 6 Yogesh 2004-03-15 12:09:51 UTC
After updating it to 2.2.0_pre6 when I ran eroaster following message came:

03/15/04 12:05:26.804 ERROR main [Main] No module named gobject


Just to verify: 
emerge -p eroaster
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild     UD] app-cdr/eroaster-2.1.0-r2 [2.2.0_pre6]
 
Comment 7 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-15 22:16:34 UTC
try to remerge python-gtk
Comment 8 Yogesh 2004-03-15 23:03:18 UTC
do you mean pygtk or python-gtkextra as there is no module called python-gtk 

Comment 9 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-16 06:14:33 UTC
sorry, i mean pygtk
Comment 10 Yogesh 2004-03-16 07:18:18 UTC
Ok, it started working and I am able to burn. Thanks for help.


Another  bug I noticed is when I clicked on Help -> About, it gave me following  error:

Traceback (most recent call last):
  File "/usr/lib/eroaster/Application.py", line 504, in About
    gnome.ui.About(title, version, copyright, description, authors, documented_by, translated_by, pixbuf).show()
AttributeError: 'module' object has no attribute 'ui'
Comment 11 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-27 08:56:53 UTC
fixed, just remerge eroaster-2.2.0_pre6 :)