[MacPorts] #64937: usbredir fails on 10.6.8 Rosetta

MacPorts noreply at macports.org
Mon Apr 4 22:53:25 UTC 2022


#64937: usbredir fails on 10.6.8 Rosetta
---------------------------+-------------------------------------------
  Reporter:  barracuda156  |      Owner:  ryandesign
      Type:  defect        |     Status:  accepted
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.2
Resolution:                |   Keywords:  powerpc, snowleopard, rosetta
      Port:  usbredir      |
---------------------------+-------------------------------------------
Changes (by ryandesign):

 * status:  new => accepted
 * owner:  (none) => ryandesign


Comment:

 I can reproduce that problem on macOS 10.15.7 if I use apple-gcc42 and
 build with the 10.11 SDK.
 {{{
 $ sudo port install MacOSX10.11.sdk
 $ sudo port -n install apple-gcc42 os.major=15
 $ sudo port -dn build usbredir configure.compiler=apple-gcc-4.2
 configure.sdkroot=/opt/local/Developer/SDKs/MacOSX10.11.sdk
 }}}
 Looks like with apple-gcc42 we're getting some warnings, and the build
 system treats warnings as errors (it uses `-Werror`). As usual in MacPorts
 I think the fix should be not to use `-Werror`; that fixes the problem for
 me.

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


More information about the macports-tickets mailing list