Date: Mon, 20 Nov 2006 12:47:21 -0500 From: Robert Huff <roberthuff@rcn.com> To: ports@freebsd.org Subject: Re: sysutils/coreutils fails with portupgrade: depends on gmkdir Message-ID: <17761.59945.799674.860682@jerusalem.litteratus.org> In-Reply-To: <4561E12C.3070500@gmail.com> References: <20061120140100.U13469@woozle.rinet.ru> <4561E12C.3070500@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Rene Ladan writes: > > `/lh/ports/sysutils/coreutils/work/coreutils-6.4/src' > > gmake[3]: Entering directory > > `/lh/ports/sysutils/coreutils/work/coreutils-6.4/src' > > test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/usr/local/bin" > > /usr/local/bin/gmkdir: not found > > > > It's because gmkdir exists in configure phase, but not in > > install phase (it's just uninstalled). > > I "fixed" this by substituting '/usr/local/bin/gmkdir' by > '/bin/mkdir' in work/coreutils-6.4/src/Makefile which is > available after the configure step. Which works, but is not the correct solution. :-) Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17761.59945.799674.860682>