From owner-freebsd-ports@FreeBSD.ORG Thu Jul 5 14:51:17 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E865516A421 for ; Thu, 5 Jul 2007 14:51:17 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id A647613C45B for ; Thu, 5 Jul 2007 14:51:17 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 6E2BD1CC38; Thu, 5 Jul 2007 08:05:55 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: ports@freebsd.org Date: Thu, 5 Jul 2007 08:05:55 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707050805.55256.david@vizion2000.net> Cc: Subject: Portupgrade lynx2.-8-6 compile failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 14:51:18 -0000 Currently installed version ************************** pkg_info |grep lynx lynx-2.8.6_5,1 A non-graphical, text-based World-Wide Web client System ************* uname -a FreeBSD dns1.vizion2000.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:15:57 UTC 2006 root@bloom.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 Compile failure **************** -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation -O2 -fno-strict-aliasing -pipe -c ./LYList.c cc -I/usr/include -I/usr/include/ncurses -I/usr/local/include -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation -O2 -fno-strict-aliasing -pipe -c ./LYCgi.c cc -I/usr/include -I/usr/include/ncurses -I/usr/local/include -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation -O2 -fno-strict-aliasing -pipe -c ./LYTraversal.c cc -I/usr/include -I/usr/include/ncurses -I/usr/local/include -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation -O2 -fno-strict-aliasing -pipe -c ./LYEditmap.c cc -I/usr/include -I/usr/include/ncurses -I/usr/local/include -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation -O2 -fno-strict-aliasing -pipe -c ./LYCharSets.c ./LYCharSets.c: In function `HTMLGetEntityUCValue': ./LYCharSets.c:878: error: `unicode_entities' undeclared (first use in this function) ./LYCharSets.c:878: error: (Each undeclared identifier is reported only once ./LYCharSets.c:878: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/www/lynx/work/lynx2-8-6/src. *** Error code 1 Stop in /usr/ports/www/lynx/work/lynx2-8-6. *** Error code 1 Stop in /usr/ports/www/lynx. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.72731.31 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=lynx-2.8.6_5,1 UPGRADE_PORT_VER=2.8.6_5,1 make ** Fix the problem and try again. Any ideas??