unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Poissinger <pierre.poissinger@gmail.com>
To: 2403@emacsbugs.donarmstrong.com
Subject: bug#2403: 2403: Patch for AIX building
Date: Tue, 24 Mar 2009 12:09:10 +0100	[thread overview]
Message-ID: <3930158b0903240409r35472319q3a98682999c2a5be@mail.gmail.com> (raw)

[-- 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*")

                 reply	other threads:[~2009-03-24 11:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3930158b0903240409r35472319q3a98682999c2a5be@mail.gmail.com \
    --to=pierre.poissinger@gmail.com \
    --cc=2403@emacsbugs.donarmstrong.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).