[MacPorts] #68382: emacs configure error sort/libgccjit on 10.6 Snow Leopard

MacPorts noreply at macports.org
Sat Oct 7 21:39:28 UTC 2023


#68382: emacs configure error sort/libgccjit on 10.6 Snow Leopard
-----------------------+-------------------------
  Reporter:  rmottola  |      Owner:  drkp
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  snowleopard
      Port:  emacs     |
-----------------------+-------------------------

Comment (by kencu):

 gcc_jit is specifically disabled on i386:

 {{{
 if {${subport} eq ${name} && ${build_arch} ne "i386"} {
     # jit compiler is not building on i386 systems
     # https://trac.macports.org/ticket/61130
     lappend gcc_configure_langs jit
 }
 }}}

 I did that several years ago, and also closed this ticket #61130 about the
 issue.

 With enthusiasm, effort, and some input from Iain, it is not inconceivable
 that could be repaired to work on i386, though. Perhaps it has even been
 fixed already -- you could try re-enabling it and see if it still fails.

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


More information about the macports-tickets mailing list