Displaying 20 results from an estimated 74 matches for "buil".
Did you mean:
build
2009 Jul 10
2
[LLVMdev] Builing llvm-gcc error with current trunk
Hello,
I'm trying to re-build llvm-gcc with gcc 4.3.2 on x86 Linux machine and has
the following error message during compilation.
../../llvm-gcc/gcc/llvm-types.cpp: In function avoid
writeLLVMTypesStringTable():
../../llvm-gcc/gcc/llvm-types.cpp:198: error: no matching function for call
to 'llvm::GlobalVariable::GlobalVa...
2009 Jul 10
0
[LLVMdev] Builing llvm-gcc error with current trunk
Hi Won,
> I'm trying to re-build llvm-gcc with gcc 4.3.2 on x86 Linux machine and
> has the following error message during compilation.
if you are using llvm from svn then you need to build llvm-gcc from svn
too.
Ciao,
Duncan.
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
building rpm for mandrake 8.1 gives me this error
what should i try?
checking for two-argument statfs with struct fs_data (Ultrix)... no
checking if large file support can be enabled... yes
checking whether to support ACLs... no
checking whether to build winbind... yes
checking for poptGetContext in -l...
2009 Sep 11
2
ovirt ace error
Good morning,
I have succesfully buil ovirt on fedora 11 but running
ace -d l /tmp/ace.log install ovirt I got en error (I think it is krb5 issue).
My server was not a kerberos server before installing ovirt, so I think ace
procedure has installed it.
Attacchede here there is the ace.log file.
Could anyone help me ?
Thanks & Rega...
2005 May 19
6
[LLVMdev] [Cygwin] groff build error
Here it is, a missing file "analyze.1" :-
/usr/bin/groff -Tps -man /usr/build/llvm/docs/CommandGuide/analyze.1 > /usr/buil
d/llvm/docs/CommandGuide/analyze.ps
troff: fatal error: can't open `/usr/build/llvm/docs/CommandGuide/analyze.1': No
such file or directory
make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
make[2]: Leaving directory `/usr/...
2016 Jan 16
2
Building SVN head with CMake - shared libraries?
...you are using it? Generally having LLVM split among that many
>> dynamically loaded libraries results in significant performance regressions.
>
> When we first switched to cmake it was the only option to produce
> shared libraries, hence we went with it. I am testing with
> -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON atm, and will let
> you know if any problem arises.
I am trying to enable this on openSUSE but it seems to break
standalone lldb (note that we don't ship static libs):
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
-DCMAKE_CXX_FLAGS=-st...
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
R Listers,
One of the list contributors suggested I abandon attempts to build
R-1.9.1 and focus on building R-2.3.1. I believe the main set of
packages have been built properly (with some changes to the code) -
however, when building the Recommended packages, the build fails.
CODE CHANGES:
=============
1. My C compiler requires a ";" on line 589 of
..../src/m...
2005 May 20
2
[LLVMdev] [Cygwin] groff build error - semi solved
Turns out I did not have Perl installed and hence no pod2man command, so it was not groff after all.
But 'true', what ever it does, does not seem to be working on Cygwin.
true pod2man --release=1.5 --center="LLVM Command Guide" /usr/build/llvm/../../src/llvm-1.5/docs/CommandGuide/analyze.pod /usr/build/llvm/docs/CommandGuide/analyze.1
'true' seems to behaving like a "do nothing machine".
>From looking at the Bash documentation it does not look like it should be there at all !
http://www.faqs.org/docs...
2019 Nov 12
8
RFC: Using GitHub Actions for CI testing on the release/* branches
Hi,
I would like to start using GitHub Actions[1] for CI testing on the release/*
branches. As far as I know we don't have any buildbots listening to the
release branches, and I think GitHub Actions are a good way for us to quickly
bring-up some CI jobs there.
My proposal is to start by adding two post-commit CI jobs to the release/9.x branch.
One for building and testing (ninja checka-all) llvm/clang/lld on Linux,
Windows, an...
2010 Dec 09
0
[LLVMdev] Parallel testsuite run breaks
...ce* tree, not the obj tree:
> not llvm-dis < /ptmp/dag/llvm-project.official/llvm/trunk/test/Bitcode/null-type.ll.bc > /dev/null |& grep "Invalid MODULE_CODE_FUNCTION record"
I think that's there from checkout. You can see it on the web.
It seems I spoke too soon about build-level parallelization (running
multiple parallel builds in parallel). 4.1.2 works fine for
Debug+Asserts builds but fails horribly on Release+Asserts buils on SLES
10.1 when run by itself. I'm assuming there's nothing wrong with doing
an LLVM parallel build (make -j).
Sigh. More compil...
2004 Jun 11
1
Fatal: Unknown userdb type 'pgsql'
i build an rpm and now gets this
i builed the rpm with
rpmbuild -ta --define 'XFlags --with-mysql --with-pgsql --with-pop3' dovecot-0.99.10.5.tar.gz
?
Are you ready for Telkom's 10-digit dialling? To find out how this will affect your Internet connection in the not too distant future, go...
2005 Jan 09
1
Bristuffed Asterisk 1.0.3 hfc-s card doesn't work
I hva ean HFC-S card in a box that I'm trying to get to work with
bristuffed Asterisk 1.0.3. The box is an Athlon64 running a RHEL rebuild
with a plain vanilla 2.6.10 kernel. I tried both APIC and NOAPIC mode.
The installation went ok and does give output that seems correct
SPAN 1: CCS/ AMI Buil-out: 399-533 feet (DSX-1)
2 channels and one D-channel
Even though I've configured * to immediately accept calls I do not see any
c...
2016 Jan 16
3
Building SVN head with CMake - shared libraries?
...lt;dan at su-root.co.uk> wrote:
>> I am trying to enable this on openSUSE but it seems to break
>> standalone lldb (note that we don't ship static libs):
>>
>> cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
>> -DCMAKE_CXX_FLAGS=-stdlib=libc++ -DLLVM_BUILD_LLVM_DYLI
>> B=ON -DLLVM_LINK_LLVM_DYLIB=ON -DCMAKE_INSTALL_PREFIX=/usr
>> -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_LIBDIR_SUFFIX=64 -DLLDB_PA
>> TH_TO_LLVM_BUILD=/usr -DLLDB_PATH_TO_CLANG_BUILD=/usr
>> -DLLVM_RUNTIME_OUTPUT_INTDIR=/home/abuild/rpmbuild/BUILD/lldb-3.8.0/bui...
2010 Dec 09
1
[LLVMdev] Parallel testsuite run breaks
...; > < /ptmp/dag/llvm-project.official/llvm/trunk/test/Bitcode/null-type.ll.bc
> > > /dev/null |& grep "Invalid MODULE_CODE_FUNCTION record"
>
> I think that's there from checkout. You can see it on the web.
Ah OK.
>
> It seems I spoke too soon about build-level parallelization (running
> multiple parallel builds in parallel). 4.1.2 works fine for
> Debug+Asserts builds but fails horribly on Release+Asserts buils on
> SLES 10.1 when run by itself.
Can you try running some of the failing lines manually and see if they
still fail?
Also ar...
2011 Oct 22
1
[LLVMdev] error building clang
Any input on this? I cleaned up the whole directory and re-build. still get
the error. I am builing on x86. downloaded clang from llvm.org.
Should I pick up an older version?
llvm[4]: Linking Debug+Asserts executable clang
> /llvm/build/Debug+Asserts/lib/libclangLex.a: could not read symbols: File
> format not recognized
> collect2: ld returned 1 exit...
2016 Jul 19
2
TSIG failure
I'm attempting to join samba 4 (using latest 4.4 built from source) as
DC to an existing Win 2k8 server domain. The join works fine with no
errors and appears to be replicating fine. However the DNS is not
updated and I get the following error multiple times when running
samba_dnsupdate --all-names:
TSIG error with server: tsig verify failure
I&...
2004 Oct 01
1
Member server won't authenticate against Samba BDC
For the last few years, we have had a NT4 PDC (without a BDC).
This week I undertook the process of builing a Samba BDC running
Debian linux. This new BDC is running samba version 3.0.7. After
setting up the box, I copied all of the user, group, and machine
accounts over to the new bdc, using "net rpc vampire".
The BDC is up and running and I see everybody authenticating against
it. I wo...
2006 Apr 21
2
error in abld build wins udeb
I am trying to compile speex.1.1.12 for Symbian OS but I get lots of
errors:
C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12\symbian>abld
buil
d wins udeb
make -r -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI
AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\EXPORT.make" EXPORT
VERBOSE
=-s
Nothing to do
make -r -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI
AN\7.0S\SE...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
...ke install' errors as I had before :-
Two trivial ones, of uncreated directories :-
llvm[2]: Installing Debug /usr/llvm/bin/llvm-ranlib
/usr/bin/install: target `/usr/llvm/bin/llvm-ranlib' is not a directory
make[2]: *** [/usr/llvm/bin/llvm-ranlib] Error 1
make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ranlib'
make[1]: *** [llvm-ranlib/.makeinstall] Error 2
make[1]: Leaving directory `/usr/build/llvm/tools'
make: *** [install] Error 1
make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar'
llvm[2]: Installing Debug /usr/llvm/bin/llvm-ar
/usr/bin/install: target `...
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...wrote:
> Turns out I did not have Perl installed and hence no pod2man command, so
> it was not groff after all.
>
> But 'true', what ever it does, does not seem to be working on Cygwin.
>
> true pod2man --release=1.5 --center="LLVM Command Guide"
> /usr/build/llvm/../../src/llvm-1.5/docs/CommandGuide/analyze.pod
> /usr/build/llvm/docs/CommandGuide/analyze.1
>
> 'true' seems to behaving like a "do nothing machine".
>
> From looking at the Bash documentation it does not look like it should
> be there at all !
&g...