Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104358 - New version of media-sound/ipodder 2.1
Summary: New version of media-sound/ipodder 2.1
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 02:02 UTC by Martin Ehmsen (RETIRED)
Modified: 2005-09-07 01:39 UTC (History)
2 users (show)

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 Martin Ehmsen (RETIRED) gentoo-dev 2005-08-31 02:02:25 UTC
There is a new version 2.1 of ipodder (this is actually 2.0 since it's only
called 2.1 because someone forgot to update the version number, duh).
It seems the patch from the previous ebuild still applies. Besides that it's
just a ebuild rename.
Is it ready for unmasking?!?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris White (RETIRED) gentoo-dev 2005-09-03 01:35:31 UTC
Will do, last time I checked ipodder it still was messing up in the same place.  
I'll see if this turns out different. 
Comment 2 Chris White (RETIRED) gentoo-dev 2005-09-07 01:39:36 UTC
Traceback (most recent call last): 
  File "iPodderGui.py", line 2689, in OnCleanupFeedChoice 
    self.PopulateCleanupEpisodes(feedinfo) 
  File "iPodderGui.py", line 2707, in PopulateCleanupEpisodes 
    for pathname in filenames: 
TypeError: iteration over non-sequence 
playlist_filenames 
Adam Curry: Daily Source Code 
Traceback (most recent call last): 
  File "iPodderGui.py", line 2689, in OnCleanupFeedChoice 
    self.PopulateCleanupEpisodes(feedinfo) 
  File "iPodderGui.py", line 2707, in PopulateCleanupEpisodes 
    for pathname in filenames: 
TypeError: iteration over non-sequence 
playlist_filenames 
Adam Curry: iPodder Test Channel 
Traceback (most recent call last): 
  File "iPodderGui.py", line 2689, in OnCleanupFeedChoice 
    self.PopulateCleanupEpisodes(feedinfo) 
  File "iPodderGui.py", line 2707, in PopulateCleanupEpisodes 
    for pathname in filenames: 
TypeError: iteration over non-sequence 
 
This occurs when selecting the "Select A Feed" combo box in the Cleanup tab.  
This needs to be fixed before ipodder gets commited.