public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* Re: [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009
       [not found] <1238499818.6818.25.camel@subratamodak.linux.ibm.com>
@ 2009-05-15 17:27 ` Leon Woestenberg
  2009-05-16 13:36   ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Woestenberg @ 2009-05-15 17:27 UTC (permalink / raw)
  To: subrata; +Cc: ltp-list

Hello all at LTP,

2009/3/31 Subrata Modak <subrata@linux.vnet.ibm.com>:
> Dear All,
>
> The Linux Test Project test suite has been released for the month of
> MARCH 2009. Please see ltp/INSTALL file carefully, as, there has been
>

OpenEmbedded builds LTP for a large number of machines / architectures.

JFYI, The LTP January release required some patches, especially in the
area of cross-compilation:

http://cgit.openembedded.org/cgit.cgi?url=openembedded/tree/recipes/ltp/ltp-20090131

Thanks for LTP!

Regards,
-- 
Leon

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009
  2009-05-15 17:27 ` [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009 Leon Woestenberg
@ 2009-05-16 13:36   ` Mike Frysinger
  2009-05-18 12:01     ` Subrata Modak
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2009-05-16 13:36 UTC (permalink / raw)
  To: ltp-list; +Cc: Leon Woestenberg


[-- Attachment #1.1: Type: text/plain, Size: 847 bytes --]

On Friday 15 May 2009 13:27:50 Leon Woestenberg wrote:
> 2009/3/31 Subrata Modak <subrata@linux.vnet.ibm.com>:
> > Dear All,
> >
> > The Linux Test Project test suite has been released for the month of
> > MARCH 2009. Please see ltp/INSTALL file carefully, as, there has been
>
> OpenEmbedded builds LTP for a large number of machines / architectures.
>
> JFYI, The LTP January release required some patches, especially in the
> area of cross-compilation:

then someone should be submitting them so we can give feedback and they'll 
update/re-submit

> http://cgit.openembedded.org/cgit.cgi?url=openembedded/tree/recipes/ltp/ltp
>-20090131

the first patch (the cross compile one) is wrong -- CPP is not the C++ 
compiler, it's the C preprocessor.  those all need to be CXX.

the epoll one should be a configure test.
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 334 bytes --]

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009
  2009-05-16 13:36   ` Mike Frysinger
@ 2009-05-18 12:01     ` Subrata Modak
  2009-05-22  6:52       ` Subrata Modak
  0 siblings, 1 reply; 6+ messages in thread
From: Subrata Modak @ 2009-05-18 12:01 UTC (permalink / raw)
  To: Leon Woestenberg; +Cc: ltp-list, Mike Frysinger

On Sat, 2009-05-16 at 09:36 -0400, Mike Frysinger wrote: 
> On Friday 15 May 2009 13:27:50 Leon Woestenberg wrote:
> > 2009/3/31 Subrata Modak <subrata@linux.vnet.ibm.com>:
> > > Dear All,
> > >
> > > The Linux Test Project test suite has been released for the month of
> > > MARCH 2009. Please see ltp/INSTALL file carefully, as, there has been
> >
> > OpenEmbedded builds LTP for a large number of machines / architectures.
> >
> > JFYI, The LTP January release required some patches, especially in the
> > area of cross-compilation:
> 
> then someone should be submitting them so we can give feedback and they'll 
> update/re-submit

True,

Please submit them to the LTP mailing list.

Regards--
Subrata

> 
> > http://cgit.openembedded.org/cgit.cgi?url=openembedded/tree/recipes/ltp/ltp
> >-20090131
> 
> the first patch (the cross compile one) is wrong -- CPP is not the C++ 
> compiler, it's the C preprocessor.  those all need to be CXX.
> 
> the epoll one should be a configure test.
> -mike


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009
  2009-05-18 12:01     ` Subrata Modak
@ 2009-05-22  6:52       ` Subrata Modak
  2009-05-23 12:51         ` Leon Woestenberg
  0 siblings, 1 reply; 6+ messages in thread
From: Subrata Modak @ 2009-05-22  6:52 UTC (permalink / raw)
  To: Leon Woestenberg; +Cc: ltp-list, Mike Frysinger

On Mon, 2009-05-18 at 17:31 +0530, Subrata Modak wrote: 
> On Sat, 2009-05-16 at 09:36 -0400, Mike Frysinger wrote: 
> > On Friday 15 May 2009 13:27:50 Leon Woestenberg wrote:
> > > 2009/3/31 Subrata Modak <subrata@linux.vnet.ibm.com>:
> > > > Dear All,
> > > >
> > > > The Linux Test Project test suite has been released for the month of
> > > > MARCH 2009. Please see ltp/INSTALL file carefully, as, there has been
> > >
> > > OpenEmbedded builds LTP for a large number of machines / architectures.
> > >
> > > JFYI, The LTP January release required some patches, especially in the
> > > area of cross-compilation:
> > 
> > then someone should be submitting them so we can give feedback and they'll 
> > update/re-submit
> 
> True,
> 
> Please submit them to the LTP mailing list.

Any consideration to submit these to the list soon ?

Regards--
Subrata

> 
> Regards--
> Subrata
> 
> > 
> > > http://cgit.openembedded.org/cgit.cgi?url=openembedded/tree/recipes/ltp/ltp
> > >-20090131
> > 
> > the first patch (the cross compile one) is wrong -- CPP is not the C++ 
> > compiler, it's the C preprocessor.  those all need to be CXX.
> > 
> > the epoll one should be a configure test.
> > -mike
> 
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables 
> unlimited royalty-free distribution of the report engine 
> for externally facing server and web deployment. 
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009
  2009-05-22  6:52       ` Subrata Modak
@ 2009-05-23 12:51         ` Leon Woestenberg
  2009-05-25 16:13           ` Subrata Modak
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Woestenberg @ 2009-05-23 12:51 UTC (permalink / raw)
  To: subrata; +Cc: ltp-list, Mike Frysinger

Hello Subrata,

On Fri, May 22, 2009 at 8:52 AM, Subrata Modak
<subrata@linux.vnet.ibm.com> wrote:
> On Mon, 2009-05-18 at 17:31 +0530, Subrata Modak wrote:
>> On Sat, 2009-05-16 at 09:36 -0400, Mike Frysinger wrote:
>> > On Friday 15 May 2009 13:27:50 Leon Woestenberg wrote:
>> > > 2009/3/31 Subrata Modak <subrata@linux.vnet.ibm.com>:
>> > > > Dear All,
>> > > >
>> > > > The Linux Test Project test suite has been released for the month of
>> > > > MARCH 2009. Please see ltp/INSTALL file carefully, as, there has been
>> > >
>> > > OpenEmbedded builds LTP for a large number of machines / architectures.
>> > >
>> > > JFYI, The LTP January release required some patches, especially in the
>> > > area of cross-compilation:
>> >
>> > then someone should be submitting them so we can give feedback and they'll
>> > update/re-submit
>>
>> True,
>>
>> Please submit them to the LTP mailing list.
>
> Any consideration to submit these to the list soon ?
>
No, I think our current workarounds are indeed ugly ("works-for-us")
hacks to make the LTP project cross-compile.

Mike mentioned a few improvements that need to be addressed.
It's hard to find people willing to address cross-compile support
issue once a working hack is in place.


Regards,
-- 
Leon

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009
  2009-05-23 12:51         ` Leon Woestenberg
@ 2009-05-25 16:13           ` Subrata Modak
  0 siblings, 0 replies; 6+ messages in thread
From: Subrata Modak @ 2009-05-25 16:13 UTC (permalink / raw)
  To: Leon Woestenberg; +Cc: ltp-list, Mike Frysinger

On Sat, 2009-05-23 at 14:51 +0200, Leon Woestenberg wrote: 
> Hello Subrata,
> 
> On Fri, May 22, 2009 at 8:52 AM, Subrata Modak
> <subrata@linux.vnet.ibm.com> wrote:
> > On Mon, 2009-05-18 at 17:31 +0530, Subrata Modak wrote:
> >> On Sat, 2009-05-16 at 09:36 -0400, Mike Frysinger wrote:
> >> > On Friday 15 May 2009 13:27:50 Leon Woestenberg wrote:
> >> > > 2009/3/31 Subrata Modak <subrata@linux.vnet.ibm.com>:
> >> > > > Dear All,
> >> > > >
> >> > > > The Linux Test Project test suite has been released for the month of
> >> > > > MARCH 2009. Please see ltp/INSTALL file carefully, as, there has been
> >> > >
> >> > > OpenEmbedded builds LTP for a large number of machines / architectures.
> >> > >
> >> > > JFYI, The LTP January release required some patches, especially in the
> >> > > area of cross-compilation:
> >> >
> >> > then someone should be submitting them so we can give feedback and they'll
> >> > update/re-submit
> >>
> >> True,
> >>
> >> Please submit them to the LTP mailing list.
> >
> > Any consideration to submit these to the list soon ?
> >
> No, I think our current workarounds are indeed ugly ("works-for-us")
> hacks to make the LTP project cross-compile.
> 
> Mike mentioned a few improvements that need to be addressed.
> It's hard to find people willing to address cross-compile support
> issue once a working hack is in place.

OK. Submit to us whenever you feel the correct hack is in place.

Regards--
Subrata

> 
> 
> Regards,


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2009-05-25 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1238499818.6818.25.camel@subratamodak.linux.ibm.com>
2009-05-15 17:27 ` [LTP] [ANNOUNCE] The Linux Test Project has been Released for MARCH 2009 Leon Woestenberg
2009-05-16 13:36   ` Mike Frysinger
2009-05-18 12:01     ` Subrata Modak
2009-05-22  6:52       ` Subrata Modak
2009-05-23 12:51         ` Leon Woestenberg
2009-05-25 16:13           ` Subrata Modak

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