sysutils/coreutils fails with portupgrade: depends on gmkdir

Robert Huff roberthuff at rcn.com
Mon Nov 20 09:51:17 PST 2006


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


More information about the freebsd-ports mailing list