all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rabbe Fogelholm <eubrafo@operamail.com>
Subject: Solaris 8 patches 108652-51 and 108919-14 break `make install'
Date: Wed, 17 Apr 2002 13:53:53 +0200	[thread overview]
Message-ID: <3CBD6251.E71CE2A2@operamail.com> (raw)

In GNU Emacs 21.2.1 (sparc-sun-solaris2.8, X toolkit)
 of 2002-04-17 on mandolin...

When setting up a Solaris 8 machine yesterday I noticed that a recent
Solaris patch (or a pair of patches, from the Recommended & Security
bundle dated April 12, 2002) breaks the `make install' target when
building Emacs.

The console output from the failing `make install' command looks as
follows:

> if [ ! -f /usr/local/bootenv/emacs/emacs-21.2/lisp/abbrev.elc ]; then \
>   make  bootstrap; \
> fi
> cd lib-src; make all  \
>   CC='gcc' CFLAGS='-g -O2 ' CPPFLAGS='' \
>   LDFLAGS='-L/usr/openwin/lib' MAKE='make'
> make[1]: Entering directory `/usr/local/bootenv/emacs/emacs-21.2/lib-src'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/local/bootenv/emacs/emacs-21.2/lib-src'
> cd src; make all  \
>   CC='gcc' CFLAGS='-g -O2 ' CPPFLAGS='' \
>   LDFLAGS='-L/usr/openwin/lib' MAKE='make'
> make[1]: Entering directory `/usr/local/bootenv/emacs/emacs-21.2/src'
> cd ../lwlib/; make -w       CC='gcc' CFLAGS='-g -O2 ' MAKE='make'     "C_SWITCH_X_SITE=-I/usr/openwin/include "     "C_SWITCH_X_MACHINE="     "C_SWITCH_X_SYSTEM=-I/usr/dt/include "     "C_SWITCH_SITE="     "C_SWITCH_MACHINE="     "C_SWITCH_SYSTEM="
> make[2]: Entering directory `/usr/local/bootenv/emacs/emacs-21.2/lwlib'
> gcc -c   -I/usr/openwin/include  -I/usr/dt/include    -g -O2  -DEMACS_BITMAP_FILES -DHAVE_CONFIG_H -Demacs -I. -I../src -I/usr/local/bootenv/emacs/emacs-21.2/lwlib -I/usr/local/bootenv/emacs/emacs-21.2/lwlib/../src xlwmenu.c
> 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.

--Rabbe Fogelholm, Stockholm, Sweden

             reply	other threads:[~2002-04-17 11:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-17 11:53 Rabbe Fogelholm [this message]
2002-04-17 14:51 ` Solaris 8 patches 108652-51 and 108919-14 break `make install' Eli Zaretskii
2002-04-17 16:07   ` Rabbe Fogelholm
2002-04-17 18:03     ` Eli Zaretskii
2002-04-18 19:00       ` Viktor Haag
2002-04-19 11:22         ` Eli Zaretskii
     [not found]       ` <3CBEEC11.96CC00AC@era-t.ericsson.se>
2002-04-19 11:21         ` 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=3CBD6251.E71CE2A2@operamail.com \
    --to=eubrafo@operamail.com \
    /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.