Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41254 - PyDS aggregator fails
Summary: PyDS aggregator fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 07:59 UTC by jerf
Modified: 2004-02-17 04:19 UTC (History)
0 users

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


Attachments
Fix this bug on my computer (DownstreamTool.patch,614 bytes, patch)
2004-02-11 08:01 UTC, jerf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jerf 2004-02-11 07:59:51 UTC
The PyDS RSS aggregator fails on my system, because the DownloadTool.py portion of the program doesn't work on my environment. 

Reproducible: Always
Steps to Reproduce:
Download PyDS, install, try to add an RSS file to the aggregator.


Actual Results:  
On the Aggregator page, PyDS will say "there is an error in the feed."

Expected Results:  
The feed should have been parsed and shown in the aggregator.

The following patch seems to fix the problem. I've been in communication with
the upstream author, and he notes that PyDS is only officially "supported" on
Python 2.2, though I and others are doing reasonably well on 2.3.

Note I'm running on ~x86, with an up-to-date python 2.3.3, and that's about the
only thing that could affect this bug.

I volunteer to maintain this ebuild, but I do not know how to get the necessary
permissions, etc. (If submitting bugs is enough, that'll do.)

(I assume the "severity" refers to the severity of the bug on the relevant
package, not Gentoo as a whole.)
Comment 1 jerf 2004-02-11 08:01:28 UTC
Created attachment 25411 [details, diff]
Fix this bug on my computer

(The file names in the patch will need to be modified, of course.)
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-02-14 04:57:08 UTC
thanks for your patch and report. the patch has been added to 0.6.5 and also 0.7.0 has been added to portage as well.
Comment 3 jerf 2004-02-14 12:19:18 UTC
Actually, the patch was for 0.7.0, though it is necessary for 0.6.5 as well and if it worked should be left in. 

The patch is specific to Gentoo because PyDS is only, strictly speaking, supported by the upstream author on Python 2.2. I'm doing fine with other then the patched problem, but the upstream author shouldn't accept it until they officially move to Python 2.3.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2004-02-17 04:19:53 UTC
thanks for letting us know, i guess i'll apply the patch to 0.7.0 as well.