Re: [LTP] Build Fails on some archs

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 9:41 PM, Mark Ver wrote: > > I seem to be getting 2 different build problems on s390x: > > On SLES-10 SP3, the make attempt gets nowhere (still need to check if > reproducible on a different system): > ... > config.status: executing depfiles commands > config.status: executi

Re: [LTP] Build Fails on some archs

2009-11-03 Thread Mark Ver
I seem to be getting 2 different build problems on s390x: On SLES-10 SP3, the make attempt gets nowhere (still need to check if reproducible on a different system): ... config.status: executing depfiles commands config.status: executing libtool commands h91distr02:~/ltp-full-20091031 # make all m

Re: [LTP] 20091031 won't run

2009-11-03 Thread Mike Frysinger
On Tuesday 03 November 2009 15:23:47 K.D. Lucas wrote: > I downloaded the latest LTP, which is version 20091031. I ran ./configure, > make, and make install. I notice that now make tries to write file to > /opt/ltp/, so I needed to run make as root. ltp installs to wherever you configured and inst

Re: [LTP] [PATCH 1/1] define and use common clone helpers (v2)

2009-11-03 Thread Mike Frysinger
On Tuesday 13 October 2009 08:13:35 Subrata Modak wrote: > On Tue, 2009-09-29 at 23:35 -0500, Serge E. Hallyn wrote: > > Quoting Mike Frysinger (vap...@gentoo.org): > > > On Tuesday 29 September 2009 19:30:15 Serge E. Hallyn wrote: > > > > Define ltp_clone() and ltp_clone_malloc() in libltp, and co

Re: [LTP] 20091031 won't run

2009-11-03 Thread K.D. Lucas
So I see it did install in /opt/ltp and runs fine from there. I've been running LTP approximately once per day since 2005 and this is the first time it's ever installed in /opt/ltp. The last version I ran was 20090731. I'll modify it to do what I want. kdl On Tue, Nov 3, 2009 at 1:19 PM, Mike Fr

Re: [LTP] Build Fails on some archs

2009-11-03 Thread Mike Frysinger
On Monday 02 November 2009 08:33:55 Subrata Modak wrote: > There are some build failures of LTP on some archs. Probably, autoconf > files needs to be written for them: ive committed fixes for the clone/ptrace failures, but havent tested them on your specific arch, so if you could give it a whirl

Re: [LTP] 20091031 won't run

