[MacPorts] #58347: Error: Failed to build dvisvgm: command execution failed

MacPorts noreply at macports.org
Tue Apr 16 08:16:34 UTC 2019


#58347: Error: Failed to build dvisvgm: command execution failed
----------------------+---------------------
  Reporter:  dbl001   |      Owner:  (none)
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.5.4
Resolution:           |   Keywords:  dvisvgm
      Port:  dvisvgm  |
----------------------+---------------------

Comment (by Ionic):

 Err, actually, that only holds for systems using libc++ and are not too
 old.

 We'd really have to reimplement the cxx11-1.1 PG in `dvisvgm`, because we
 naturally want to keep ppc machines on gcc-6 of course.

 So rather something like

 {{{
 if {${configure.cxx_stdlib} eq "libstdc++"} {
   if {(${os.platform} ne "darwin" || ${os.major} >= 10) && ${build_arch}
 ne "ppc" && ${build_arch} ne "ppc64"} {
     compiler.whitelist macports-clang-6.0
   }
 } else {
   compiler.fallback-append macports-clang-6.0
   compiler.blacklist-append {clang < 600} macports-clang-3.* macports-
 clang-4.0 macports-clang-5.0
 }
 }}}

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


More information about the macports-tickets mailing list