[MacPorts] #63526: Buildbot "build successful" but missing binary archives for some qt5 ports and runtime dependencies

MacPorts noreply at macports.org
Wed Sep 22 16:17:20 UTC 2021


#63526: Buildbot "build successful" but missing binary archives for some qt5 ports
and runtime dependencies
-------------------------------------------------+-------------------------
  Reporter:  mite-user                           |      Owner:
                                                 |  MarcusCalhoun-Lopez
      Type:  defect                              |     Status:  closed
  Priority:  Normal                              |  Milestone:
 Component:  server/hosting                      |    Version:
Resolution:  invalid                             |   Keywords:
      Port:  qt5-mysql-plugin qt5-qtwebengine    |
  poppler graphviz gd2                           |
-------------------------------------------------+-------------------------
Changes (by reneeotten):

 * status:  assigned => closed
 * resolution:   => invalid


Comment:

 that is because these packages are not distributable due to their license
 and/or the licenses of their dependencies.

 For example,
 {{{
 % port_binary_distributable.tcl -v  qt5-mysql-plugin
 "qt5-mysql-plugin" is not distributable because its license
 "OpenSSLException" conflicts with license "GPL-2" of dependency "mariadb"

  % port_binary_distributable.tcl -v gd2
 "gd2" is not distributable because its license "gd" conflicts with license
 "GPL-2+" of dependency "x265"

 % port_binary_distributable.tcl -v poppler
 "poppler" is not distributable because its license "gpl" conflicts with
 license "OpenSSL" of dependency "openssl"
 }}}

 the restriction for the {{{OpenSSL}}} one will go away once that port has
 been updated to version 3 which has a more liberal license. But other than
 that, there isn't much we can do about that. However, these ports will be
 build for you by MacPorts locally if/when you need them so that should all
 still work (unless you've set it up so that you will only use binary
 archives).

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


More information about the macports-tickets mailing list