graphics/graphviz "missing separator" at install
Chris Rees
utisoft at gmail.com
Sun May 26 19:07:11 UTC 2013
On 26 May 2013 19:57, "Beeblebrox" <zaphod at berentweb.com> wrote:
>
> port builds but when trying to "make install", fails with
> ===> Checking if graphics/graphviz already installed
> /asp/git/ports/graphics/graphviz/Makefile:91: *** missing separator.
Stop.
> *** Error code 2
>
> line 91 is: include <bsd.port.options.mk>
>
> Completely unrelated, poudriere run fails to build with message:
> gmake[4]: Entering directory
> `/wrkdirs/usr/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
> /bin/mkdir -p '/usr/local/bin'
> /bin/sh /usr/local/bin/libtool --mode=install install -s -o root -g
> wheel -m 555 dot dot_builtins '/usr/local/bin'
> libtool: install: install -o root -g wheel -m 555 -s .libs/dot
> /usr/local/bin/dot
> libtool: install: install -o root -g wheel -m 555 -s .libs/dot_builtins
> /usr/local/bin/dot_builtins
> gmake install-exec-hook
> gmake[5]: Entering directory
> `/wrkdirs/usr/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
> (cd /usr/local/bin; if test -x dot; then for i in neato twopi fdp circo
> osage patchwork sfdp; do rm -f $i; ln -s dot $i; done; fi;)
> if test "x" = "x"; then if test -x /usr/local/bin/dot; then if test -x
> /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; /usr/local/bin/dot
-c;
> else /usr/local/bin/dot_static -c; fi; fi
> ====>> Killing runaway build
>
Do you understand that this isn't helpful? We find out pretty quickly if
ports fail on head now pointyhat is back, so all you're making here is
noise.
If you want to help, have a go at fixing the ports; as a hint, "missing
separator" is almost certainly from the bmake switchover. Try
USE_GMAKE=yes.
Chris
More information about the freebsd-ports
mailing list