spuder

chef-dependency-hell

Jul 27th, 2015
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.06 KB | None | 0 0
  1. cookbook nd-web
  2.  
  3.  
  4. ...
  5. version          '0.12.5'
  6.  
  7. depends          'windows', '>= 1.38.0'
  8. depends          'iis', '~> 4.1.1'
  9.  
  10. supports         'windows'
  11.  
  12.  
  13.  
  14.  
  15. Unable to satisfy constraints on package windows due to solution constraint (nd-web = 0.12.5). Solution constraints that may result in a constraint on windows: [(iis = 2.1.6) -> (windows >= 1.34.6)], [(iis = 1.0.0) -> (windows >= 1.0.8)], [(iis = 1.0.0) -> (webpi = 1.0.0) -> (windows >= 1.0.8)], [(iis = 1.0.0) -> (webpi = 1.0.2) -> (windows >= 1.2.6)], [(iis = 1.0.2) -> (windows >= 1.2.6)], [(iis = 1.0.2) -> (webpi = 1.0.0) -> (windows >= 1.0.8)], [(iis = 1.0.2) -> (webpi = 1.0.2) -> (windows >= 1.2.6)], [(iis = 1.6.0) -> (windows >= 1.2.6)], [(nd-web = 0.12.5) -> (windows >= 1.38.0)], [(nd-web = 0.12.5) -> (iis = 4.1.1) -> (windows >= 1.34.6)], [(windows >= 0.0.0)]
  16. Demand that cannot be met: (nd-web = 0.12.5)
  17. Artifacts for which there are conflicting dependencies: windows = 1.36.1 -> [(chef_handler >= 0.0.0)]Unable to find a solution for demands: iis (>= 0.0.0), nd-web (0.12.5), windows (>= 0.0.0)
Advertisement
Add Comment
Please, Sign In to add comment