Issue #16347 has been updated by Josh Cooper.

Status changed from Unreviewed to Merged - Pending Release
Target version set to 2.7.x
Affected Puppet version changed from 2.7.19 to 2.7.12

Merged into 2.7.x in 7258be6

<pre>
    Previously, running `gem install puppet` on ruby 1.9.3, would fail when
    the Puppet::Util::Windows::Security and Puppet::Util::Windows::User
    modules both included the Windows::Security module from the windows-pr
    gem.
    
    The failure occurs when rdoc attempts to generate documentation for
    Puppet::Util::Windows::User, and gets into an infinite loop, eventually
    causing a stack overflow.
    
    This commit fully qualifies to windows-specific gems so that this
    doesn't occur in the future.
</pre>
----------------------------------------
Bug #16347: gem install puppet fails on ruby 1.9.3
https://projects.puppetlabs.com/issues/16347#change-70940

Author: Michael Stahnke
Status: Merged - Pending Release
Priority: Normal
Assignee: 
Category: Doh!
Target version: 2.7.x
Affected Puppet version: 2.7.12
Keywords: gem rdoc ri
Branch: 


    # gem install puppet
    Fetching: puppet-2.7.19.gem (100%)
    Successfully installed puppet-2.7.19
    1 gem installed
    Installing ri documentation for puppet-2.7.19...
    unable to convert "\x92" from ASCII-8BIT to UTF-8 for 
lib/puppet/external/dot.rb, skipping
    ERROR:  While generating documentation for puppet-2.7.19
    ... MESSAGE:   stack level too deep
    ... RDOC args: --ri --op /usr/local/share/gems/doc/puppet-2.7.19/ri --title 
Puppet - Configuration Management --main README --line-numbers lib --title 
puppet-2.7.19 Documentation --quiet
    # echo $?
    1
    # ruby --version
    ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]


Note that rdoc/ri fails.  I was able to produce this with Ruby 1.9.3p194 and 
Puppet 2.7.19.  I assume this issue affects more than that exact combination.
    


-- 
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.

Reply via email to