similar to: [LLVMdev] make check fails on mingw

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] make check fails on mingw"

2005 Jan 07
2
[LLVMdev] make check fails on mingw
Now, I've no spaces in my path: ------------------ $ echo $PATH .:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread ------------------ I've found that you safely can delete site.exp. The new values in site.exp are: ------------------ ## these variables are automatically generated by make ## # Do not edit here.
2005 Jan 07
0
[LLVMdev] make check fails on mingw
On Fri, 7 Jan 2005, Henrik Bach wrote: > I'm trying to test the llvm tools as described in > 'http://llvm.cs.uiuc.edu/docs/TestingGuide.html'. The problem here is that your PATH envvar has spaces in it. There are many thing in LLVM that won't work with that, please try pruning your PATH and trying again. Thanks, -Chris > However, when running the command: 'make
2005 Jan 07
3
[LLVMdev] make check fails on mingw
You're right. And no errors or results where generated: -------------------- if test -d "/C/projects/build/MinGW/llvm-2-1/test" ; then \ if test -f "/C/projects/build/MinGW/llvm-2-1/test/Makefile" ; then \ echo llvm[0]: Running test suite ; \ make -C /C/projects/build/MinGW/llvm-2-1/test check-local \ TESTSUITE= ; \ else \ echo llvm[0]: No Makefile in
2005 Jan 07
0
[LLVMdev] make check fails on mingw
On Fri, 7 Jan 2005, Henrik Bach wrote: > "PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread > llvm-gcc" > set llvmgxx >
2005 Jan 07
0
[LLVMdev] make check fails on mingw
On Fri, 7 Jan 2005, Henrik Bach wrote: > You're right. And no errors or results where generated: > PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:/C/projects/src/llvm-2/llvm/test/Scripts:.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread > \ > true runtest > make[1]: Leaving directory
2005 Jan 07
3
[LLVMdev] make check fails on mingw
I'm not sure if dejagnu is installed correctly. Is there any way to call it on the command line? I get this: ------------------- $ runtest --version | tee -a my_runtest.log WARNING: Couldn't find the global config file. Expect version is 5.21 Tcl version is 8.0 Framework version is 1.4.4 ------------------- and ------------------- $ ls /usr/local/share/dejagnu/
2005 Jan 09
2
[LLVMdev] make check fails on mingw
I found that it was runtest.exp which referenced to the internal exp_debug function. For testing purposes I disabled the reference and ran a new: make check VERBOSE=1 which gave me this: ------------------ if test -d "/C/projects/build/MinGW/llvm-2-1/test" ; then \ if test -f "/C/projects/build/MinGW/llvm-2-1/test/Makefile" ; then \ echo llvm[0]: Running test suite ; \
2005 Jan 09
0
[LLVMdev] make check fails on mingw
On Sun, 9 Jan 2005, Henrik Bach wrote: > I found that it was runtest.exp which referenced to the internal exp_debug > function. For testing purposes I disabled the reference and ran a new: Hi Henrik, Unfortunately, none of us has access to a MinGW setup, so we cannot debug this problem. If you're hacking on dejagnu or expect itself (because it has not yet been ported to MinGW
2005 Jan 09
1
[LLVMdev] make check fails on mingw
Can any one, who has dejagnu and expect installed and working, send me an output when running '(g)make check' from llvm. Thanks. Henrik. ============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= 'Nothing is impossible; The impossible
2005 Jun 18
2
[LLVMdev] The configure script seems to strip some / from path
Hi LLVMers, The root of my SRC_DIR is: /home/hb/projects/src/llvm-1/llvm/ and the root of my OBJ_DIR is: /home/hb/projects/build/FC1/llvm-1-1. However, the configure script seems to have stripped some of the / from the paths: Makefile.common:63: /home/hb/projects/buildFC1llvm-1-1/Makefile.config: No such file or directory Makefile.common:69: /home/hb/projects/srcllvm-1/Makefile.rules: No such
2005 Jan 07
3
[LLVMdev] make check fails on mingw
Well, doing a runtest in the test folder gave me these results: ----------------- WARNING: Couldn't find the global config file. WARNING: No tool specified Test Run By llvm on Fri Jan 7 20:55:24 2005 Native configuration is i686-pc-mingw32 === tests === ERROR: (DejaGnu) proc "exp_debug" does not exist. The error code is NONE The info on the error is: can't rename to
2007 Apr 05
1
unable to build rpm from cvsnt.spec file on Centos4.4
Hi Friends, I downloaded the cvsnt 2.5.04.2047 version from achrives. I using Centos 4.4 and I am trying to install cvsnt through cvsnt.spec file. When I run the command rpmbuild --bb cvsnt.spec I get the below error at the end. I don't know the reason why the rpmbuilding is failing . What package or rpm do I need to install to fulfill this dependency or get rid of this error ? Processing
2005 Jan 07
0
[LLVMdev] make check fails on mingw
> Well, doing a runtest in the test folder gave me these results: > ----------------- > WARNING: Couldn't find the global config file. WARNING: No tool specified > Test Run By llvm on Fri Jan 7 20:55:24 2005 > Native configuration is i686-pc-mingw32 > > === tests === > > ERROR: (DejaGnu) proc "exp_debug" does not exist. The error code is NONE The >
2005 Feb 04
7
FW: Bug fix
Forwarded, because I don''t think he''s subscribed and I''m not getting an email notification in my Yahoo account. Dan -----Original Message----- From: CT [mailto:demerzel@gmail.com] Sent: Friday, February 04, 2005 4:17 PM To: Berger, Daniel Cc: win32utils-devel@rubyforge.org Subject: Re: Bug fix On Fri, 4 Feb 2005 16:53:17 -0600, Berger, Daniel
2005 Jun 18
0
[LLVMdev] The configure script seems to strip some / from path
On Sat, 2005-06-18 at 10:32 +0200, Henrik Bach wrote: > Hi LLVMers, > > The root of my SRC_DIR is: /home/hb/projects/src/llvm-1/llvm/ > and the root of my OBJ_DIR is: /home/hb/projects/build/FC1/llvm-1-1. > > However, the configure script seems to have stripped some of the / from the > paths: > Makefile.common:63: /home/hb/projects/buildFC1llvm-1-1/Makefile.config: No
2007 Dec 06
2
TortoiseCVS
Hi, I'm trying to use TortoiseCVS under Linux (through Wine). I'd like to eventually write some shell scripts to invoke it properly from Nautilus but that is still a ways off. Some of Tortoise's functionality works, like enumerating the code modules in the CVS repository. However, actually checking out code works for the first file but then fails:
2013 Apr 11
2
Disable A Windows Service Only If It Exists
I am wondering whether it is possible to have Puppet only stop and disable a Windows service if it exists. I have Puppet master 3.1.1 on CentOS, and Puppet clients 3.1.1 on many Windows machines. Right now, I have the bit below for certain nodes: service { "CVSNT": ensure => ''stopped'', enable => ''false'', } Some of the nodes have this
2005 Jun 20
2
[LLVMdev] 'make check' failed with: ... PHI node entries do not match predecessors! ...
Hi, Now, I've build the tools and the cfe. However, 'make check' gave me the attached results. Summarized as follows: # of expected passes 1081 # of unexpected failures 26 # of expected failures 32 I configured llvm with following options: '--prefix=/home/hb/llvm/ --enable-targets=host-only'. I used gcc version 3.4.2 to build the tools and cfe. The cfe is version:
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi! I'm trying to build LLVM under cygwin. I have the latest version of cygwin and CVS versions of llvm, llvm-test and llvm-gcc. make of tools only succeeded. make of frontend succeeded too but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the following message: llvm[0]: Compiling crtend.c for Debug build (bytecode) /bin/sh: -c: line 0: syntax error near unexpected
2005 Jun 20
0
[LLVMdev] 'make check' failed with: ... PHI node entries do not match predecessors! ...
Hi Henrik, You don't have the latest C/C++ Front End Source code. Please update from CVS to get the fix for the 2005-06-15-ExpandGotoInternalProblem.c test. Note the date of the test (5 days ago). Reid. On Mon, 2005-06-20 at 18:42 +0200, Henrik Bach wrote: > Hi, > > Now, I've build the tools and the cfe. However, 'make check' gave me the > attached results.