Issue #4644 has been updated by Nick Lewis. Assignee set to Nick Lewis
The problem is actually if C:\Ruby187\sbin doesn't exist. So it looks like the solution to that particular problem is just to make sure we create all the directories to which we are installing, before attempting to install to them. If I create C:\Ruby187\sbin manually, it works nicely for a while, then fails at "which gzip". I'll update again when I've got a solution for that. ---------------------------------------- Bug #4644: install.rb fails on windows http://projects.puppetlabs.com/issues/4644 Author: William Van Hevelingen Status: Accepted Priority: Normal Assignee: Nick Lewis Category: Target version: 2.6.2 Affected version: Keywords: windows, install.rb Branch: fails if c:\Ruby187\sbin\puppetca doesn't exist 126 gzip = %x{which gzip} (fails here too) 351 rst2man = %x{which rst2man.py} (warning doesn't fail the script) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
