From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Solaris 8 patches 108652-51 and 108919-14 break `make install' Date: Wed, 17 Apr 2002 14:03:51 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <3CBD6251.E71CE2A2@operamail.com> <5139-Wed17Apr2002175129+0300-eliz@is.elta.co.il> <3CBD9DBE.12E0FC45@operamail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019066764 20616 127.0.0.1 (17 Apr 2002 18:06:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 17 Apr 2002 18:06:04 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16xtoh-0005MP-00 for ; Wed, 17 Apr 2002 20:06:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xtoq-00041Z-00; Wed, 17 Apr 2002 14:06:12 -0400 Original-Received: from chi6-1.relay.mail.uu.net ([199.171.54.98]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16xtmd-0003uh-00 for ; Wed, 17 Apr 2002 14:03:55 -0400 Original-Received: from fencepost.gnu.org by chi6sosrv13.alter.net with ESMTP (peer crosschecked as: fencepost.gnu.org [199.232.76.164]) id QQmkzw19626 for ; Wed, 17 Apr 2002 18:03:54 GMT Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16xtmZ-0003ud-00; Wed, 17 Apr 2002 14:03:51 -0400 Original-To: Rabbe.Fogelholm@ericsson.com In-Reply-To: <3CBD9DBE.12E0FC45@operamail.com> (message from Rabbe Fogelholm on Wed, 17 Apr 2002 18:07:26 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:750 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:750 > From: Rabbe Fogelholm > Newsgroups: gnu.emacs.bug > Date: Wed, 17 Apr 2002 18:07:26 +0200 > > > > > In file included from /usr/openwin/include/X11/Xos.h:81, > > > > from xlwmenu.c:32: > > > > /usr/include/strings.h:25: conflicting types for `memmove' > > > > /usr/include/iso/string_iso.h:62: previous declaration of `memmove' > > > > /usr/include/strings.h:26: parse error before `0' > > > > /usr/include/strings.h:26: warning: conflicting types for built-in function `memset' > > > > make[2]: *** [xlwmenu.o] Error 1 > > > > make[2]: Leaving directory `/usr/local/bootenv/emacs/emacs-21.2/lwlib' > > > > make[1]: *** [really-lwlib] Error 2 > > > > make[1]: Leaving directory `/usr/local/bootenv/emacs/emacs-21.2/src' > > > > make: *** [src] Error 2 > > > > > > A workaround is to back out the 108652-51 patch, which requires that > > > 108919-14 is backed out first. After doing this the `make install' > > > target succeeds. Thanks for the files you sent. Could you please try the patch below, both with and without the Solaris patches, and see if Emacs builds in both cases? Thanks. Index: src/s/sol2-5.h =================================================================== RCS file: /cvs/emacs/src/s/sol2-5.h,v retrieving revision 1.13 diff -c -r1.13 sol2-5.h *** src/s/sol2-5.h 22 Nov 2000 10:37:31 -0000 1.13 --- src/s/sol2-5.h 17 Apr 2002 18:00:03 -0000 *************** *** 24,29 **** --- 24,38 ---- #undef USE_MMAP_FOR_BUFFERS + #ifdef HAVE_BCOPY + #undef bcopy + #undef bzero + #undef bcmp + #ifndef NOT_C_CODE + #include + #endif + #endif + #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ /* Don't use the shared libraries for -lXt and -lXaw, to work around a linker bug in Solaris 2.5.