[MacPorts] #66117: libvpx-devel: @1.11.0_2 fails at destroot on PPC when building on 10.6 for PPC using nonstandard gcc11 as compiler.

MacPorts noreply at macports.org
Fri Feb 24 16:04:31 UTC 2023


#66117: libvpx-devel: @1.11.0_2 fails at destroot on PPC when building on 10.6 for
PPC using nonstandard gcc11 as compiler.
-----------------------------------+----------------------
  Reporter:  barracuda156          |      Owner:  mascguy
      Type:  defect                |     Status:  assigned
  Priority:  Normal                |  Milestone:
 Component:  ports                 |    Version:  2.8.0
Resolution:                        |   Keywords:  powerpc
      Port:  libvpx, libvpx-devel  |
-----------------------------------+----------------------

Comment (by kencu):

 OK, well it similarly does not build the dylibs on a standard PowerPC
 Darwin Leopard system, so at least that is confirmed.

 The issue is libvpx doesn't have a target for {{{powerpc-darwin-*}}} in
 configure, and so it recognizes the system as {{{generic-gnu}}}.
 {{{generic-gnu}}} is not known to be a target that supports shared
 libraries, so the build sets {{{--disable-shared}}}.

 libvpx is famous for doing a lot of it's own target assessment. We've had
 to fix this port many times before for this issue. We will need to get it
 to recognize {{{powerpc-darwin-*}}} as a system, and then perhaps upstream
 that fix.

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


More information about the macports-tickets mailing list