tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gsed:run not working



On Sat, 07 May 2011 06:04:48 +0900, Thomas Klausner <wiz%netbsd.org@localhost> 
wrote:

I've installed abcde from a binary package. It has "gsed:run" in it's
USE_TOOLS line. However, when running it, I got "/usr/pkg/bin/abcde:
line 421: gsed: command not found" -- the gsed package wasn't
installed when I pkg_added abcde.
This used to work until at least a few weeks back. Does anyone
remember changing it? :)

On NetBSD (mk/tools/tools.NetBSD.mk)
TOOLS_PLATFORM.gsed?= ${TOOLS_PLATFORM.sed} # GNUish

So, buildin sed wiil be used for gsed.

In patch-ac, SED is set conditionally, it is wrong.
It should be replaced with ${TOOLS_PATH.gsed} unconditionally instead.

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index