Your message dated Thu, 10 Nov 2005 17:02:06 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#336401: fixed in gazpacho 0.6.2-2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 30 Oct 2005 01:05:59 +0000 >From [EMAIL PROTECTED] Sat Oct 29 18:05:59 2005 Return-path: <[EMAIL PROTECTED]> Received: from c-a033e055.23-6-64736c10.cust.bredbandsbolaget.se (ogre.magicalforest.se) [85.224.51.160] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EW1e1-0000tb-00; Sat, 29 Oct 2005 18:05:57 -0700 Received: from darkelf.magicalforest.se (unknown [192.168.0.136]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by ogre.magicalforest.se (Postfix) with ESMTP id 059943C004; Sun, 30 Oct 2005 02:05:23 +0100 (CET) Subject: Doesn't start on amd64 +patch From: Christian =?ISO-8859-1?Q?Bj=E4levik?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Christian =?ISO-8859-1?Q?Dr=F6ge?= <[EMAIL PROTECTED]> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7gm4xMOD2IcZmAx1g5Wm" Date: Sun, 30 Oct 2005 02:05:21 +0100 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 --=-7gm4xMOD2IcZmAx1g5Wm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Package: gazpacho Version: 0.6.2-1 Severity: grave Hi! gazpacho segfaulted on amd64. Here is a patch from the Ubuntuversion. If this goes in we should be able to sync this package, leaving no delta between the version in Debian and Ubuntu. That would be great! :-) Patch: --- gazpacho/trunk/gazpacho/kiwiutils.py 2005-09-13 14:55:43 UTC (rev 1760) +++ gazpacho/trunk/gazpacho/kiwiutils.py 2005-09-13 16:41:43 UTC (rev 1761) @@ -22,6 +22,7 @@ # Johan Dahlin <jdahlin at async.com.br> # +import struct import sys import gobject @@ -189,10 +190,13 @@ dict[name] =3D (flags, retval, args) -_MAX_INT =3D sys.maxint -_MAX_FLOAT =3D 1e+308 -_MAX_LONG =3D 18446744073709551616L +def _max(c): + return (1 << (8 * struct.calcsize(c)-1))-1 +_MAX_INT =3D int(_max('i')) +_MAX_FLOAT =3D float(_max('f')) +_MAX_LONG =3D long(_max('l')) + def gproperty(name, type, *args, **kwargs): """ Add a GObject property to the current object. Changelog: gazpacho (0.6.2-0ubuntu4) dapper; urgency=3Dlow * 05_fix_crash_on_x86-64.diff: - fixes crash on amd64 -- Christian Dr=C3=B6ge <[EMAIL PROTECTED]> Sat, 15 Oct 2005 00:14:49 +0200 Sincerely, /Christian --=20 Christian Bj=C3=A4levik <[EMAIL PROTECTED]> --=-7gm4xMOD2IcZmAx1g5Wm Content-Type: application/pgp-signature; name=signature.asc Content-Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBDZBxRLdqCW1CcunERAskpAJsEkrzRx1O9lFFSk6JTmWhmtVpLngCfZ9to dY7wbXmqx4uZXjHmu1ev0Pw= =CwME -----END PGP SIGNATURE----- --=-7gm4xMOD2IcZmAx1g5Wm-- --------------------------------------- Received: (at 336401-close) by bugs.debian.org; 11 Nov 2005 01:09:48 +0000 >From [EMAIL PROTECTED] Thu Nov 10 17:09:48 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EaNIs-0007pS-N1; Thu, 10 Nov 2005 17:02:06 -0800 From: Gustavo Noronha Silva <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#336401: fixed in gazpacho 0.6.2-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 10 Nov 2005 17:02:06 -0800 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gazpacho Source-Version: 0.6.2-2 We believe that the bug you reported is fixed in the latest version of gazpacho, which is due to be installed in the Debian FTP archive: gazpacho_0.6.2-2.diff.gz to pool/main/g/gazpacho/gazpacho_0.6.2-2.diff.gz gazpacho_0.6.2-2.dsc to pool/main/g/gazpacho/gazpacho_0.6.2-2.dsc gazpacho_0.6.2-2_all.deb to pool/main/g/gazpacho/gazpacho_0.6.2-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Gustavo Noronha Silva <[EMAIL PROTECTED]> (supplier of updated gazpacho package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 10 Nov 2005 22:49:01 -0200 Source: gazpacho Binary: gazpacho Architecture: source all Version: 0.6.2-2 Distribution: unstable Urgency: high Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]> Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]> Description: gazpacho - GTK+ User Interface Designer Closes: 336401 Changes: gazpacho (0.6.2-2) unstable; urgency=high . * debian/patches/03_fix_crash_on_amd64.diff: - patch grabbed from Ubuntu's package, thanks to Christian Bjälevik <[EMAIL PROTECTED]> for reporting and Christian Dröge <[EMAIL PROTECTED]> for the patch (Closes: #336401) * debian/patches/00_python2.3_in_hashbang.diff: - removed * debian/patches/04_use_python2.4.diff: - above patch only works with python2.4, so use it * debian/control.in, debian/rules: - update Build-Depends and Depends to use python2.4 stuff, too * priority set to high since this is an RC bug fix with no other modification Files: ed08e3890556cf5828ea2d3ad5ceae5f 1608 devel optional gazpacho_0.6.2-2.dsc 9e822ce5907a6840dea68bcc9def0c06 11850 devel optional gazpacho_0.6.2-2.diff.gz f0441971c3a76857b3b48be4a4469228 354268 devel optional gazpacho_0.6.2-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDc+uet1anjIgqbEsRAmYLAKDXEKGtvjr5cm1ecBpVh1LQY1aGlACgz9ph LF/V2xkn60a/aohwGdlTBCo= =qMRV -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]