From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: 22.0.98 not starting on Solaris 10/I386 Date: Wed, 2 May 2007 14:20:26 +0300 Message-ID: <20070502112026.GA3682@kobe.laptop> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1178104932 6754 80.91.229.12 (2 May 2007 11:22:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 May 2007 11:22:12 +0000 (UTC) Cc: michael.ewe@arcor.de, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 13:22:10 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HjCuP-000806-CE for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 13:22:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjD0n-0007ex-UT for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 07:28:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjD0k-0007eT-Dr for emacs-devel@gnu.org; Wed, 02 May 2007 07:28:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjD0h-0007dh-QJ for emacs-devel@gnu.org; Wed, 02 May 2007 07:28:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjD0h-0007da-EC for emacs-devel@gnu.org; Wed, 02 May 2007 07:28:39 -0400 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjCuE-0005Ea-Mc; Wed, 02 May 2007 07:21:59 -0400 Original-Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l42BKjDx028517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 2 May 2007 14:20:52 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l42BKRP5003949; Wed, 2 May 2007 14:20:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l42BKRFw003948; Wed, 2 May 2007 14:20:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.524, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:70475 Archived-At: On 2007-04-30 18:09, Richard Stallman wrote: > Has this bug been fixed? I don't have the description of the bug, but I recently installed 22.0.99 on Solaris 10 Update 3, running on an amd64 system but compiled as a 32-bit binary with the options: % Configured for `i386-pc-solaris2.10'. % % Where should the build process find the source code? /home/keramida/tmp/emacs-src % What operating system and machine description files should Emacs use? % `s/sol2-6.h' and `m/intel386.h' % What compiler should emacs be built with? cc -xarch=386 % Should Emacs use the GNU version of malloc? yes % Should Emacs use a relocating allocator for buffers? yes % Should Emacs use mmap(2) for buffer allocation? no % What window system should Emacs use? x11 % What toolkit should Emacs use? LUCID % Where do we find X Windows header files? /usr/openwin/include % Where do we find X Windows libraries? /usr/openwin/lib % Does Emacs use -lXaw3d? no % Does Emacs use -lXpm? yes % Does Emacs use -ljpeg? yes % Does Emacs use -ltiff? yes % Does Emacs use -lungif? no % Does Emacs use -lpng? yes % Does Emacs use X toolkit scroll bars? no What was the problem with 22.0.98, to see if I can reproduce it with 22.0.99 too? - Giorgos