From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 17:40:13 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DC861065696 for ; Wed, 1 Dec 2010 17:40:13 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CD5CE8FC0A for ; Wed, 1 Dec 2010 17:40:12 +0000 (UTC) Received: by wyf19 with SMTP id 19so7167939wyf.13 for ; Wed, 01 Dec 2010 09:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=WfH9SNbIWKE1bhU/Ldpr2KUT9zu3yhNq2/accATaDlY=; b=smxsUfjsOm9tOmWUUucBCLTlk4PtiYJAlezU3PGrdSUARqVqaE9Q82SSor2aQeFe5A C4qpmGiXdYlTb1OpZGCOuR7ttVI9d5Hu+s044tc97D5Yq2kOv0GalHAbHEuqja2vq9RG 6GCxMasBvMLfAr7cDeMmYsB85m0zo9Q5JBv34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kkrv7/vtFnbgwepDSycY9O8Z/tTgxim3O/nUOxpmPz8ugPT0DOzFweluKTHWLUfiHv GPAXPunB/EAbNORLEuwOPgk5SSrqVppHNtMBamvMAgDi34CIobhaXOht+gElA2F/YJxK zsHsWp3MGWkBe+ATsXMaXk3bB3et95PyLBKdw= MIME-Version: 1.0 Received: by 10.216.173.4 with SMTP id u4mr2659534wel.87.1291223369585; Wed, 01 Dec 2010 09:09:29 -0800 (PST) Received: by 10.216.170.76 with HTTP; Wed, 1 Dec 2010 09:09:29 -0800 (PST) Date: Wed, 1 Dec 2010 09:09:29 -0800 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Cc: Subject: Problem building netdisco 1.0 from ports on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 17:40:13 -0000 Working on 7.1 Release. Ports tree up to date, and a portupgrade -a done yesterday was successful. I did the following: # cd /usr/ports/net-mgmt/netdisco # make install It bombs out with the below errors - I think it's an error in libXaw, but can't quite be sure. Any thoughts? Kurt ===> Verifying install for /usr/local/libdata/pkgconfig/xaw7.pc in /usr/ports/x11-toolkits/libXaw ===> Building for libXaw-1.0.7,1 make all-recursive Making all in include Making all in src CC libXaw6_la-Actions.lo Actions.c:38:28: error: X11/IntrinsicP.h: No such file or directory Actions.c:39:28: error: X11/StringDefs.h: No such file or directory Actions.c:40:23: error: X11/CoreP.h: No such file or directory Actions.c:41:28: error: X11/Constraint.h: No such file or directory Actions.c:42:29: error: X11/Xmu/CharSet.h: No such file or directory Actions.c:43:29: error: X11/Xmu/SysUtil.h: No such file or directory In file included from Actions.c:45: Private.h:149: error: expected ')' before '*' token *** Error code 1 Stop in /usr/ports/x11-toolkits/libXaw/work/libXaw-1.0.7/src. *** Error code 1 Stop in /usr/ports/x11-toolkits/libXaw/work/libXaw-1.0.7. *** Error code 1 Stop in /usr/ports/x11-toolkits/libXaw/work/libXaw-1.0.7. *** Error code 1 Stop in /usr/ports/x11-toolkits/libXaw. *** Error code 1 Stop in /usr/ports/graphics/graphviz. *** Error code 1 Stop in /usr/ports/graphics/graphviz. *** Error code 1 Stop in /usr/ports/graphics/p5-GraphViz. *** Error code 1 Stop in /usr/ports/net-mgmt/netdisco.