all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@is.elta.co.il>
Subject: Re: build: Maximum buffer size exceeded
Date: Sat, 08 Feb 2003 14:22:13 +0200	[thread overview]
Message-ID: <3405-Sat08Feb2003142212+0200-eliz@is.elta.co.il> (raw)
In-Reply-To: <20030208113902.7cf8e809.occitan@esperanto.org> (message from Daniel Pfeiffer on Sat, 8 Feb 2003 11:39:02 +0100)

> From: Daniel Pfeiffer <occitan@esperanto.org>
> Newsgroups: gnu.emacs.help
> Date: Sat, 8 Feb 2003 11:39:02 +0100
> 
> When I think back I've never built Emacs with gcc 3.2 and no longer have
> 2.95.  I'm trying to build CVS (and meanwhile also 21.2) with gcc 3.2, glibc
> 2.2.5, Linux Kernel 2.4.19 (SuSE 8.1):
> ...
> Loading international/mule-conf.el (source)...
> Loading format (source)...
> Loading bindings (source)...
> Loading files (source)...
> Maximum buffer size exceeded
> make[1]: *** [bootstrap-emacs] Fehler 255

First, please note that reporting failures to build here is not
recommended: you should either report them on bug-gnu-emacs@gnu.org
(for released versions of Emacs), or to emacs-pretest-bug@gnu.org (for
CVS and pretest versions).  Many Emacs developers don't read this
forum, so they will never see your report.

> Even though I'm building it out of the box, I tried
> 
> #define SYSTEM_PURESIZE_EXTRA 30000000
> 
> to no avail.

The problem you see has nothing to do with SYSTEM_PURESIZE_EXTRA.
What Emacs is trying to tell you is that when it tried to load
file.el, it found that file to be more than 128MB, the maximum size of
a buffer Emacs can handle.  What you need to figure out is how come
files.el, which is only about 170KB, causes Emacs to think it's much
larger.

I don't have any idea why this would happen, except if something went
_very_ wrong when you downloaded the CVS version.  Please look closely
at files.el and see if it has some large piece of junk appended to it.
Deleting that file and doing a "cvs up -would bring you the current
versions of all the files from CVS, and fix the problem.

If the above doesn't help, please post your report to
emacs-pretest-bug@gnu.org.

  reply	other threads:[~2003-02-08 12:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-08 10:39 build: Maximum buffer size exceeded Daniel Pfeiffer
2003-02-08 12:22 ` Eli Zaretskii [this message]
     [not found] ` <mailman.1670.1044707119.21513.help-gnu-emacs@gnu.org>
2003-02-09 12:46   ` Daniel Pfeiffer
2003-02-09 15:56     ` Eli Zaretskii
     [not found]     ` <mailman.1701.1044806415.21513.help-gnu-emacs@gnu.org>
2003-02-09 23:42       ` Daniel Pfeiffer
2003-02-10  5:47         ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=3405-Sat08Feb2003142212+0200-eliz@is.elta.co.il \
    --to=eliz@is.elta.co.il \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.