search for: ptomulik

Displaying 3 results from an estimated 3 matches for "ptomulik".

2015 Feb 13
2
[LLVMdev] SIGILL in regex::assign()
...main() { std::regex re; re.assign(std::regex("foo")); // SIGILL return 0; } It runs smoothly if compiled with g++ but raises "illegal instruction" when compiled with clang++: g++ -std=c++11 -O0 -g -o test-g++ test.cpp clang++ -std=c++11 -O0 -g -o test-clang++ test.cpp ptomulik at barakus:$ ./test-g++ ptomulik at barakus:$ ./test-clang++ Illegal instruction Note that the following assignment still works: re.assign(static_cast<std::regex const&>(std::regex("foo"))); I'm working on Debian 8.0, my clang version is: ptomulik at barakus:$ clang++ -...
2013 Feb 12
3
apache 2.4 support in puppetlabs/apache
Hi everyone, I started testing out the puppetlabs/apache module from forge on a Fedora 18 server and noticed it doesn''t have multiple version support for apache. Fedora 18 runs apache 2.4 and there are a few of modules that don''t exist any more and a few config changes. I was pondering forking the module on github and adding attempting to add support for apache 2.4 but I
2013 Aug 07
9
Freebsd + Puppet 3.2.2 pkg_add -f ?
Shouldn''t pkg_add be using the -r option for package management? I worked around by forcing the client to use ports instead, but it stinks. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to