Skip to content

Instantly share code, notes, and snippets.

@jketcham
Last active August 29, 2015 13:59
Show Gist options
  • Save jketcham/10941372 to your computer and use it in GitHub Desktop.
Save jketcham/10941372 to your computer and use it in GitHub Desktop.
Error output from vagrant
Stderr from the command:
stdin: is not a tty
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5 : Depends: libapache2-mod-php5 (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed or
libapache2-mod-php5filter (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed or
php5-cgi (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed or
php5-fpm (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed
Depends: php5-common (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Error: /Stage[main]/Php/Package[php]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5 : Depends: libapache2-mod-php5 (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed or
libapache2-mod-php5filter (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed or
php5-cgi (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed or
php5-fpm (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed
Depends: php5-common (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Warning: /Stage[main]/Php/File[php.conf]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php-pear' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php-pear : Depends: php5-common (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but 5.5.10+dfsg-1+deb.sury.org~precise+1 is to be installed
E: Unable to correct problems, you have held broken packages.
Error: /Stage[main]/Php::Pear/Package[php-pear]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php-pear' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php-pear : Depends: php5-common (>= 5.5.11+dfsg-2+deb.sury.org~precise+1) but 5.5.10+dfsg-1+deb.sury.org~precise+1 is to be installed
E: Unable to correct problems, you have held broken packages.
Warning: /Stage[main]/Main/Puphpet::Ini[session.save_path]/File[/etc/php5/mods-available/zzzz_custom.ini]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Puphpet::Ini[error_reporting]/Php::Augeas[CUSTOM/error_reporting--1]/Augeas[php_ini-CUSTOM/error_reporting--1]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Puphpet::Ini[session.save_path]/Php::Augeas[CUSTOM/session.save_path-/var/lib/php/session]/Augeas[php_ini-CUSTOM/session.save_path-/var/lib/php/session]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Puphpet::Ini[session.save_path]/File[/etc/php5/cli/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Puphpet::Ini[session.save_path]/File[/etc/php5/apache2/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Puphpet::Ini[undef]/Php::Augeas[CUSTOM/date.timezone-America/Phoenix]/Augeas[php_ini-CUSTOM/date.timezone-America/Phoenix]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Puphpet::Ini[display_errors]/Php::Augeas[CUSTOM/display_errors-true]/Augeas[php_ini-CUSTOM/display_errors-true]: Skipping because of failed dependencies
Warning: /Stage[main]/Php::Devel/Package[php5-dev]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Php_pecl_mod[pecl_http]/Php::Pecl::Module[pecl_http]/Exec[pecl-pecl_http]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Php_mod[mcrypt]/Php::Module[mcrypt]/Package[PhpModule_mcrypt]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Php::Pecl::Module[redis]/Exec[pecl-redis]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Php::Module[mysqlnd]/Package[PhpModule_mysqlnd]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Php_mod[intl]/Php::Module[intl]/Package[PhpModule_intl]: Skipping because of failed dependencies
Warning: /Stage[main]/Apache::Service/Service[httpd]: Skipping because of failed dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment