#43773: gmp: nawk: syntax error at source line 1 source file ./conf5pflxn/subs.awk --------------------------------+------------------------ Reporter: didier.regniaud@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: gmp | --------------------------------+------------------------ Comment (by egall@…): Replying to [comment:5 cal@…]:
Or, try explicitly specifying a version of awk, e.g.
{{{ configure.env-append AWK=/usr/bin/awk }}}
Actually I suppose in this specific port's case that might be the better idea, because gawk might be installed with its `+mpfr` variant, which would lead to a circular dependency... the mawk port does not experience the circular dependency issue though, and it gets checked between `gawk` and `nawk` in the `AC_PROG_AWK` macro, so adding a build dependency on mawk could also work... -- Ticket URL: <https://trac.macports.org/ticket/43773#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X