You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error executing action install on resource 'package[php5-xdebug]'
Mixlib::ShellOut::ShellCommandFailed
Expected process to exit with [0], but received '100'
---- Begin output of apt-get -q -y install php5-xdebug=2.2.1-2 ----
STDOUT: 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-xdebug : Depends: phpapi-20100525
STDERR: E: Unable to correct problems, you have held broken packages.
---- End output of apt-get -q -y install php5-xdebug=2.2.1-2 ----
Ran apt-get -q -y install php5-xdebug=2.2.1-2 returned 100
Resource Declaration:
In /tmp/vagrant-chef-2/chef-solo-1/cookbooks/apache/recipes/php_xdebug.rb
5: package 'php5-xdebug'
6:
Compiled Resource:
Declared in /tmp/vagrant-chef-2/chef-solo-1/cookbooks/apache/recipes/php_xdebug.rb:5:in `from_file'
package("php5-xdebug") do
action :install
retries 0
retry_delay 2
package_name "php5-xdebug"
version "2.2.1-2"
cookbook_name :apache
recipe_name "php_xdebug"
end
The text was updated successfully, but these errors were encountered:
Error executing action
install
on resource 'package[php5-xdebug]'Mixlib::ShellOut::ShellCommandFailed
Expected process to exit with [0], but received '100'
---- Begin output of apt-get -q -y install php5-xdebug=2.2.1-2 ----
STDOUT: 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-xdebug : Depends: phpapi-20100525
STDERR: E: Unable to correct problems, you have held broken packages.
---- End output of apt-get -q -y install php5-xdebug=2.2.1-2 ----
Ran apt-get -q -y install php5-xdebug=2.2.1-2 returned 100
Resource Declaration:
In /tmp/vagrant-chef-2/chef-solo-1/cookbooks/apache/recipes/php_xdebug.rb
5: package 'php5-xdebug'
6:
Compiled Resource:
Declared in /tmp/vagrant-chef-2/chef-solo-1/cookbooks/apache/recipes/php_xdebug.rb:5:in `from_file'
package("php5-xdebug") do
action :install
retries 0
retry_delay 2
package_name "php5-xdebug"
version "2.2.1-2"
cookbook_name :apache
recipe_name "php_xdebug"
end
The text was updated successfully, but these errors were encountered: