From owner-freebsd-x11@FreeBSD.ORG Fri Feb 17 12:30:12 2006 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF2C16A420 for ; Fri, 17 Feb 2006 12:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 433DE43D45 for ; Fri, 17 Feb 2006 12:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1HCUCS3015743 for ; Fri, 17 Feb 2006 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1HCUCYP015742; Fri, 17 Feb 2006 12:30:12 GMT (envelope-from gnats) Date: Fri, 17 Feb 2006 12:30:12 GMT Message-Id: <200602171230.k1HCUCYP015742@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Rob B Cc: Subject: Re: ports/93175: imake6 fails to build X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob B List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 12:30:12 -0000 The following reply was made to PR ports/93175; it has been noted by GNATS. From: Rob B To: Dejan Lesjak Cc: bug-followup@freebsd.org Subject: Re: ports/93175: imake6 fails to build Date: Fri, 17 Feb 2006 23:25:53 +1100 At 10:03 PM 17/02/2006, Dejan Lesjak wrote: >On Friday 17 February 2006 11:29, Rob B wrote: > > ===> Extracting for imake-6.9.0 > > => MD5 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. > > => SHA256 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. > > => MD5 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. > > => SHA256 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. > > ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found > > ===> Patching for imake-6.9.0 > > ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found > > ===> Applying FreeBSD patches for imake-6.9.0 > > riff# cd /usr/ports/devel/imake-6/work/xc/config/imake > > /usr/ports/devel/imake-6/work/xc/config/imake: No such file or directory. > > riff# > >Are you setting WRKDIR or WRKSRC to something non-default? What is the output >of "make -V WRKSRC" in imake-6 port directory? Does that path contain imake >subdirectory? WRKDIR was causing the issue - I once had /usr/ports mounted via NFS so I had set WRKDIR to a local directory. Thanks for your help :) Rob