Displaying 20 results from an estimated 37 matches for "buildfil".
Did you mean:
buildfile
2015 Sep 23
2
Help with systemd
On 9/23/2015 2:58 PM, Jonathan Billings wrote:
> 1.) why 'cd /greenstone/gs3 && ant start' when you could just run
> '/greenstone/gs3/ant start'.
thats *not* equivalent, unless ant is in /greenstone/gs3 *and* . is in
the path, and even then, ant looks for build.xml in the current path
when its invoked, so the cd /path/to/build/ is appropriate.
--
john r
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel.
For xen-1.1, the vmm and linux built fine, but the tools failed with something
called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003''
ant -buildfile build-cmdline.xml dist
Buildfile: build-cmdline.xml
BUILD FAILED
java.lang.VerifyError: verification failed at PC 612 in
org.apache.tools.ant.taskdefs.Zip:getResourcesToAdd(([Lorg.apache.tools.ant.types.FileSet;Ljava.io.File;Z)Lorg.apache.tools.ant.taskdefs.Zip$ArchiveState;):
incompatible t...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...-o /home/elaheh/Desktop/vmkit2/Release+Asserts/lib/MMTKAlloc.bc /home/elaheh/Desktop/vmkit2/mmtk/mmtk-alloc/Release+Asserts/Selected.bc
make[2]: Leaving directory `/home/elaheh/Desktop/vmkit2/mmtk/mmtk-alloc'
make[2]: Entering directory `/home/elaheh/Desktop/vmkit2/mmtk/java'
/usr/bin/ant -buildfile /home/elaheh/Desktop/vmkit2/mmtk/java/build.xml
Buildfile: /home/elaheh/Desktop/vmkit2/mmtk/java/build.xml
main:
[mkdir] Created dir: /home/elaheh/Desktop/vmkit2/mmtk/java/classes
[javac] Compiling 380 source files to /home/elaheh/Desktop/vmkit2/mmtk/java/classes
[javac] warning: [opt...
2012 Nov 16
3
[LLVMdev] Making VMKit2
...gnu-classpath-glibj=/home/ela/Desktop/classpath-0.97.2/lib/
--with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-classpath-impl=gnuclasspath
--with-openjdk-path=/usr/lib/jvm/jav-gcj/
Then, the end part of the output is as
follows:
make[2]:
Entering directory `/home/ela/Desktop/vmkit2/mmtk/java'
Buildfile:
/home/ela/Desktop/vmkit2/mmtk/java/build.xml
main:
[mkdir] Created dir:
/home/ela/Desktop/vmkit2/mmtk/java/classes
[javac] Compiling 380 source files to
/home/ela/Desktop/vmkit2/mmtk/java/classes
[javac] warning: [options] bootstrap class
path not set in conjunction with -source 1.5...
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...did not have ant installed and installing it allowed me to
overcome the previous error. However the next one appeared. I have ran make
with ENABLE_OPTIMIZED=1 VERBOSE=1 and here is the output (the last part of
it)
make[2]: Entering directory `/home/svozniuk/llvm/vmkit/mmtk/java'
/usr/bin/ant -buildfile /home/svozniuk/llvm/vmkit/mmtk/java/build.xml
Buildfile: /home/svozniuk/llvm/vmkit/mmtk/java/build.xml
main:
[mkdir] Created dir: /home/svozniuk/llvm/vmkit/mmtk/java/classes
[javac] /home/svozniuk/llvm/vmkit/mmtk/java/build.xml:4: warning:
'includeantruntime' was not set, defaulti...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...gured with: ./configure
--with-llvm-config-path=/path/to/code/llvm-3.3.src/Release+Asserts/bin/llvm-config
--with-classpath-impl=openjdk --enable-assert=yes --disable-optimized
--enable-debug=yes
--with-openjdk-path=/usr/lib/jvm/java-6-openjdk-amd64/
$ make
[vmkit .]: Entering compilation process
Buildfile: /path/to/code/vmkit2/mmtk/java/build.xml
main:
[javac] Compiling 1 source file to /path/to/code/vmkit2/mmtk/java/classes
[jar] Building jar: /path/to/code/vmkit2/mmtk/java/mmtk-vmkit.jar
BUILD SUCCESSFUL
Total time: 0 seconds
[vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
vmj...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...stalling it allowed me to
> overcome the previous error. However the next one appeared. I have ran make
> with ENABLE_OPTIMIZED=1 VERBOSE=1 and here is the output (the last part of
> it)
>
>
> make[2]: Entering directory `/home/svozniuk/llvm/vmkit/mmtk/java'
> /usr/bin/ant -buildfile /home/svozniuk/llvm/vmkit/mmtk/java/build.xml
> Buildfile: /home/svozniuk/llvm/vmkit/mmtk/java/build.xml
>
> main:
> [mkdir] Created dir: /home/svozniuk/llvm/vmkit/mmtk/java/classes
> [javac] /home/svozniuk/llvm/vmkit/mmtk/java/build.xml:4: warning:
> 'includeantrunti...
2010 Jun 30
3
[LLVMdev] vmkit build problems
...=/home/zoewolk/RESEARCH/LLVMSystem/llvm
--with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm
--with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib
--with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib
--with-llvmgcc=/home/zoewolk/RESEARCH/LLVMSystem --with-gc=mmtk
Buildfile: /home/zoewolk/RESEARCH/vmkit/mmtk/java/build.xml
main:
BUILD SUCCESSFUL
Total time: 0 seconds
llvm[2]: Building Release mmtk-vmkit.jar all
0 vmjc 0x0000000000d2edef
1 vmjc 0x0000000000d30e82
2 libpthread.so.0 0x00002b5d6098b190
3 vmjc 0x00000000005e4367
mvm:...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...>
> llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc
> make[2]: Leaving directory
> `/home/svozniuk/llvm/vmkit/mmtk/mmtk-alloc'
> make[2]: Entering directory
> `/home/svozniuk/llvm/vmkit/mmtk/java'
> make[2]: buildfile: Command not found
> make[2]: [all] Error 127 (ignored)
> llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
> Can't find zip file.
> 0 opt 0x000000000093449f
> 1 opt 0x0000000000934fda
>...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...m-config-path=/path/to/code/llvm-3.3.src/Release+Asserts/bin/llvm-config
> --with-classpath-impl=openjdk --enable-assert=yes --disable-optimized
> --enable-debug=yes
> --with-openjdk-path=/usr/lib/jvm/java-6-openjdk-amd64/
>
> $ make
> [vmkit .]: Entering compilation process
> Buildfile: /path/to/code/vmkit2/mmtk/java/build.xml
>
> main:
> [javac] Compiling 1 source file to
> /path/to/code/vmkit2/mmtk/java/classes
> [jar] Building jar: /path/to/code/vmkit2/mmtk/java/mmtk-vmkit.jar
>
> BUILD SUCCESSFUL
> Total time: 0 seconds
> [vmkit ./mmtk/ja...
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...opyMS
~/llvm/vmkit$ make
llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc
make[2]: Leaving directory
`/home/svozniuk/llvm/vmkit/mmtk/mmtk-alloc'
make[2]: Entering directory
`/home/svozniuk/llvm/vmkit/mmtk/java'
make[2]: buildfile: Command not found
make[2]: [all] Error 127 (ignored)
llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
Can't find zip file.
0 opt 0x000000000093449f
1 opt 0x0000000000934fda
2 libpthread.so.0...
2010 Aug 05
2
[LLVMdev] VMKit Boehm MMTk Compilation
Hello,
I've been able to get J3 working with the single and multimap garbage
collectors but have hit several snags with Boehm and MMTk.
For MMTk I get here:
Buildfile: /cs/student/kyleklein/vmkit/mmtk/java/build.xml
main:
[mkdir] Created dir: /cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Compiling 373 source files to
/cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Note: Some input files use or override a deprecated API.
[jav...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...llvm-3.3.src/Release+Asserts/bin/llvm-config
>> --with-classpath-impl=openjdk --enable-assert=yes --disable-optimized
>> --enable-debug=yes
>> --with-openjdk-path=/usr/lib/jvm/java-6-openjdk-amd64/
>>
>> $ make
>> [vmkit .]: Entering compilation process
>> Buildfile: /path/to/code/vmkit2/mmtk/java/build.xml
>>
>> main:
>> [javac] Compiling 1 source file to
>> /path/to/code/vmkit2/mmtk/java/classes
>> [jar] Building jar: /path/to/code/vmkit2/mmtk/java/mmtk-vmkit.jar
>>
>> BUILD SUCCESSFUL
>> Total time:...
2012 Apr 04
0
[LLVMdev] Compiling VMKit in debug mode
...he file:
".../vmkit/lib/vmkit/CommonThread/Debug+Asserts/Sigsegv_gc.s" and said
"file 1 already reserved" (or something alike).
I fixed the error by adding "19" on the first line of the file where
appropriate. And then retried compiling:
And now, compilation fails in: Buildfile:
/media/Data/Documents/PhD/VMKit/vmkit/mmtk/java/build.xml
And the error is:
[javac] /media/Data/Documents/PhD/VMKit/vmkit/mmtk/java/build.xml:4:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 76...
2012 Aug 21
2
[LLVMdev] Fwd: DomTreeNode
On 08/21/2012 01:44 PM, George Baah wrote:
> When I compile llvm in release mode, the problem goes away! I don't
> understand?
Interesting. I have no idea what is going on, but it would be
interesting to investigate that.
Tobi
2012 Aug 21
0
[LLVMdev] Fwd: DomTreeNode
I think It has to do with the option --disable-optimized. Without that
option
llvm builds in release mode and everything works fine.
Is there something being omitted in the makefiles when building in debug
mode? I am running on Mac OSX Lion.
George
On Tue, Aug 21, 2012 at 8:02 AM, Tobias Grosser <tobias at grosser.es> wrote:
> On 08/21/2012 01:44 PM, George Baah wrote:
>
>>
2015 Sep 23
0
Help with systemd
...thats *not* equivalent, unless ant is in /greenstone/gs3 *and* . is in
> the path, and even then, ant looks for build.xml in the current path
> when its invoked, so the cd /path/to/build/ is appropriate.
Mind you I only work with ant very rarely but what should work is this:
/path/to/ant -buildfile /greenstone/gs3/build,xml -Dbasedir=/greenstone/gs3
Regards,
Dennis
2011 Aug 25
2
[LLVMdev] VMKit Development
Hi,
I tried building again with the latest llvm.
I am getting another seg fault:
make[2]: Entering directory `/root/code/vmkit/mmtk/java'
Buildfile: /root/code/vmkit/mmtk/java/build.xml
main:
[javac] /root/code/vmkit/mmtk/java/build.xml:4: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds
[javac] Compiling 1 source file to /root/code/vmkit/mmtk/java/classes...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
.../bin/llvm-config
>>> --with-classpath-impl=openjdk --enable-assert=yes --disable-optimized
>>> --enable-debug=yes
>>> --with-openjdk-path=/usr/lib/jvm/java-6-openjdk-amd64/
>>>
>>> $ make
>>> [vmkit .]: Entering compilation process
>>> Buildfile: /path/to/code/vmkit2/mmtk/java/build.xml
>>>
>>> main:
>>> [javac] Compiling 1 source file to
>>> /path/to/code/vmkit2/mmtk/java/classes
>>> [jar] Building jar: /path/to/code/vmkit2/mmtk/java/mmtk-vmkit.jar
>>>
>>> BUILD SUC...
2011 Aug 25
2
[LLVMdev] VMKit Development
...colas
>
> On Thu, Aug 25, 2011 at 4:12 AM, Akshat Gupta <g.akshat at gmail.com> wrote:
>
>> Hi,
>> I tried building again with the latest llvm.
>> I am getting another seg fault:
>>
>> make[2]: Entering directory `/root/code/vmkit/mmtk/java'
>> Buildfile: /root/code/vmkit/mmtk/java/build.xml
>>
>> main:
>> [javac] /root/code/vmkit/mmtk/java/build.xml:4: warning:
>> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
>> to false for repeatable builds
>> [javac] Compiling 1...