Unable to install - Missing xrstf/ip-utils
alanmilinovic opened this issue · comments
Alan commented
When I run php composer.phar install
I am getting this:
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 29 installs, 0 updates, 0 removals
- Installing behat/transliterator (v1.0.1): Downloading (100%)
- Installing crisu83/yii-consoletools (1.0.1): Downloading (100%)
- Installing crisu83/yiistrap (1.2.3): Downloading (100%)
- Installing gavroche/browser (v2.2): Downloading (100%)
- Installing hautelook/phpass (0.3.4): Downloading (100%)
- Installing hoa/core (2.15.09.03): Downloading (100%)
- Installing hoa/stream (0.15.08.28): Downloading (100%)
- Installing hoa/socket (0.15.09.08): Downloading (100%)
- Installing hoa/http (0.15.09.08): Downloading (100%)
- Installing hoa/websocket (2.15.08.05): Downloading (100%)
- Installing imagine/imagine (0.6.2): Downloading (100%)
- Installing xrstf/ip-utils (v1.1.0): Downloading (failed) Failed to download xrstf/ip-utils from dist: The "https://bitbucket.org/xrstf/ip-utils/get/77208641fa9e6063ccb00c8899d157818ad2474f.zip" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
- Installing xrstf/ip-utils (v1.1.0):
[RuntimeException]
Failed to clone https://bitbucket.org/xrstf/ip-utils, hg was not found, check that it is installed and in your PATH env.
sh: 1: hg: not found
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
Alan commented
Looks like xrstf repository is no longer available.
Alan commented
Any update on this issue?