[MacPorts] #57071: texlive-bin does not build on 10.5 Leopard Intel with gcc6

MacPorts noreply at macports.org
Wed Sep 26 08:55:23 UTC 2018


#57071: texlive-bin does not build on 10.5 Leopard Intel with gcc6
--------------------------+----------------------
  Reporter:  kencu        |      Owner:  drkp
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  texlive-bin  |
--------------------------+----------------------
Changes (by mojca):

 * cc: stromnov (added)


Comment:

 OK, strange, the only difference seems to be
 {{{
 -o LuaJIT-src/src/lj_char.o >/dev/null 2>&1
 }}}
 vs.
 {{{
 -fno-common -DPIC -o LuaJIT-src/src/.libs/lj_char.o
 }}}
 so nothing to do with `-msse2` flag or anything of that sort that could be
 related to a too old processor.

 No error on PPC is easy to explain: building luajit is completely excluded
 on PPC.

 I strongly suspect that the version of LuaJIT in TeX Live is the very
 latest one (probably 2.1.0-beta3).

 It would be interesting to figure out where exactly the problem is and to
 come up with some minimal example to report somewhere upstream (whether
 that's `gcc`, `luajit` or whoever). This probably includes trying to:
 * compile the latest (beta) luajit with the `cxx11 1.1` PG, both on 10.5
 and by forcing gcc 6 on 10.6 or later (that is: try to reproduce the
 problem in luajit which is a much simpler piece of software than
 luajittex)
 * compile texlive (luajittex) with gcc6 against the same stdlib on some
 newer OS

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


More information about the macports-tickets mailing list