Your message dated Tue, 01 Nov 2005 11:17:20 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#308188: fixed in elk 3.99.6-4
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; 8 May 2005 17:05:15 +0000
>From [EMAIL PROTECTED] Sun May 08 10:05:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from europa.telenet-ops.be [195.130.132.60] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DUpDP-0000rW-00; Sun, 08 May 2005 10:05:15 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by europa.telenet-ops.be (Postfix) with SMTP id 413021983AE
        for <[EMAIL PROTECTED]>; Sun,  8 May 2005 19:05:14 +0200 (MEST)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
        by europa.telenet-ops.be (Postfix) with ESMTP id 22B7A198265
        for <[EMAIL PROTECTED]>; Sun,  8 May 2005 19:05:14 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id F1C5A26136; Sun, 08 May 2005 19:05:13 +0200 (CEST)
Date: Sun, 8 May 2005 19:05:13 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: elk: FTBFS on amd64: internal compiler error
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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: elk
Version: 3.99.6-3
Severity: important
Tags: patch

Hi,

elk is failing to build on amd64 with an internal compiler error:
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -DSCM_DIR=\"/usr/sh
are/elk\" -DLIB_DIR=\"/usr/lib/elk\" -I/usr/include/libelf -Wsign-compare -Wall
 -g -O2 -MT libelk_la-cont.lo -MD -MP -MF .deps/libelk_la-cont.Tpo -c cont.c  -
fPIC -DPIC -o .libs/libelk_la-cont.o
cont.c: In function `Stack_Size':
cont.c:119: error: unrecognizable insn:
(insn 59 23 26 2 0x2a95b604e0 (set (reg:SI 2 ecx [61])
        (subreg:SI (plus:DI (subreg:DI (reg:SI 7 esp) 0)
                (const_int -1 [0xffffffffffffffff])) 0)) -1 (nil)
    (nil))
cont.c:119: internal compiler error: in extract_insn, at recog.c:2175

This can be avoided with a simple patch:
--- ../tmp-orig/elk-3.99.6/src/cont.c   2004-06-10 00:50:55.809323429 +0200
+++ ./src/cont.c        2004-06-10 00:47:30.360186501 +0200
@@ -114,8 +114,9 @@
  */
 unsigned int Stack_Size () {
     char foo;
+    char *pfoo = &foo;

-    return Stack_Grows_Down ? stkbase-&foo : &foo-stkbase;
+    return Stack_Grows_Down ? stkbase-pfoo : pfoo-stkbase;
 }

 void Grow_Stack (struct S_Control *cp, Object val) {


Kurt


---------------------------------------
Received: (at 308188-close) by bugs.debian.org; 1 Nov 2005 19:43:02 +0000
>From [EMAIL PROTECTED] Tue Nov 01 11:42:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EX1dI-0003xb-00; Tue, 01 Nov 2005 11:17:20 -0800
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#308188: fixed in elk 3.99.6-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Nov 2005 11:17:20 -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: elk
Source-Version: 3.99.6-4

We believe that the bug you reported is fixed in the latest version of
elk, which is due to be installed in the Debian FTP archive:

elk_3.99.6-4.diff.gz
  to pool/main/e/elk/elk_3.99.6-4.diff.gz
elk_3.99.6-4.dsc
  to pool/main/e/elk/elk_3.99.6-4.dsc
elk_3.99.6-4_i386.deb
  to pool/main/e/elk/elk_3.99.6-4_i386.deb
elkdoc_3.99.6-4_all.deb
  to pool/main/e/elk/elkdoc_3.99.6-4_all.deb
libelk0-dev_3.99.6-4_i386.deb
  to pool/main/e/elk/libelk0-dev_3.99.6-4_i386.deb
libelk0_3.99.6-4_i386.deb
  to pool/main/e/elk/libelk0_3.99.6-4_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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated elk 
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: Tue,  1 Nov 2005 19:49:42 +0100
Source: elk
Binary: elkdoc libelk0 elk libelk0-dev
Architecture: source all i386
Version: 3.99.6-4
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 elk        - the Elk Scheme interpreter
 elkdoc     - documentation for the Extension Language Kit
 libelk0    - implementation of Scheme (the Extension Language Kit)
 libelk0-dev - development files for libelk0
Closes: 308188
Changes: 
 elk (3.99.6-4) unstable; urgency=low
 .
   * src/cont.c:
     + Workaround for an amd64 gcc ICE, thanks to Kurt Roeckx (Closes: #308188).
   * debian/control:
     + Set policy to 3.6.2.1.
Files: 
 a8750b925c233486b925ab57ad01790f 724 devel optional elk_3.99.6-4.dsc
 d0c7cf5ef1607e07a70ecaab1cbe3d6e 13900 devel optional elk_3.99.6-4.diff.gz
 c5ffec6a7be895d3e9184c08f2c03d6d 465418 doc optional elkdoc_3.99.6-4_all.deb
 235557eb938d98e5809ccafec48081f9 313500 interpreters optional 
elk_3.99.6-4_i386.deb
 41b6188c7be3725bbe99d153beba7fe8 191154 libs optional libelk0_3.99.6-4_i386.deb
 0d4d1429e010c7c1bb94c18b423275df 225818 libdevel optional 
libelk0-dev_3.99.6-4_i386.deb

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

iD8DBQFDZ7xwfPP1rylJn2ERAjr6AKCcVY3OJceB5raO+c9kp2SfUyxUIQCbBTA3
lmHntQEa3vKgdIZlcgEjfxM=
=p03y
-----END PGP SIGNATURE-----


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

Reply via email to