From owner-freebsd-stable Tue Aug 20 11: 2:11 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 3290A37B400 for ; Tue, 20 Aug 2002 11:02:09 -0700 (PDT) Received: from hoth.ffwd.cx (hoth.ffwd.cx [216.187.116.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8EB843E4A for ; Tue, 20 Aug 2002 11:02:08 -0700 (PDT) (envelope-from skye@ffwd.cx) Received: from skye by hoth.ffwd.cx with local (Exim 3.13 #1) id 17hDKS-000Gyh-00 for stable@freebsd.org; Tue, 20 Aug 2002 11:02:08 -0700 Date: Tue, 20 Aug 2002 11:02:08 -0700 From: Skye Poier To: stable@freebsd.org Subject: Re: ports problems -- FIXED Message-ID: <20020820110208.I62324@ffwd.cx> References: <20020820094343.C62324@ffwd.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020820094343.C62324@ffwd.cx>; from skye@ffwd.cx on Tue, Aug 20, 2002 at 09:43:43AM -0700 X-URL: http://www.ffwd.cx/ 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 I found my problem. On like 2641 of bsd.port.mk: LIBTOOLDIR=`${WHICH} ${LIBTOOL} | ${SED} -e 's^/bin/libtool^/share/libtool^'` || ${LOCALBASE}/share/libtool; \ However, my .tcshrc file contained set path = (... /usr/local/bin/ ...) note the trailing slash. `which libtool` returned /usr/local/bin//libtool which screwed up the sed substitution above. I think this should be fixed??? Probably by eliminating dup // in tcsh's which command? Skye To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message