Your message dated Sat, 30 Jul 2005 08:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319551: fixed in goo 0.155-3
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; 23 Jul 2005 00:43:28 +0000
>From [EMAIL PROTECTED] Fri Jul 22 17:43:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp05.mrf.mail.rcn.net [207.172.4.64]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dw86y-0000Qq-00; Fri, 22 Jul 2005 17:43:28 -0700
Received: from 208-58-77-33.c3-0.grg-ubr3.lnh-grg.md.cable.rcn.com (HELO
tux64.internal.ucko.debian.net) ([208.58.77.33])
by smtp05.mrf.mail.rcn.net with ESMTP; 22 Jul 2005 20:43:26 -0400
X-IronPort-AV: i="3.95,136,1120449600";
d="scan'208"; a="65421707:sNHT30122668"
Received: from amu by tux64.internal.ucko.debian.net with local (Exim 4.52)
id 1Dw86v-0005eX-S5
for [EMAIL PROTECTED]; Fri, 22 Jul 2005 20:43:25 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Aaron M. Ucko" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: goo: please rebuild for C++ transition
X-Mailer: reportbug 3.15
Date: Fri, 22 Jul 2005 20:43:25 -0400
X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
Package: goo
Version: 0.155-2
Severity: important
As you may have noticed, Debian is currently going through a C++
transition to G++ 4. Although goo itself is a C program, it depends
on libraries that export(ed) C++ bindings and were therefore involved
in the transition, and consequently needs to be rebuilt as well,
against libgc-dev (>= 1:6.5-1) and libgmp-dev (>= 4.1.4-7).
The only catch is that you must also address bug #300102, which will
otherwise bite you on at least some architectures. However, you can
do that without having to touch the (pre)generated file boot.c by
simply adding parentheses around the problematic macro definitions in
grt.h:
--- goo-0.155.orig/c/grt.h
+++ goo-0.155/c/grt.h
@@ -365,8 +365,8 @@
#define REGSSET(v) TSET(tregs, (P)(v))
#define DEFREGS() REGS regs = REGSREF()
#define DEFCREGS() REGS regs = (REGS)0
-#define YPdef_regs() regs = REGSREF()
-#define YPset_regs(x) regs = (REGS)(x)
+#define YPdef_regs() (regs = REGSREF())
+#define YPset_regs(x) (regs = (REGS)(x))
#define REG(x) (regs->x)
#define CREG(x) (REGSCREF()->x)
Thanks.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages goo depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgc1 1:6.4-1 conservative garbage collector for
ii libgmp3 4.1.4-6 Multiprecision arithmetic library
goo recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 319551-close) by bugs.debian.org; 30 Jul 2005 15:54:59 +0000
>From [EMAIL PROTECTED] Sat Jul 30 08:54:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1DytYO-0001xE-00; Sat, 30 Jul 2005 08:47:12 -0700
From: [EMAIL PROTECTED] (Aaron M. Ucko)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319551: fixed in goo 0.155-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 30 Jul 2005 08:47:12 -0700
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
X-CrossAssassin-Score: 2
Source: goo
Source-Version: 0.155-3
We believe that the bug you reported is fixed in the latest version of
goo, which is due to be installed in the Debian FTP archive:
goo_0.155-3.diff.gz
to pool/main/g/goo/goo_0.155-3.diff.gz
goo_0.155-3.dsc
to pool/main/g/goo/goo_0.155-3.dsc
goo_0.155-3_i386.deb
to pool/main/g/goo/goo_0.155-3_i386.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.
Aaron M. Ucko <[EMAIL PROTECTED]> (supplier of updated goo 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: Fri, 29 Jul 2005 22:50:05 -0400
Source: goo
Binary: goo
Architecture: source i386
Version: 0.155-3
Distribution: unstable
Urgency: low
Maintainer: Aaron M. Ucko <[EMAIL PROTECTED]>
Changed-By: Aaron M. Ucko <[EMAIL PROTECTED]>
Description:
goo - The GOO Programming Language
Closes: 300102 319551 320076
Changes:
goo (0.155-3) unstable; urgency=low
.
* New maintainer. (Closes: #320076.)
- Thanks for maintaining the package up until now, Jonathan H!
* c/grt.h: parenthesize YP{def,set}_regs to fix FTBFS with GCC 4.
(Closes: #300102.)
* Version build-dependencies on libgc-dev and libgmp3-dev for the G++ 4
transition. (Closes: #319551.)
Files:
fda1c1af68719e553d8ae53ee00f44bb 594 devel optional goo_0.155-3.dsc
89bee31df5e6616b339c525ad03ca688 5487 devel optional goo_0.155-3.diff.gz
9a35cefb745685ed34841cd949b4944b 1155116 devel optional goo_0.155-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC6573WNCxsidXLEcRAgexAKCGqIaH5SsNktgl1jzsEeFzzNXscwCgvGIM
T5Ta+GTacfAy2moGz+Fk0JI=
=m3Ga
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]