davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

[Insight] Dependencies not installable #7

Closed davidyell closed 10 years ago

davidyell commented 10 years ago

SensioLabsInsight was not able to install your Composer dependencies. If you need to customize files or run commands to make it work, you can edit your SensioLabsInsight project configuration to override the default "pre_composer_script" and/or "post_composer_script" settings.

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
  - Installing doctrine/lexer (dev-master f12a5f7)
    Cloning f12a5f74e5f4a9e3f558f3288504e121edfad891

  - Installing doctrine/annotations (dev-master 373c0d0)
    Cloning 373c0d08bf1f326ff40bc237046aa10638bf28f6

  - Installing doctrine/cache (dev-master bb9b55b)
    Cloning bb9b55b17bed5923c9446c8158a92623d39480c6

  - Installing doctrine/collections (dev-master 97475b2)
    Cloning 97475b2761f22cd9817c135283ad1079543a4586

  - Installing twig/twig (dev-master 55253c3)
    Cloning 55253c3f37b1b47ad797eb95f27b0a33e3a76d2f

  - Installing symfony/symfony (2.4.x-dev 7027068)
    Cloning 7027068f21bd201aec6b0da67a0674947f28cbd2

  - Installing symfony/icu (1.2.x-dev 98e197d)
    Cloning 98e197da54df1f966dd5e8a4992135703569c987

  - Installing psr/log (dev-master a78d650)
    Cloning a78d6504ff5d4367497785ab2ade91db3a9fbe11

  - Installing doctrine/inflector (dev-master 64de2fe)
    Cloning 64de2fe36d578c5d5f3807ac7984547bbba5f7c5

  - Installing doctrine/common (2.4.x-dev b1a31ae)
    Cloning b1a31ae3df2c18c24bec42e2cc32e3e4bedc07c7

  - Installing doctrine/dbal (2.3.x-dev 87d5d92)
    Cloning 87d5d92cb437a19dee6161863faca2d9ac74dd3f

  - Installing doctrine/migrations (dev-master 46a031d)
    Cloning 46a031ddaea47d0685200027cfe8c83b02aee6f6

  - Installing jdorn/sql-formatter (dev-master ffd2441)
    Cloning ffd2441bc082ab5aaf07be5676bfb1eadaeef77d

  - Installing doctrine/doctrine-bundle (v1.2.0)
    Cloning 765b0d87fcc3e839c74817b7211258cbef3a4fb9

  - Installing doctrine/doctrine-migrations-bundle (dev-master f713838)
    Cloning f7138381aa884c0f679da4de41e369b94ead9cd3

  - Installing doctrine/orm (2.3.x-dev 9817303)
    Cloning 98173032ac68bae9dfb61353414d58290e1969a8

  - Installing incenteev/composer-parameter-handler (dev-master 15b15d8)
    Cloning 15b15d8246d501df277dd6e40f5fd3f6e2084c42

  - Installing knplabs/knp-components (1.2.5)
    Cloning 8803fdaa18bd24bd158143e3d9099f4b243a31dd

  - Installing knplabs/knp-paginator-bundle (dev-master 8067a1b)
    Cloning 8067a1b46260c619ae8f3ffa3c32a612ff04924c

  - Installing monolog/monolog (dev-master 467e30a)
    Cloning 467e30a9c9fa22395608cc515cd45a60ecc84c4e

  - Installing salavert/time-ago-in-words (v1.0)
    Cloning 980d3292546f4ef972240abfcb15fa303b15c6a8

  - Installing sensio/distribution-bundle (v2.3.4)
    Cloning 66df91b4bd637a83299d8072aed3658bfd3b3021

  - Installing sensio/framework-extra-bundle (2.3.x-dev f9e4c97)
    Cloning f9e4c9794fb2624bcdee302109896d990bacddec

  - Installing sensio/generator-bundle (dev-master 8b7a33a)
    Cloning 8b7a33aa3d22388443b6de0b0cf184122e9f60d2

  - Installing swiftmailer/swiftmailer (dev-master 46d55ba)
    Cloning 46d55baab96f943061de6712b38011db354eed78

  - Installing kriswallsmith/assetic (1.1.x-dev ddaccff)
    Cloning ddaccff1bd80bd8721a56e0d36bb141363bf3605

  - Installing symfony/assetic-bundle (2.3.x-dev 099e0bb)
    Cloning 099e0bb5d80e7039af20db384a41017fde521f21

  - Installing symfony/monolog-bundle (2.3.x-dev f105e8c)
    Cloning f105e8c4655f01d5db1c0a8b26e888c49809ec76

  - Installing symfony/swiftmailer-bundle (dev-master 85840a2)
    Cloning 85840a287403e53268e212f892607e01cc61b6da

  - Installing twig/extensions (dev-master 5023031)
    Cloning 502303198afc1ec0bcc061c6f3a0926f7eb685e3

knplabs/knp-components suggests installing doctrine/mongodb-odm (to allow usage pagination with Doctrine ODM MongoDB)
knplabs/knp-components suggests installing propel/propel1 (to allow usage pagination with Propel ORM)
knplabs/knp-components suggests installing ruflin/Elastica (to allow usage pagination with ElasticSearch Client)
knplabs/knp-components suggests installing solarium/solarium (to allow usage pagination with Solarium Client)
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
kriswallsmith/assetic suggests installing leafo/lessphp (Assetic provides the integration with the lessphp LESS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
kriswallsmith/assetic suggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
Generating optimized autoload files
Creating the "app/config/parameters.yml" file
Clearing the cache for the dev environment with debug true

  [Symfony\Component\Filesystem\Exception\IOException]                                           
  Cannot rename "/home/foobar/code/app/cache/dev/." to "/home/foobar/code/app/cache/dev/._old".  

cache:clear [--no-warmup] [--no-optional-warmers]

Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception

  [RuntimeException][...]

Posted from SensioLabsInsight

davidyell commented 10 years ago

Deleted vendor then composer install works for me.