unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Nelson H. F. Beebe" <beebe@math.utah.edu>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: 28893@debbugs.gnu.org, "Nelson H. F. Beebe" <beebe@math.utah.edu>
Subject: bug#28893: emacs-26.0.90 minor build issue on OpenIndiana
Date: Tue, 24 Oct 2017 11:03:00 -0600	[thread overview]
Message-ID: <CMM.0.96.0.1508864580.beebe@gamma.math.utah.edu> (raw)
In-Reply-To: <53947480-b7c9-17d5-9cec-da05a7bb912d@cs.ucla.edu>

Paul Eggert proposes a small patch to the emacs-26.0.90 configure
script to deal with the build problem that I reported for OpenIndiana.

I've just done a fresh build on that system, and Paul's patch solves
the problem:

	diff configure.~1~ configure
	17027c17027
	<   for tputs_library in '' tinfo ncurses terminfo termcap curses; do
	---
	>   for tputs_library in '' tinfo ncurses terminfo curses termcap; do

The build procedure went like this:

	set path= ( /bin /usr/bin /sbin /usr/sbin )

	env CONFIG_SITE= ./configure --prefix=$L --with-pop \
		--with-gnutls=no --with-gif=no && \
		gmake all check

	... long output omitted...

	% ./src/emacs --version | head -1
	GNU Emacs 26.0.90

I suggest, however, that configure.ac acquire some explanatory
comments to document why -lcurses should be searched before -ltermcap
on OpenIndiana.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe@math.utah.edu  -
- 155 S 1400 E RM 233                       beebe@acm.org  beebe@computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------





  reply	other threads:[~2017-10-24 17:03 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
2017-10-24 17:03   ` Nelson H. F. Beebe [this message]
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CMM.0.96.0.1508864580.beebe@gamma.math.utah.edu \
    --to=beebe@math.utah.edu \
    --cc=28893@debbugs.gnu.org \
    --cc=eggert@cs.ucla.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).