Your message dated Sun, 18 Sep 2005 11:17:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300368: fixed in emacs21 21.4a-2
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; 19 Mar 2005 10:07:29 +0000
>From [EMAIL PROTECTED] Sat Mar 19 02:07:29 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 1DCarf-0007ao-00; Sat, 19 Mar 2005 02:07:28 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1DCarV-00072S-5p; Sat, 19 Mar 2005 11:07:17 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: emacs21: FTBFS (ppc64): Please add support for the ppc64 architecture
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 19 Mar 2005 11:07:17 +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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: emacs21
Severity: wishlist
Tags: patch
With the attached patch, 'emacs21' can be compiled on ppc64.
This patch is similar to the patch which is used by Fedora for ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/emacs21-21.3+1/src/m/macppc.h ./src/m/macppc.h
--- ../tmp-orig/emacs21-21.3+1/src/m/macppc.h 2001-10-23 08:43:33.000000000
+0200
+++ ./src/m/macppc.h 2005-02-09 10:51:27.925283755 +0100
@@ -95,11 +95,47 @@
#ifdef LINUX
#define LINKER $(CC) -nostdlib
-#define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc
+#ifdef __powerpc64__
+#define LD_SWITCH_MACHINE -m64 -Xlinker -m -Xlinker elf64ppc
+#else
+#define LD_SWITCH_MACHINE -m32 -Xlinker -m -Xlinker elf32ppc
+#endif
/* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here
because prefix-args is not used. */
#undef LD_SWITCH_SYSTEM_TEMACS
#define LD_SWITCH_MACHINE_TEMACS -Xlinker -znocombreloc
+
+#ifdef __powerpc64__
+/* Misc 64-bit fixups, patterned after the x86_64 file */
+#undef BITS_PER_LONG
+#undef BITS_PER_EMACS_INT
+#undef VALBITS
+#undef PNTR_COMPARISON_TYPE
+#undef MARKBIT
+#undef XINT
+#undef XUINT
+#undef XPNTR
+#undef START_FILES
+#undef LIB_STANDARD
+#undef EMACS_INT
+#undef EMACS_UINT
+#undef SPECIAL_EMACS_INT
+
+#define BITS_PER_LONG 64
+#define BITS_PER_EMACS_INT 64
+#define VALBITS 60
+#define PNTR_COMPARISON_TYPE unsigned long
+#define MARKBIT 0x8000000000000000L
+
+#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG
- VALBITS))
+#define XUINT(a) ((long) (a) & VALMASK)
+#define XPNTR(a) XUINT (a)
+#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
+#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
+#define EMACS_INT long
+#define EMACS_UINT unsigned long
+#define SPECIAL_EMACS_INT
+#endif
#endif
#if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,
---------------------------------------
Received: (at 300368-close) by bugs.debian.org; 18 Sep 2005 18:18:47 +0000
>From [EMAIL PROTECTED] Sun Sep 18 11:18:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EH3iu-0000Q9-00; Sun, 18 Sep 2005 11:17:08 -0700
From: Rob Browning <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300368: fixed in emacs21 21.4a-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 18 Sep 2005 11:17:08 -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: emacs21
Source-Version: 21.4a-2
We believe that the bug you reported is fixed in the latest version of
emacs21, which is due to be installed in the Debian FTP archive:
emacs21-bin-common_21.4a-2_i386.deb
to pool/main/e/emacs21/emacs21-bin-common_21.4a-2_i386.deb
emacs21-common_21.4a-2_all.deb
to pool/main/e/emacs21/emacs21-common_21.4a-2_all.deb
emacs21-el_21.4a-2_all.deb
to pool/main/e/emacs21/emacs21-el_21.4a-2_all.deb
emacs21-nox_21.4a-2_i386.deb
to pool/main/e/emacs21/emacs21-nox_21.4a-2_i386.deb
emacs21_21.4a-2.diff.gz
to pool/main/e/emacs21/emacs21_21.4a-2.diff.gz
emacs21_21.4a-2.dsc
to pool/main/e/emacs21/emacs21_21.4a-2.dsc
emacs21_21.4a-2_i386.deb
to pool/main/e/emacs21/emacs21_21.4a-2_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.
Rob Browning <[EMAIL PROTECTED]> (supplier of updated emacs21 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: Sat, 17 Sep 2005 23:39:52 -0700
Source: emacs21
Binary: emacs21-el emacs21-common emacs21-nox emacs21-bin-common emacs21
Architecture: source all i386
Version: 21.4a-2
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[EMAIL PROTECTED]>
Changed-By: Rob Browning <[EMAIL PROTECTED]>
Description:
emacs21 - The GNU Emacs editor
emacs21-bin-common - The GNU Emacs editor's shared, architecture dependent
files
emacs21-common - The GNU Emacs editor's shared, architecture independent
infrastru
emacs21-el - GNU Emacs LISP (.el) files
emacs21-nox - The GNU Emacs editor (without X support)
Closes: 273123 300368 309930 309963 311074
Changes:
emacs21 (21.4a-2) unstable; urgency=low
.
* Apply patch applying modifiers to multibyte-char keys. Thanks to
Martin Stjernholm <[EMAIL PROTECTED]> (closes: #309963) [Jérôme Marant]
- debian/patches/multibyte-char-key-modifiers.dpatch: new file.
- debian/00list: updated.
.
* Apply patch supporting the ppc64 architecture. This is a slightly
modified patch derived from the Emacs CVS mainline.
(closes: #300368) [Jérôme Marant]
- debian/patches/arch-ppc64.patch: new file.
- debian/00list: updated.
.
* Add real dependency as an alternative to the libtiff-dev build
dependency in order for the build to be deterministic.
(closes: #311074) [Jérôme Marant]
- debian/control.in: add libtiff4-dev as alternative libtiff-dev
build dependency.
- debian/control: regenerated.
.
* Bump Standards-Version to 3.6.2. [Jérôme Marant]
- debian/control.in
- debian/control: regenerated.
.
* Use the "kitchen sink" bitmap icon when iconifying the Emacs window.
(closes: #309930) [Jérôme Marant]
- debian/menu.in: pass the `-i' option to the command launching Emacs
under X11.
- debian/emacs.desktop: likewise.
.
* Work around bug in Xorg which makes AltGr incorrectly recognized.
This patch has been backported from Emacs CVS trunk. [Jérôme Marant]
- debian/patches/xorg-altgr-fix.dpatch: new file.
- debian/00list: updated.
.
* Apply patch preventing an infinite loop in whitespace.el if kill-read-only
is set to t. Thanks to Romain Francoise <[EMAIL PROTECTED]>
(closes: #273123) [Jérôme Marant]
- debian/patches/whitespace-readonly-infloop.dpatch: new file.
- debian/00list: updated.
Files:
0fc7d27f0e1988ded17ba50a9444c73c 795 editors optional emacs21_21.4a-2.dsc
964190042652e89b629b97c8ad448283 148842 editors optional
emacs21_21.4a-2.diff.gz
cba414e8c33a89f364a1c886be3d14a7 7209182 editors optional
emacs21-el_21.4a-2_all.deb
aa546cce7e1901f169a7a63db731d06b 11067940 editors optional
emacs21-common_21.4a-2_all.deb
eb067c48cf5bbc0b88f823d2a6df80c9 1827794 editors optional
emacs21-nox_21.4a-2_i386.deb
d9f52da873059061867d2dedcff235de 2025324 editors optional
emacs21_21.4a-2_i386.deb
176096120945620f6744965653de4143 136440 editors optional
emacs21-bin-common_21.4a-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDLaudJcjTd4x+c6QRAuNRAKC1pVuI/4xHLchQSzmyYGEpDjryqQCgqAre
wiRTUSCJAFIE56Vu524HuaY=
=reFJ
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]