[MacPorts] #58682: vlc @3.0.7.1 build failure - failed to configure

MacPorts noreply at macports.org
Mon Jul 8 21:20:51 UTC 2019


#58682: vlc @3.0.7.1 build failure - failed to configure
------------------------------+----------------------
  Reporter:  stilwellweather  |      Owner:  RJVB
      Type:  defect           |     Status:  assigned
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:
Resolution:                   |   Keywords:
      Port:  vlc              |
------------------------------+----------------------

Comment (by RJVB):

 This has me flabbergasted. Doesn't VLC build on the 10.14 buildbot?

 I don't see a trivial/proper way to disable the preprocessor check either.
 Ship a tweaked c.m4 file, maybe? The only easy thing I can think of ATM is
 a tweak to the portfile. Please do `port edit VLC` and then find the part
 where `CXXCPP` is set. Add a corresponding definition for CPP, e.g.

 {{{
 if {[vercmp [macports_version] 2.5.99] >= 0} {
     configure.env-append \
                     "CPP=${configure.cc} -E" \
                     "CXXCPP=${configure.cxx} -E"
 } else {
     configure.env-append \
                     CPP="${configure.cc} -E" \
                     CXXCPP="${configure.cxx} -E"
 }
 }}}

 Then, clean and attempt again

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


More information about the macports-tickets mailing list