[MacPorts] #70544: xmake @2.9.4: broken on powerpc

MacPorts noreply at macports.org
Thu Aug 15 12:42:49 UTC 2024


#70544: xmake @2.9.4: broken on powerpc
-------------------------+-------------------------------------------------
  Reporter:              |      Owner:  herbygillot
  barracuda156           |
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.10.0
Resolution:              |   Keywords:  tiger, leopard, snowleopard,
      Port:  xmake       |  powerpc
-------------------------+-------------------------------------------------

Comment (by ryandesign):

 Replying to [comment:1 ryandesign]:
 > The first problem I see in the log is several occurrences of:
 >
 > {{{
 > :info:configure usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
 > :info:configure        mktemp [-d] [-q] [-u] -t prefix
 > }}}
 >
 > I'm not sure if the failure to create the temporary directories might
 lead to the errors you saw later. I filed a bug report:
 >
 > https://github.com/xmake-io/xmake/issues/5464

 They've fixed this bug.

 > So it has created a directory containing a space (`power macintosh`) and
 probably isn't quoting all references to that variable, leading to the
 wrong path being used:
 >
 > {{{
 > powerpc-apple-darwin10-gcc-4.2.1:
 macintosh/release/core/src/lua/lua/lcode.c.o: No such file or directory
 > }}}
 >
 > Figure out wherever that directory is being created (probably from the
 output of `uname`) and fix it so it doesn't have a space in the name, or
 else quote all uses of the variable.

 https://github.com/xmake-io/xmake/issues/5469

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


More information about the macports-tickets mailing list