[MacPorts] #54033: clisp @2.49_4 fails to configure (was: clisp-2.49_4 fails to configure)

MacPorts noreply at macports.org
Tue Apr 25 02:38:36 UTC 2017


#54033: clisp @2.49_4 fails to configure
----------------------+--------------------
  Reporter:  murrayE  |      Owner:
      Type:  defect   |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.4.1
Resolution:  wontfix  |   Keywords:
      Port:  clisp    |
----------------------+--------------------
Changes (by ryandesign):

 * status:  new => closed
 * keywords:  configure fail =>
 * resolution:   => wontfix


Comment:

 As I said in another ticket today, the problem is that standard configure
 scripts automatically check for common utilities like gawk which are then
 used during the build process. So when trying to build clisp, its
 configure script finds the already-installed broken copy of gawk, and
 tries to use it during the build, which fails. The solution is to
 deactivate gawk, then upgrade gawk, before trying to build any ports with
 such configure scripts.

 {{{
 sudo port -f deactivate gawk
 sudo port clean gawk
 sudo port -u upgrade gawk
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/54033#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list