* [LTP] open posix testsuite compilation
@ 2013-08-08 13:09 devaraja b v
2013-08-12 10:04 ` chrubis
0 siblings, 1 reply; 4+ messages in thread
From: devaraja b v @ 2013-08-08 13:09 UTC (permalink / raw)
To: shubham@linux.vnet.ibm.com, ltp-list@lists.sourceforge.net
[-- Attachment #1.1: Type: text/plain, Size: 1513 bytes --]
Hi Shubham,
ltp-full-20130109 source code is having old open posix testsuite.New version posixtestsuite-1.5.2 is available at http://sourceforge.net/projects/posixtest/files/posixtest/ link.Please use this or the latest module in the next release of LTP, as the latest one is easy to cross compile and run on various platforms.
I am facing the following issues when I am compiling this new tool inside LTP. Please let me know any lead or pointer to fix this issue?
cat: LDFLAGS: No such file or
directoryltp/obj-i686/locate-test:
Command not foundltp/obj-i686/locate-test:
Command not foundmake-3.81[3]: *** No rule to
make target `install'. Stop.make-3.81[3]: Leaving
directoryltp/obj-i686/testcases/open_posix_testsuite'
make-3.81[2]: *** [install] Error
2
make-3.81[2]: Leaving directory ltp/obj-i686/testcases'
make-3.81[1]: ***
[testcases-install] Error 2
make-3.81[1]: Leaving directory ltp/obj-i686'
make-3.81: ***ltp/obj-i686/install.sentinel]
Error 2
mk: FAILED
Thanks & Regards,
Devraj
[-- Attachment #1.2: Type: text/html, Size: 5354 bytes --]
[-- Attachment #2: Type: text/plain, Size: 405 bytes --]
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
[-- 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] 4+ messages in thread
* Re: [LTP] open posix testsuite compilation
2013-08-08 13:09 [LTP] open posix testsuite compilation devaraja b v
@ 2013-08-12 10:04 ` chrubis
0 siblings, 0 replies; 4+ messages in thread
From: chrubis @ 2013-08-12 10:04 UTC (permalink / raw)
To: devaraja b v; +Cc: ltp-list@lists.sourceforge.net
Hi!
> ltp-full-20130109 source code is having old open posix testsuite.New version posixtestsuite-1.5.2 is available at http://sourceforge.net/projects/posixtest/files/posixtest/ link.Please use this or the latest module in the next release of LTP, as the latest one is easy to cross compile and run on various platforms.
> I am facing the following issues when I am compiling this new tool inside LTP. Please let me know any lead or pointer to fix this issue?
Open posix testuite in LTP was updated to the latest version (1.5.2) in
2007. The open posix testuite upstream is dead for about seven years and
the development was continued inside the LTP. The open posix testsuite
in LTP is the latest and best you can have.
> cat: LDFLAGS: No such file or
> directoryltp/obj-i686/locate-test:
> Command not foundltp/obj-i686/locate-test:
> Command not foundmake-3.81[3]: *** No rule to
> make target `install'. Stop.make-3.81[3]: Leaving
> directoryltp/obj-i686/testcases/open_posix_testsuite'
>
> make-3.81[2]: *** [install] Error
> 2
>
> make-3.81[2]: Leaving directory ltp/obj-i686/testcases'
>
> make-3.81[1]: ***
> [testcases-install] Error 2
>
> make-3.81[1]: Leaving directory ltp/obj-i686'
>
> make-3.81: ***ltp/obj-i686/install.sentinel]
> Error 2
>
Can you include exact steps that lead to this failure?
Also please send emails to the mailing list in plain text next time.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] open posix testsuite compilation
[not found] <1376375432.S.6723.RU.sfs3, sfs3, 36, 732.29940.f5mail-224-141.rediffmail.com.old.1377001056.29933@webmail.rediffmail.com>
@ 2013-08-21 15:12 ` chrubis
0 siblings, 0 replies; 4+ messages in thread
From: chrubis @ 2013-08-21 15:12 UTC (permalink / raw)
To: devaraja b v; +Cc: ltp-list
Hi!
> PFB the steps I followed to compile open_posix_testsuite under LTP.I had placed ltp-full-20130109 directory under the following path in my work space in development host./nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109I have a main Makefile in /nb/devraj/realtime/nv/ct/ltp path which will trigger ltp-full-20130109's configuration, make all and make install and build will go successful all the time and I am able to run LTP on my device with these binaries created.since open_posix_testsuite is FILTER_OUT from default build through /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/testcases/Makefile, so I have enabled the build by the following changes at this Makefile and given for the build.
> #ifneq ($(WITH_OPEN_POSIX_TESTSUITE),yes)#FILTER_OUT_DIRS += open_posix_testsuite#endif
> I got the following issues *** No rule to make target `/nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/scripts/generate-makefiles.sh', needed by `conformance/interfaces/timer_settime/Makefile'. Stop.so I copied the /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/testcases/open_posix_testsuite/scripts/generate-makefiles.sh script to nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/scripts path and this issue got resolved.
> Again I got the following issues*** No rule to make target `/nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/CFLAGS', needed by `conformance/interfaces/timer_settime/Makefile'. Stop.So I copied the /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/testcases/open_posix_testsuite/CFLAGS file to nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/ path and this issue got resolved.
> Same issues repeated for LDFLAGS and LDLIBS and those are resolved by copying these files to /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109 path.
You should not touch the Makefiles nor copy any files to the tree.
You can either enable Open Posix Testsuite build by:
./configure --with-open-posix-testsuite
make
or compile it directly by
cd testcases/open_posix_testsuite/
make
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] open posix testsuite compilation
[not found] <1377097927.S.3511.11139.H.TmNocnViaXNAc3VzZS5jegBSZTogW0xUUF0gb3BlbiBwb3NpeCB0ZXN0c3VpdGUgY29tcGlsYXRpb24_.RU.rfs279, rfs279, 557, 625.f5-224-110.old.1377175547.17217@webmail.rediffmail.com>
@ 2013-08-22 13:32 ` chrubis
0 siblings, 0 replies; 4+ messages in thread
From: chrubis @ 2013-08-22 13:32 UTC (permalink / raw)
To: devaraja b v; +Cc: ltp-list
Hi!
> I used the following command
> ./configure --with-open-posix-testsuite
> and hit the following issue.
> 7632 make-3.81[3]:
> Entering directory `/opt/ltp/testcases/open_posix_testsuite'
That is really strange, it should not look into /opt/ltp/ if you are
compiling ltp in you home directory.
Could you send what exactly did you do (i.e. the commands executed) and
their output so that we can figure out what is wrong?
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-22 13:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 13:09 [LTP] open posix testsuite compilation devaraja b v
2013-08-12 10:04 ` chrubis
[not found] <1376375432.S.6723.RU.sfs3, sfs3, 36, 732.29940.f5mail-224-141.rediffmail.com.old.1377001056.29933@webmail.rediffmail.com>
2013-08-21 15:12 ` chrubis
[not found] <1377097927.S.3511.11139.H.TmNocnViaXNAc3VzZS5jegBSZTogW0xUUF0gb3BlbiBwb3NpeCB0ZXN0c3VpdGUgY29tcGlsYXRpb24_.RU.rfs279, rfs279, 557, 625.f5-224-110.old.1377175547.17217@webmail.rediffmail.com>
2013-08-22 13:32 ` chrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox