unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2403: 2403: Patch for AIX building
@ 2009-03-24 11:09 Pierre Poissinger
  0 siblings, 0 replies; only message in thread
From: Pierre Poissinger @ 2009-03-24 11:09 UTC (permalink / raw)
  To: 2403

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

Hi,

I also did a git bisect but on AIX and end up with same "problematic" commit:
------
2cca1253c9cc30fc7be3231b478e8b6859ef7600 is first bad commit
commit 2cca1253c9cc30fc7be3231b478e8b6859ef7600
Author: Kenichi Handa <handa@m17n.org>
Date:   Thu Nov 27 08:02:28 2008 +0000

    Set inhibit-load-charset-map to t while preloading
    files.

------

Reverting partially this change-set allowed to finish bootstrap and
install on AIX (5.2)
[Attached the partial revert I made]

Cheers,
Pierre
--
>>> horsemen = ['war', 'pestilence', 'famine']
>>> horsemen.append('Powerbuilder')

[-- Attachment #2: emacs-23-git.aix-build.patch --]
[-- Type: text/x-patch, Size: 794 bytes --]

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 284c7e3..aa7f15d 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -46,11 +46,11 @@
 
 (message "Using load-path %s" load-path)
 
-(if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
-	(member (nth 4 command-line-args) '("dump" "bootstrap")))
-    ;; To reduce the size of dumped Emacs, we avoid making huge
-    ;; char-tables.
-    (setq inhibit-load-charset-map t))
+;; (if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
+;; 	(member (nth 4 command-line-args) '("dump" "bootstrap")))
+;;     ;; To reduce the size of dumped Emacs, we avoid making huge
+;;     ;; char-tables.
+;;     (setq inhibit-load-charset-map t))
 
 ;; We don't want to have any undo records in the dumped Emacs.
 (set-buffer "*scratch*")

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-24 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 11:09 bug#2403: 2403: Patch for AIX building Pierre Poissinger

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).