Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Can't build with xdebug and intl extensions #44

@hussfelt

Description

@hussfelt

can't get xdebug and intl working.

This is what I have in my site.pp

  # install the php-xdebug extention
  php::extension::xdebug { "xdebug for 5.5.13":
    php     => '5.5.13',
    version => '2.2.5'
  }

  # install the php-intl extention
  php::extension::intl { "intl for 5.5.13":
    php     => '5.5.13',
    version => '3.0.0'
  }

Error, for xDebug - intl fails the same way.

sh: line 0: cd: /opt/boxen/data/php/cache/extensions/xdebug: No such file or directory
sh: line 0: cd: /opt/boxen/data/php/cache/extensions/xdebug: No such file or directory
sh: line 0: cd: /opt/boxen/data/php/cache/extensions/xdebug: No such file or directory
Error: Could not set 'present' on ensure: Version 2.2.5 not found in xdebug source at 35:/opt/boxen/repo/shared/php/manifests/extension/xdebug.pp
Error: Could not set 'present' on ensure: Version 2.2.5 not found in xdebug source at 35:/opt/boxen/repo/shared/php/manifests/extension/xdebug.pp
Wrapped exception:
Version 2.2.5 not found in xdebug source
Error: /Stage[main]/Main/Node[default]/Php::Extension::Xdebug[xdebug for 5.5.13]/Php_extension[xdebug for 5.5.13]/ensure: change from absent to present failed: Could not set 'present' on ensure: Version 2.2.5 not found in xdebug source at 35:/opt/boxen/repo/shared/php/manifests/extension/xdebug.pp
Notice: /Stage[main]/Main/Node[default]/Php::Extension::Xdebug[xdebug for 5.5.13]/File[/opt/boxen/config/php/5.5.13/conf.d/xdebug.ini]: Dependency Php_extension[xdebug for 5.5.13] has failures: true
Warning: /Stage[main]/Main/Node[default]/Php::Extension::Xdebug[xdebug for 5.5.13]/File[/opt/boxen/config/php/5.5.13/conf.d/xdebug.ini]: Skipping because of failed dependencies

Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions