Displaying 15 results from an estimated 15 matches similar to: "How to add a new clang-tidy module"
2002 Jun 21
4
configure problem --- Can't find recent OpenSSL libcrypto
Hello Gurus,
I tried my best as I can to do RTFM and Googling to find any information to
solve the problem myself which I failed.
I installed OpenSSL 0.9.6d 9 May 2002 with this option on a Solaris 8 box
using Sun Forte6-2
$config solaris64-sparcv9-cc --prefix=/local/santanu/pkg/ssl
Now I am trying to install openssh 3.2.3p1 and getting this error.
configure:8285: error: *** Can't find
2009 Nov 10
2
[RFC][PATCH] ovirt-node-image : edit-livecd : fail on error in arbitrary code
Purpose : fail iso build on encountering error in arbitrary code '$CODE'
1. export 'WDIR' , for 'CODE' to pick-up location to create 'fail'
file to indicate failure, note that it may not always be possible to
return some error code on failure in 'CODE'
2. 'set' commands enclosing 'CODE' will not be required
3. 'CODE' is
2009 Feb 16
3
Finishing up the contributors list as well
Guys,
OK, now that we have the new core contributors squared away, we
can go back to finishing the contributors list.
There were some people who got added and then there is existing
contributors list. I think Darren''s suggestion to wait to add new
core contributors is fine (let the new constitution settle down
and we can in the meanwhile have a more inclusive look at both
rather than
puppet master REST API returns 403 when running under passenger works when running from command line
2012 Dec 10
2
puppet master REST API returns 403 when running under passenger works when running from command line
Hi! Everyone,
puppet agent is not able to fetch any files, plugins or post catalog,
reports to the master. both puppet agent and master are on version 3.0.l,
passenger version 3.0.18 ,
nginx version: nginx/1.3.9
built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
TLS SNI support enabled
configure arguments: --prefix=/apps/nginx
--conf-path=/apps/nginx/nginx.conf
2016 Sep 21
4
Creating a clang-tidy const position check
I'm in the process of writing a clang-tidy check that concerns the
position of the "const" keyword. The check should either enforce "T
const" or "const T", based on a flag. Naturally, this should extend to
all sorts of variations and qualifiers, e.g., X<const T&, Y const*>
const&.
My approach is to first find the right AST matcher expression to flag
2004 Oct 21
1
hi all
hi,
i hv been burning nights reading howtos and manuals for iproute2 and
iptables aiming at succesfully implementing a DMZ-NAT solution for our
college (institute.)
i am a student and never had past experience but hv used linux for
quite some time now.
so my first question is: do the functions of iptables and iproute2
overlap atall. i am preety confused regd this matter.
2nd: is it possible to
2020 Jun 29
3
Codifying our Brace rules-
Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> writes:
> For those who don’t like it, is the currently documented policy broken
> enough to be important to changing?
I believe it is, simply for safety reasons. Adding a statement to a
single-statement block can introduce bugs. Mandating braces everywhere
prevents that.
> I assume you wouldn’t recommend a massive rewrite
2013 Sep 29
0
useR! 2014: call for tutorial proposals
We are pleased to announce that the R user conference
useR! 2014
is scheduled for July 1-3, 2014, and will take place at the
University of California, Los Angeles.
As for the predecessor conferences, the program will consist of two
parts: invited lectures and user-contributed sessions (abstract
submission will be available in due course). Prior to the
conference, there will be tutorials on
2012 Dec 06
2
pasenger does not start puppet master under nginx
On the server
[root@bangvmpllDA02 logs]# ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
[root@bangvmpllDA02 logs]# puppet --version
3.0.1
and
[root@bangvmpllDA02 logs]# service nginx configtest
nginx: the configuration file /apps/nginx/nginx.conf syntax is ok
nginx: configuration file /apps/nginx/nginx.conf test is successful
[root@bangvmpllDA02 logs]# service nginx status
2008 Jan 15
2
s10 HVM 64-bit boot
Hi --
I wanted to boot s10 HVM in 64-bit mode but it always boots in 32-bit
mode. Is there a special grub entry to boot s10 HVM domU in 64-bit mode?
Or is it HVM loader?
The grub entry is like this
title Solaris 10 5/08 s10x_u5wos_01 X86
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive
s10.py file is as follows :-
import os, re
arch = os.uname()[4]
if
2006 May 15
4
Issue with ip aliases and routing
I need to get this working. I have a single interface eth0 with a primary
adress of x.x.214.162 on a /30 block network. This interface is properly set
up and works fine, however, I also have five aliased adresses on the same
interface: eth0:1 @ x.x.6.230, eth0:2 @ x.x.6.235, eth0:3 @ x.x.6.240,
eth0:4 @ x.x.6.245, and eth0:5 @ x.x.6.250. All of these adresses are on a
/27 block network. After
2013 Apr 25
0
[LLVMdev] Template and GC root
Hi Everybody,
I am developing a Clang plugin in order to automate GC roots
identification on the stack in the VMKit project.
Currently, GC roots are manually identified by explicit calls to a
specific C++ function.
Then when C++ code is converted to LLVM IR, an optimization pass is
applied to replace all calls to this specific C++ function by calls to
llvm.gcroot intrinsic.
The process I am
2006 Jul 05
0
wifi network performance is degrading with iproute2
Hello,
I used iproute2 to do iif specific routing on wifi routers with 2 wifi
802.11b interfaces on non overlapping interfaces.
I set rule as follows on router-2 (shown below)
use table 100 if incomming interface is wlan0
use table 200 if incomming interface is wlan1
all routes in table 100 have wlan1 as oif
all routes in table 200 have wlan0 as oif
--wlan0--
2006 Sep 16
0
RE: samba Digest, Vol 45, Issue 19
When is samba 4 expected?
regards
2008 Jul 03
3
xm create fails with ''elf_xen_note_check: ERROR:''
Hi --
I''m getting this error even though I have correct DVD ISO image for snv_92.
bash-3.2# uname -a
SunOS stoakly2 5.11 snv_92 i86pc i386 i86xpv
bash-3.2# xm create snv.py
Using config file "./snv.py".
Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load
images built for the generic loader or Linux images'')
bash-3.2#