From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 23:01:41 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 D5D447BC for ; Tue, 15 Jan 2013 23:01:41 +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 8A4141000 for ; Tue, 15 Jan 2013 23:01:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TvFVp-0003Cf-Df for freebsd-questions@freebsd.org; Wed, 16 Jan 2013 00:01:45 +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 ; Wed, 16 Jan 2013 00:01:45 +0100 Received: from wbparsons by 65.75.36.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jan 2013 00:01:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Will Parsons Subject: Re: problem compiling X11 ports under 9.1-RELEASE Date: Tue, 15 Jan 2013 23:01:14 +0000 (UTC) Lines: 35 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.75.36.70 User-Agent: slrn/0.9.9p1 (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: Tue, 15 Jan 2013 23:01:41 -0000 Walter Hurry wrote: > On Sun, 13 Jan 2013 22:01:25 +0000, Will Parsons wrote: > >> 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. > > I tried x11-clocks/wmclock and it compiled successfully in seconds. > > $ locate Imake.tmpl > /usr/local/lib/X11/config/Imake.tmpl > $ pkg which /usr/local/lib/X11/config/Imake.tmpl > /usr/local/lib/X11/config/Imake.tmpl was installed by package xorg-cf- > files-1.0.4 I re-installed devel/imake and compilation problems seem to be solved. -- Will