Issue #1562 has been updated by jamtur01.

Status changed from Accepted to Ready for Checkin
Assigned to changed from jamtur01 to luke

Pushed in commit:"4998d3bbbf27dc995aa349666918b4acbd2c8975" in master.
----------------------------------------
Bug #1562: facter incorrectly listed in install.rb
http://reductivelabs.com/redmine/issues/show/1562

Author: jamtur01
Status: Ready for Checkin
Priority: Normal
Assigned to: luke
Category: binary
Target version: 1.5.2
Complexity: Unknown
Keywords: 


I'm new to puppet and ruby-ignorant, but: I've got 2 Very Similar
+virgin systems:

rhel5$ cat /etc/redhat-release
Red Hat Enterprise Linux Client release 5.2 (Tikanga)
rhel5$ ruby -v
ruby 1.8.5 (2006-08-25) [i386-linux]
rhel5$ rpm -aq | grep ruby
ruby-libs-1.8.5-5.el5_2.3
ruby-1.8.5-5.el5_2.3


centOS5$ cat /etc/redhat-release
CentOS release 5.2 (Final)
CentOS5$ ruby -v
ruby 1.8.5 (2006-08-25) [i386-linux]
CentOS5$ rpm -aq | grep ruby
ruby-libs-1.8.5-5.el5_1.1
ruby-1.8.5-5.el5_1.1

PROBLEM: when I do the same on both systems (after 3 bootstrap cmds
below),
rhel5 works (ignoring the rdoc error warning) ; centOS5 fails

 wget http://reductivelabs.com/downloads/facter/facter-latest.tgz
 tar xzpf facter-latest.tgz
cd facter-1.5.1/

centOS5$ sudo ruby install.rb
Missing rdoc; skipping documentation
Could not load facter; cannot install   ## <==OFFENDING ERROR MSG

I'm guessing something dumb here (like myself),  but I read the FAQ
and searched this group.

I have done all  updates on the RHEL5 box and not yet on the centOS5
box.

Permissions are all readable (non-root-owned in my homedir); files all
look the same.


----------------------------------------
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://reductivelabs.com/redmine/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