[MacPorts] #56348: py36-spyder-devel @ 3.2.8 Configure error - build failure

MacPorts noreply at macports.org
Tue Apr 24 20:58:18 UTC 2018


#56348: py36-spyder-devel @ 3.2.8 Configure error - build failure
--------------------------------+----------------------
  Reporter:  ith140             |      Owner:  eborisch
      Type:  defect             |     Status:  closed
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:
Resolution:  invalid            |   Keywords:
      Port:  py36-spyder-devel  |
--------------------------------+----------------------
Changes (by ryandesign):

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


Old description:

> Port fails on install with
> {{{
> port install py36-spyder-devel
> }}}
>
> Error: Failed to configure py36-spyder-devel: py36-pyqt5 must be
> installed with +webengine.
>
> Default port configuration is missing the +webengine variant that is
> required.

New description:

 Port fails on install with
 {{{
 port install py36-spyder-devel
 }}}
 {{{
 Error: Failed to configure py36-spyder-devel: py36-pyqt5 must be installed
 with +webengine.
 }}}
 Default port configuration is missing the +webengine variant that is
 required.

--

Comment:

 MacPorts does not have the capability to automatically install a
 dependency with a different variant. (See #126.) The error message is
 telling you that you must do so manually, for example by running:

 {{{
 sudo port upgrade --enforce-variants py36-pyqt5 +webengine
 }}}

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


More information about the macports-tickets mailing list