From owner-freebsd-stable Thu Aug 22 11:44:29 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 F26DB37B400 for ; Thu, 22 Aug 2002 11:44:25 -0700 (PDT) Received: from hoth.ffwd.cx (hoth.ffwd.cx [216.187.116.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A080543E42 for ; Thu, 22 Aug 2002 11:44:25 -0700 (PDT) (envelope-from skye@ffwd.cx) Received: from skye by hoth.ffwd.cx with local (Exim 3.13 #1) id 17hwwO-000C8k-00 for stable@freebsd.org; Thu, 22 Aug 2002 11:44:20 -0700 Date: Thu, 22 Aug 2002 11:44:19 -0700 From: Skye Poier To: stable@freebsd.org Subject: Re: ports problems -- FIXED Message-ID: <20020822114419.G43401@ffwd.cx> References: <20020820094343.C62324@ffwd.cx> <20020820110208.I62324@ffwd.cx> <447kikn9ys.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <447kikn9ys.fsf@be-well.ilk.org>; from freebsd-stable-local@be-well.no-ip.com on Tue, Aug 20, 2002 at 11:53:47PM -0400 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 This is one of the things that really annoys me about the UNIX "community". Why do you have to be a assh*le and blame me for a completely non-intuitive mistake? Its not even a mistake really, show me a man page or a handbook entry where it says "don't put trailing slashes in your path".. and since I've been running it this way for years, and haven't had any problems other than this libtool failure, I'd say the problem lies in bsd.port.mk, not my .tcshrc Sorry I'm not as 1337 as you, Lowell Skye Word on the street is Lowell Gilbert said: > 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