Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261343 - media-sound/exaile-0.2.1{3,4} doesn't burn any tracks
Summary: media-sound/exaile-0.2.1{3,4} doesn't burn any tracks
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 261351 261353 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-05 19:27 UTC by Marcin Rybarski
Modified: 2009-05-06 18:06 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 Marcin Rybarski 2009-03-05 19:27:44 UTC
media-sound/exaile-0.2.13 compiled with cdparanoia use flag.

Installed applications:

media-sound/cdparanoia-3.10_pre2
media-plugins/gst-plugins-cdparanoia-0.10.20
app-cdr/brasero-0.8.2





Reproducible: Always

Steps to Reproduce:
1. Select track to burn (ex. audio ogg file)
2. Click burn


Actual Results:  
Running exaile from terminal displays:

Traceback (most recent call last):
  File "/usr/lib/exaile/xl/gui/playlist.py", line 1049, in burn_playlist
    self.songs)
  File "/usr/lib/exaile/xl/burn.py", line 36, in launch_burner
    songs.reverse()
AttributeError: TrackData instance has no attribute 'reverse'
Traceback (most recent call last):
  File "/usr/lib/exaile/xl/gui/playlist.py", line 1049, in burn_playlist
    self.songs)
  File "/usr/lib/exaile/xl/burn.py", line 36, in launch_burner
    songs.reverse()


Expected Results:  
burned audio cd
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 19:50:19 UTC
Please provide "emerge --info" as well.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 19:56:11 UTC
*** Bug 261351 has been marked as a duplicate of this bug. ***
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 19:59:27 UTC
*** Bug 261353 has been marked as a duplicate of this bug. ***
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 20:00:41 UTC
Ah well, there's enough "emerge --info" in the dupes.

Reassigning to sound herd.
Comment 5 Marcin Rybarski 2009-03-05 20:03:15 UTC
Sorry for mess :-|
Comment 6 Marcin Rybarski 2009-03-05 21:11:30 UTC
This also occurs in media-sound/exaile-0.2.14
Comment 7 Marcin Rybarski 2009-03-06 14:25:10 UTC
Commenting line 36, which disables execution songs.reverse(), in /usr/lib/exaile/xl/burn.py solved problem.

Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2009-05-06 18:06:26 UTC
Try 0.3.0_alpha1.. Not sure if this feature is supported there or not.