GNU bug report logs - #1213
emacs GNU Emacs 22.3.1 (i386-pc-solaris2.10, X toolkit)

Previous Next

Package: emacs;

Reported by: "Michael E. Thomadakis" <miket <at> tamu.edu>

Date: Mon, 20 Oct 2008 22:35:03 UTC

Severity: normal

Tags: moreinfo

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

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 1213 in the body.
You can then email your comments to 1213 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1213; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Michael E. Thomadakis" <miket <at> tamu.edu>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Michael E. Thomadakis" <miket <at> tamu.edu>
To: undisclosed-recipients:;
Subject: emacs GNU Emacs 22.3.1 (i386-pc-solaris2.10, X toolkit) 
Date: Mon, 20 Oct 2008 17:27:48 -0500
I 've just finished compiling GNU emacs 22.3.1 on Solaris 10 (on an 
AMD64) with ./configure line:

 env CC="cc -m32" CFLAGS='-O2' ./configure --with-xpm --with-jpeg 
--with-tiff --with-gif --with-png

where cc is the latest C Workshop 12 Solaris 10 compiler, but when I run it
% ./src/emacs

Memory exhausted--use M-x save-some-buffers then exit and restart Emacs


However, when I use the -nw option the text window emacs launches properly.


Note that I was trying to build a 64-bit version of emacs

env CC="cc -m64" CFLAGS='' ./configure --with-xpm --with-jpeg 
--with-tiff --with-gif --with-png

but src/temacs was core dumping.

Do I need to change anything in the configre line or in the setup of 
Solaris 10 ?

Note that:
[ src > locale
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_ALL=en_US.UTF-8


Any help or hint would be greatly appreciated.


Michael





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1213; Package emacs. Full text and rfc822 format available.

Message #8 received at 1213 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: "Michael E. Thomadakis" <miket <at> tamu.edu>
Cc: 1213 <at> debbugs.gnu.org
Subject: Re: bug#1213: emacs GNU Emacs 22.3.1 (i386-pc-solaris2.10, X toolkit)
Date: Fri, 31 Oct 2008 15:51:50 -0400
Could you perhaps try the current CVS trunk and see if that works
any better for you? There are some recent changes, see

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1191

that may help in this area, though I am not sure if there are all
installed yet.

Instructions for getting it are here:

http://savannah.gnu.org/cvs/?group=emacs

In short:

cvs -z3 -d:pserver:anonymous <at> cvs.savannah.gnu.org:/sources/emacs co emacs




Tags added: moreinfo Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 13 Nov 2008 08:00:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1213; Package emacs. Full text and rfc822 format available.

Message #13 received at 1213 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: "Michael E. Thomadakis" <miket <at> tamu.edu>
Cc: 1213 <at> debbugs.gnu.org
Subject: Re: bug#1213: emacs GNU Emacs 22.3.1 (i386-pc-solaris2.10, X toolkit)
Date: Thu, 11 Dec 2008 09:49:44 -0800 (PST)
"Michael E. Thomadakis" <miket <at> tamu.edu> writes:

  > I 've just finished compiling GNU emacs 22.3.1 on Solaris 10 (on an
  > AMD64) with ./configure line:
  > 
  >  env CC="cc -m32" CFLAGS='-O2' ./configure --with-xpm --with-jpeg
  > --with-tiff --with-gif --with-png
  > 
  > where cc is the latest C Workshop 12 Solaris 10 compiler, but when I run it
  > % ./src/emacs
  > 
  > Memory exhausted--use M-x save-some-buffers then exit and restart Emacs
  > 
  > 
  > However, when I use the -nw option the text window emacs launches properly.
  > 
  > 
  > Note that I was trying to build a 64-bit version of emacs
  > 
  > env CC="cc -m64" CFLAGS='' ./configure --with-xpm --with-jpeg
  > --with-tiff --with-gif --with-png

Building a 64-bit version won't work for emacs-22.3, but it should work
now for the CVS HEAD version, so you might want to try that.

Thanks

        --dan




Reply sent to Dan Nicolaescu <dann <at> ics.uci.edu>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to "Michael E. Thomadakis" <miket <at> tamu.edu>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #18 received at 1213-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: "Michael E. Thomadakis" <miket <at> tamu.edu>
Cc: 1213-done <at> debbugs.gnu.org
Subject: Re: bug#1213: emacs GNU Emacs 22.3.1 (i386-pc-solaris2.10, X toolkit)
Date: Sat, 13 Dec 2008 10:08:57 -0800 (PST)
Fixed in CVS HEAD.




Message #19 received at 1213-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Michael E. Thomadakis" <miket <at> tamu.edu>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 1213-done <at> debbugs.gnu.org
Subject: Re: bug#1213: emacs GNU Emacs 22.3.1 (i386-pc-solaris2.10, X toolkit)
Date: Tue, 16 Dec 2008 15:03:01 -0600
[Message part 1 (text/plain, inline)]
Dan,

Thank you much

Michael

Dan Nicolaescu wrote:
> Fixed in CVS HEAD.
>   



[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 14 Jan 2009 15:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 157 days ago.

Previous Next


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