Displaying 8 results from an estimated 8 matches for "nraynaud".
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Thanks for your help Dale,
I got a little bit more clue (in snipped the begining the build messages) :
ar cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a
/Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Alarm.o
/Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o
/Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/DynamicLibrary.o
/Users/nraynaud/Deskto...
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Thanks for your reply,
Perl is implied ???
here is the version :
nraynaud at macaron-2:~/Desktop/geek/fp$ perl --version
This is perl, v5.8.8 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
the two patches are :
Locally applied patches:
fix for regcomp CVE-2007-5116 security vulnerability
fix for double-free CVE-2008-1...
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Nicolas Raynaud wrote:
> Thanks for your help Dale,
>
> I got a little bit more clue (in snipped the begining the build messages) :
>
> ar cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a
> /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Alarm.o
> /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o
> /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/DynamicLibrary.o
> /U...
2009 Apr 03
3
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Hi all, llvm doesn't seems to build but it doesn't give me any useful
error message :
nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make
llvm[1]: Compiling Alarm.cpp for Debug build
llvm[1]: Compiling Disassembler.cpp for Debug build
llvm[1]: Compiling DynamicLibrary.cpp for Debug build
llvm[1]: Compiling Host.cpp for Debug build
llvm[1]: Compiling IncludeFile.cpp for Debug build
llvm...
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
make VERBOSE=1 might tell you something. Apparently the shared
library link is failing for some reason.
On Apr 2, 2009, at 5:45 PMPDT, Nicolas Raynaud wrote:
> Hi all, llvm doesn't seems to build but it doesn't give me any useful
> error message :
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make
> llvm[1]: Compiling Alarm.cpp for Debug build
> llvm[1]: Compiling Disassembler.cpp for Debug build
> llvm[1]: Compiling DynamicLibrary.cpp for Debug build
> llvm[1]: Compiling Host.cpp for Debug build
> llvm[1]: Compiling IncludeFile...
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Nicolas Raynaud wrote:
> Thanks for your reply,
>
> Perl is implied ???
>
> here is the version :
> nraynaud at macaron-2:~/Desktop/geek/fp$ perl --version
>
> This is perl, v5.8.8 built for darwin-thread-multi-2level
> (with 2 registered patches, see perl -V for more detail)
>
> the two patches are :
> Locally applied patches:
> fix for regcomp CVE-2007-5116 security vulnerabilit...
2009 Apr 03
1
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Thanks Kenneth,
but it looks like the problem lies elsewhere :ar -cru
/Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a
/Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Alarm.o
/Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o
/Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/DynamicLibrary.o
/Users/nraynaud/Deskto...
2017 Jul 20
0
error reporting and --xml
Hi all,
I am developing a gluster wrapper, and when using glusterfs-3.8.9-1 (on
centos) with --xml, timeout errors have two issues:
1) the message is on stdout
2) the message is not formatted in XML
I think the error is the use of cli_out() here:
https://github.com/gluster/glusterfs/blob/master/cli/src/cli-cmd.c#L293
since cli_out() bypasses all the XML formatting output and writes directly
to