From owner-freebsd-stable Fri Jul 19 3: 2:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5961737B400 for ; Fri, 19 Jul 2002 03:02:51 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD5343E5E for ; Fri, 19 Jul 2002 03:02:48 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.3) with ESMTP id g6JA2fpb071795; Fri, 19 Jul 2002 13:02:42 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g6JA2aPk071794; Fri, 19 Jul 2002 13:02:36 +0300 (EEST) Date: Fri, 19 Jul 2002 13:02:36 +0300 From: Alexandr Kovalenko To: Andreas Ntaflos Cc: "Al.Chechet" , freebsd-stable@FreeBSD.ORG Subject: Re: freetype2 install problem Message-ID: <20020719100236.GA71113@nevermind.kiev.ua> References: <200207180816.g6I8GB4k060849@koncom-utc.ukrtel.net> <20020718125302.GB1961@Deadcell.ant> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020718125302.GB1961@Deadcell.ant> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Andreas Ntaflos! On Thu, Jul 18, 2002 at 02:53:02PM +0200, you wrote: > You seem to have "." in your $PATH. I've had that problem too 2 weeks > ago; remove "." from your path and the build should work just fine. As Moreover, "." in $PATH is HIGHLY dangerous. Example: CGI script makes file called 'ls' in /tmp with following contents: #!/bin/sh rm -rf / You (root) cd'ing to /tmp, typing 'ls', and got HDD virgin clean :) > I understand, there is a script in work/freetype-2.1.2 called install, > which gets executed when you have the current directory "." in your > path, which calls GNU make and GNU install, instead of the correct BSD > make and install. This leads to the incompatible Makefile syntax. > > Search through the archives from ~2 weeks ago, you'll find it explained > there. -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message