On Wed, Mar 19, 2008 at 01:04:08PM +0100, Robert Schwebel wrote:
> On Wed, Mar 19, 2008 at 05:22:02PM +0530, Subrata Modak wrote:
> > I have not received any acks for the the following Patches in the series
> > by Sebastien:
> >
> > 1) [RFC PATCH 0/3] [Realtime] Get rid of autotools
> > 2) [PATCH 1/3] [Realtime] Add scripts for features detection,

These scripts have gcc hard coded. It breaks cross compiling.

> > 3) [PATCH 2/3] [Realtime] Add Makefiles,

Is there a reason why "pi_perf" is not in SUBDIRS?

> > 4) [PATCH 3/3] [Realtime] Remove autotools specific stuff,

This breaks testcases/realtime/run.sh. Patch attached.

> > 5) [PATCH 4/3] [Realtime] Remove autotools specific stuff - missed this
> > one,
> >
> > The acks are important, as, i will not be able to apply the following
> > patch from Robert Schwebel:
> >
> > 1) [LTP] [PATCH 2/2] realtime tests try to overwrite compiler,
> >
> > This may lead to some conflicts in the RT-Linux test cases tree as the
> > other patch in the series (realtime tests try to overwrite compiler) is
> > already through.
> >
> > Can somebody provide me with an early ack on the above Patches ?
> > Moreover, Robert promised to provide some more fixes over the 4 patches
> > (Get rid of autotools series).
> 
> As far as we currently see, it compiles for now, at least on x86 and
> PowerPC; Michael, do you already have results for the MPC5200B tests of
> the realtime patches? Can we ack the changes then?

I can confirm that all tests compile for x86 and PowerPC. Running the
tests is a on the MPC5200B different matter. Several tests freeze the
system completely. But I don't think that's caused by the new
buildsystem.

michael

-- 
Pengutronix e.K. - Linux Solutions for Science and Industry
-----------------------------------------------------------
Kontakt-Informationen finden Sie im Header dieser Mail oder
auf der Webseite -> http://www.pengutronix.de/impressum/ <-
From: Michael Olbrich <[EMAIL PROTECTED]>
Subject: remove autotools related stuff

The autotools build system has been removed. Don't try to run
./autogen.sh or ./configure

Signed-off-by: Michael Olbrich <[EMAIL PROTECTED]>

---
 testcases/realtime/run.sh |   14 --------------
 1 file changed, 14 deletions(-)

Index: b/testcases/realtime/run.sh
===================================================================
--- a/testcases/realtime/run.sh
+++ b/testcases/realtime/run.sh
@@ -165,20 +165,6 @@ if [ $# -lt 1 ]; then
 fi
 pushd $TESTS_DIR >/dev/null
 
-#GNUmakefile.in is created by autogen.sh
-if [ ! -f GNUmakefile.in ]; then
-	./autogen.sh
-	check_error autogen.sh
-	./configure
-	check_error configure
-fi
-
-#GNUmakefile is created by configure
-if [ ! -f GNUmakefile ]; then
-	./configure
-	check_error configure
-fi
-
 #Only build the library, most of the tests depend upon.
 #The Individual tests will be built, just before they run.
 pushd lib
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to