Your message dated Wed, 26 Oct 2005 19:47:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#251765: fixed in scm 5d9-5
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; 30 May 2004 19:08:51 +0000
>From [EMAIL PROTECTED] Sun May 30 12:08:51 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx5.informatik.uni-tuebingen.de [134.2.12.32]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BUVfu-0001Ly-00; Sun, 30 May 2004 12:08:50 -0700
Received: from localhost (loopback [127.0.0.1])
by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP
id A0DD210D; Sun, 30 May 2004 21:08:19 +0200 (MST)
Received: from mx3.informatik.uni-tuebingen.de ([134.2.12.26])
by localhost (mx5 [134.2.12.32]) (amavisd-new, port 10024) with ESMTP
id 14690-05; Sun, 30 May 2004 21:08:17 +0200 (DFT)
Received: from dual (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66])
by mx3.informatik.uni-tuebingen.de (Postfix) with ESMTP
id 3CACA13B; Sun, 30 May 2004 21:08:17 +0200 (DFT)
Received: from mrvn by dual with local (Exim 4.34)
id 1BUVev-0000n4-OW; Sun, 30 May 2004 19:07:49 +0000
Content-Type: multipart/mixed; boundary="===============6086215264138376214=="
MIME-Version: 1.0
From: Goswin von Brederlow <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS: missing amd64 support
X-Mailer: reportbug 2.59
Date: Sun, 30 May 2004 19:07:44 +0000
Message-Id: <[EMAIL PROTECTED]>
Sender: Goswin von Brederlow <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new (McAfee AntiVirus) at
informatik.uni-tuebingen.de
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:
This is a multi-part MIME message sent by reportbug.
--===============6086215264138376214==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: scm
Version: 5d9-4
Severity: important
Tags: patch
Justification: fails to build from source
Hi,
scm is missing support for amd64 (x86_64). Setting the same defines as
alpha has makes scm build successfully. Patch attached.
MfG
Goswin
-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.5-amd64
Locale: LANG=C, LC_CTYPE=C
--===============6086215264138376214==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="scm_5d9-4.0.0.1.pure64.patch"
diff -Nurd scm-5d9.deb/debian/changelog scm-5d9/debian/changelog
--- scm-5d9.deb/debian/changelog 2004-05-30 19:02:33.744767271 +0000
+++ scm-5d9/debian/changelog 2004-05-30 19:02:42.621280479 +0000
@@ -1,3 +1,9 @@
+scm (5d9-4.0.0.1.pure64) unstable; urgency=low
+
+ * Add support for amd64 (x86_64)
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]> Sun, 30 May 2004 21:00:05 +0200
+
scm (5d9-4) unstable; urgency=low
* Apply patch from 144062 to fix hppa build (Closes: #144062)
diff -Nurd scm-5d9.deb/scmfig.h scm-5d9/scmfig.h
--- scm-5d9.deb/scmfig.h 2003-09-21 23:42:46.000000000 +0000
+++ scm-5d9/scmfig.h 2004-05-30 19:02:42.608282656 +0000
@@ -147,6 +147,9 @@
# ifdef __alpha
# define CDR_DOUBLES
# endif
+# ifdef __x86_64
+# define CDR_DOUBLES
+# endif
# ifdef _UNICOS /* doubles are no better than singles on Cray.
*/
# define SINGLESONLY
@@ -281,6 +284,9 @@
#ifdef __alpha
# define SHORT_INT
#endif
+#ifdef __x86_64
+# define SHORT_INT
+#endif
#ifdef __ia64
# define SHORT_INT
# define CDR_DOUBLES
--===============6086215264138376214==--
---------------------------------------
Received: (at 251765-close) by bugs.debian.org; 27 Oct 2005 02:47:46 +0000
>From [EMAIL PROTECTED] Wed Oct 26 19:47:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUxnH-0006Pw-00; Wed, 26 Oct 2005 19:47:07 -0700
From: [EMAIL PROTECTED] (Thomas Bushnell, BSG)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#251765: fixed in scm 5d9-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 19:47:07 -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: scm
Source-Version: 5d9-5
We believe that the bug you reported is fixed in the latest version of
scm, which is due to be installed in the Debian FTP archive:
scm_5d9-5.diff.gz
to pool/main/s/scm/scm_5d9-5.diff.gz
scm_5d9-5.dsc
to pool/main/s/scm/scm_5d9-5.dsc
scm_5d9-5_powerpc.deb
to pool/main/s/scm/scm_5d9-5_powerpc.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.
Thomas Bushnell, BSG <[EMAIL PROTECTED]> (supplier of updated scm 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: Wed, 26 Oct 2005 19:31:02 -0700
Source: scm
Binary: scm
Architecture: source powerpc
Version: 5d9-5
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG <[EMAIL PROTECTED]>
Changed-By: Thomas Bushnell, BSG <[EMAIL PROTECTED]>
Description:
scm - A Scheme language interpreter
Closes: 251765 295074 326297
Changes:
scm (5d9-5) unstable; urgency=low
.
* New maintainer. Adopted with permission of previous maintainer.
.
* repl.c (s_read): Remove static qualifier on declaration.
* scmfig.h: Use SHORT_INT and CDR_DOUBLES on __powerpc64__ and
__x86_64__ just as with __ia64.
(Closes: #295074, #251765)
.
* debian/control (Build-Depends): Use libreadline5-dev in place of
libreadline4-dev. (Closes: #326297)
Files:
f11eb99f540bdeab4375e2c221b7da3d 602 interpreters optional scm_5d9-5.dsc
5342d207967d2b9102404ae5c0d92420 45679 interpreters optional scm_5d9-5.diff.gz
a0ab10325bfa7a12e2d74ec7532fcdc6 680134 interpreters optional
scm_5d9-5_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDYD09qMsB9b6fcOoRAj43AKCoSlj2UM48G9e7r3uewK7sVPJtggCfVLFn
5aM/EgZcgTjheos5cP9+8FU=
=9G0K
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]