From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:19:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1E9B61C for ; Sun, 13 Jan 2013 22:19:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 69D8B1C6 for ; Sun, 13 Jan 2013 22:19:58 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TuVuO-00033z-9z for freebsd-questions@freebsd.org; Sun, 13 Jan 2013 23:20:04 +0100 Received: from 65.75.36.70 ([65.75.36.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jan 2013 23:20:04 +0100 Received: from wbparsons by 65.75.36.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jan 2013 23:20:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Will Parsons Subject: problem compiling X11 ports under 9.1-RELEASE Date: Sun, 13 Jan 2013 22:01:25 +0000 (UTC) Lines: 19 Message-ID: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.75.36.70 User-Agent: slrn/1.0.1 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: wbparsons@cshore.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 22:19:58 -0000 I've recently installed 9.1-RELEASE on a laptop and am in the process of installing the ports that I want. On several now, I've encountered error messages that I don't know how to deal with and for which I don't see anything in the UPDATING file that seems to be relevant. For example, trying to build both graphics/xv and x11-clocks/wmclock results failure with the primary error message being: imake -DUseInstalled -I/usr/local/lib/X11/config Imakefile.c:16: error: Imake.tmpl: No such file or directory followed by: make: don't know how to make all. Stop This happens both using portmaster (my usual method of installing ports) and installing manually (cd /usr/ports/x/y; make). Imake seems to be installed (pkg_version reports imake-1.0.4,1) so I don't know where to go from here.