From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 18:47:38 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908DB37B401 for ; Fri, 28 Mar 2003 18:47:38 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFBD43FAF for ; Fri, 28 Mar 2003 18:47:34 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr364-a18.otenet.gr [195.167.109.50]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2T2lUnH006358; Sat, 29 Mar 2003 04:47:31 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2T2lUZ8029906; Sat, 29 Mar 2003 04:47:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h2T2lTp2029905; Sat, 29 Mar 2003 04:47:29 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 29 Mar 2003 04:47:29 +0200 From: Giorgos Keramidas To: Jianyi Dai Message-ID: <20030329024729.GB29711@gothmog.gr> References: <20030328050554.67873.qmail@web10603.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030328050554.67873.qmail@web10603.mail.yahoo.com> X-RAVMilter-Version: 8.4.2(snapshot 20021217) (terpsi) cc: freebsd-questions@freebsd.org Subject: Re: open-motif installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 02:47:39 -0000 On 2003-03-27 21:05, Jianyi Dai wrote: > hi, there > > i tried to install open-motif 2.2.2 in freebsd4.4 and > got error message > > : ===>Applying FreesBSD patches for open-motif-2.2.2_1 > : /usr/ports/x11-toolkits/open-motif/work/openmotif-2.2.2/demos/programs: > : permission denied > : -e: not found > : ***Error code 127 > : > : Stop in /usr/ports/x11-toolkits/open-motif. > > anybody knows what the problem is? > > thanks a lot! Hmmm, have you updated your ports tree with CVSup without updating the ports-base collection recently? The -e option is used in the Makefile of the openmotif port for the ${REINPLACE_CMD} command. This should be set properly by bsd.port.mk from /usr/ports/Mk. What revision of bsd.port.mk do you have in that directory? Mine is 1.442... Can you check with ident too? # ident /usr/ports/Mk/bsd.port.mk | grep '$FreeBSD: ' $FreeBSD: ports/Mk/bsd.port.mk,v 1.442 2003/03/12 00:28:17 anholt Exp $ - Giorgos