public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] LTP make failed in recent git
@ 2010-10-28  6:59 Mitani
  2010-10-28 17:44 ` Garrett Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Mitani @ 2010-10-28  6:59 UTC (permalink / raw)
  To: ltp-list

Hi,


I found that "make" of LTP failed with recent git "ltp-332cdb8.tar.gz".
------------
gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall  -I../../../include
-I../../../include   -L../../../lib  ebizzy.c   -lpthread -o ebizzy
make[3]: Leaving directory
`/home/LTP/ltp-dev-20101027/utils/benchmark/ebizzy-0.3'
make[3]: Entering directory
`/home/LTP/ltp-dev-20101027/utils/benchmark/kernbench-0.42'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/LTP/ltp-dev-20101027/utils/benchmark/kernbench-0.42'
make[2]: Leaving directory `/home/LTP/ltp-dev-20101027/utils/benchmark'
make[1]: Leaving directory `/home/LTP/ltp-dev-20101027/utils'
make -C "testcases" \
		-f "/home/LTP/ltp-dev-20101027/testcases/Makefile" all
make[1]: Entering directory `/home/LTP/ltp-dev-20101027/testcases'
make[2]: Entering directory `/home/LTP/ltp-dev-20101027/testcases/DOTS'
cd src;make
make[3]: Entering directory `/home/LTP/ltp-dev-20101027/testcases/DOTS/src'
mkdir -p ../classes/dots/framework
cd dots/framework;make
make[4]: Entering directory
`/home/LTP/ltp-dev-20101027/testcases/DOTS/src/dots/framework'
javac -d ../../../classes -classpath ../../../classes DotsConfig.java
make[4]: javac: Command not found
make[4]: *** [all] Error 127
make[4]: Leaving directory
`/home/LTP/ltp-dev-20101027/testcases/DOTS/src/dots/framework'
make[3]: *** [framework] Error 2
make[3]: Leaving directory `/home/LTP/ltp-dev-20101027/testcases/DOTS/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/LTP/ltp-dev-20101027/testcases/DOTS'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/LTP/ltp-dev-20101027/testcases'
make: *** [testcases-all] Error 2

------------

The new directory "DOTS" is going to be compiled, but "java" compiler 
not installed.

Perhaps, following revision caused this failure, I think:

http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp.git;a=blobdiff;f=tes
tcases/Makefile;h=f74de50bcd73321a950004027ca1e508ecc07c1b;hp=37c448f12a529e
155abca2d3c4a820a8b10f60a3;hb=6278b69ea79287a1a0d89593b4902aaf2c8c0016;hpb=7
e2cbbd9e762bee21a500ef7afdecec321f3f1cf

------------
-ifneq ($(UCLINUX),1)
-FILTER_OUT_DIRS                += audit-test DOTS realtime
+ifeq ($(UCLINUX),1)
+FILTER_OUT_DIRS                += DOTS realtime
------------

I don't know right way, but...
In the third line, isn't "+ifneq ($(UCLINUX),1)" right?
Or is it a more right method to install JAVA?


Regards--

-Tomonori Mitani



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-28 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28  6:59 [LTP] LTP make failed in recent git Mitani
2010-10-28 17:44 ` Garrett Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox