GNU bug report logs - #12126
24.1.50; compilation --with-wide-int on PowerPC 32-bit leads to: Maximum buffer size exceeded

Previous Next

Package: emacs;

Reported by: Peter Dyballa <peter_dyballa <at> freenet.de>

Date: Thu, 2 Aug 2012 21:52:02 UTC

Severity: normal

Tags: wontfix

Found in version 24.1.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12126 in the body.
You can then email your comments to 12126 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#12126; Package emacs. (Thu, 02 Aug 2012 21:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Dyballa <peter_dyballa <at> freenet.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 02 Aug 2012 21:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Dyballa <peter_dyballa <at> freenet.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.1.50;
	compilation --with-wide-int on PowerPC 32-bit leads to: Maximum
	buffer size exceeded 
Date: Thu, 2 Aug 2012 23:41:31 +0200
Hello!

On Mac OS X 10.5.8, Snow Leopard, with PowerPC 7447A configuration for  
X11 or the NS variant à la

	time nice +17 env LANG=C PATH=/sw/bin:$PATH ./configure --with-<NS or  
x-toolkit=athena or x-toolkit=gtk> --with-wide-int --without-sound -- 
without-dbus --without-pop --without-gconf --without-gpm --without- 
gsettings --without-selinux --without-gif --without-jpeg --without-png  
--without-rsvg --without-tiff --without-xpm --disable-ns-self- 
contained --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include -- 
enable-locallisppath=/Library/Application\ Support/Emacs/calendar24:/ 
Library/Application\ Support/Emacs CFLAGS="-g -ggdb3 -H -pipe -fPIC - 
fno-common -fast -mcpu=7450 -mtune=G4 -malign-natural" LDFLAGS="-Wl,- 
dead_strip_dylibs -Wl,-bind_at_load -Wl,-t" PKG_CONFIG_PATH=/sw/lib/ 
xft2/lib/pkgconfig:/sw/share/pkgconfig:/sw/lib/pkgconfig:/usr/X11/lib/ 
pkgconfig:/usr/X11/share/pkgconfig:/usr/lib/pkgconfig

the 'make bootstrap' step ends here:

	Loading window (source)...
	Loading .../emacs-24.1.50/lisp/files.el (source)...
	Maximum buffer size exceeded
	make[2]: *** [bootstrap-emacs] Error 1

The compiler used is

	powerpc-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc.  
build 5555) (LLVM build 2064.3)

src/s/darwin.h once contained:

	#ifdef HAVE_NS
	#define SYSTEM_PURESIZE_EXTRA 200000
	#endif


--
Greetings

  Pete

Isn't vi that text editor with two modes... one that beeps and one  
that corrupts your file?
				– Dan Jacobson, on comp.os.linux.advocacy





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12126; Package emacs. (Fri, 03 Aug 2012 16:40:01 GMT) Full text and rfc822 format available.

Message #8 received at 12126 <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Cc: 12126 <at> debbugs.gnu.org
Subject: Re: bug#12126: 24.1.50;
	compilation --with-wide-int on PowerPC 32-bit leads to: Maximum
	buffer size exceeded 
Date: Fri, 3 Aug 2012 18:31:40 +0200
2 aug 2012 kl. 23:41 skrev Peter Dyballa:

> Hello!

Hello.

> 
> On Mac OS X 10.5.8, Snow Leopard, with PowerPC 7447A configuration for X11 or the NS variant à la
> 
> 	time nice +17 env LANG=C PATH=/sw/bin:$PATH ./configure --with-<NS or x-toolkit=athena or x-toolkit=gtk> --with-wide-int --without-sound --without-dbus --without-pop --without-gconf --without-gpm --without-gsettings --without-selinux --without-gif --without-jpeg --without-png --without-rsvg --without-tiff --without-xpm --disable-ns-self-contained --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include --enable-locallisppath=/Library/Application\ Support/Emacs/calendar24:/Library/Application\ Support/Emacs CFLAGS="-g -ggdb3 -H -pipe -fPIC -fno-common -fast -mcpu=7450 -mtune=G4 -malign-natural" LDFLAGS="-Wl,-dead_strip_dylibs -Wl,-bind_at_load -Wl,-t" PKG_CONFIG_PATH=/sw/lib/xft2/lib/pkgconfig:/sw/share/pkgconfig:/sw/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/lib/pkgconfig
> 
> the 'make bootstrap' step ends here:
> 
> 	Loading window (source)...
> 	Loading .../emacs-24.1.50/lisp/files.el (source)...
> 	Maximum buffer size exceeded
> 	make[2]: *** [bootstrap-emacs] Error 1
> 
> The compiler used is
> 
> 	powerpc-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3)

Does it work if you just
% configure --with-ns
?

> 
> src/s/darwin.h once contained:
> 
> 	#ifdef HAVE_NS
> 	#define SYSTEM_PURESIZE_EXTRA 200000
> 	#endif
> 

That is in config.h now.

	Jan D.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12126; Package emacs. (Sat, 04 Aug 2012 16:21:01 GMT) Full text and rfc822 format available.

Message #11 received at 12126 <at> debbugs.gnu.org (full text, mbox):

From: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: 12126 <at> debbugs.gnu.org
Subject: Re: bug#12126: 24.1.50;
	compilation --with-wide-int on PowerPC 32-bit leads to: Maximum
	buffer size exceeded 
Date: Sat, 4 Aug 2012 18:10:38 +0200
Am 03.08.2012 um 18:31 schrieb Jan Djärv:

> Does it work if you just
> % configure --with-ns


Yes, compilation finishes then. It makes no difference whether I use  
MacPorts or Fink and whether the compiler is

 • powerpc-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple  
Inc. build 5555) (LLVM build 2064.3)
 • powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
 • powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)

My test started with that simple configure line and MacPorts and then  
a 'make bootstrap'. This took hours, followed by 'make install'. The  
next step was a new configuration followed by make and 'make install',  
taking approximately 20-25 min. So I produced six versions of  
Emacs.app. None really worked. When I launched them with open they  
crashed at some time when initialising/executing my init file and re- 
establishing previous session and desktop. When I invoked the Emacs  
binary inside the application bundle with '--debug-init -Q' and I  
invoked dired with C-x d and accepted the root of the GNU Emacs'  
sources as directory with RET the NS variant instantly crashed.

--
Greetings

  Pete

Encryption, n.:
	A powerful algorithmic encoding technique employed in the creation of  
computer manuals.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12126; Package emacs. (Sat, 04 Aug 2012 21:06:02 GMT) Full text and rfc822 format available.

Message #14 received at 12126 <at> debbugs.gnu.org (full text, mbox):

From: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: 12126 <at> debbugs.gnu.org
Subject: Re: bug#12126: 24.1.50;
	compilation --with-wide-int on PowerPC 32-bit leads to: Maximum
	buffer size exceeded 
Date: Sat, 4 Aug 2012 22:54:55 +0200
Am 03.08.2012 um 18:31 schrieb Jan Djärv:

> Does it work if you just
> % configure --with-ns

	./configure  --with-ns --with-wide-int

with "powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build  
5493)" also succeeds, same with "powerpc-apple-darwin9-gcc-4.2.1 (GCC)  
4.2.1 (Apple Inc. build 5577)". Simple make and 'make bootstrap' with  
"powerpc-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc.  
build 5555) (LLVM build 2064.3)" end with this consistently:

	Loading .../emacs-24.1.50/lisp/composite.el (source)...
	Loading .../emacs-24.1.50/lisp/language/chinese.el (source)...
	Wrong type argument: sequencep, 130257792809520
	make[2]: *** [bootstrap-emacs] Error 1

The two built and installed pieces of Emacs.app are completely  
useless, they can't even create the initial frame, they already crash  
before they can appear.

--
Greetings

  Pete

Typography exists to honor content.
			– Robert Bringhurst







Added tag(s) wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 11 Oct 2014 18:23:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 12126 <at> debbugs.gnu.org and Peter Dyballa <peter_dyballa <at> freenet.de> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 04 Mar 2016 15:35:24 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Apr 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.