Chassis / Composer

An extensions to install Composer on your Chassis box
0 stars 3 forks source link

Php dev package should require PHP fpm #1

Closed BronsonQuick closed 7 years ago

BronsonQuick commented 7 years ago

I just noticed this while working on: https://github.com/Chassis/phpMyAdmin/issues/8

Without this requirement a fresh provision will throw an error:

==> default: Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5.6-dev' returned 100: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: E: Unable to locate package php5.6-dev
==> default: E: Couldn't find any package by regex 'php5.6-dev'
==> default: Error: /Stage[main]/Composer/Package[php5.6-dev]/ensure: change from purged to latest failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5.6-dev' returned 100: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: E: Unable to locate package php5.6-dev
==> default: E: Couldn't find any package by regex 'php5.6-dev'
==> default: Notice: /Package[php-pear]: Dependency Package[php5.6-dev] has failures: true
noplanman commented 7 years ago

Yes, I ran into something similar and just vagrant sshed in and installed the packages manually.

Should have reported it, sorry! Will do so next time anything like this pops up again 👍

BronsonQuick commented 7 years ago

@noplanman Ahh good man. Yeah definitely report any issues you hit and I'll fix them! 😁 There are so many combinations of extensions and configurations I sometimes can't test them all and miss bugs!