Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282863 - x11-misc/rednotebook-0.8.6 version bump
Summary: x11-misc/rednotebook-0.8.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL: http://rednotebook.svn.sourceforge.ne...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 06:25 UTC by Arthur Spitzer
Modified: 2009-09-13 16:14 UTC (History)
2 users (show)

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


Attachments
rednotebook.diff (rednotebook.diff,330 bytes, patch)
2009-09-06 17:49 UTC, nm (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Spitzer 2009-08-27 06:25:33 UTC
Hi,

on 2009-08-13 version 0.8.4 of rednotebook was released, which is still not in the portage tree. Renaming the ebuild of version 0.8.3 installs the new version properly. But on startup of rednotebook I get following error:

$ rednotebook 
INFO     Using pyyaml for loading and dumping
INFO     AppDir: /usr/lib/python2.6/site-packages/rednotebook
INFO     BaseDir: /usr/lib/python2.6/site-packages
INFO     The config file /usr/lib/python2.6/site-packages/rednotebook/files/default.cfg was read
INFO     The config file /home/ich/.rednotebook/configuration.cfg was read
INFO     Running in portable mode: 0
INFO     First Start: True
INFO     RedNotebook version: 0.8.4
INFO     System info: machine: i686, platform: Linux-2.6.30-gentoo-r4-i686-Intel-R-_Pentium-R-_M_processor_1600MHz-with-gentoo-2.0.0, processor: Intel(R) Pentium(R) M processor 1600MHz, python_version: 2.6.2, release: 2.6.30-gentoo-r4, system: Linux, GTK version: (2, 14, 7), PyGTK version: (2, 14, 1), Yaml version: 3.08, 
Traceback (most recent call last):
  File "/usr/bin/rednotebook", line 12, in <module>
    rednotebook.redNotebook.main()
  File "/usr/lib/python2.6/site-packages/rednotebook/redNotebook.py", line 800, in main
    redNotebook = RedNotebook()
  File "/usr/lib/python2.6/site-packages/rednotebook/redNotebook.py", line 179, in __init__
    self.frame = MainWindow(self)
  File "/usr/lib/python2.6/site-packages/rednotebook/gui/mainWindow.py", line 66, in __init__
    self.builder.add_from_file(self.gladefile)  
glib.GError: /usr/lib/python2.6/site-packages/rednotebook/files/mainWindow.glade: required gtk+ version 2.16, current version is 2.14

I'll try to update to gkt+-2.16.5 to see if that really helps.
Comment 1 Arthur Spitzer 2009-08-27 07:02:18 UTC
The following update really fixed the above startup problem.

[ebuild     U ] dev-util/gtk-doc-am-1.11 [1.10-r1]
[ebuild     U ] dev-libs/glib-2.20.4 [2.18.4-r1]
[ebuild     U ] x11-libs/gtk+-2.16.5 [2.14.7-r2] 

Probably an additional dependency to >=x11-libs/gtk+-2.16 in the ebuild would be appropriate.
Comment 2 nm (RETIRED) gentoo-dev 2009-08-29 01:11:51 UTC
hwoarang is on devaway, so I'll take a look at this. hwoarang said the Qt team would proxy all commits that I need to make, so I'll poke it and see what I can come up with for the update.
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2009-08-29 14:49:50 UTC
I will be around for the following 3 days but I wont be able to commit anything since I dont have a Gentoo machine over here. Josh please send the new ebuild on qt alias or attach it here. I will poke the Qt team to commit it. Many thanks
Comment 4 nm (RETIRED) gentoo-dev 2009-08-30 17:36:14 UTC
The new version fixes the gtk+ dependency, putting it back at 2.14.

Also seems to introduce a dependency on some flavor of gnome-python-extras for spell checking support; I'm investigating to see whether it's optional, and which component is really needed. It would suck if the entire meta-ebuild had to be installed, as that drags in a bunch of Gnome deps.
Comment 5 nm (RETIRED) gentoo-dev 2009-09-06 17:47:35 UTC
Version 0.8.6 includes some fixes for gtk-2.14 errors that I discovered and talked with upstream about, so 0.8.6 is the version bump for the Qt team. I'll include a patch because it's time to update the Python version.
Comment 6 nm (RETIRED) gentoo-dev 2009-09-06 17:49:05 UTC
Created attachment 203298 [details, diff]
rednotebook.diff

No need for Python 2.5 anymore.

Qt team, please bump RedNotebook to 0.8.6 with this patch applied, thanks!
Comment 7 Alex Alexander (RETIRED) gentoo-dev 2009-09-13 16:14:34 UTC
in tree, thanks :)