hello Jan, Cedric,

When I compile ltp in RHEL5.11GA, I run into these errors:
-----------------------------------------------------------------------------------------------------------
[root@RHEL5U11ga_Intel64 getrandom]# make
make -C "/root/ltp/testcases/kernel/include" -f 
"/root/ltp/testcases/kernel/include/Makefile" all
make[1]: Entering directory `/root/ltp/testcases/kernel/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/ltp/testcases/kernel/include'
gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall -W -g -O2 
-Wold-style-definition -D_FORTIFY_SOURCE=2 -I/root/ltp/testcases/kernel/include 
-I../../../../include -I../../../../include   -L../../../../lib  getrandom01.c  
 -lltp -o getrandom01
In file included from getrandom01.c:29:
/usr/include/linux/random.h:38: error: expected specifier-qualifier-list before 
‘__u32’
/usr/include/linux/random.h:42: error: expected specifier-qualifier-list before 
‘__u32’
make: *** [getrandom01] Error 1
------------------------------------------------------------------------------------------------------------
I tried to add "#include <sys/types.h>" or "#include <linux/types.h>", neither 
works. There maybe some bugs
in RHEL5.11GA's glibc. Given that we use ltp_syscall() and have "GRND_RANDOM  
GRND_NONBLOCK" defined in
lapi/getrandom.h, what about we remove "#include <linux/random.h>" form these 
these 4 test cases, then
they will compile correctly in RHEL5.

Regards,
Xiaoguang Wang

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to