search for: module_path

Displaying 20 results from an estimated 25 matches for "module_path".

2017 Mar 08
2
LLVMGetBitcodeModuleInContext2 problem
I'm trying to use LLVMGetBitcodeModuleInContext2 to load a .bc file. However, it's not working. The code looks something like this: void llvm_load_IR_library(char *path) { LLVMContextRef global_context; LLVMMemoryBufferRef module_path; LLVMModuleRef ir_lib_module; bool flag; module_path = LLVMCreateMemoryBufferWithMemoryRange(path, strlen(path), "path", 1); global_context = LLVMGetGlobalContext(); flag = LLVMGetBitcodeModuleInContext2(global_context, module_path, &ir_lib_m...
2017 Mar 08
2
LLVMGetBitcodeModuleInContext2 problem
> > > module_path = LLVMCreateMemoryBufferWithMemoryRange(path, > strlen(path), "path", 1); > LLVMCreateMemoryBufferWithContentsOfFile takes a path. Erm...no...the code is calling LLVMCreateMemoryBufferWithMemoryRange, not LLVMCreateMemoryBufferWithContentsOfFile... Or do you mean I need to load t...
2007 Nov 18
5
modules yet again
I know this comes up periodically, and I''ve read through the wiki (including the Best Practices page) & list archives, but still can''t quite get my head around it. I see lots of references to /modules and $MODULE_PATH, but am not sure what these refer to. Here''s a basic setup I have. Let me know if this looks correct: /etc/puppet/ |-- autosign.conf |-- fileserver.conf |-- manifests | |-- nodes.pp | `-- site.pp |-- modules | |-- puppet | | |-- manifests | | | |-- init.pp | | `-- fi...
2015 Aug 13
2
Skype Issue
Hey Y'all, Seems my Skype installation has stopped working. I have skype-4.3.0.37-2.el6.i686.rpm from the Nux repo. [mlapier at peach ~]$ skype %U (<unknown>:27070): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Message: Failed to load module "pk-gtk-module" I checked the yum log. Other than the 6.7 upgrade these are all the transactions I see. Aug 09 20:32:28 Updated: firefox-38.1.1-1.el6.centos.x8...
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
...king with 7.4? Thanks - everything good with the upgrade except that. Great job CentOS team! Jerry starting vmplayer I get the following: Note: adwaita is installed. canberra is installed No idea what pk is ? vmplayer (vmware-modconfig:12595): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", /usr/share/themes/Adwaita/gtk-2.0/main.rc:733: error: unexpected identifier `direction', expected character `}' (vmware-modconfig:12595): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", /usr/share/themes/Adwaita/gtk-2.0/hacks.rc:28:...
2017 Mar 08
2
LLVMGetBitcodeModuleInContext2 problem
...t; Yes, you need to load the module into memory first. > LLVMCreateMemoryBufferWithContentsOfFile will do that for you. Thanks! On Wed, Mar 8, 2017 at 3:48 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: > On 3/8/2017 3:44 PM, Toshiyasu Morita wrote: > > >> module_path = LLVMCreateMemoryBufferWithMemoryRange(path, >> strlen(path), "path", 1); >> > > LLVMCreateMemoryBufferWithContentsOfFile takes a path. > > Erm...no...the code is calling LLVMCreateMemoryBufferWithMemoryRange, not > LLVMCreateMemoryBufferWithContentsOfFile... &...
2010 Mar 16
1
hard to define
Hi all. I am trying to use debian package preseeding within my modules. Therefor I have created a preseed_package.pp like: define authentication::preseed_package ( $ensure ) { file { "/var/local/preseed/$name.preseed": source => "$module_path/files/$name.preseed", mode => 600, backup => false, require => File["/var/local/preseed"], } package { "$name": ensure => $ensure, responsefile => "/var/local/preseed/$name.preseed", require => File["/var/local/preseed/$name.pr...
2007 Feb 09
12
Module Organization
...he manifests directory ? (And we might want to call it module.pp) * Import/file name resolution: When puppet encounters a statement like ''import "foo"'' it first looks for a file ''MODULE_DIR/foo/manifests/module.pp'' - if no such file can be found on the MODULE_PATH, it looks for a file ''foo.pp'' in the manifestdir. Similarly for ''import "foo/bar/baz.pp"'': first look for manifest bar/baz.pp in a module ''foo'', then look for a file ''foo/bar/baz.pp'' in the manifestdir. Templates s...
2007 Nov 26
2
xmms-flac security update breaks XMMS' flac-playing ability
...w FLAC security updates came along and completely stopped XMMS from playing FLACs on my PC. This is most irritating as I have over 3,500 CDs ripped and FLAC'd in my personal music library. Whenever I run xmms via bash, this is what I see: Gtk-WARNING **: Unable to locate loadable module in module_path: "libpixmap.so", /usr/lib/xmms/Input/libxmms-flac.so: undefined symbol: safe_malloc_mul_2op_ What is the fix for this? I use an Ubuntu variant called Linux Mint 2.2. Thanks, Myke -- Myke Carter <mykec@mykec.net> The Mykec Network <http://mykec.net> Paris, KY 40361-1013
2017 Mar 09
2
LLVMGetBitcodeModuleInContext2 problem
...ntsOfFile will do that for you. >> >> Thanks! >> >> >> On Wed, Mar 8, 2017 at 3:48 PM, Friedman, Eli <efriedma at codeaurora.org> >> wrote: >> >>> On 3/8/2017 3:44 PM, Toshiyasu Morita wrote: >>> >>> >>>> module_path = LLVMCreateMemoryBufferWithMemoryRange(path, >>>> strlen(path), "path", 1); >>>> >>> >>> LLVMCreateMemoryBufferWithContentsOfFile takes a path. >>> >>> Erm...no...the code is calling LLVMCreateMemoryBufferWithMemoryRange, >&g...
2011 Apr 07
3
sourceselect & multiple sources not working
Hi, I am trying to configure a file resource with multiple sources, and browsing list archives and forums seems to indicate that sourceselect parameter with an array for the source param. But the final file gets created using the first matching parameter in the array. file { ''/etc/sysconfig/myconfig'': sourceselect => all, source => [
2011 Feb 27
3
learning, but puppet does not detect change
Hi, I''ve just installed Puppet on two CentOS 5.5 servers, "S" for "A". "A" does not have the ntp package installed nor of course ntp running. The Puppet server is started on "S" with the ntp class from this tutorial: http://bitfieldconsulting.com/puppet-tutorial (included below) however when I run the agent on "A" it don''t
2007 Nov 27
0
xmms-flac security update breaks XMMS' flac-playing ability
...along and completely stopped XMMS from > playing FLACs on my PC. This is most irritating as I have over 3,500 > CDs ripped and FLAC'd in my personal music library. > > Whenever I run xmms via bash, this is what I see: > > Gtk-WARNING **: Unable to locate loadable module in module_path: > "libpixmap.so", > /usr/lib/xmms/Input/libxmms-flac.so: undefined symbol: > safe_malloc_mul_2op_ > > What is the fix for this? > > I use an Ubuntu variant called Linux Mint 2.2. > > Thanks, > Myke ________________________________________________...
2010 Oct 23
1
Steam-Counter Strike 1.6
...Ok ]21:56:57: Error: Cannot set locale to ''. (process:24503): Gdk-WARNING **: locale not supported by C library (process:24503): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. (python2.6:24503): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks", (python2.6:24503): Gtk-WARNING **: Theme directory of theme Azenis Icons has no size field Running Steam Running Steam CellID: Fetching server list from CSDS. . . ALSA lib seq_hw.c:457[img]http://www.playonlinux.com/images/smiles/sdz/mechant.png[/img]snd_seq_hw_open) ope...
2012 Jan 06
2
gluster permissions problem
...2.5-3.fc16.i686 On the client: [mjc at xena ~]$ rpm -qa | grep gluster glusterfs-fuse-3.2.5-5.fc16.x86_64 glusterfs-3.2.5-5.fc16.x86_64 Here is the full error sequence: [mjc at xena ~]$ rm -rf .adobe [mjc at xena ~]$ acroread (acroread:23227): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", Gtk-Message: Failed to load module "pk-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module" Acroread was unable to create the directory .adobe in your home directory. There may be a permission problem with the parent directory. Acroread w...
2013 Oct 02
1
Converting to heira format issue
Hi I''m just getting into hiera and have now configured it, my attempts at migrating to hiera have been frustratingly hard as I''m not able to get the write syntax. Can someone help me in converting the below from a class declaration to hiera? Current declarations in my declare.pp file: class profile::web { class { ''nsswitch'': automount =>
2006 Oct 05
3
metacity support
I have installed compiz with metacity support, my metacity libs are 2.16.3 and I used this command to on theme support gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true but I can`t change border of windows in gnome-theme-manager I can change theme only. Is metacity support functionall yet ? Or I maked something wrong.
2007 Mar 13
3
before => ?
Hi, How would I do this: wgetfile { "$name-$file": url => $url, file => $file, target => $target, options => $options, before => Component["md5check-$name"] } wgetfile { "$name-$md5file": url => $url, file =>
2013 Nov 20
2
How come that module is not executed in Windows?
I have the following in vagrantfile in WIndows system. config.vm.provision :puppet do |puppet| puppet.manifests_path = "manifests" puppet.manifest_file = "base-hadoop.pp" puppet.module_path = "modules" end when i run vagrant provision, i do see manifest and module folders are mounted and ssh into vm, I can find files in the following path [default] -- /tmp/vagrant-puppet/manifests [default] -- /tmp/vagrant-puppet/modules-0 I do see base-hadoop.pp is executed and thing...
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
...ake the root of the module a local dir and mount a > subdir inside that local directory based on the pre-xfer data. Unfortunately this proposed hack doesn't work (at least not in the latest 3.1.3), because the `chdir` includes the sub-path inside the module. (I.e. there isn't an `chdir(module_path) && execve(prexfer) && chdir(arg_path)` but a single `chdir(module_and_arg_path) && execve(prexfer)`.) Therefore I've tried to patch `rsync` myself, mainly by copy-pasting the code related to `pre-xfer exec` option: * https://github.com/cipriancraciun/rsync/commit/1f85...