You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's failing as pkgutil and related binaries aren't present on Tiger and I don't really see an option to build them for Tiger (they were included in later versions of Mac OS X).
Here's the gist with the full output of HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install sphinx and brew -v doctor
The text was updated successfully, but these errors were encountered:
The pkgutil error is a red herring; the actual error is something else.
Looks like the buildsystem is trying to call cp -a, which I suppose the system cp didn't have yet? Looks like it'll need to be fixed to no ttry to use it if it's not available.
I'm trying to install
sphinx 2.2.9
, which is the stable version available in Tigerbrew, but it's failing at:It's failing as
pkgutil
and related binaries aren't present on Tiger and I don't really see an option to build them for Tiger (they were included in later versions of Mac OS X).Here's the gist with the full output of
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install sphinx
andbrew -v doctor
The text was updated successfully, but these errors were encountered: