Displaying 11 results from an estimated 11 matches for "sitelibdir".
2007 Sep 19
3
MacOS X packages newer than 0.23.0...?
Hi all,
Does anyone know where I can get a new MacOS X package with
puppet...? The newest one on reductivelabs site is 0.23.0...
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...= Config::CONFIG["LDFLAGS"]
rake/rakeconfigure.rb:$ruby_libs = Config::CONFIG["LIBS"]
rake/rakeconfigure.rb:OBJ_EXT = Config::CONFIG["OBJEXT"]
rake/rakewx.rb:$ruby_exe = Config::CONFIG["ruby_install_name"]
rake/rakewx.rb: dest_dir = Config::CONFIG[''sitelibdir'']
rake/rakewx.rb: cp TARGET_LIB, Config::CONFIG[''sitearchdir'']
rake/rakewx.rb: rm_rf File.join(Config::CONFIG[''sitearchdir''],File.basename(TARGET_LIB))
rake/rakewx.rb: rm_rf File.join(Config::CONFIG[''sitelibdir''], ''wx.rb'...
2012 Feb 23
13
Deploying puppet via NFS
I''m attempting to deploy puppet via an NFS share. It''s on a local-only
network, and it will contain only ruby (gems) and whatever is needed.
Seems simple enough, but tonight I am having an issue with this error:
# service puppet start
Starting puppet: /local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:36:in `gem_original_require'': no such file to load
-- openssl
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...nbsp   install_lib("wx.rb")
-         install_lib($dl_lib)
- end
</del><ins>+ task :install => [ :default, *all_ruby_lib_files ] do | t |
+ dest_dir = Config::CONFIG[''sitelibdir'']
+ force_mkdir File.join(dest_dir, ''wx'')
+ force_mkdir File.join(dest_dir, ''wx'', ''classes'')
+ cp $target_lib, Config::CONFIG[''sitearchdir'']
+ all_ruby_lib_files.each do | lib_file |
+...
2014 Jan 16
1
[PATCH] hivex: ruby: Support 'make INSTALLDIRS=vendor install' for Ruby
...d, 10 insertions(+), 6 deletions(-)
diff --git a/ruby/Makefile.am b/ruby/Makefile.am
index e78ab59..7a5fe42 100644
--- a/ruby/Makefile.am
+++ b/ruby/Makefile.am
@@ -45,13 +45,17 @@ all:
$(RAKE) build
$(RAKE) rdoc
-RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
-RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchdir']")
+# Packagers can override this by doing: make INSTALLDIRS=vendor install
+# INSTALLDIRS also affects where Perl bindings are installed.
+INSTALLDIRS = site
+
+RUBY_LIBDIR := $(shel...
2011 Dec 06
1
[PATCH] let the user explicitly choose ruby and rake programs
...(top_builddir)/src/.libs \
LIBGUESTFS_PATH=$(top_builddir)/appliance \
- TMPDIR=$(top_builddir)
+ TMPDIR=$(top_builddir) \
+ RUBY=$(RUBY)
all: $(generator_built)
- rake build
- rake rdoc
+ $(RAKE) build
+ $(RAKE) rdoc
-RUBY_SITELIB := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
-RUBY_SITEARCH := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
+RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
+RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['site...
2011 Dec 07
1
[PATCH] hivex: Fix Ruby bindings for 1.9; let the user explicitly choose ruby, rake
...run-ruby-tests
TESTS_ENVIRONMENT = \
- LD_LIBRARY_PATH=$(top_builddir)/src/.libs
+ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
+ RUBY=$(RUBY) RAKE=$(RAKE)
all:
- rake build
- rake rdoc
+ $(RAKE) build
+ $(RAKE) rdoc
-RUBY_SITELIB := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
-RUBY_SITEARCH := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
+RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
+RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['site...
2008 Apr 29
12
How are people using install.rb from the source distribution?
...no-man,
--quick, --full, but if you want to specify a destination directory other
than "/" you pass it as an environment variable.
This is pretty clunky really, and I''d like to switch this over to an option
and add some more like
--destdir
--prefix
--bindir
--sbindir
--mandir
--sitelibdir
etc.
Thoughts?
--
Nigel Kersten
Systems Administrator
MacOps
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To u...
2012 Sep 10
0
Announce: PuppetDB 0.11.0 Available
...mental. This fix adds support
for packaging for ruby 1.9 by modifying the @plibdir path based on the
ruby version. RUBY_VER can be passed in as an environment variable,
and if none is passed, RUBY_VER defaults to the ruby on the local host
as reported by facter. As is currently the case, we use the sitelibdir
in ruby 1.8, and with this commit use vendorlibdir for 1.9. Fedora 17
ships with 1.9, so we use this to test for 1.9 in the spec file.
Fedora 17 also ships with open-jdk 1.7, so this commit updates the
Requires to 1.7 for fedora 17.
Resource tags semantics now match those of Puppet proper
In Pu...
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all,
Ruby 1.8.1
Solaris 9
wxwindows 2.4.2 (package from blastwave.org)
wxruby 0.3.0
I''m having trouble getting this sucker to build on my Solaris box.
Here''s how I''m building:
ruby extconf.rb --with-xrc-dir=/opt/csw
--with-xrc-include=/opt/csw/lib/wx
The include directive I added because the setup.h file is there (for
whatever reason). And yes, /opt/csw/bin and
2008 Dec 16
10
Puppet version 0.24.7 released!
Hi all
Here is the 0.24.7 release - the last of the 0.24.x branch and codenamed
Gonzo.
You can download it here:
http://reductivelabs.com/downloads/puppet/puppet-0.24.7.tgz
Big tickets items in the release are:
* Manifest documentation
http://reductivelabs.com/trac/puppet/wiki/PuppetManifestDocumentation
This new functionality creates documentation from marked up manifests
and modules and