Displaying 20 results from an estimated 2779 matches for "stdlibs".
Did you mean:
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 with the list to see if that makes sense or if there
are other
2013 Jun 10
5
Does stdlib break the regsubst function?
Hi all,
We are currently using the regsubst function of Puppet to generate some
information out of our hostnames (customer, environment, and so.). The
manifest is running fine since months.
7: $customer = regsubst($::fqdn, ''(^[^-]*)-[^-]*.*'', "\\1")
8: $environment = regsubst($::fqdn, ''^[^-]*-([^-]*).*'', "\\1")
9: $product =
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
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
Hello user-list,
Here is my pb :
I have a brand new debian Etch with all updates installed on a DELL PE
SC430 with a Pentium D 930 (3Ghz, Intel-VT, EMT64)
I''ve downloaded xen-3.3 and tried to install with /*"The Perfect Xen
3.1.0 Setup For Debian Etch" */howto.
But when i run the the "make world" I have an error with the studbom
compilation :
/Dans le fichier
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
because
2016 Feb 01
0
[klibc:master] stdlib.h: include <fcntl.h> for inline of posix_grantpt()
Commit-ID: aa5948f9f394c9357fce8ee3e7ad7b7f10fa63b1
Gitweb: 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
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.5 release, as
there are still
2012 Oct 08
8
Invalid resource type anchor.
Hi group, im updating some modules of puppet, and i found this issue or
error, that 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
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''m running puppet in a local VM to do some testing, and all of our systems
are behind a proxy. I''ve got the http_proxy environment variable set
properly, but when 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
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 "Puppet Users" group.
To post to this group, send email to
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 Groups
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
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
I used ESR's deheader program to look for unused includes. I then
examined each instance by hand, and also test-compiled (on Linux).
---
src/actions-support.c | 4 ----
src/alloc.c | 3 ---
src/appliance.c | 8 --------
src/conn-socket.c | 1 -
src/copy-in-out.c | 2 --
src/create.c | 1 -
src/dbdump.c | 8 --------
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2016 Dec 09
0
Re: [PATCH] generator: Share Common_utils code.
On Thursday, 8 December 2016 10:36:45 CET Richard W.M. Jones wrote:
> For a very long time we have maintained two sets of utility functions,
> in mllib/common_utils.ml 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
>
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