From: Paul Eggert <eggert@cs.ucla.edu>
To: "Nelson H. F. Beebe" <beebe@math.utah.edu>
Cc: 28893@debbugs.gnu.org
Subject: bug#28893: emacs-26.0.90 minor build issue on OpenIndiana
Date: Sun, 22 Oct 2017 22:53:37 -0700 [thread overview]
Message-ID: <53947480-b7c9-17d5-9cec-da05a7bb912d@cs.ucla.edu> (raw)
In-Reply-To: <CMM.0.95.0.1508360003.beebe@gamma.math.utah.edu>
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Thanks for the bug report. I installed the attached patch into the emacs-26
branch, and I hope it works for you. Can you please give it a try on OpenIndiana
by replacing the single instance of "termcap curses" with "curses termcap" in
the 'configure' shell script, and then re-running 'configure'?
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Port-to-OpenIndiana.patch --]
[-- Type: text/x-patch; name="0001-Port-to-OpenIndiana.patch", Size: 967 bytes --]
From a3f12ce63d2915a12d4d7b2f67697815bf2714c8 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 22 Oct 2017 22:44:42 -0700
Subject: [PATCH] Port to OpenIndiana
Problem reported by Nelson H. F. Beebe (Bug#28893).
Also see Bug#23748, Bug#9736, and Bug#5735.
* configure.ac (tputs_library): Prefer libcurses to libtermcap,
since OpenIndiana libtermcap lacks tparm.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 63324c2..8d14115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4035,7 +4035,7 @@ AC_DEFUN
else
# Maybe curses should be tried earlier?
# See https://debbugs.gnu.org/9736#35
- for tputs_library in '' tinfo ncurses terminfo termcap curses; do
+ for tputs_library in '' tinfo ncurses terminfo curses termcap; do
OLIBS=$LIBS
if test -z "$tputs_library"; then
emacs_cv_tputs_lib='none required'
--
2.7.4
next prev parent reply other threads:[~2017-10-23 5:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-18 20:53 bug#28893: emacs-26.0.90 minor build issue on OpenIndiana Nelson H. F. Beebe
2017-10-19 1:39 ` Noam Postavsky
2017-10-23 5:53 ` Paul Eggert [this message]
2017-10-24 17:03 ` Nelson H. F. Beebe
2017-10-31 12:08 ` Noam Postavsky
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=53947480-b7c9-17d5-9cec-da05a7bb912d@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=28893@debbugs.gnu.org \
--cc=beebe@math.utah.edu \
/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.