* [LTP] memory_hotplug tests are not compiling properly
@ 2010-02-11 12:30 Munipradeep Beerakam
2010-02-11 23:39 ` Rishikesh K Rajak
0 siblings, 1 reply; 5+ messages in thread
From: Munipradeep Beerakam @ 2010-02-11 12:30 UTC (permalink / raw)
To: risrajak; +Cc: ltp-list
Hi Rishi,
I am unable to compile the memory_hotplug tests in LTP Sep 2009 release.
I am getting the below error.
################################################
cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
memtoy.o memtoy.c
cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
commands.o commands.c
In file included from commands.c:45:
migrate_pages.h:10: error: conflicting types for ‘migrate_pages’
/usr/include/numaif.h:17: error: previous declaration of ‘migrate_pages’
was here
make: *** [commands.o] Error 1
################################################
Even the patch is not applying properly.
@All, Any help is appreciated.
Thanks
Muni
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] memory_hotplug tests are not compiling properly
2010-02-11 12:30 [LTP] memory_hotplug tests are not compiling properly Munipradeep Beerakam
@ 2010-02-11 23:39 ` Rishikesh K Rajak
2010-02-12 3:09 ` Garrett Cooper
2010-02-17 17:32 ` Rishikesh K Rajak
0 siblings, 2 replies; 5+ messages in thread
From: Rishikesh K Rajak @ 2010-02-11 23:39 UTC (permalink / raw)
To: Munipradeep Beerakam; +Cc: ltp-list
On Thu, Feb 11, 2010 at 06:00:06PM +0530, Munipradeep Beerakam wrote:
> Hi Rishi,
>
> I am unable to compile the memory_hotplug tests in LTP Sep 2009 release.
> I am getting the below error.
>
> ################################################
> cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
> memtoy.o memtoy.c
> cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
> commands.o commands.c
> In file included from commands.c:45:
> migrate_pages.h:10: error: conflicting types for ‘migrate_pages’
> /usr/include/numaif.h:17: error: previous declaration of ‘migrate_pages’
> was here
> make: *** [commands.o] Error 1
> ################################################
>
> Even the patch is not applying properly.
>
> @All, Any help is appreciated.
Hi Muni,
Please use latest ltp, as i have seen some changes has gone from garret for fixinf compilation issues.
Thanks
Rishi
>
> Thanks
> Muni
>
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] memory_hotplug tests are not compiling properly
2010-02-11 23:39 ` Rishikesh K Rajak
@ 2010-02-12 3:09 ` Garrett Cooper
2010-02-17 17:32 ` Rishikesh K Rajak
1 sibling, 0 replies; 5+ messages in thread
From: Garrett Cooper @ 2010-02-12 3:09 UTC (permalink / raw)
To: Rishikesh K Rajak; +Cc: ltp-list
On Thu, Feb 11, 2010 at 3:39 PM, Rishikesh K Rajak
<risrajak@linux.vnet.ibm.com> wrote:
> On Thu, Feb 11, 2010 at 06:00:06PM +0530, Munipradeep Beerakam wrote:
>> Hi Rishi,
>>
>> I am unable to compile the memory_hotplug tests in LTP Sep 2009 release.
>> I am getting the below error.
>>
>> ################################################
>> cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
>> memtoy.o memtoy.c
>> cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
>> commands.o commands.c
>> In file included from commands.c:45:
>> migrate_pages.h:10: error: conflicting types for ‘migrate_pages’
>> /usr/include/numaif.h:17: error: previous declaration of ‘migrate_pages’
>> was here
>> make: *** [commands.o] Error 1
>> ################################################
>>
>> Even the patch is not applying properly.
>>
>> @All, Any help is appreciated.
> Hi Muni,
>
> Please use latest ltp, as i have seen some changes has gone from garret for fixinf compilation issues.
Thanks for heading up the question Rishi. Yes Muni, I've made some
changes with this source and it needs to be migrated back into the
original source as the project is still alive, and any and all changes
that make functional sense should be migrated back upstream. We might
want to sync down a later version, as I think that the maintainer
integrated autoconf into the project and it would make functional
sense to have a more updated / less buggy version of this test tool.
Cheers,
-Garrett
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] memory_hotplug tests are not compiling properly
2010-02-11 23:39 ` Rishikesh K Rajak
2010-02-12 3:09 ` Garrett Cooper
@ 2010-02-17 17:32 ` Rishikesh K Rajak
2010-02-18 5:48 ` Munipradeep Beerakam
1 sibling, 1 reply; 5+ messages in thread
From: Rishikesh K Rajak @ 2010-02-17 17:32 UTC (permalink / raw)
To: mpradeep; +Cc: ltp-list
On Fri, Feb 12, 2010 at 05:09:19AM +0530, Rishikesh K Rajak wrote:
> On Thu, Feb 11, 2010 at 06:00:06PM +0530, Munipradeep Beerakam wrote:
> > Hi Rishi,
> >
> > I am unable to compile the memory_hotplug tests in LTP Sep 2009 release.
> > I am getting the below error.
> >
> > ################################################
> > cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
> > memtoy.o memtoy.c
> > cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
> > commands.o commands.c
> > In file included from commands.c:45:
> > migrate_pages.h:10: error: conflicting types for ‘migrate_pages’
> > /usr/include/numaif.h:17: error: previous declaration of ‘migrate_pages’
> > was here
> > make: *** [commands.o] Error 1
> > ################################################
> >
> > Even the patch is not applying properly.
> >
> > @All, Any help is appreciated.
> Hi Muni,
>
> Please use latest ltp, as i have seen some changes has gone from garret for fixinf compilation issues.
Hi Muni,
Let us know if you get a chance to test with latest CVS or
ltp-full-20100131.1.tgz ?
Thanks for your support.
Muni
>
> Thanks
> Rishi
> >
> > Thanks
> > Muni
> >
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] memory_hotplug tests are not compiling properly
2010-02-17 17:32 ` Rishikesh K Rajak
@ 2010-02-18 5:48 ` Munipradeep Beerakam
0 siblings, 0 replies; 5+ messages in thread
From: Munipradeep Beerakam @ 2010-02-18 5:48 UTC (permalink / raw)
To: Rishikesh K Rajak; +Cc: ltp-list
Hi Rishi,
With Jan 2010 build memtoy is working fine
Thanks
Muni
On Wed, 2010-02-17 at 23:02 +0530, Rishikesh K Rajak wrote:
> On Fri, Feb 12, 2010 at 05:09:19AM +0530, Rishikesh K Rajak wrote:
> > On Thu, Feb 11, 2010 at 06:00:06PM +0530, Munipradeep Beerakam wrote:
> > > Hi Rishi,
> > >
> > > I am unable to compile the memory_hotplug tests in LTP Sep 2009 release.
> > > I am getting the below error.
> > >
> > > ################################################
> > > cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
> > > memtoy.o memtoy.c
> > > cc -std=gnu99 -O2 -D_GNU_SOURCE -D_NEED_MIGRATE_PAGES -c -o
> > > commands.o commands.c
> > > In file included from commands.c:45:
> > > migrate_pages.h:10: error: conflicting types for ‘migrate_pages’
> > > /usr/include/numaif.h:17: error: previous declaration of ‘migrate_pages’
> > > was here
> > > make: *** [commands.o] Error 1
> > > ################################################
> > >
> > > Even the patch is not applying properly.
> > >
> > > @All, Any help is appreciated.
> > Hi Muni,
> >
> > Please use latest ltp, as i have seen some changes has gone from garret for fixinf compilation issues.
>
> Hi Muni,
> Let us know if you get a chance to test with latest CVS or
> ltp-full-20100131.1.tgz ?
>
> Thanks for your support.
>
> Muni
> >
> > Thanks
> > Rishi
> > >
> > > Thanks
> > > Muni
> > >
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-02-18 5:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 12:30 [LTP] memory_hotplug tests are not compiling properly Munipradeep Beerakam
2010-02-11 23:39 ` Rishikesh K Rajak
2010-02-12 3:09 ` Garrett Cooper
2010-02-17 17:32 ` Rishikesh K Rajak
2010-02-18 5:48 ` Munipradeep Beerakam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox