From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 10:53:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67E7A8D7 for ; Tue, 17 Jun 2014 10:53:59 +0000 (UTC) Received: from nm5-vm2.access.bullet.mail.bf1.yahoo.com (nm5-vm2.access.bullet.mail.bf1.yahoo.com [216.109.114.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC9320D1 for ; Tue, 17 Jun 2014 10:53:58 +0000 (UTC) Received: from [66.196.81.166] by nm5.access.bullet.mail.bf1.yahoo.com with NNFMP; 17 Jun 2014 10:50:47 -0000 Received: from [98.139.244.50] by tm12.access.bullet.mail.bf1.yahoo.com with NNFMP; 17 Jun 2014 10:50:47 -0000 Received: from [127.0.0.1] by smtp112.sbc.mail.bf1.yahoo.com with NNFMP; 17 Jun 2014 10:50:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1403002247; bh=aCrEYbf04HTxlpzP3hTCghhAsTwbl6LY12382BLhaJ0=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:Subject; b=w0FHmIJo2i2ECaS6t2wNgmG1wvtXzHvrnFfc1Cub/Tfpaq1sYMEarKRFiEqhuoiwzVOg0veZklE3KMGFyWNN98pJT5z/QHlnMsC+0Vg4evkpmnAm3ow879AQj/IgMdhJxwbbDzzuGQUlYG1uAMdvs2piKAb1w+gAnOAwwArHUo4= X-Yahoo-Newman-Id: 930739.94091.bm@smtp112.sbc.mail.bf1.yahoo.com Message-ID: <930739.94091.bm@smtp112.sbc.mail.bf1.yahoo.com> Date: Tue, 17 Jun 2014 03:50:47 -0700 (PDT) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: SJDUj6YVM1nmgiK5ArQhzI4CTO24MyH65izUfDT0uRAik_C J6JtmJ95knqjZp5oaMRpLDjpmpgxQia1mGXa9gwMybMMl9Yl.YYTjo5lMdhp 3TmKWlAuxtnFQfzpnP3jM9ef9ijf8L7Xg6U02A_aTuFS4QAq._gVvJvIU9aD 0aqrQz1_Z4S5jPLA51jNVOlnqyAVpFv3ukJDtddsG_y.TK2ZmaqXSudHr2X3 kEyzBIj6srJzH5hrsCPmcIjJYAZPKyzTMH3O3GEUrFA1lrc0djewin6CtTys qB9AMMYQT_EdM3x_ZkVNbaqyoX_e7JPZry6ND0vNjbBNOrOfRr8TS9zUSHzp aCWv9.8_PCwJqExSsjaaHgfUJJMkV7b7GvlvGwz_QMYf6M0GIOK33l4PHwny dRRFsx4OO8J9oMyh8wMmYvu.6RqnQ2JNjnv724GdkPQc0LsBh5flyQIwQYpw WW.62yAEbypIZFjNsS3B0dRf2vBq3VVcCuOKGQmyQPaji5eknRmPKlxUxgfT UWLyMkx0roht9miw67E67_WEZ9Wyj6yvKWpO9.5hIjUSL7KcT X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.139.221.42]) by smtp112.sbc.mail.bf1.yahoo.com with SMTP; 17 Jun 2014 03:50:47 -0700 PDT From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: misc/pinfo fails on FreeBSD 10.0-STABLE i386 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: Tue, 17 Jun 2014 10:53:59 -0000 I was successful building misc/pinfo on HEAD and 10.0-STABLE amd64 but failed on 10.0-STABLE i386 due to some problem with ncurses. devel/ncurses and www/lynx built successfully, but misc/pinfo build choked on something related to curses. Error was Found readline on /usr/include/readline/readline.h checking for readline version... 5 checking location of curses.h file... /usr/local/include/ncurses/ncurses.h checking if curses is usable... no configure: error: Curses not found. You need curses to compile pinfo ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/BETA1/usr/ports/misc/pinfo/work10.i386/pinfo-0.6.10/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. Tom