Advertisement
Guest User

composer-error-smarty-vvv

a guest
Oct 6th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. php composer.phar install -vvv
  2. Reading ./composer.json
  3. Executing command (CWD): git describe --exact-match --tags
  4. Executing command (CWD): git branch --no-color --no-abbrev -v
  5. Executing command (CWD): hg branch
  6. Loading composer repositories with package information
  7. Downloading https://packagist.org/packages.json
  8. Writing /home/iamsure/.composer/cache/repo/https---packagist.org/packages.json into cache
  9. Downloading https://packagist.org/p/provider-active$3e5f6dbaef33cf6f4521ed5102c6614b3a3fac7bf829c1c5a1cd626f5797f193.json
  10. Writing /home/iamsure/.composer/cache/repo/https---packagist.org/p-provider-active.json into cache
  11. Reading /home/iamsure/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
  12. Reading /home/iamsure/.composer/cache/repo/https---packagist.org/p-provider-latest.json from cache
  13. Reading /home/iamsure/.composer/cache/repo/https---packagist.org/p-provider-stale.json from cache
  14. Installing dependencies (including require-dev)
  15. Reading /home/iamsure/.composer/cache/repo/https---packagist.org/provider-smarty$smarty.json from cache
  16. Reading /home/iamsure/.composer/cache/repo/https---packagist.org/provider-ezyang$htmlpurifier.json from cache
  17. Reading /home/iamsure/.composer/cache/repo/https---packagist.org/provider-adodb$adodb-php.json from cache
  18. - Installing smarty/smarty (v3.1.15)
  19. Checking out /tags/v3.1.15/@4782
  20.  
  21.  
  22.  
  23. [RuntimeException]
  24. Package could not be downloaded, svn: E155000: Revision 4782 doesn't match existing revision 3152 in '/var/www/html/bnto/vendor/smarty/smarty'
  25.  
  26.  
  27.  
  28.  
  29. Exception trace:
  30. () at phar:///var/www/html/bnto/composer.phar/src/Composer/Downloader/SvnDownloader.php:84
  31. Composer\Downloader\SvnDownloader->execute() at phar:///var/www/html/bnto/composer.phar/src/Composer/Downloader/SvnDownloader.php:33
  32. Composer\Downloader\SvnDownloader->doDownload() at phar:///var/www/html/bnto/composer.phar/src/Composer/Downloader/VcsDownloader.php:59
  33. Composer\Downloader\VcsDownloader->download() at phar:///var/www/html/bnto/composer.phar/src/Composer/Downloader/DownloadManager.php:180
  34. Composer\Downloader\DownloadManager->download() at phar:///var/www/html/bnto/composer.phar/src/Composer/Installer/LibraryInstaller.php:156
  35. Composer\Installer\LibraryInstaller->installCode() at phar:///var/www/html/bnto/composer.phar/src/Composer/Installer/LibraryInstaller.php:87
  36. Composer\Installer\LibraryInstaller->install() at phar:///var/www/html/bnto/composer.phar/src/Composer/Installer/InstallationManager.php:153
  37. Composer\Installer\InstallationManager->install() at phar:///var/www/html/bnto/composer.phar/src/Composer/Installer/InstallationManager.php:140
  38. Composer\Installer\InstallationManager->execute() at phar:///var/www/html/bnto/composer.phar/src/Composer/Installer.php:510
  39. Composer\Installer->doInstall() at phar:///var/www/html/bnto/composer.phar/src/Composer/Installer.php:211
  40. Composer\Installer->run() at phar:///var/www/html/bnto/composer.phar/src/Composer/Command/InstallCommand.php:110
  41. Composer\Command\InstallCommand->execute() at phar:///var/www/html/bnto/composer.phar/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:244
  42. Symfony\Component\Console\Command\Command->run() at phar:///var/www/html/bnto/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:897
  43. Symfony\Component\Console\Application->doRunCommand() at phar:///var/www/html/bnto/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:191
  44. Symfony\Component\Console\Application->doRun() at phar:///var/www/html/bnto/composer.phar/src/Composer/Console/Application.php:117
  45. Composer\Console\Application->doRun() at phar:///var/www/html/bnto/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:121
  46. Symfony\Component\Console\Application->run() at phar:///var/www/html/bnto/composer.phar/src/Composer/Console/Application.php:83
  47. Composer\Console\Application->run() at phar:///var/www/html/bnto/composer.phar/bin/composer:43
  48. require() at /var/www/html/bnto/composer.phar:15
  49.  
  50.  
  51. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement