[MacPorts] #58355: git-cola 3.1: Several sphinx modeule dependencies are missing.
MacPorts
noreply at macports.org
Fri Apr 19 17:04:10 UTC 2019
#58355: git-cola 3.1: Several sphinx modeule dependencies are missing.
----------------------+----------------------
Reporter: greyhare | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Keywords: | Port: git-cola
----------------------+----------------------
`sudo port install git-cola` was failing to install. The main.log file
wasn't particularly clear, but I could make out the `make` command that
was failing. Running it by itself, it failed with:
{{{
pkg_resources.DistributionNotFound: The 'sphinxcontrib-qthelp'
distribution was not found and is required by Sphinx
}}}
Installing the `py36-sphinxcontrib-qthelp` and rebuilding resulted in
another module being called out, and so forth. By the time `git-cola`
built successfully, the following ports had to be added:
* `py36-sphinxcontrib-applehelp`
* `py36-sphinxcontrib-devhelp`
* `py36-sphinxcontrib-htmlhelp`
* `py36-sphinxcontrib-jsmath`
* `py36-sphinxcontrib-qthelp`
* `py36-sphinxcontrib-serializinghtml`
IMHO these ports should be added as dependencies for the `git-cola` port.
--
Ticket URL: <https://trac.macports.org/ticket/58355>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list