search for: stdlib

Displaying 20 results from an estimated 2778 matches for "stdlib".

2016 Nov 17
2
"-stdlib=libc++" applied to CMAKE_CXX_FLAGS
llvm/cmake/modules/HandleLLVMStdlib.cmake specifies "-stdlib=libc++" for CMAKE_CXX_FLAGS when LLVM_ENABLE_LIBCXX and CXX_SUPPORTS_STDLIB. From what I can see this is a flag intended for the linker and not the compiler. I'd like to submit a change to delete CMAKE_CXX_FLAGS from this append() but I wanted to check in...
2013 Jun 10
5
Does stdlib break the regsubst function?
...omer = regsubst($::fqdn, ''(^[^-]*)-[^-]*.*'', "\\1") 8: $environment = regsubst($::fqdn, ''^[^-]*-([^-]*).*'', "\\1") 9: $product = regsubst($::fqdn, ''^[^-]*-[^-]*-([^\.1-9]*).*'', "\\1") Last week I discovered the stdlib module and added the module to my Puppet environment. After rolling out some changes to a test machine, I encountered some problems. err: Could not retrieve catalog from remote server: Error 400 on SERVER: Function ''regsubst'' does not return a value at /etc/puppet/environment...
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
Hello, I wanted to try the new c++ stuff, ie clang-3.2, libc++ and libcxxrt, so I used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in libmap.conf ), and started to build my normal set of packages ( see desktop.list ). Please note that I also have WITH_NEW_XORG=yes and WITH_KMS=yes, as well as using the devel xorg repo. First Great work for moving FreeBSD towards a more modern c++ world...
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
...0/newlib/libc/include/string.h:75: erreur: expected ''='', '','', '';'', ''asm'' or ''__attribute__'' before ''strnlen'' In file included from /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/posix/stdlib.h:4, from ../../../../../newlib-1.16.0/newlib/libc/argz/argz_add.c:10: /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/stdlib.h:72: erreur: expected declaration specifiers or ''...'' before ''size_t'' /usr/src/xen-3.3.0/stubdom/newlib-...
2012 Apr 11
8
Facter not initialized in rspec in puppetlabs-stdlib?
I have been working on adding some predicate functions to puppetlabs-stdlib that test things based on ''interfaces'' and related facts. The functions themselves seem to work fine in my manifest-based smoketests, but I am running into trouble that may or may not be due to my ignorance about rspec or Facter. Something needs to be done to initialize Facter...
2016 Feb 01
0
[klibc:master] stdlib.h: include <fcntl.h> for inline of posix_grantpt()
...http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=aa5948f9f394c9357fce8ee3e7ad7b7f10fa63b1 Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Mon, 1 Feb 2016 01:52:06 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Mon, 1 Feb 2016 01:52:06 -0800 [klibc] stdlib.h: include <fcntl.h> for inline of posix_grantpt() Since namespace pollution is not a major concern in klibc, add <fcntl.h> to support the inline of posix_grantpt(). Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- usr/include/stdlib.h | 1 + 1 file changed, 1 insertion(+)...
2012 Aug 16
0
Announcing stdlib 3.0.0
Hello, We''re pleased to announce the release of the stdlib module at version 3.0.0 [1]. This major release drops compatibility with Puppet 2.6 and preserves compatibility with Puppet 2.7. The 2.x series will persist for compatibility and bugfix releases for Puppet 2.6. New features intended to work with Puppet 2.6 may be included into a future stdlib 2....
2012 Oct 08
8
Invalid resource type anchor.
...i cannot get resolved it. My puppetmaster is 2.7.1 and client 2.7.18. I used other modulo to prover apt configurations but i think this is more completed. I know that the error is something missing or my class is not present or something like that, the dependencies of the modulo are installed, stdlib and i tried to use it without any declaration on my own apt class, but im still getting this error. Someone has any idea what is happening?¿ Thanks. My class: class apt-basic {...
2013 Apr 13
6
facter doesn't load from /ect/facter/facts.d
I''m trying to load custom facts via /etc/facter/facts.d/* according to instructions on http://docs.puppetlabs.com/guides/custom_facts.html#structured-data-facts I must have missed a setting somewhere because I get nothing. The first clue may be that /etc/facter didn''t exist. I had to create it manually. Is there a setting or search path I need to create? Details: puppet
2012 Jun 15
8
Puppet Forge question
...I try to use puppet module install <foo> it doesn''t seem to honor it and can''t connect. I used wget to download it, but even when I use modulepath it still tries to connect to the forge and fails. I''ve tried: sudo puppet module install --modulepath . puppetlabs-stdlib-2.3.3.tar.gz sudo puppet module install --modulepath . puppetlabs/stdlib sudo puppet module install --modulepath . puppetlabs-stdlib I consistently get: Preparing to install into . ... Downloading from http://forge.puppetlabs.com ... Error: Network is unreachable - connect(2) Error: Try ''...
2013 Dec 12
2
Stdlib and Defined Types
All, Does anyone know of a way to add a file-centric backtrace to the validate functions in the Stdlib? If you use a validator in a defined type, you end up not having any idea what actually threw the error. Though much has moved to parameterized classes, there are still times when defines are useful and it would be nice to know what calling class/define/stack was blowing up. Thanks, Trevor --...
2012 Dec 04
1
Does puppet stdlib suppor puppet 3.0.1?
In puppet stdlib doc here at https://github.com/puppetlabs/puppetlabs-stdlib, it only mentions its support for puppet 2.6 and puppet 2.7. Puppet 3.0.1 is not listed there. Why puppet 3.x is not listed in the above doc as supported? -- You received this message because you are subscribed to the Google Groups &quo...
2012 Aug 29
9
puppetlabs-stdlib
I''m confused about this... https://github.com/puppetlabs/puppetlabs-stdlib/ I see a lot of functions there that are the same as the ones that come standard with puppet. If I create a module and dump this stuff in there, what happens to the existing stuff? How does puppet know which one to use? Doug -- You received this message because you are subscribed to the Google...
2005 May 23
2
alloca() on FreeBSD (PR#7890)
Full_Name: Eric van Gyzen Version: 2.1.0 OS: FreeBSD 5.4 Submission from: (NULL) (152.3.22.33) R-2.1.0 fails to compile on the newest release of FreeBSD, complaining about undefined references to __builtin_alloca. On FreeBSD, alloca() is declared in stdlib.h, not alloca.h as the R sources expect. Therefore, HAVE_DECL_ALLOCA does not get set, so the R sources declare alloca() after it has already been #defined by stdlib.h. A possible fix is to modify the configure script to look for the declaration of alloca() in stdlib.h (perhaps after it fails to...
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...sbuf.c | 1 - src/tmpdirs.c | 3 --- 35 files changed, 155 deletions(-) diff --git a/src/actions-support.c b/src/actions-support.c index 23b9ba7..ca125ac 100644 --- a/src/actions-support.c +++ b/src/actions-support.c @@ -22,13 +22,9 @@ #include <stdio.h> #include <stdlib.h> -#include <stdint.h> -#include <string.h> -#include <unistd.h> #include "guestfs.h" #include "guestfs-internal.h" -#include "guestfs-internal-actions.h" #include "guestfs_protocol.h" /* Check the return message from a call for...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...========================================== --- vcut/vcut.c (revision 11702) +++ vcut/vcut.c (working copy) @@ -10,6 +10,10 @@ * last modified: $Id: vcut.c,v 1.9 2003/09/03 07:58:05 calc Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <ogg/ogg.h> Index: vorbiscomment/vcedit.c =================================================================== --- vorbiscomment/vcedit.c (revision 11702) +++ vorbiscomment/vcedit.c (working copy) @@ -9,6 +9,10 @@ * last modified: $Id: vcedit.c,v 1.23 2003/09/03 07:58:05 calc...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...========================================== --- vcut/vcut.c (revision 11702) +++ vcut/vcut.c (working copy) @@ -10,6 +10,10 @@ * last modified: $Id: vcut.c,v 1.9 2003/09/03 07:58:05 calc Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <ogg/ogg.h> Index: vorbiscomment/vcedit.c =================================================================== --- vorbiscomment/vcedit.c (revision 11702) +++ vorbiscomment/vcedit.c (working copy) @@ -9,6 +9,10 @@ * last modified: $Id: vcedit.c,v 1.23 2003/09/03 07:58:05 calc...
2016 Dec 09
0
Re: [PATCH] generator: Share Common_utils code.
...and generator/utils.ml. This changes things > so that the same set of utility functions can be shared with both > directories. > > It's not possible to use common_utils.ml directly in the generator > because it provides several functions that use modules outside the > OCaml stdlib. Therefore we add some lightweight post-processing which > extracts the functions using only the stdlib: > > (*<stdlib>*) > ... > (*</stdlib>*) One idea here: instead of using a custom <stdlib> markup and sed code for it, what about using the standard C pre...
2009 Mar 13
7
WINE Compile issue latest development release (1.1.16?)
checking for X... no configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this. Configure failed, aborting install. -_- i keep getting random things when i try to install wine this is the latest.
2012 Jul 26
2
class with multiple package resources does not install RPMs
Hi, I am able to install my RPM via this puppet code ... [root@agent1 ~]# puppet apply -v install_named_conf.pp info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb info: Loading facts...