* [LTP] Report - make error of ltp-full-20090531.tgz
@ 2009-06-16 1:13 GeunSik Lim
2009-06-16 1:57 ` GeunSik Lim
0 siblings, 1 reply; 13+ messages in thread
From: GeunSik Lim @ 2009-06-16 1:13 UTC (permalink / raw)
To: emachado, ltp-list
Dear Edjunior B. Machado
This is just report mail about ltp-full-20090531 version.
I used http://downloads.sourceforge.net/ltp/ltp-full-20090531.tgz
source on Core2 Quad Q6600 system.
But, I can not finished make command like belows.
* My system information:
. Fedora 11
. 2.6.29.4-167.fc11 linux kernel
. GCC 4.4.0
* This is screenshot.
[invain@f11 ltp-full-20090531]$
[invain@f11 ltp-full-20090531]$ pwd
/opt/ltp-full-20090531
[invain@f11 ltp-full-20090531]$
[invain@f11 ltp-full-20090531]$
[invain@f11 ltp-full-20090531]$ uname -a
Linux localhost.localdomain 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May
27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux
[invain@f11 ltp-full-20090531]$ gcc --version
gcc (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4)
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[invain@f11 ltp-full-20090531]$ time make
................ 윗부분 생략 .....................
make[6]: Leaving directory
`/opt/ltp-full-20090531/testcases/kernel/security/integrity/ima/policy'
make[5]: Leaving directory
`/opt/ltp-full-20090531/testcases/kernel/security/integrity/ima'
make[4]: Leaving directory
`/opt/ltp-full-20090531/testcases/kernel/security/integrity'
make[4]: Entering directory
`/opt/ltp-full-20090531/testcases/kernel/security/cap_bound'
cc -Wall -I../../../../include -Wall cap_bounds_r.c
-L../../../../lib -lltp -lcap -o cap_bounds_r
In file included from cap_bounds_r.c:28:
/usr/include/sys/capability.h:102: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'cap_size'
/usr/include/sys/capability.h:103: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'cap_copy_ext'
/usr/include/sys/capability.h:108: error: expected declaration
specifiers or '...' before 'ssize_t'
/usr/include/sys/capability.h:120: error: expected ')' before 'pid'
/usr/include/sys/capability.h:123: error: expected ')' before 'pid'
cap_bounds_r.c:38:2: warning: #warning CAP_BSET_READ not defined
cap_bounds_r.c:43:2: warning: #warning CAP_BSET_DROP not defined
make[4]: *** [cap_bounds_r] Error 1
make[4]: Leaving directory
`/opt/ltp-full-20090531/testcases/kernel/security/cap_bound'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/opt/ltp-full-20090531/testcases/kernel/security'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/ltp-full-20090531/testcases/kernel'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/ltp-full-20090531/testcases'
make: *** [all] Error 2
real 0m0.917s
user 0m0.387s
sys 0m0.372s
[invain@f11 ltp-full-20090531]$
[invain@f11 ltp-full-20090531]$
[invain@f11 ltp-full-20090531]$ rpm -qa | grep libcap
libcaptury-devel-0.3.0-0.3.20080323gitcca4e3c.fc11.i586
libcap-2.16-2.fc11.i586
libcapseo-devel-0.3.0-0.2.20081031git431a293.fc11.i586
libcaptury-0.3.0-0.3.20080323gitcca4e3c.fc11.i586
libcapseo-tools-0.3.0-0.2.20081031git431a293.fc11.i586
libcapseo-0.3.0-0.2.20081031git431a293.fc11.i586
libcap-devel-2.16-2.fc11.i586
[invain@f11 ltp-full-20090531]$
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 1:13 [LTP] Report - make error of ltp-full-20090531.tgz GeunSik Lim
@ 2009-06-16 1:57 ` GeunSik Lim
2009-06-16 4:24 ` Serge E. Hallyn
0 siblings, 1 reply; 13+ messages in thread
From: GeunSik Lim @ 2009-06-16 1:57 UTC (permalink / raw)
To: emachado, ltp-list
I made patch file to solve below problem.
[invain@fedora11 ~]$ rpm -qa | grep libcap
libcap-2.16-2.fc11.i586
libcap-devel-2.16-2.fc11.i586
[invain@fedora11 ~]$
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_r.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_r.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_r.c 2009-04-28
16:04:39.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_r.c 2009-06-16
10:32:49.000000000 +0900
@@ -25,7 +25,8 @@
*/
#include <errno.h>
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
#include <sys/prctl.h>
#include <test.h>
Binary files ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_rw
and ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_rw
differ
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_rw.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_rw.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_rw.c 2009-04-28
16:04:39.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_rw.c 2009-06-16
10:33:34.000000000 +0900
@@ -24,7 +24,8 @@
*/
#include <errno.h>
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
#include <sys/prctl.h>
#include <test.h>
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c 2009-04-28
16:04:41.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c 2009-06-16
10:34:09.000000000 +0900
@@ -27,7 +27,8 @@
*/
#include <errno.h>
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
#include <sys/prctl.h>
#include <test.h>
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/check_pe.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/check_pe.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/check_pe.c 2009-04-28
16:04:41.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/check_pe.c 2009-06-16
10:47:58.000000000 +0900
@@ -28,7 +28,8 @@
*/
#include <errno.h>
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
#include <sys/prctl.h>
#include <test.h>
Binary files ./ltp-full-20090531/./testcases/kernel/security/cap_bound/dummy
and ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/dummy
differ
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/dummy.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/dummy.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/dummy.c 2009-04-28
16:04:43.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/dummy.c 2009-06-16
10:34:53.000000000 +0900
@@ -1,4 +1,5 @@
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
int main()
{
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_with_inh.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_with_inh.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_with_inh.c 2009-04-28
16:04:43.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_with_inh.c 2009-06-16
10:48:13.000000000 +0900
@@ -27,7 +27,8 @@
*/
#include <errno.h>
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
#include <sys/prctl.h>
#include <test.h>
diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_without_inh.c
./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_without_inh.c
--- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_without_inh.c 2009-04-28
16:04:43.000000000 +0900
+++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_without_inh.c 2009-06-16
10:47:38.000000000 +0900
@@ -27,7 +27,8 @@
*/
#include <errno.h>
-#include <sys/capability.h>
+//#include <sys/capability.h>
+#include <linux/capability.h>
#include <sys/prctl.h>
#include <test.h>
On Tue, Jun 16, 2009 at 10:13 AM, GeunSik Lim<leemgs1@gmail.com> wrote:
> Dear Edjunior B. Machado
>
> This is just report mail about ltp-full-20090531 version.
> I used http://downloads.sourceforge.net/ltp/ltp-full-20090531.tgz
> source on Core2 Quad Q6600 system.
> But, I can not finished make command like belows.
>
> * My system information:
> . Fedora 11
> . 2.6.29.4-167.fc11 linux kernel
> . GCC 4.4.0
>
> * This is screenshot.
> [invain@f11 ltp-full-20090531]$
> [invain@f11 ltp-full-20090531]$ pwd
> /opt/ltp-full-20090531
> [invain@f11 ltp-full-20090531]$
> [invain@f11 ltp-full-20090531]$
> [invain@f11 ltp-full-20090531]$ uname -a
> Linux localhost.localdomain 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May
> 27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux
> [invain@f11 ltp-full-20090531]$ gcc --version
> gcc (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4)
> Copyright (C) 2009 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> [invain@f11 ltp-full-20090531]$ time make
> ................ 윗부분 생략 .....................
> make[6]: Leaving directory
> `/opt/ltp-full-20090531/testcases/kernel/security/integrity/ima/policy'
> make[5]: Leaving directory
> `/opt/ltp-full-20090531/testcases/kernel/security/integrity/ima'
> make[4]: Leaving directory
> `/opt/ltp-full-20090531/testcases/kernel/security/integrity'
> make[4]: Entering directory
> `/opt/ltp-full-20090531/testcases/kernel/security/cap_bound'
> cc -Wall -I../../../../include -Wall cap_bounds_r.c
> -L../../../../lib -lltp -lcap -o cap_bounds_r
> In file included from cap_bounds_r.c:28:
> /usr/include/sys/capability.h:102: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'cap_size'
> /usr/include/sys/capability.h:103: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'cap_copy_ext'
> /usr/include/sys/capability.h:108: error: expected declaration
> specifiers or '...' before 'ssize_t'
> /usr/include/sys/capability.h:120: error: expected ')' before 'pid'
> /usr/include/sys/capability.h:123: error: expected ')' before 'pid'
> cap_bounds_r.c:38:2: warning: #warning CAP_BSET_READ not defined
> cap_bounds_r.c:43:2: warning: #warning CAP_BSET_DROP not defined
> make[4]: *** [cap_bounds_r] Error 1
> make[4]: Leaving directory
> `/opt/ltp-full-20090531/testcases/kernel/security/cap_bound'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory `/opt/ltp-full-20090531/testcases/kernel/security'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/opt/ltp-full-20090531/testcases/kernel'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/opt/ltp-full-20090531/testcases'
> make: *** [all] Error 2
>
> real 0m0.917s
> user 0m0.387s
> sys 0m0.372s
> [invain@f11 ltp-full-20090531]$
> [invain@f11 ltp-full-20090531]$
> [invain@f11 ltp-full-20090531]$ rpm -qa | grep libcap
> libcaptury-devel-0.3.0-0.3.20080323gitcca4e3c.fc11.i586
> libcap-2.16-2.fc11.i586
> libcapseo-devel-0.3.0-0.2.20081031git431a293.fc11.i586
> libcaptury-0.3.0-0.3.20080323gitcca4e3c.fc11.i586
> libcapseo-tools-0.3.0-0.2.20081031git431a293.fc11.i586
> libcapseo-0.3.0-0.2.20081031git431a293.fc11.i586
> libcap-devel-2.16-2.fc11.i586
> [invain@f11 ltp-full-20090531]$
>
>
>
> --
> Regards,
> GeunSik Lim ( Samsung Electronics )
> Blog : http://blog.naver.com/invain/
> e-Mail: geunsik.lim@samsung.com
> leemgs@gmail.com , leemgs1@gmail.com
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 1:57 ` GeunSik Lim
@ 2009-06-16 4:24 ` Serge E. Hallyn
2009-06-16 5:43 ` GeunSik Lim
0 siblings, 1 reply; 13+ messages in thread
From: Serge E. Hallyn @ 2009-06-16 4:24 UTC (permalink / raw)
To: GeunSik Lim; +Cc: ltp-list, Andrew Morgan
Quoting GeunSik Lim (leemgs1@gmail.com):
> I made patch file to solve below problem.
well, NAK to the patch, but this is a real problem that needs to
be fixed. I'll take a look in the morning, but Andrew do you know
offhand what the problem is with capability.h (in F11 I gather) that
would cause:
> > In file included from cap_bounds_r.c:28:
> > /usr/include/sys/capability.h:102: error: expected '=', ',', ';',
> > 'asm' or '__attribute__' before 'cap_size'
I guess it looks like ssize_t isn't known to the compiler?
thanks,
-serge
> [invain@fedora11 ~]$ rpm -qa | grep libcap
> libcap-2.16-2.fc11.i586
> libcap-devel-2.16-2.fc11.i586
> [invain@fedora11 ~]$
>
>
>
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_r.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_r.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_r.c 2009-04-28
> 16:04:39.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_r.c 2009-06-16
> 10:32:49.000000000 +0900
> @@ -25,7 +25,8 @@
> */
>
> #include <errno.h>
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
> #include <sys/prctl.h>
> #include <test.h>
>
> Binary files ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_rw
> and ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_rw
> differ
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_rw.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_rw.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_rw.c 2009-04-28
> 16:04:39.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bounds_rw.c 2009-06-16
> 10:33:34.000000000 +0900
> @@ -24,7 +24,8 @@
> */
>
> #include <errno.h>
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
> #include <sys/prctl.h>
> #include <test.h>
>
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c 2009-04-28
> 16:04:41.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/cap_bset_inh_bounds.c 2009-06-16
> 10:34:09.000000000 +0900
> @@ -27,7 +27,8 @@
> */
>
> #include <errno.h>
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
> #include <sys/prctl.h>
> #include <test.h>
>
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/check_pe.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/check_pe.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/check_pe.c 2009-04-28
> 16:04:41.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/check_pe.c 2009-06-16
> 10:47:58.000000000 +0900
> @@ -28,7 +28,8 @@
> */
>
> #include <errno.h>
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
> #include <sys/prctl.h>
> #include <test.h>
>
> Binary files ./ltp-full-20090531/./testcases/kernel/security/cap_bound/dummy
> and ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/dummy
> differ
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/dummy.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/dummy.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/dummy.c 2009-04-28
> 16:04:43.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/dummy.c 2009-06-16
> 10:34:53.000000000 +0900
> @@ -1,4 +1,5 @@
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
>
> int main()
> {
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_with_inh.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_with_inh.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_with_inh.c 2009-04-28
> 16:04:43.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_with_inh.c 2009-06-16
> 10:48:13.000000000 +0900
> @@ -27,7 +27,8 @@
> */
>
> #include <errno.h>
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
> #include <sys/prctl.h>
> #include <test.h>
>
> diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_without_inh.c
> ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_without_inh.c
> --- ./ltp-full-20090531/./testcases/kernel/security/cap_bound/exec_without_inh.c 2009-04-28
> 16:04:43.000000000 +0900
> +++ ./ltp-full-20090531.new/./testcases/kernel/security/cap_bound/exec_without_inh.c 2009-06-16
> 10:47:38.000000000 +0900
> @@ -27,7 +27,8 @@
> */
>
> #include <errno.h>
> -#include <sys/capability.h>
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
> #include <sys/prctl.h>
> #include <test.h>
>
>
>
>
> On Tue, Jun 16, 2009 at 10:13 AM, GeunSik Lim<leemgs1@gmail.com> wrote:
> > Dear Edjunior B. Machado
> >
> > This is just report mail about ltp-full-20090531 version.
> > I used http://downloads.sourceforge.net/ltp/ltp-full-20090531.tgz
> > source on Core2 Quad Q6600 system.
> > But, I can not finished make command like belows.
> >
> > * My system information:
> > . Fedora 11
> > . 2.6.29.4-167.fc11 linux kernel
> > . GCC 4.4.0
> >
> > * This is screenshot.
> > [invain@f11 ltp-full-20090531]$
> > [invain@f11 ltp-full-20090531]$ pwd
> > /opt/ltp-full-20090531
> > [invain@f11 ltp-full-20090531]$
> > [invain@f11 ltp-full-20090531]$
> > [invain@f11 ltp-full-20090531]$ uname -a
> > Linux localhost.localdomain 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May
> > 27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux
> > [invain@f11 ltp-full-20090531]$ gcc --version
> > gcc (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4)
> > Copyright (C) 2009 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> >
> > [invain@f11 ltp-full-20090531]$ time make
> > ................ 윗부분 생략 .....................
> > make[6]: Leaving directory
> > `/opt/ltp-full-20090531/testcases/kernel/security/integrity/ima/policy'
> > make[5]: Leaving directory
> > `/opt/ltp-full-20090531/testcases/kernel/security/integrity/ima'
> > make[4]: Leaving directory
> > `/opt/ltp-full-20090531/testcases/kernel/security/integrity'
> > make[4]: Entering directory
> > `/opt/ltp-full-20090531/testcases/kernel/security/cap_bound'
> > cc -Wall -I../../../../include -Wall cap_bounds_r.c
> > -L../../../../lib -lltp -lcap -o cap_bounds_r
> > In file included from cap_bounds_r.c:28:
> > /usr/include/sys/capability.h:102: error: expected '=', ',', ';',
> > 'asm' or '__attribute__' before 'cap_size'
> > /usr/include/sys/capability.h:103: error: expected '=', ',', ';',
> > 'asm' or '__attribute__' before 'cap_copy_ext'
> > /usr/include/sys/capability.h:108: error: expected declaration
> > specifiers or '...' before 'ssize_t'
> > /usr/include/sys/capability.h:120: error: expected ')' before 'pid'
> > /usr/include/sys/capability.h:123: error: expected ')' before 'pid'
> > cap_bounds_r.c:38:2: warning: #warning CAP_BSET_READ not defined
> > cap_bounds_r.c:43:2: warning: #warning CAP_BSET_DROP not defined
> > make[4]: *** [cap_bounds_r] Error 1
> > make[4]: Leaving directory
> > `/opt/ltp-full-20090531/testcases/kernel/security/cap_bound'
> > make[3]: *** [all] Error 2
> > make[3]: Leaving directory `/opt/ltp-full-20090531/testcases/kernel/security'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory `/opt/ltp-full-20090531/testcases/kernel'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory `/opt/ltp-full-20090531/testcases'
> > make: *** [all] Error 2
> >
> > real 0m0.917s
> > user 0m0.387s
> > sys 0m0.372s
> > [invain@f11 ltp-full-20090531]$
> > [invain@f11 ltp-full-20090531]$
> > [invain@f11 ltp-full-20090531]$ rpm -qa | grep libcap
> > libcaptury-devel-0.3.0-0.3.20080323gitcca4e3c.fc11.i586
> > libcap-2.16-2.fc11.i586
> > libcapseo-devel-0.3.0-0.2.20081031git431a293.fc11.i586
> > libcaptury-0.3.0-0.3.20080323gitcca4e3c.fc11.i586
> > libcapseo-tools-0.3.0-0.2.20081031git431a293.fc11.i586
> > libcapseo-0.3.0-0.2.20081031git431a293.fc11.i586
> > libcap-devel-2.16-2.fc11.i586
> > [invain@f11 ltp-full-20090531]$
> >
> >
> >
> > --
> > Regards,
> > GeunSik Lim ( Samsung Electronics )
> > Blog : http://blog.naver.com/invain/
> > e-Mail: geunsik.lim@samsung.com
> > leemgs@gmail.com , leemgs1@gmail.com
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
>
>
> --
> Regards,
> GeunSik Lim ( Samsung Electronics )
> Blog : http://blog.naver.com/invain/
> e-Mail: geunsik.lim@samsung.com
> leemgs@gmail.com , leemgs1@gmail.com
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
> ------------------------------------------------------------------------------
> 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
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 4:24 ` Serge E. Hallyn
@ 2009-06-16 5:43 ` GeunSik Lim
2009-06-16 16:19 ` Serge E. Hallyn
0 siblings, 1 reply; 13+ messages in thread
From: GeunSik Lim @ 2009-06-16 5:43 UTC (permalink / raw)
To: Serge E. Hallyn; +Cc: ltp-list, Andrew Morgan
On Tue, Jun 16, 2009 at 1:24 PM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> Quoting GeunSik Lim (leemgs1@gmail.com):
>> I made patch file to solve below problem.
>
> well, NAK to the patch, but this is a real problem that needs to
> be fixed. I'll take a look in the morning, but Andrew do you know
> offhand what the problem is with capability.h (in F11 I gather) that
> would cause:
Serge E. Hallyn,
Thanks for your opinion about this report that I posted.
Yes. My below patch is private patch to solve make error on Fedora 11
distribution ( fedora11 2.6.29.4-167.fc11.i686).
This means that my patch is not official patch file as you think.
For reference,
I used libcap 2.16 version
at the http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ .
>
>> > In file included from cap_bounds_r.c:28:
>> > /usr/include/sys/capability.h:102: error: expected '=', ',', ';',
>> > 'asm' or '__attribute__' before 'cap_size'
>
> I guess it looks like ssize_t isn't known to the compiler?
Like above error message because compatibility of /usr/include/sys/capability.
:-)
Hope it helps.
> thanks,
> -serge
>
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 5:43 ` GeunSik Lim
@ 2009-06-16 16:19 ` Serge E. Hallyn
2009-06-16 16:45 ` Steve Grubb
0 siblings, 1 reply; 13+ messages in thread
From: Serge E. Hallyn @ 2009-06-16 16:19 UTC (permalink / raw)
To: GeunSik Lim; +Cc: ltp-list, Steve Grubb, Andrew Morgan
Quoting GeunSik Lim (leemgs1@gmail.com):
> On Tue, Jun 16, 2009 at 1:24 PM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> > Quoting GeunSik Lim (leemgs1@gmail.com):
> >> I made patch file to solve below problem.
> >
> > well, NAK to the patch, but this is a real problem that needs to
> > be fixed. I'll take a look in the morning, but Andrew do you know
> > offhand what the problem is with capability.h (in F11 I gather) that
> > would cause:
> Serge E. Hallyn,
>
> Thanks for your opinion about this report that I posted.
> Yes. My below patch is private patch to solve make error on Fedora 11
> distribution ( fedora11 2.6.29.4-167.fc11.i686).
> This means that my patch is not official patch file as you think.
>
> For reference,
> I used libcap 2.16 version
> at the http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ .
Are you sure?
With the libcap-2.16 from kernel.org, /usr/include/sys/capability.h
#includes <sys/types.h>. The version that comes with Fedora 11's
libcap-devel-2.16-2.fc11.i586 #includes <linux/types.h> instead.
When I just fix that, my F11 system compiles cap_bound.c just fine.
Steve, do you know why that change is made?
It then moves on to the next F11-specific compile failure, namely
LTP's <test.h> ends up #including /usr/include/asm/sigcontext.h
causing the compile errors bc of undefined __u64 and __u32,
which I can fix by adding:
#define __u64 u_int64_t
#define __u32 u_int32_t
to <sys/types.h>. So perhaps it would be prudent to add them
to the top of LTP's test.h?
It woudl be better to figure out why that's happening in the
first place...
thanks,
-serge
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 16:19 ` Serge E. Hallyn
@ 2009-06-16 16:45 ` Steve Grubb
2009-06-16 17:02 ` Serge E. Hallyn
2009-06-16 18:41 ` Serge E. Hallyn
0 siblings, 2 replies; 13+ messages in thread
From: Steve Grubb @ 2009-06-16 16:45 UTC (permalink / raw)
To: Serge E. Hallyn; +Cc: ltp-list, GeunSik Lim, Andrew Morgan
On Tuesday 16 June 2009 12:19:49 pm Serge E. Hallyn wrote:
> Quoting GeunSik Lim (leemgs1@gmail.com):
> > On Tue, Jun 16, 2009 at 1:24 PM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> > > Quoting GeunSik Lim (leemgs1@gmail.com):
> > >> I made patch file to solve below problem.
> > >
> > > well, NAK to the patch, but this is a real problem that needs to
> > > be fixed. I'll take a look in the morning, but Andrew do you know
> > > offhand what the problem is with capability.h (in F11 I gather) that
> > > would cause:
> >
> > Serge E. Hallyn,
> >
> > Thanks for your opinion about this report that I posted.
> > Yes. My below patch is private patch to solve make error on Fedora 11
> > distribution ( fedora11 2.6.29.4-167.fc11.i686).
> > This means that my patch is not official patch file as you think.
> >
> > For reference,
> > I used libcap 2.16 version
> > at the
> > http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ .
>
> Are you sure?
>
> With the libcap-2.16 from kernel.org, /usr/include/sys/capability.h
> #includes <sys/types.h>. The version that comes with Fedora 11's
> libcap-devel-2.16-2.fc11.i586 #includes <linux/types.h> instead.
> When I just fix that, my F11 system compiles cap_bound.c just fine.
>
> Steve, do you know why that change is made?
Offhand I do not. I see in Fedora 11 cvs: libcap-2.16-4. It looks fixed to me.
Here it was built:
http://koji.fedoraproject.org/koji/buildinfo?buildID=106251
Here it was pushed to testing repo:
https://admin.fedoraproject.org/updates/libcap-2.16-4.fc11
So, I'd enable the testing repo for F-11 to download the update. See if that
doesn't work better.
-Steve
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 16:45 ` Steve Grubb
@ 2009-06-16 17:02 ` Serge E. Hallyn
2009-06-16 18:41 ` Serge E. Hallyn
1 sibling, 0 replies; 13+ messages in thread
From: Serge E. Hallyn @ 2009-06-16 17:02 UTC (permalink / raw)
To: Steve Grubb; +Cc: ltp-list, GeunSik Lim, Andrew Morgan
Quoting Steve Grubb (sgrubb@redhat.com):
> On Tuesday 16 June 2009 12:19:49 pm Serge E. Hallyn wrote:
> > Quoting GeunSik Lim (leemgs1@gmail.com):
> > > On Tue, Jun 16, 2009 at 1:24 PM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> > > > Quoting GeunSik Lim (leemgs1@gmail.com):
> > > >> I made patch file to solve below problem.
> > > >
> > > > well, NAK to the patch, but this is a real problem that needs to
> > > > be fixed. I'll take a look in the morning, but Andrew do you know
> > > > offhand what the problem is with capability.h (in F11 I gather) that
> > > > would cause:
> > >
> > > Serge E. Hallyn,
> > >
> > > Thanks for your opinion about this report that I posted.
> > > Yes. My below patch is private patch to solve make error on Fedora 11
> > > distribution ( fedora11 2.6.29.4-167.fc11.i686).
> > > This means that my patch is not official patch file as you think.
> > >
> > > For reference,
> > > I used libcap 2.16 version
> > > at the
> > > http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ .
> >
> > Are you sure?
> >
> > With the libcap-2.16 from kernel.org, /usr/include/sys/capability.h
> > #includes <sys/types.h>. The version that comes with Fedora 11's
> > libcap-devel-2.16-2.fc11.i586 #includes <linux/types.h> instead.
> > When I just fix that, my F11 system compiles cap_bound.c just fine.
> >
> > Steve, do you know why that change is made?
>
> Offhand I do not. I see in Fedora 11 cvs: libcap-2.16-4. It looks fixed to me.
>
> Here it was built:
> http://koji.fedoraproject.org/koji/buildinfo?buildID=106251
>
> Here it was pushed to testing repo:
> https://admin.fedoraproject.org/updates/libcap-2.16-4.fc11
>
> So, I'd enable the testing repo for F-11 to download the update. See if that
> doesn't work better.
Thanks, trying that out now.
FWIW it looks like the change was made almost a decade ago in the
following bug:
https://bugzilla.redhat.com/show_bug.cgi?id=55727
whatever the problem was back then, the same testcase now breaks
with the patched libcap, and works without.
-serge
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 16:45 ` Steve Grubb
2009-06-16 17:02 ` Serge E. Hallyn
@ 2009-06-16 18:41 ` Serge E. Hallyn
2009-06-16 23:42 ` GeunSik Lim
1 sibling, 1 reply; 13+ messages in thread
From: Serge E. Hallyn @ 2009-06-16 18:41 UTC (permalink / raw)
To: Steve Grubb; +Cc: ltp-list, GeunSik Lim, Andrew Morgan
Quoting Steve Grubb (sgrubb@redhat.com):
> On Tuesday 16 June 2009 12:19:49 pm Serge E. Hallyn wrote:
> > Quoting GeunSik Lim (leemgs1@gmail.com):
> > > On Tue, Jun 16, 2009 at 1:24 PM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> > > > Quoting GeunSik Lim (leemgs1@gmail.com):
> > > >> I made patch file to solve below problem.
> > > >
> > > > well, NAK to the patch, but this is a real problem that needs to
> > > > be fixed. I'll take a look in the morning, but Andrew do you know
> > > > offhand what the problem is with capability.h (in F11 I gather) that
> > > > would cause:
> > >
> > > Serge E. Hallyn,
> > >
> > > Thanks for your opinion about this report that I posted.
> > > Yes. My below patch is private patch to solve make error on Fedora 11
> > > distribution ( fedora11 2.6.29.4-167.fc11.i686).
> > > This means that my patch is not official patch file as you think.
> > >
> > > For reference,
> > > I used libcap 2.16 version
> > > at the
> > > http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ .
> >
> > Are you sure?
> >
> > With the libcap-2.16 from kernel.org, /usr/include/sys/capability.h
> > #includes <sys/types.h>. The version that comes with Fedora 11's
> > libcap-devel-2.16-2.fc11.i586 #includes <linux/types.h> instead.
> > When I just fix that, my F11 system compiles cap_bound.c just fine.
> >
> > Steve, do you know why that change is made?
>
> Offhand I do not. I see in Fedora 11 cvs: libcap-2.16-4. It looks fixed to me.
>
> Here it was built:
> http://koji.fedoraproject.org/koji/buildinfo?buildID=106251
>
> Here it was pushed to testing repo:
> https://admin.fedoraproject.org/updates/libcap-2.16-4.fc11
>
> So, I'd enable the testing repo for F-11 to download the update. See if that
> doesn't work better.
enabling testing still gave me only libcap-2.16-2, but
I downloaded and installed libcap-devel-2.16-4.fc11.i586.rpm
after which all compiled fine.
GeunSik, please give that a shot.
thanks,
-serge
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 18:41 ` Serge E. Hallyn
@ 2009-06-16 23:42 ` GeunSik Lim
2009-06-17 12:22 ` Steve Grubb
0 siblings, 1 reply; 13+ messages in thread
From: GeunSik Lim @ 2009-06-16 23:42 UTC (permalink / raw)
To: Serge E. Hallyn; +Cc: ltp-list, Steve Grubb, Andrew Morgan
On Wed, Jun 17, 2009 at 3:41 AM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> enabling testing still gave me only libcap-2.16-2, but
> I downloaded and installed libcap-devel-2.16-4.fc11.i586.rpm
> after which all compiled fine.
>
> GeunSik, please give that a shot.
Thanks for fast reply about this problem.
I tested "make" command with ltp-full-20090531 and libcap-2.16-4 again.
"make" command finished successfully without compatibility related errors.
Belows is screenshot.
Steve,
Please, Can you move this rpm files from test repository to official
repository?
F11-geunsik#> uname -a
Linux fedora11 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22
EDT 2009 i686 i686 i386 GNU/Linux
F11-geunsik#> rpm -qa | grep libcap
libcap-2.16-4.fc11.i586
libcap-devel-2.16-4.fc11.i586
F11-geunsik#>
F11-geunsik#> rpm -Uvh
http://kojipkgs.fedoraproject.org/packages/libcap/2.16/4.fc11/i586/libcap-2.16-4.fc11.i586.rpm
F11-geunsik#> rpm -Uvh
http://kojipkgs.fedoraproject.org/packages/libcap/2.16/4.fc11/i586/libcap-devel-2.16-4.fc11.i586.rpm
F11-geunsik#> cd /opt/ltp-full-20090531
F11-geunsik#> time make
( It's normal after update with libcap-2.16-4.fc11 by karsten )
....... Above Omission .........
ebizzy.c: In function ‘search_mem’:
ebizzy.c:393: warning: ‘state’ may be used uninitialized in this function
make[3]: Leaving directory `/opt/ltp-full-20090531/utils/benchmark/ebizzy-0.3'
make[2]: Leaving directory `/opt/ltp-full-20090531/utils/benchmark'
make[1]: Leaving directory `/opt/ltp-full-20090531/utils'
***********************************************
** You now need to do a make install as root **
***********************************************
real 1m25.482s
user 1m0.590s
sys 0m20.535s
>
> thanks,
> -serge
>
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-16 23:42 ` GeunSik Lim
@ 2009-06-17 12:22 ` Steve Grubb
2009-06-17 13:10 ` GeunSik Lim
0 siblings, 1 reply; 13+ messages in thread
From: Steve Grubb @ 2009-06-17 12:22 UTC (permalink / raw)
To: GeunSik Lim; +Cc: Andrew Morgan, ltp-list
On Tuesday 16 June 2009 07:42:33 pm GeunSik Lim wrote:
> On Wed, Jun 17, 2009 at 3:41 AM, Serge E. Hallyn<serue@us.ibm.com> wrote:
> > enabling testing still gave me only libcap-2.16-2, but
> > I downloaded and installed libcap-devel-2.16-4.fc11.i586.rpm
> > after which all compiled fine.
> >
> > GeunSik, please give that a shot.
>
> Thanks for fast reply about this problem.
> I tested "make" command with ltp-full-20090531 and libcap-2.16-4 again.
> "make" command finished successfully without compatibility related errors.
> Belows is screenshot.
>
> Steve,
> Please, Can you move this rpm files from test repository to official
> repository?
I am not the maintainer, so I don't have that ability. I did record a
successful test message in bodhi on LTP's behalf to encourage the maintainer
to ask for it to be marked stable asap.
-Steve
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-17 12:22 ` Steve Grubb
@ 2009-06-17 13:10 ` GeunSik Lim
2009-06-17 13:31 ` Steve Grubb
2009-06-17 13:31 ` Serge E. Hallyn
0 siblings, 2 replies; 13+ messages in thread
From: GeunSik Lim @ 2009-06-17 13:10 UTC (permalink / raw)
To: Steve Grubb; +Cc: Andrew Morgan, ltp-list
On Wed, Jun 17, 2009 at 9:22 PM, Steve Grubb<sgrubb@redhat.com> wrote:
> I am not the maintainer, so I don't have that ability. I did record a
> successful test message in bodhi on LTP's behalf to encourage the maintainer
> to ask for it to be marked stable asap.
Steve and Serge, Thanks.
Unfortunately,
If ltp version will not upgrade current ltp-full-20090531 version for
Fedora11 support,
or If libcap version of fedora11 will not upgrade,
I have to modify some ltp files like belows.
+//#include <sys/capability.h>
+#include <linux/capability.h>
--
Regards,
GeunSik Lim ( Samsung Electronics )
Blog : http://blog.naver.com/invain/
e-Mail: geunsik.lim@samsung.com
leemgs@gmail.com , leemgs1@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-17 13:10 ` GeunSik Lim
@ 2009-06-17 13:31 ` Steve Grubb
2009-06-17 13:31 ` Serge E. Hallyn
1 sibling, 0 replies; 13+ messages in thread
From: Steve Grubb @ 2009-06-17 13:31 UTC (permalink / raw)
To: GeunSik Lim; +Cc: Andrew Morgan, ltp-list
On Wednesday 17 June 2009 09:10:20 am GeunSik Lim wrote:
> On Wed, Jun 17, 2009 at 9:22 PM, Steve Grubb<sgrubb@redhat.com> wrote:
> > I am not the maintainer, so I don't have that ability. I did record a
> > successful test message in bodhi on LTP's behalf to encourage the
> > maintainer to ask for it to be marked stable asap.
>
> Steve and Serge, Thanks.
>
> Unfortunately,
> If ltp version will not upgrade current ltp-full-20090531 version for
> Fedora11 support,
> or If libcap version of fedora11 will not upgrade,
> I have to modify some ltp files like belows.
The intention of Fedora is to upgrade the library. That's why its in the
testing repo. It just takes a few days to work through the system. There was a
release of a bunch of updates yesterday, so it will be a few days before the
next push.
-Steve
------------------------------------------------------------------------------
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] 13+ messages in thread
* Re: [LTP] Report - make error of ltp-full-20090531.tgz
2009-06-17 13:10 ` GeunSik Lim
2009-06-17 13:31 ` Steve Grubb
@ 2009-06-17 13:31 ` Serge E. Hallyn
1 sibling, 0 replies; 13+ messages in thread
From: Serge E. Hallyn @ 2009-06-17 13:31 UTC (permalink / raw)
To: GeunSik Lim; +Cc: ltp-list, Steve Grubb, Andrew Morgan
Quoting GeunSik Lim (leemgs1@gmail.com):
> On Wed, Jun 17, 2009 at 9:22 PM, Steve Grubb<sgrubb@redhat.com> wrote:
> > I am not the maintainer, so I don't have that ability. I did record a
> > successful test message in bodhi on LTP's behalf to encourage the maintainer
> > to ask for it to be marked stable asap.
> Steve and Serge, Thanks.
>
> Unfortunately,
> If ltp version will not upgrade current ltp-full-20090531 version for
> Fedora11 support,
> or If libcap version of fedora11 will not upgrade,
> I have to modify some ltp files like belows.
> +//#include <sys/capability.h>
> +#include <linux/capability.h>
If you're free to make local modifications, why not just wget+install
the libcap-2.16-4 until it's updated in the f11 repos? Or, remove
libcap and the test shouldn't try to compile. (If it does, then that's
a bug in my stuff)
-serge
------------------------------------------------------------------------------
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] 13+ messages in thread
end of thread, other threads:[~2009-06-17 14:19 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16 1:13 [LTP] Report - make error of ltp-full-20090531.tgz GeunSik Lim
2009-06-16 1:57 ` GeunSik Lim
2009-06-16 4:24 ` Serge E. Hallyn
2009-06-16 5:43 ` GeunSik Lim
2009-06-16 16:19 ` Serge E. Hallyn
2009-06-16 16:45 ` Steve Grubb
2009-06-16 17:02 ` Serge E. Hallyn
2009-06-16 18:41 ` Serge E. Hallyn
2009-06-16 23:42 ` GeunSik Lim
2009-06-17 12:22 ` Steve Grubb
2009-06-17 13:10 ` GeunSik Lim
2009-06-17 13:31 ` Steve Grubb
2009-06-17 13:31 ` Serge E. Hallyn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox