Date: Tue, 20 Aug 2002 11:02:08 -0700 From: Skye Poier <skye@ffwd.cx> To: stable@freebsd.org Subject: Re: ports problems -- FIXED Message-ID: <20020820110208.I62324@ffwd.cx> In-Reply-To: <20020820094343.C62324@ffwd.cx>; from skye@ffwd.cx on Tue, Aug 20, 2002 at 09:43:43AM -0700 References: <AA62447DB04E5A4DB580858FD05C26E3026D3958@SNOEXC01.asiapacific.cpqcorp.net> <20020820094343.C62324@ffwd.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020820110208.I62324>