Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] Problem with install current CVS version LLVM"
2005 Feb 17
2
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
Command from LLVM CFE bootstrap sequence at FreeBSD:
gmake -C runtime install-bytecode
terminated with error (verbose mode):
--8X-------------------------------------------------------
llvm[2]: Installing Debug Bytecode Archive
/usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a
/usr/bin/install -c -D
/usr/home/wanderer/pkg/build/llvm/obj/Debug/lib/libcrtend.bca
2004 Sep 01
2
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
LLVM build without big problems in obj dir == src dir case (for example,
last night tester build)
But I have problem with building CVS version LLVM in obj dir != src dir
case.
======= Finished building ModuleMaker debug executable (without symbols)
=======
gmake[2]: Leaving directory
`/usr/home/wanderer/pkg/build/llvm/obj/examples/ModuleMaker'
gmake[1]: Leaving directory
2004 Sep 02
0
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
I resend email with updated (after mass header move) log examples.
> LLVM build without big problems in obj dir == src dir case (for example,
> last night tester build)
> But I have problem with building CVS version LLVM in obj dir != src dir
> case.
>
gmake[1]: Entering directory
`/usr/home/wanderer/pkg/build/llvm/obj/projects'
gmake[2]: Entering directory
2004 Sep 02
1
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
On Thu, 2004-09-02 at 00:04, Vladimir Merzliakov wrote:
> I resend email with updated (after mass header move) log examples.
>
> > LLVM build without big problems in obj dir == src dir case (for example,
> > last night tester build)
> > But I have problem with building CVS version LLVM in obj dir != src dir
> > case.
I *only* build with obj dir != src dir and
2005 Feb 17
0
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
Vladimir,
Thanks for the note. Unfortunately, the install approach that we're
using in the makefiles is a bit broken, based on Linux install program.
We'll get this cleaned up soon so that it works on multiple unixes.
Reid.
On Thu, 2005-02-17 at 14:48, Vladimir Merzliakov wrote:
> Command from LLVM CFE bootstrap sequence at FreeBSD:
> gmake -C runtime install-bytecode
>
2004 Nov 10
0
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> This looks like your crtend.a file did not get built correctly. Try
>> doing
>> make clean/make install in llvm/runtime/ again.
>>
> gmake clean in llvm/runtime/ remove all build tree of nighttest starting
> with llvm/runtime/../..
> And then i can't do gmake install :)
>
> Ok
> I will rebuld llvm and check build logs for crtend.a creating and
2005 Jan 03
1
[LLVMdev] Problem with LLVM CFE bootstrap at FreeBSD
I can't boostrap LLVM CFE at FreeBSD with current LLVM and LLVM CFE CVS
sources.
GCC bootstrap terminated with error:
/usr/home/wanderer/pkg/build/llvm/objcfe/gcc/xgcc -B/usr/home/wanderer/pkg/build/llvm/objcfe/gcc/
-B/home/wanderer/pkg/build
/llvm/night/cfe/i386-unknown-freebsd5.3/bin/ -B/home/wanderer/pkg/build/llvm/night/cfe/i386-unknown-freebsd5.3/lib/
-isystem
2004 Sep 04
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
Commit
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040830/017889.html
break build llvm at FreeBSD:
Compiling PPC32AsmPrinter.cpp
/home/wanderer/pkg/build/llvm/src/llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:
In member function `virtual
bool<unnamed>::AIXAsmPrinter::doFinalization(llvm::Module&)':
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
>> I'm not sure that I follow. The qmtest stuff isn't working on Zion
>> because (I believe) of an upgrade that happened on the machine (the
>> qmtest
>> binary doesn't work anymore?). Are you seeing a problem on freebsd where
>> the feature tests go into a loop? If so, can you provide us with more
>> information?
>>
make, ~ > ps -xu
2004 Dec 24
2
[LLVMdev] README: Build Environment Changes
>I successfully build CFE frontend at FreeBSD 5.3.
>
> Next nighttest run show more detail information :)
After last 2 nighttest runs i see stable failure result:
llvm[2]: Compiling dummylib.c for Debug build (bytecode)
llvm-g++: installation problem, cannot exec `gccas': No such file or
directory
gmake[3]: ***
2004 Nov 03
2
[LLVMdev] Problems with nighttest FeatureTests
I think there is a very similar situation with the PowerPC/Mac OS X
nightly tests. Over each of the past few nights, something has been
filling up the process table, causing me to be unable to log in. The
nightly tester wrote out regression test and feature test logs
featuring hundreds of "Resource temporarily unavailable" errors from
fork(), so I assume it's the qmtest
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
A typo in test/Makefile was the trigger for this problem:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
020216.html
John, can you please look into this bug some more and add some error
checking to the llvm-specific qmtest python modules to make this error
less severe?
Thanks!
-Brian
On Nov 3, 2004, at 10:35 AM, Brian Gaeke wrote:
>
> I think there is a very
2004 Nov 03
1
[LLVMdev] Problems with nighttest FeatureTests
Brian Gaeke wrote:
>
> A typo in test/Makefile was the trigger for this problem:
>
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
> 020216.html
>
> John, can you please look into this bug some more and add some error
> checking to the llvm-specific qmtest python modules to make this error
> less severe?
Does the fork bomb occur in the
2010 Jun 10
3
[LLVMdev] clang build fails if done in the separate object directory
I did these steps:
* checked out llvm trunk, and clang trunk
* created symbolic link llvm/tools/clang
* created separate folder: llvm-objects
* run configure and gmake in llvm-objects
It builds ok until it hits clang, at which point I get an this error:
gmake[2]: Entering directory `/tmp/llvm-svn/llvm-objects/tools/clang'
Makefile:44: Makefile.config: No such file or directory
Makefile:127:
2004 Dec 24
0
[LLVMdev] README: Build Environment Changes
Sloppy me. I fixed the path for llvm-gcc but not for llvm-g++. My last
patch to Makefile.rules fixes that so it should start working again.
Reid.
On Fri, 2004-12-24 at 05:21, Vladimir Merzliakov wrote:
> >I successfully build CFE frontend at FreeBSD 5.3.
> >
> > Next nighttest run show more detail information :)
>
> After last 2 nighttest runs i see stable failure
2004 Dec 26
1
[LLVMdev] README: Build Environment Changes
Next problem detected by nighttest:
LLVM build fail with errors:
gmake[4]: Entering directory
`/usr/home/wanderer/pkg/build/llvm/night/build/llvm/projects/Stacker/lib/runtime'
llvm[4]: Compiling stacker_rt.c for Debug build (bytecode)
default/bin/llvm-gcc: not found
gmake[4]: ***
[/usr/home/wanderer/pkg/build/llvm/night/build/llvm/projects/Stacker/lib/runtime/Debug/stacker_rt.bc]
Error 1
2004 Nov 10
2
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
> Current CVS LLVM build without problems but gmake install failed with
> message:
>
> `/usr/home/wanderer/pkg/build/llvm/obj/lib/System'
> llvm[1]: Compiling MappedFile.cpp for Debug build
> /home/wanderer/pkg/build/llvm/src/llvm/lib/System/MappedFile.cpp:27:35:
> platform/MappedFile.cpp: No such file or directory
Also note: i find text in LLVM build log:
2010 Jun 10
0
[LLVMdev] clang build fails if done in the separate object directory
can you tell what commands exactly did you use?
What I usually do is:
svn co llvm...
mkdir llvm/tools/clang
svn co llvm/tools/clang
mkdir cmake-build
cd cmake-build
cmake ../
make
Try something similar by running "../configure", it should work.
On Thu, Jun 10, 2010 at 11:23 AM, Yuri <yuri at rawbw.com> wrote:
> I did these steps:
> * checked out llvm trunk, and clang
2004 Jun 20
2
[LLVMdev] qmtest problem
I attempt install and use qmtest for run LLVM testsuit at FreeBSD, but
without success.
I have installed qm-2.2 (latest and single version accessable from
http://www.codesourcery.com/qmtest/download.html in sources)
When I start qmtest for LLVM ("make qmtest" in <llvm-obj-dir>/test
directory - right?) error printed:
---8X---------------
2004 Nov 10
3
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> All SingleSource and MultiSource tests failed in last run of FreeBSD
>> nighttester (and in previous).
>> Mostly with error:
>
> This looks like your crtend.a file did not get built correctly. Try doing
> make clean/make install in llvm/runtime/ again.
>
gmake clean in llvm/runtime/ remove all build tree of nighttest starting
with llvm/runtime/../..
And then i