From owner-freebsd-stable Tue Aug 20 21:16:38 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 969A137B400 for ; Tue, 20 Aug 2002 21:16:35 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D2A43E4A for ; Tue, 20 Aug 2002 21:16:34 -0700 (PDT) (envelope-from freebsd-stable-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.158]) by be-well.ilk.org (8.12.5/8.12.5) with ESMTP id g7L3rl8u081422 for ; Tue, 20 Aug 2002 23:53:47 -0400 (EDT) (envelope-from freebsd-stable-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.5/8.12.5/Submit) id g7L3rlDM081419; Tue, 20 Aug 2002 23:53:47 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-stable-local@be-well.ilk.org using -f To: stable@freebsd.org Subject: Re: ports problems -- FIXED References: <20020820094343.C62324@ffwd.cx> <20020820110208.I62324@ffwd.cx> From: Lowell Gilbert Date: 20 Aug 2002 23:53:47 -0400 In-Reply-To: <20020820110208.I62324@ffwd.cx> Message-ID: <447kikn9ys.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Skye Poier writes: > 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? Eliminating the extra slash in your path variable would be a more appropriate fix... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message