From owner-freebsd-current Tue Jun 4 19: 6:52 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 39A4137B403 for ; Tue, 4 Jun 2002 19:06:44 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id MAA10871; Wed, 5 Jun 2002 12:06:35 +1000 Date: Wed, 5 Jun 2002 12:10:24 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: walt Cc: freebsd-current Subject: Re: mergemaster broken? In-Reply-To: <3CFD4AD2.40806@sbcglobal.net> Message-ID: <20020605120647.H5878-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, walt wrote: > It correctly identifies files to be updated, asks me what > I want to do, as usual, and when I hit 'i' for install it > proceeds without error messages but then it tells me at > the end that all the files I told it to install remain > for me to merge by hand. Read the messages more closely and you should see one about perl not being installed. mergemaster tries to use perl, but can't use it even if it is installed since it is not in $PATH. /usr/bin/perl prints a misleading message when perl is installed but not in $PATH. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message