2009-11-03 Thread Mike Frysinger
On Tuesday 03 November 2009 16:02:14 K.D. Lucas wrote: > I tried to execute runltp as root. > So in the past I've always extracted and built it in > /var/tmp//ltp-full-/ > and I don't think it ever tried to write to /opt/ltp. So this seems like a > change in behavior. you said you did `make instal

Re: [LTP] 20091031 won't run

2009-11-03 Thread K.D. Lucas
I tried to execute runltp as root. So in the past I've always extracted and built it in /var/tmp//ltp-full-/ and I don't think it ever tried to write to /opt/ltp. So this seems like a change in behavior. kdl On Tue, Nov 3, 2009 at 12:33 PM, Mike Frysinger wrote: > On Tuesday 03 November 2009 15

[LTP] 20091031 won't run

2009-11-03 Thread K.D. Lucas
I downloaded the latest LTP, which is version 20091031. I ran ./configure, make, and make install. I notice that now make tries to write file to /opt/ltp/, so I needed to run make as root. When I go to run ltp, I get: FATAL: Test suite not installed correctly INFO: as root user type 'make ; make

Re: [LTP] [LTP{PATCH][fs tests] modify tests to honor tmpdirectory passed into runltp, convert to LTP format

2009-11-03 Thread Henry Yei
> -Original Message- > From: Subrata Modak [mailto:subr...@linux.vnet.ibm.com] > Sent: Sunday, October 18, 2009 11:22 AM > To: Henry Yei > Cc: LTP Mailing List; Garrett Cooper > Subject: Re: [LTP] [LTP{PATCH][fs tests] modify tests to honor > tmpdirectory passed into runltp, convert to LTP

Re: [LTP] Build Fails on some archs

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 8:34 AM, Garrett Cooper wrote: > On Tue, Nov 3, 2009 at 8:30 AM, Mike Frysinger wrote: >> On Monday 02 November 2009 17:02:08 Mike Frysinger wrote: >>> On Monday 02 November 2009 08:33:55 Subrata Modak wrote: >>> > gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall >>> > -I

[LTP] [PATCH 1/6] numa cleanups - get_mempolicy01

2009-11-03 Thread Garrett Cooper
The patch does the following: 1. Simplifies the code in get_mempolicy01. 2. Fixes indentation (some of the output in the diff below looks wrong, but it's correct in the real testcase file). 3. Uses TERRNO for getting the error per testcase call properly, instead of getting the last errno value. 4.

Re: [LTP] LTP running on Android?

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 7:07 AM, Greger wrote: > > Hi! > Is there anyone that managed to run LTP on an Android device/emulator? > Also I read something about that you have to tweek some testcases so it > suits an embedded environment. Is there anyone that have some knowledge > where I can find info

[LTP] LTP running on Android?

2009-11-03 Thread Greger
Hi! Is there anyone that managed to run LTP on an Android device/emulator? Also I read something about that you have to tweek some testcases so it suits an embedded environment. Is there anyone that have some knowledge where I can find info about how to tweeking LTP to suite an embedded environme

Re: [LTP] Build Fails on some archs

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 8:30 AM, Mike Frysinger wrote: > On Monday 02 November 2009 17:02:08 Mike Frysinger wrote: >> On Monday 02 November 2009 08:33:55 Subrata Modak wrote: >> > gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall >> > -I/root/subrata/ltp/ltp-full-20091031/testcases/kernel/include

Re: [LTP] Build Fails on some archs

2009-11-03 Thread Mike Frysinger
On Monday 02 November 2009 17:02:08 Mike Frysinger wrote: > On Monday 02 November 2009 08:33:55 Subrata Modak wrote: > > gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall > > -I/root/subrata/ltp/ltp-full-20091031/testcases/kernel/include > > -I../../../../include -I../../../../include -L../../..

Re: [LTP] [Ltp-results] Got warning message on ltp-full-20091031 while running ./configure

2009-11-03 Thread Mike Frysinger
On Tuesday 03 November 2009 11:05:10 Garrett Cooper wrote: > On Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger wrote: > > On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: > >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: > >> >> > I got the following warning messages wh

Re: [LTP] [Ltp-results] Got warning message on ltp-full-20091031 while running ./configure

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger wrote: > On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: >> >> > I got the following warning messages while running "./configure" on >> >> > the ltp-full-20091031. However

Re: [LTP] [Ltp-results] Got warning message on ltp-full-20091031 while running ./configure

2009-11-03 Thread Mike Frysinger
On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: > >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: > >> > I got the following warning messages while running "./configure" on > >> > the ltp-full-20091031. However, make and make install worked fine. > >> > > >> > configure

Re: [LTP] Build Fails on some archs

2009-11-03 Thread Garrett Cooper
On Mon, Nov 2, 2009 at 5:33 AM, Subrata Modak wrote: > Garret, > > There are some build failures of LTP on some archs. Probably, autoconf > files needs to be written for them: > > == > # uname -a > Linux 2.6.27.19-5-default #1 SMP

Re: [LTP] [Ltp-results] Got warning message on ltp-full-20091031 while running ./configure

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 12:46 AM, Subrata Modak wrote: > Muni, > > This should be reported to LTP Mailing list. Garret, can you just look > into this ? > > Regards-- > Subrata > > On Tue, 2009-11-03 at 09:41 +0530, Munipradeep Beerakam wrote: >> Hi, >> >> In addition to that I also got the below wa

Re: [LTP] installation problem...

2009-11-03 Thread Garrett Cooper
On Tue, Nov 3, 2009 at 2:21 AM, naveen penumala wrote: > Hiee... > > I was trying to install latest "ltp-full-20091031" on my SUSE linux machine. > After configuration (./configure) i was trying to build and install the LTP > using "make ; make install" commands. > > But i got below message and LT

[LTP] installation problem...

2009-11-03 Thread naveen penumala
Hiee... I was trying to install latest "ltp-full-20091031" on my SUSE linux machine. After configuration (./configure) i was trying to build and install the LTP using "make ; make install" commands. But i got below message and LTP is not installing. make: `testcases/realtime/configure' is up to

Re: [LTP] [PATCH][RFC]Testcases mbind01.c and get_mempolicy01 fails with EINVAL

2009-11-03 Thread liubo
Hi On 11/03/2009 05:17 PM, Sharyathi Nagesh wrote: > Hi > We observed that LTP test cases are failing when run on some of > the distros > > Problem Statement: > > I observed that test cases mbind01.c and get_mempolicy01.c are > failing during call to get_mempolicy() with error -EINVAL. >

[LTP] [PATCH][RFC]Testcases mbind01.c and get_mempolicy01 fails with EINVAL

2009-11-03 Thread Sharyathi Nagesh
Hi We observed that LTP test cases are failing when run on some of the distros Problem Statement: I observed that test cases mbind01.c and get_mempolicy01.c are failing during call to get_mempolicy() with error -EINVAL. In the kernel code the error comes from

Re: [LTP] [Ltp-results] Got warning message on ltp-full-20091031 while running ./configure

2009-11-03 Thread Subrata Modak
Muni, This should be reported to LTP Mailing list. Garret, can you just look into this ? Regards-- Subrata On Tue, 2009-11-03 at 09:41 +0530, Munipradeep Beerakam wrote: > Hi, > > In addition to that I also got the below warning as well. Forgot to add > it before. > > configure: WARNING: linu