Issue #4158 has been updated by Bryan Kearney.
if I execute ruby install.rb --destdir=/home/bkearney/puppet from my git checkout location, then I get a lib directory in /home/bkearney/puppet/usr/ but that directory is empty save for the following: /home/bkearney/puppet/usr/lib/ruby/site_ruby/1.8/puppet.rb /home/bkearney/puppet/usr/lib/ruby/site_ruby/1.8/puppet where the latter has the contents of the puppet engine (including network/server) What version of gem and rails are required for 2.6? Here is my info... they are a mix of rpms and pure ruby gems: [r...@localhost ~]# gem --version 1.3.7 [r...@localhost ~]# gem list *** LOCAL GEMS *** abstract (1.0.0) actionmailer (2.3.8, 2.3.4) actionpack (2.3.8, 2.3.4) activerecord (2.3.8, 2.3.4) activeresource (2.3.8, 2.3.4) activesupport (2.3.8, 2.3.4) Antwrap (0.7.0) archive-tar-minitar (0.5.2) authlogic (2.1.5) builder (2.1.2) buildr (1.4.0) bundler (0.9.26) compass (0.10.2) cucumber (0.7.3) daemons (1.1.0) deltacloud-client (0.0.4) diff-lcs (1.1.2) erubis (2.6.5) eventmachine (0.12.10) extlib (0.9.15) facter (1.5.7) gem2rpm (0.6.0) gettext (2.1.0) gettext_activerecord (2.1.0) gettext_rails (2.1.0) gherkin (1.0.30) haml (3.0.13) highline (1.5.2, 1.5.1) hoe (2.6.1, 2.3.3) i18n (0.4.1) json (1.4.3) json_pure (1.4.3, 1.4.0) locale (2.0.5) locale_rails (2.0.5) mail (2.2.5) memcache-client (1.8.3) mime-types (1.16) minitest (1.6.0) mocha (0.9.8) net-sftp (2.0.4, 2.0.2) net-ssh (2.0.23, 2.0.15) pg (0.9.0) polyglot (0.3.1) rack (1.2.1, 1.0.1) rack-mount (0.6.6) rack-test (0.5.4) rails (2.3.8, 2.3.4) rake (0.8.7) rake-compiler (0.7.0) rerun (0.5.2) rest-client (1.5.1) rjb (1.2.5) rspec (1.3.0) rubyforge (2.0.4, 2.0.3) rubygems-update (1.3.7) rubyzip (0.9.4, 0.9.1) sinatra (1.0) sproutcore (1.0.1046) sqlite3-ruby (1.3.0) term-ansicolor (1.0.5) text-format (1.0.0) text-hyphen (1.0.0) thin (1.2.7) thor (0.13.6) treetop (1.4.8) trollop (1.16.2) tzinfo (0.3.22) xml-simple (1.0.12) [r...@localhost ~]# ---------------------------------------- Bug #4158: no such file to load -- puppet/network/server http://projects.puppetlabs.com/issues/4158 Author: Bryan Kearney Status: Needs more information Priority: Normal Assigned to: Bryan Kearney Category: Target version: 2.6 Affected version: 2.6alpha1 Keywords: Branch: Running off of master (6ac36eb42f0a505fd37d7e600bb0fd8837511b42) I do a ruby install.rb -- /home/bkearney/puppet. When attempting to run against that install, I get the output in http://www.pastie.org/1034425. This is on a Fedora 12 machine. -- 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.
