Discussion:
pkg_chk twisted
Richard PALO
2014-09-26 20:56:59 UTC
Permalink
devel/nss - nss-3.16.4 < nss-3.16.5
bash: gcc: command not found
bmake: "../../devel/gmp/../../devel/gmp/builtin.mk" line 34: warning: Couldn't read shell's output for "{ echo "#include </usr/include/gmp/gmp.h>"; echo "__GNU_MP_VERSION/__GNU_MP_VERSION_MINOR/__GNU_MP_VERSION_PATCHLEVEL"; } | gcc -E - | /opt/local/bin/nbsed -e 's,/,.,g' | /usr/xpg4/bin/tail -1"
using pkgsrc gcc naturally, but this seems to be bypassing something...
needed to add $GCCBASE/bin to $PATH which should be unnecessary.
David Brownlee
2014-10-08 09:15:02 UTC
Permalink
Post by Richard PALO
devel/nss - nss-3.16.4 < nss-3.16.5
bash: gcc: command not found
bmake: "../../devel/gmp/../../devel/gmp/builtin.mk" line 34: warning: Couldn't read shell's output for "{ echo "#include </usr/include/gmp/gmp.h>"; echo "__GNU_MP_VERSION/__GNU_MP_VERSION_MINOR/__GNU_MP_VERSION_PATCHLEVEL"; } | gcc -E - | /opt/local/bin/nbsed -e 's,/,.,g' | /usr/xpg4/bin/tail -1"
using pkgsrc gcc naturally, but this seems to be bypassing something...
needed to add $GCCBASE/bin to $PATH which should be unnecessary
pkg_chk *should* just be calling various make commands in the relevant
directories - does -v give any more indication of what was happening
when the error was output?

Loading...