Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201246 - Remove net-www/pears
Summary: Remove net-www/pears
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2007-12-04 16:32 UTC by Ryan Hill (RETIRED)
Modified: 2008-01-09 03:19 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 Ryan Hill (RETIRED) gentoo-dev 2007-12-04 16:32:37 UTC
was just fixing this to use wxversion and ran into several issues:

- Advanced -> Inspect...

<pearsapp.MainFrame; proxy of C++ wxFrame instance at _7094a208_p_wxFrame>
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pears/pearsapp.py", line 986, in launchShell
    from wxPython.lib.PyCrust import shell, filling
ImportError: No module named PyCrust

When I fixed that I got:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pears/pearsapp.py", line 987, in launchShell
    self.shell = wx.wxFrame(self, -1, "Pears inspector")
AttributeError: 'module' object has no attribute 'wxFrame'

- Feeds -> Show Properties

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pears/pearsapp.py", line 1387, in showFeedProperties
    dlg.showProps()
  File "/usr/lib/python2.5/site-packages/pears/pearsapp.py", line 212, in showProps
    t.append(u": ".join([key, engine.htmlToPlain(self.feedprops[key], DISPCODE)]))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa9 in position 0: ordinal not in range(128)

Similar upstream bug report: http://sourceforge.net/tracker/index.php?func=detail&aid=1151597&group_id=89930&atid=591917

The short of it is pears isn't unicode friendly.  Bug report was filed in 2005, no response.

- Right click a feed

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pears/pearsapp.py", line 1646, in rclickFeed
    self.updateFeed(event)
  File "/usr/lib/python2.5/site-packages/pears/pearsapp.py", line 1673, in updateFeed
    Pears.Yield()
  File "usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7180, in Yield
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in /var/tmp/portage/x11-libs/wxGTK-2.6.4.0-r2/work/wxPython-src-2.6.4.0/src/gtk/app.cpp(119): wxYield called recursively

- Help [F1]

"Firefox can't find the file at /usr/lib/python2.5/site-packages/pears/docs/index.html."

Trivial fix.

There may be more, I stopped there.

Upstream is dead.  No response on forums or bug tracker since 2005.  Last release June 19, 2004.

Masked for removal Jan 4, 2007, unless someone wants to fix the above problems.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-12-04 16:35:31 UTC
er, Jan 7 2008 that is.  my De Lorian is in the shop.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2007-12-04 16:38:03 UTC
Jan 4 2008

i give up
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2008-01-09 03:19:05 UTC
Removed.