[MacPorts] #66832: libgcc12 build fails on Ventura

MacPorts noreply at macports.org
Sun Feb 5 17:39:17 UTC 2023


#66832: libgcc12 build fails on Ventura
---------------------------+---------------------
  Reporter:  nocturne-mit  |      Owner:  (none)
      Type:  defect        |     Status:  closed
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:
Resolution:  worksforme    |   Keywords:  ventura
      Port:  libgcc12      |
---------------------------+---------------------

Comment (by kencu):

 if we changed libmd to tuck away it's headers like this:
 {{{
 % git diff
 diff --git a/devel/libmd/Portfile b/devel/libmd/Portfile
 index 2104e922a12..e57e7e75edd 100644
 --- a/devel/libmd/Portfile
 +++ b/devel/libmd/Portfile
 @@ -5,6 +5,7 @@ PortSystem 1.0
  name                libmd
  epoch               1
  version             1.0.4
 +revision            1
  categories          devel
  license             BSD ISC Permissive
  platforms           darwin
 @@ -27,3 +28,5 @@ checksums           rmd160
 4a47a01fa2e47d3c9c9bd27ebd55780a3d82fe66 \
                      size    264472

  patchfiles          patch-symbol-alias.diff
 +
 +configure.args      --includedir=${prefix}/include/libmd
 }}}

 then these generic headers would not be opportunistically found and wreck
 builds...

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


More information about the macports-tickets mailing list