Your message dated Mon, 05 Sep 2005 22:31:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#249307: FTBFS: Missing amd64 support.
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; 16 May 2004 16:37:44 +0000
>From [EMAIL PROTECTED] Sun May 16 09:37:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from astra.telenet-ops.be [195.130.132.58]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BPOdz-0007qP-00; Sun, 16 May 2004 09:37:43 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by astra.telenet-ops.be (Postfix) with SMTP id 0AC5A388224
for <[EMAIL PROTECTED]>; Sun, 16 May 2004 18:37:42 +0200 (MEST)
Received: from kabel.telenet.be (D5767DEE.kabel.telenet.be [213.118.125.238])
by astra.telenet-ops.be (Postfix) with ESMTP id EF15B38834F
for <[EMAIL PROTECTED]>; Sun, 16 May 2004 18:37:41 +0200 (MEST)
Received: by kabel.telenet.be (Postfix, from userid 501)
id 2065E158AD5; Sun, 16 May 2004 18:37:41 +0200 (CEST)
Date: Sun, 16 May 2004 18:37:41 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Missing amd64 support.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Sender: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
--tKW2IUtsqtDRztdT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: guile-1.6
Version: 1.6.4-4
Severity: important
Tags: patch
It fails to build because on unknown architecture on amd64. This
patch fixes it.
Kurt
--tKW2IUtsqtDRztdT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="guile-arch.diff"
--- ./libguile/gc_os_dep.c.orig 2004-05-16 16:25:30.337735558 +0000
+++ ./libguile/gc_os_dep.c 2004-05-16 16:25:32.654322969 +0000
@@ -205,6 +205,10 @@
# define I386
# define mach_type_known
# endif
+# if defined(LINUX) && (defined(__x86_64) || defined(__x86_64))
+# define X86_64
+# define mach_type_known
+# endif
# if defined(LINUX) && (defined(__ia64__) || defined(__ia64))
# define IA64
# define mach_type_known
--tKW2IUtsqtDRztdT--
---------------------------------------
Received: (at 249307-done) by bugs.debian.org; 6 Sep 2005 05:31:27 +0000
>From [EMAIL PROTECTED] Mon Sep 05 22:31:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from li12-156.members.linode.com (defaultvalue.org) [70.85.129.156]
(postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ECW3L-0006Zc-00; Mon, 05 Sep 2005 22:31:27 -0700
Received: from omen.defaultvalue.org (localhost [127.0.0.1])
by defaultvalue.org (Postfix) with ESMTP id 8394B90D2B;
Tue, 6 Sep 2005 00:31:26 -0500 (CDT)
Received: from trouble.defaultvalue.org (omen.defaultvalue.org [192.168.1.1])
by omen.defaultvalue.org (Postfix) with ESMTP id 1DA45404E;
Mon, 5 Sep 2005 22:31:26 -0700 (PDT)
Received: by trouble.defaultvalue.org (Postfix, from userid 1000)
id 91C3E41081; Mon, 5 Sep 2005 22:31:25 -0700 (PDT)
From: Rob Browning <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: Kurt Roeckx <[EMAIL PROTECTED]>
Subject: Re: Bug#249307: FTBFS: Missing amd64 support.
References: <[EMAIL PROTECTED]>
Date: Mon, 05 Sep 2005 22:31:25 -0700
In-Reply-To: <[EMAIL PROTECTED]> (Kurt Roeckx's message of "Sun,
16 May 2004 18:37:41 +0200")
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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
Kurt Roeckx <[EMAIL PROTECTED]> writes:
> Package: guile-1.6
> Version: 1.6.4-4
> Severity: important
> Tags: patch
>
> It fails to build because on unknown architecture on amd64. This
> patch fixes it.
I believe this was fixed some time ago.
Thanks
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]