Your message dated Sat, 30 Jul 2005 08:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300102: 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; 17 Mar 2005 17:05:31 +0000
>From [EMAIL PROTECTED] Thu Mar 17 09:05:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DByR9-00058l-00; Thu, 17 Mar 2005 09:05:31 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DByR7-0002xg-Ll; Thu, 17 Mar 2005 18:05:29 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: goo: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 17 Mar 2005 18:05:29 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: goo
Severity: normal
Tags: patch

When building 'goo' on amd64 with gcc-4.0,
I get the following error:

goo/boot.c: In function 'YPPcheck_call_types':
goo/boot.c:7205: error: invalid lvalue in assignment
goo/boot.c:7211: warning: cast to pointer from integer of different size
goo/boot.c:7219: warning: cast to pointer from integer of different size
goo/boot.c:7226: warning: cast to pointer from integer of different size
goo/boot.c:7247: warning: cast to pointer from integer of different size
goo/boot.c:7263: warning: cast to pointer from integer of different size
goo/boot.c:7269: warning: cast from pointer to integer of different size
goo/boot.c:7291: warning: cast to pointer from integer of different size
goo/boot.c:7301: warning: cast to pointer from integer of different size
goo/boot.c:7311: warning: cast to pointer from integer of different size
goo/boot.c: In function 'Y___main_8___':
goo/boot.c:7763: warning: cast to pointer from integer of different size
make[3]: *** [goo/boot.o] Error 1
make[3]: Leaving directory `/goo-0.155/c/g2c'

With the attached patch 'goo' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/goo-0.155/c/g2c/goo/boot.c ./c/g2c/goo/boot.c
--- ../tmp-orig/goo-0.155/c/g2c/goo/boot.c      2003-11-19 20:49:58.000000000 
+0100
+++ ./c/g2c/goo/boot.c  2005-03-17 17:36:51.000000000 +0100
@@ -986,7 +986,7 @@
   P retF1;
   P T0,T1,T2,T3;
 DEFCREGS();
-  (P)YPdef_regs();
+  YPdef_regs();
   T3 = (P)YPsp_reg();
   retF1 = T3;
   T1 = (P)YPsp_reg();
@@ -6761,7 +6761,7 @@
   P nF692;
   P T0,T1,T2,T3,T4,T5,T6,T7,T8,T9;
 DEFCREGS();
-  (P)YPdef_regs();
+  YPdef_regs();
   T9 = (P)YPsp_elt((P)-2);
   nF692 = T9;
   T8 = (P)YPi_((P)-2,nF692);
@@ -6961,7 +6961,7 @@
   P T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15;
   P T16,T17,T18,T19,T20,T21,T22,T23,T24,T25,T26,T27,T28;
 DEFCREGS();
-  (P)YPset_regs(regs_);
+  YPset_regs(regs_);
   xF724 = fn_;
   T28 = (P)YPprop_elt(xF724,(P)1);
   xF725 = T28;
@@ -7061,7 +7061,7 @@
   P T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15;
   P T16,T17,T18,T19,T20,T21,T22,T23,T24,T25;
 DEFCREGS();
-  (P)YPset_regs(regs_);
+  YPset_regs(regs_);
   if (VARREF(YPclasses_readyQ) != YPfalse) {
     oF747 = res_;
     tF748 = type_;
@@ -7134,7 +7134,7 @@
 INLINE P YPstack_check(P regs_) {
   P T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15;
 DEFCREGS();
-  (P)YPset_regs(regs_);
+  YPset_regs(regs_);
   T4 = (P)YPmax_stack_len();
   T3 = (P)YPi_(T4,(P)1000);
   T6 = (P)YPsp_reg();
@@ -7202,7 +7202,7 @@
   P T16,T17,T18,T19,T20,T21,T22,T23,T24,T25,T26,T27,T28,T29,T30,T31;
   P T32,T33,T34,T35,T36,T37,T38,T39,T40,T41,T42,T43;
 DEFCREGS();
-  (P)YPset_regs(regs_);
+  YPset_regs(regs_);
   T43 = (P)YPsp_elt((P)-1);
   fnF767 = T43;
   xF768 = fnF767;

---------------------------------------
Received: (at 300102-close) by bugs.debian.org; 30 Jul 2005 15:55:00 +0000
>From [EMAIL PROTECTED] Sat Jul 30 08:55:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1DytYO-0001xC-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#300102: 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

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]

Reply via email to