Your message dated Sat, 01 Oct 2005 09:57:59 -0300
with message-id <[EMAIL PROTECTED]>
and subject line can't reproduce problem
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; 13 Sep 2003 05:02:47 +0000
>From [EMAIL PROTECTED] Sat Sep 13 00:02:04 2003
Return-path: <[EMAIL PROTECTED]>
Received: from snoopy.apana.org.au [203.12.237.97] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19y2Xo-0003lk-00; Sat, 13 Sep 2003 00:02:01 -0500
Received: from localhost (localhost [127.0.0.1])
        by snoopy.apana.org.au (Postfix) with ESMTP
        id BBA078457; Sat, 13 Sep 2003 15:01:46 +1000 (EST)
Received: from snoopy.apana.org.au ([127.0.0.1])
        by localhost (snoopy [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 03763-06; Sat, 13 Sep 2003 15:01:40 +1000 (EST)
Received: from snoopy.apana.org.au (localhost [127.0.0.1])
        by snoopy.apana.org.au (Postfix) with SMTP
        id 7C12E8453; Sat, 13 Sep 2003 15:01:39 +1000 (EST)
Received: by snoopy.apana.org.au (sSMTP sendmail emulation); Sat, 13 Sep 2003 
15:01:39 +1000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Brian May <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: python2.3-pyorbit: errors/warnings on installation
X-Mailer: reportbug 2.27
Date: Sat, 13 Sep 2003 15:01:39 +1000
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at snoopy.apana.org.au
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-5.0 required=4.0
        tests=HAS_PACKAGE
        version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 
(1.174.2.15-2003-03-30-exp)

Package: python2.3-pyorbit
Version: 2.0.0-1
Severity: normal


I have no idea if this worked or not, but it looks kind of dodgy:

Setting up python2.3-pyorbit (2.0.0-1) ...
/usr/lib/python2.3/site-packages/reportlab/graphics/charts/legends.py:112: 
SyntaxWarning: assignment to None
  for None, name in colorNamePairs:
/usr/lib/python2.3/site-packages/reportlab/pdfbase/ttfonts.py:261: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  checkSum = _add32(0xB1B0AFBA, -checkSum)
/usr/lib/python2.3/site-packages/reportlab/pdfbase/ttfonts.py:393: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  checksum = _add32(0xB1B0AFBA, -checksum)
/usr/lib/python2.3/site-packages/reportlab/platypus/doctemplate.py:108: 
SyntaxWarning: assignment to None
  t, v, None = sys.exc_info()
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:110: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(ttf.read_ulong(), 0x81020304) # big-endian
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:137: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(_add32(0x80000000, -1), 0x7FFFFFFF)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:138: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(_add32(0x7FFFFFFF, 1), 0x80000000)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:145: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x81"), 0x81000000)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:146: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x81\x02"), 0x81020000)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:147: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x81\x02\x03"), 0x81020300)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:148: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x81\x02\x03\x04"), 0x81020304)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:149: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x81\x02\x03\x04\x05"), 0x86020304)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:153: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x7F\xFF\xFF\xFF\x00\x00\x00\x01"), 
0x80000000)
/usr/lib/python2.3/site-packages/reportlab/graphics/charts/legends.py:112: 
SyntaxWarning: assignment to None
  for None, name in colorNamePairs:
/usr/lib/python2.3/site-packages/reportlab/pdfbase/ttfonts.py:261: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  checkSum = _add32(0xB1B0AFBA, -checkSum)
/usr/lib/python2.3/site-packages/reportlab/pdfbase/ttfonts.py:393: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  checksum = _add32(0xB1B0AFBA, -checksum)
/usr/lib/python2.3/site-packages/reportlab/platypus/doctemplate.py:108: 
SyntaxWarning: assignment to None
  t, v, None = sys.exc_info()
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:110: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(ttf.read_ulong(), 0x81020304) # big-endian
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:137: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(_add32(0x80000000, -1), 0x7FFFFFFF)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:138: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(_add32(0x7FFFFFFF, 1), 0x80000000)
/usr/lib/python2.3/site-packages/reportlab/test/test_pdfbase_ttfonts.py:145: 
FutureWarning: hex/oct constants > sys.maxint will return positive values in 
Python 2.4 and up
  self.assertEquals(calcChecksum("\x81"), 0x81000000)
