Skip to content

Compile error on composer install #25845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Romashka opened this issue Jan 19, 2018 · 2 comments
Closed

Compile error on composer install #25845

Romashka opened this issue Jan 19, 2018 · 2 comments

Comments

@Romashka
Copy link

Romashka commented Jan 19, 2018

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 3.4.3

Steps to reproduce

composer create-project symfony/skeleton:3.4 sf34-issue
cd sf34-issue
composer require orm
composer install

In srcDevDebugProjectContainer.php line 352:
!!
!! Compile Error: ContainerXqjmwyq\srcDevDebugProjectContainer::load(): Failed
!! opening required '/home/me/tmp/sf34-issue/var/cache/dev/Co
!! ntainerXqjmwyq/getCacheWarmerService.php' (include_path='.:/usr/share/php')

Seems like kernel removes current container after dumping because it is marked as legacy.

@andrew-demb
Copy link
Contributor

andrew-demb commented Jan 19, 2018

I also have the same on 3.4.3 in my project.
3.4.2 is fine.

// After manually cleaning cache dir, the problem is solved but raises again after some time.

@Romashka
Copy link
Author

#25733 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants