Hi, On Thu, 2009-02-12 at 17:43 +0800, yali_ning wrote: > hello! > the last error had solved , but now I came a new error like the last > one,and in the same function ,dup3_01.c.
All new syscalls added in Jan 09 month will produce these sort of errors. And fix for all of them has been done with the following patch from Seiichi Ikarashi <[email protected]>: http://marc.info/?l=ltp-list&m=123371353111340&w=2, Regards-- Subrata > error: > dup3_01.c: in ‘main’ : > dup3_01.c:151: error:‘errno’ undeclared(used in this function for > the first time ) > dup3_01.c:151: error:‘ENOSYS’ undeclared(used in this function for > the first time ) > make[4]: *** [dup3_01] erro 1 > make[4]: Leaving directory > `/home/os/nly/app/ltp-full-20090131/testcases/kernel/syscalls/dup3' > make[3]: *** [all] error 2 > make[3]: Leaving directory > `/home/os/nly/app/ltp-full-20090131/testcases/kernel/syscalls' > make[2]: *** [all] error 2 > make[2]: Leaving directory > `/home/os/nly/app/ltp-full-20090131/testcases/kernel' > make[1]: *** [all] error 2 > make[1]: Leaving directory > `/home/os/nly/app/ltp-full-20090131/testcases' > make: *** [all] error 2 > > > thanks! > 在2009-02-12 01:36:52,"Subrata Modak" <[email protected]> 写道: > >On Wed, 2009-02-11 at 17:49 +0800, yali_ning wrote: > >> hello! > >> when ran the "make" command, I came across one error like below . > >> But I don't know why it happened ,and have no idea what I should do. > >> So I want to get some help from you.Thanks! > >> notice: hardware platform --------- IA-64 > >> GCC version:4.1.2-14 > >> os: rhel 5 > >> kernel: 2.6.26 > >> error: > >> > > > >This has been fixed as recently as Wed Feb 4 06:16:40 2009 UTC for all > >non x86 systems. Please see: > >http://ltp.cvs.sourceforge.net/viewvc/*checkout*/ltp/ltp/testcases/kernel/syscalls/dup3/dup3_01.c?revision=1.2, > >for more info. You can either download this or wait for the LTP > >intermediate release for Feb 09 due in few days. > > > >Regards-- > >Subrata > > > >> dup3_01.c:74:4: error:#error "need __NR_dup3" > >> dup3_01.c: in ‘main’ : > >> dup3_01.c:160: error:‘__NR_dup3’ undeclared (used in thisfunction for > >> the first time ) > >> make[4]: *** [dup3_01] error 1 > >> make[4]: Leaving directory > >> `/home/os/nly/app/ltp-base-20090131/testcases/kernel/syscalls/dup3' > >> make[3]: *** [all]error 2 > >> make[3]: Leaving directory > >> `/home/os/nly/app/ltp-base-20090131/testcases/kernel/syscalls' > >> make[2]: *** [all] error 2 > >> make[2]: Leaving directory > >> `/home/os/nly/app/ltp-base-20090131/testcases/kernel' > >> make[1]: *** [all]error 2 > >> make[1]: Leaving directory > >> `/home/os/nly/app/ltp-base-20090131/testcases' > >> make: *** [all] error 2 > >> > >> Looking forward to you! > >> > >> best wishes! > >> > >> > >> > >> > >> ______________________________________________________________________ > >> 网易邮箱,中国第一大电子邮件服务商 > >> ------------------------------------------------------------------------------ > >> Create and Deploy Rich Internet Apps outside the browser with > >> Adobe(R)AIR(TM) > >> software. With Adobe AIR, Ajax developers can use existing skills and code > >> to > >> build responsive, highly engaging applications that combine the power of > >> local > >> resources and data with the reach of the web. Download the Adobe AIR SDK > >> and > >> Ajax docs to start building applications > >> today-http://p.sf.net/sfu/adobe-com > >> _______________________________________________ Ltp-list mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/ltp-list > > > > > > ______________________________________________________________________ > 网易邮箱,中国第一大电子邮件服务商 ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
