Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129926 - net-news/straw-0.26 is out
Summary: net-news/straw-0.26 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-14 04:03 UTC by Akos Ladanyi
Modified: 2007-03-04 18:21 UTC (History)
4 users (show)

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


Attachments
Updated ebuild for Straw-0.26 (straw-0.26.ebuild,1.88 KB, application/octet-stream)
2006-08-13 11:20 UTC, Zaid A.
Details
straw-0.26.ebuild (updated dpendencies) (straw-0.26.ebuild,1.92 KB, text/plain)
2007-01-12 02:46 UTC, Ian Young
Details
Error Log from Straw 0.26 (straw-error-log.txt,63.80 KB, text/plain)
2007-01-29 17:01 UTC, Zeth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Akos Ladanyi 2006-04-14 04:03:07 UTC
a new release is available
Comment 1 Zaid A. 2006-08-13 11:20:00 UTC
Created attachment 94162 [details]
Updated ebuild for Straw-0.26

Updated ebuild for Straw-0.26
Comment 2 Zaid A. 2006-08-13 11:26:05 UTC
One thing I noticed with Straw-0.26, I get a lot of Python warnings when I start Straw and I can't get any feeds to update. 

A quick snippt from the console output follows:

FeedCategoryList.py:93:load_data: Feed 'Straw news' from http://www.nongnu.org/straw/news.rss (1) was already in PseudoCategory Uncategorized, skipping
FeedCategoryList.py:93:load_data: Feed 'art.gnome.org releases' from http://art.gnome.org/backend.php (2) was already in PseudoCategory Uncategorized, skipping
FeedCategoryList.py:93:load_data: Feed 'FootNotes - gnomedesktop.org' from http://www.gnomedesktop.org/backend2.php (3) was already in PseudoCategory Uncategorized, skipping
FeedCategoryList.py:93:load_data: Feed 'GNOME News' from http://planet.gnome.org/news/rss20.xml (4) was already in PseudoCategory Uncategorized, skipping
FeedCategoryList.py:93:load_data: Feed 'Linux.com' from http://www.linux.com/index.rss (5) was already in PseudoCategory Uncategorized, skipping
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/straw/MainloopManager.py", line 79, in f
    function()
  File "/usr/lib/python2.4/site-packages/straw/PollManager.py", line 95, in maybe_poll
    self._maybe_poll()
  File "/usr/lib/python2.4/site-packages/straw/PollManager.py", line 122, in _maybe_poll
    URLFetch.connection_manager.poll(NetworkConstants.POLL_TIMEOUT)
  File "/usr/lib/python2.4/site-packages/straw/URLFetch.py", line 167, in poll
    lookup_manager.poll(timeout)
  File "/usr/lib/python2.4/site-packages/straw/LookupManager.py", line 164, in poll
    self.queryengine.run(timeout)
  File "/usr/lib/python2.4/site-packages/ADNS.py", line 48, in run
    for q in self._s.completed(timeout):
adns.Error: (9, 'Bad file descriptor')

If anyone has Python-2.3.x installed, could they check if they have the same issue? someone mentioned that the issue started appearing after an upgrade to Python-2.4.
Comment 3 Henrique Ferreiro 2006-09-11 13:22:14 UTC
I have noticed that it depends on dev-python/bsddb3, but having python compiled with berkdb flag works ok.
Do I open a new bug?
Comment 4 Ian Young 2007-01-12 02:46:54 UTC
Created attachment 106614 [details]
straw-0.26.ebuild (updated dpendencies)

Ebuild similar to the other posted but with updated dependencies.
Comment 5 Ian Young 2007-01-12 02:49:55 UTC
Comment on attachment 106614 [details]
straw-0.26.ebuild (updated dpendencies)

Hi all, I went through and pieced together updated dependencies from the Straw website, the README, and the included check_install_modules option in the setup script.  Other than that it's pretty much the same as the previously posted Ebuild.
Comment 6 Zeth 2007-01-29 17:01:54 UTC
Created attachment 108505 [details]
Error Log from Straw 0.26

The ebuild proposed on #5 built fine but had a serious bug in usage. When you click on the feed, nothing ever appears in the view Window, so it is not very useful.

I tried on three different Gentoo computers but same with all. The 0.26 package works on Ubuntu fine so it is probably a dependency problem (something too new/old or not found).

I have attached the Python errors in case that helps.
Comment 7 Christian Faulhammer (RETIRED) gentoo-dev 2007-03-04 18:21:55 UTC
Has been bumped in the tree.