Skip to content
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

Xdebug on php55 #54

Open
Ksafke opened this issue Mar 29, 2014 · 0 comments
Open

Xdebug on php55 #54

Ksafke opened this issue Mar 29, 2014 · 0 comments

Comments

@Ksafke
Copy link

Ksafke commented Mar 29, 2014

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

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

No branches or pull requests

1 participant