Issue #4649 has been updated by Markus Roberts. Status changed from Accepted to Ready for Testing Branch set to http://github.com/MarkusQ/puppet/tree/ticket/2.6.x/4649
The commit simple avoids setting the unsupported flags in environments where they are unsupported. Code review and some testing indicate that they aren't actually needed for the restricted subset of event-queue that we are using. A more significant refactor is probably warranted, but isn't appropriate for a point-point release. ---------------------------------------- Bug #4649: fcntl doesn't work on windows http://projects.puppetlabs.com/issues/4649 Author: William Van Hevelingen Status: Ready for Testing Priority: High Assignee: Markus Roberts Category: windows Target version: 2.6.2 Affected version: 2.6.0 Keywords: Branch: http://github.com/MarkusQ/puppet/tree/ticket/2.6.x/4649 puppet/ralsh crashes on calls to fcntl when running on windows Excerpt from http://ruby-doc.org/stdlib/libdoc/fcntl/rdoc/index.html "Fcntl loads the constants defined in the system‘s <fcntl.h> C header file, and used with both the fcntl(2) and open(2) POSIX system calls." And since windows doesn't use posix it fails Attached is all the places that grep found fnctl -- 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.