/

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux snoopy 2.4.21 #1 Tue Aug 26 17:39:08 EST 2003 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages python2.3-pyorbit depends on:
ii  libc6                         2.3.2-5    GNU C Library: Shared libraries an
ii  libglib2.0-0                  2.2.3-1    The GLib library of C routines
ii  liblinc1                      2:1.0.3-3  library to simplify creating netwo
ii  liborbit2                     1:2.6.3-2  Libraries for ORBit2 - a CORBA ORB
ii  python2.3                     2.3-4      An interactive high-level object-o

-- no debconf information


---------------------------------------
Received: (at 210715-done) by bugs.debian.org; 1 Oct 2005 12:58:03 +0000
>From [EMAIL PROTECTED] Sat Oct 01 05:58:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from birao.terra.com.br [200.176.10.197] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ELgwE-0004gr-00; Sat, 01 Oct 2005 05:58:02 -0700
Received: from colueza.terra.com.br (colueza.terra.com.br [200.176.10.4])
        by birao.terra.com.br (Postfix) with ESMTP id 54CB4108C021
        for <[EMAIL PROTECTED]>; Sat,  1 Oct 2005 09:58:01 -0300 (BRT)
X-Terra-Karma: -2%
X-Terra-Hash: f92121e72923088161fb4eef03602c04
Received-SPF: none (colueza.terra.com.br: 200.176.10.4 is neither permitted nor 
denied by domain of debian.org) client-ip=200.176.10.4; [EMAIL PROTECTED]; 
helo=localhost.localdomain;
Received: from localhost.localdomain (unknown [201.29.253.223])
        (authenticated user bhz52091)
        by colueza.terra.com.br (Postfix) with ESMTP id 239C94C002B
        for <[EMAIL PROTECTED]>; Sat,  1 Oct 2005 09:58:00 -0300 (BRT)
Received: from localhost.localdomain ([127.0.0.1] ident=kov)
        by localhost.localdomain with esmtp (Exim 4.53)
        id 1ELgwB-0002dm-Mk
        for [EMAIL PROTECTED]; Sat, 01 Oct 2005 09:57:59 -0300
Subject: can't reproduce problem
From: Gustavo Noronha Silva <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-ro7LZmktWoBF29jRnKbF"
Organization: Debian
Date: Sat, 01 Oct 2005 09:57:59 -0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--=-ro7LZmktWoBF29jRnKbF
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Source-Package: pyorbit
Source-Version: 2.0.1-1

Hello,

I can't reproduce this problem with 2.0.1, thus I'm closing it; Please
reopen if you still notice it.

Thanks,

--=20
[EMAIL PROTECTED]: Gustavo Noronha <http://people.debian.org/~kov>
Debian:  <http://www.debian.org>  *  <http://www.debian-br.org>


--=-ro7LZmktWoBF29jRnKbF
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iQIVAwUAQz6H1hD19pSHPyXxAQI8nBAAgBUdWfzkWWcukxBgJiGkvyZsaURReFoP
jVjPeZjCdOpwoeCS+1tYNTweYru1+BBkQj0nTAbroCNT017Dxv2XSS0zfaReUdV3
VFwt4hdi7XUoWEiKas37fW1Yz/mdJfgma/lJmNWJPdpB7JY6QRx4vxzt2asvPPAv
PEuRYUigUC4edwtVd7fnlFHuFll7cLb7AbzT0cNpMDfy9Y46uiXmM/sz8XCRbekJ
7ZI1OkQXfJqj9YJuAY7DAkiv/4xxD4o8mcZYgfYQ0sG0WONslKuQw7WvXImn0dpx
J1s0cMqy3/OH0gL0m+Um71wKnowiWanKX9zUDzHkQP1iu18muB1kiUt/vwWjpQlq
dGIzZdTj0xo+/7fugIWc3vXvlDSgNsTG8e2Qe8YOpABbuYvmCVegfn89iistNMk7
EH9Jkcnp6qgJKACT98d6lbDxIitwtbsZIVy0lsNYdHYmPmzvg1kccw26U09JAze9
zxsb+8mHgYkWCZf8KskfACJczo77KcgVbegYd3KvUENnrfHqETHp1gRPIusz8pTq
Gdzfv3GWmffIy1z2EvvlL7Om5zESs5abjHz2SFe1wLMb7EOP9w7dUTYEvrs6/k06
KgWsrldTaDAH3caXWWgK/ggA6YK3JuJZjzfFBIgkoGd4CgFrjVTFHWPzENqG3XyB
mOE5sRBl/Ug=
=OZV3
-----END PGP SIGNATURE-----

--=-ro7LZmktWoBF29jRnKbF--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to