From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 21:15:11 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A68DAC0 for ; Mon, 16 Jun 2014 21:15:11 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB8932F10 for ; Mon, 16 Jun 2014 21:15:10 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WweF4-0000Wd-7s for freebsd-ports@freebsd.org; Mon, 16 Jun 2014 23:15:02 +0200 Received: from a91-154-115-217.elisa-laajakaista.fi ([91.154.115.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 23:15:02 +0200 Received: from rakuco by a91-154-115-217.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2014 23:15:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Subject: Re: Problem with emacs Date: Tue, 17 Jun 2014 00:14:49 +0300 Lines: 15 Message-ID: <86ha3kh7zq.fsf@orwell.Elisa> References: <539F520F.9070009@altadena.net> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: a91-154-115-217.elisa-laajakaista.fi User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (berkeley-unix) Cancel-Lock: sha1:Re7TpqbUcZ9Rxirbbkin26r2DTQ= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 21:15:11 -0000 Pete Carah writes: > In trying to build emacs (9.2-stable) (ports svn as of this morning, but > one from a few weeks ago does this too) I get the following: > > checking for posix_openpt... yes > checking for library containing tputs... no > configure: error: The required function `tputs' was not found in any library. > The following libraries were tried (in order): > libtinfo, libncurses, libterminfo, libtermcap, libcurses > Please try installing whichever of these libraries is most appropriate > for your system, together with its header files. > For example, a libncurses-dev(el) or similar package. What does config.log say?