Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, a new version is available. kai
Created an attachment (id=42154) [details] gtk2-perl-1.061.ebuild
This needs to be updated ASAP as there are bugs in the clipboard object being destroyed incorrectly: http://cvs.sourceforge.net/viewcvs.py/gtk2-perl/gtk2-perl-xs/Gtk2/xs/ GtkClipboard.xs?rev=1.21&view=log Revision 1.19.2.1 - (view) (download) (annotate) - [select for diffs] Sun Jan 30 04:21:54 2005 UTC (10 days, 22 hours ago) by muppetman Branch: stable-1-06 CVS Tags: rel-1-06-2 Changes since 1.19: +15 -39 lines Diff to previous 1.19 , to next main 1.20 modify the received funcs to free the callback directly after it was invoked. DO NOT own the Clipboard object with _noinc, it's a singleton owned by the display. Please add this ebuild to portage, and modify it to use the current 1.062 as soon as poss
I have yet to get it to compile with a clean make test. Once I do, then it will be bumped - not before (by me).
OK, looks like my problem was in trusting the authors to know which versions their deps were. Only by bumping all of the deps to latest greatest and not what was listed in the Makefile.PL did this successfully pass all test. Added to the tree as of a few seconds ago, gtk2-perl-1.062, Mike