From owner-freebsd-stable Tue Mar 27 10:20:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 2B44237B71A for ; Tue, 27 Mar 2001 10:20:26 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from sexta.cs.huji.ac.il ([132.65.16.13] ident=danny) by cs.huji.ac.il with esmtp (Exim 3.20 #1) id 14hy4t-00066q-00; Tue, 27 Mar 2001 20:20:23 +0200 X-Mailer: exmh version 2.2 06/23/2000 with nmh-0.24 To: David Wolfskill Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.3 BETA2/ports, 2nd take In-reply-to: Your message of Tue, 27 Mar 2001 10:09:25 -0800 (PST) . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Mar 2001 20:20:23 +0200 From: Danny Braniss Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200103271809.f2RI9P619475@pau-amma.whistle.com>you write: [...] this is the diff -ru from a successfull run, and a non successfull one (the lines get split by this editor :-() -Searching for /etc/defaults/make.conf...Looking for "/etc/defaults/make.conf"...Caching 16:31:15 Feb 11, 2001 for /etc/defaults/make.conf +Searching for /etc/defaults/make.conf.../v0/ports/archivers/bzip2...Looking for "/etc/defaults/make.conf"...Caching 11:43:18 Mar 13, 2001 for /etc/defaults/make.conf so, the not working make is adding /v0/ports/archivers/bzip2 to it's search path and ruining everything, basically it does: (cd to th work-dir && make -f SOURCE-PATH/Makefile ...) instead of (cd to th work-dir && make -f Makefile) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message