Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116409 - dev-util/gazpacho-0.62 -- OverflowError
Summary: dev-util/gazpacho-0.62 -- OverflowError
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Rob Cakebread (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 11:39 UTC by Gour
Modified: 2006-07-06 10:19 UTC (History)
5 users (show)

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


Attachments
Updated ebuild to for AMD64 (gazpacho-0.6.2-r1.ebuild,1.17 KB, text/plain)
2006-01-10 04:22 UTC, Yogesh
Details
Patch file to for 0.6.2-rc1 (gazpacho-0.6.2-amd64-fixes.patch,774 bytes, text/x-patch)
2006-01-10 04:23 UTC, Yogesh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gour 2005-12-22 11:39:47 UTC
Hi

Running dev-util/gazpacho-0.6.2 on amd64 gives:

Traceback (most recent call last):
  File "/usr/bin/gazpacho", line 71, in ?
    sys.exit(main.main((sys.argv)))
  File "/usr/lib64/python2.4/site-packages/gazpacho/main.py", line 183, in main
    launch(options, filenames)
  File "/usr/lib64/python2.4/site-packages/gazpacho/main.py", line 108, in launch
    from gazpacho.application import Application
  File "/usr/lib64/python2.4/site-packages/gazpacho/application.py", line 29, in ?
    from gazpacho.clipboard import Clipboard, ClipboardWindow
  File "/usr/lib64/python2.4/site-packages/gazpacho/clipboard.py", line 47, in ?    from gazpacho.project import GazpachoObjectBuilder
  File "/usr/lib64/python2.4/site-packages/gazpacho/project.py", line 31, in ?
    from gazpacho.widgets.base.custom import Custom
  File "/usr/lib64/python2.4/site-packages/gazpacho/widgets/base/custom.py", line 43, in ?
    class Custom(PropertyObject, gtk.DrawingArea):
  File "/usr/lib64/python2.4/site-packages/gazpacho/kiwiutils.py", line 38, in __init__
    super(_ClassInittableMetaType, cls).__init__(name, bases, namespace)
OverflowError: signed integer is greater than maximum


Please, mask the application 'cause it is not usable at the moment :-(

Sincerely,
Gour
Comment 1 Yogesh 2006-01-10 04:22:05 UTC
Created attachment 76722 [details]
Updated ebuild to for AMD64

This ebuild uses patch from 
http://sicem.biz/pipermail/gazpacho-commits/2005-September/000570.html
Comment 2 Yogesh 2006-01-10 04:23:26 UTC
Created attachment 76723 [details]
Patch file to for 0.6.2-rc1

This patch is based on following:
http://sicem.biz/pipermail/gazpacho-commits/2005-September/000570.html
Comment 3 Yogesh 2006-01-10 04:24:20 UTC
Above patch and with new ebuild fixes this bug.
Comment 4 Duncan Coutts (RETIRED) gentoo-dev 2006-07-06 08:29:53 UTC
Comment on attachment 76722 [details]
Updated ebuild to for AMD64

Change mime type on ebuild attachment
Comment 5 Duncan Coutts (RETIRED) gentoo-dev 2006-07-06 08:35:08 UTC
This patch fixes it for me.

Rob, do you think we could get this patch applied?
Comment 6 Rob Cakebread (RETIRED) gentoo-dev 2006-07-06 10:19:54 UTC
Thanks, Yogesh, fixed in CVS.