WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xense-devel

Re: [Xense-devel] sHype supprot for Solaris

To: xense-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xense-devel] sHype supprot for Solaris
From: "Alexei Bavelski" <bavelski@xxxxxxxxx>
Date: Fri, 8 Dec 2006 11:10:17 +0100
Delivery-date: Fri, 08 Dec 2006 02:10:05 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fqBPqfNP+9LPJJtwAuSkZlGS6+J+48OsPzXqT9CeEBS0OlcgyxIBNEYdUd2/IJ3ml35h2wcpfZyPso3azWqgJmxFNQsr+klr2uS/lB7e0pKAlkkG+kA5q3EQ3Uj9xtVA/CdCPKSw7Gj+Fkjr2hA+3WxuACOn7TNX6/meklMuC88=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <OF2B149356.6A906A9B-ON8525723B.0071FCE6-8525723B.00720BBD@xxxxxxxxxx>
List-help: <mailto:xense-devel-request@lists.xensource.com?subject=help>
List-id: "A discussion list for those developing security enhancements for Xen." <xense-devel.lists.xensource.com>
List-post: <mailto:xense-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xense-devel>, <mailto:xense-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xense-devel>, <mailto:xense-devel-request@lists.xensource.com?subject=unsubscribe>
References: <adb3f7840611270241y375b115fy4032c42b4cec3d45@xxxxxxxxxxxxxx> <OF2B149356.6A906A9B-ON8525723B.0071FCE6-8525723B.00720BBD@xxxxxxxxxx>
Sender: xense-devel-bounces@xxxxxxxxxxxxxxxxxxx
On 12/5/06, Stefan Berger <stefanb@xxxxxxxxxx> wrote:

xense-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 11/27/2006
05:41:50 AM:

 > Hi!
 >
 > Thanks for your reply. I am compiling on Solaris B44.
 >
 > In common.mk changed
 >
 > ACM_SECURITY ?= y
 > ACM_USE_SECURITY_POLICY ?=
ACM_CHINESE_WALL_AND_SIMPLE_TYPE_ENFORCEMENT_POLICY
 >
Actuall instead of using ACM_USE_SECURITY_POLICY, please rename that to
ACM_DEFAULT_SECURITY_POLICY.

  Stefan


I tried that and here are the errors, I get:
----------------------------------------------------------------------------------------------------------
gmake[6]: Entering directory `/export/home/xen-src/xen.hg/xen/acm'
gcc -g -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement
-nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix
include -Werror -Wno-pointer-arith -pipe
-I/export/home/xen-src/xen.hg/xen/include
-I/export/home/xen-src/xen.hg/xen/include/asm-x86/mach-generic
-I/export/home/xen-src/xen.hg/xen/include/asm-x86/mach-default
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks
-fno-asynchronous-unwind-tables -g -D__XEN__ -DACM_SECURITY -DVERBOSE
-Wa,--divide -c acm_core.c -o acm_core.o
acm_core.c: In function `acm_set_policy_reference':
acm_core.c:87: error: structure has no member named `policy_reference_name'
acm_core.c:87: error: dereferencing pointer to incomplete type
acm_core.c:89: error: structure has no member named `policy_reference_name'
acm_core.c:92: error: structure has no member named `policy_reference_name'
acm_core.c:92: error: invalid application of `sizeof' to incomplete
type `acm_policy_reference_buffer'
acm_core.c:93: error: structure has no member named `policy_reference_name'
acm_core.c: In function `acm_dump_policy_reference':
acm_core.c:101: error: invalid application of `sizeof' to incomplete
type `acm_policy_reference_buffer'
acm_core.c:101: error: structure has no member named `policy_reference_name'
acm_core.c:108: error: dereferencing pointer to incomplete type
acm_core.c:108: error: structure has no member named `policy_reference_name'
acm_core.c:109: error: invalid application of `sizeof' to incomplete
type `acm_policy_reference_buffer'
acm_core.c:110: error: structure has no member named `policy_reference_name'
acm_core.c: In function `acm_setup':
acm_core.c:219: warning: implicit declaration of function `do_acm_set_policy'
acm_core.c: At top level:
acm_core.c:237: error: conflicting types for 'acm_init'
/export/home/xen-src/xen.hg/xen/include/acm/acm_hooks.h:378: error:
previous declaration of 'acm_init' was here
acm_core.c:237: error: conflicting types for 'acm_init'
/export/home/xen-src/xen.hg/xen/include/acm/acm_hooks.h:378: error:
previous declaration of 'acm_init' was here
acm_core.c: In function `acm_init':
acm_core.c:261: error: structure has no member named `policy_reference_name'
acm_core.c:263: error: structure has no member named `policy_reference_name'
acm_core.c: In function `acm_init_domain_ssid':
acm_core.c:293: error: `ACM_DATATYPE_domain' undeclared (first use in
this function)
acm_core.c:293: error: (Each undeclared identifier is reported only once
acm_core.c:293: error: for each function it appears in.)
acm_core.c:358:5: no newline at end of file
gmake[6]: *** [acm_core.o] Error 1
gmake[6]: Leaving directory `/export/home/xen-src/xen.hg/xen/acm'
gmake[5]: *** [/export/home/xen-src/xen.hg/xen/acm/built_in.o] Error 2
gmake[5]: Leaving directory `/export/home/xen-src/xen.hg/xen/arch/x86'
gmake[4]: *** [/export/home/xen-src/xen.hg/xen/xen] Error 2
gmake[4]: Leaving directory `/export/home/xen-src/xen.hg/xen'
gmake[3]: *** [install] Error 2
gmake[3]: Leaving directory `/export/home/xen-src/xen.hg/xen'
gmake[2]: *** [install-xen] Error 2
gmake[2]: Leaving directory `/export/home/xen-src/xen.hg'
gmake[1]: *** [world] Error 2
gmake[1]: Leaving directory `/export/home/xen-src/xen.hg'
*** Error code 2
make: Fatal error: Command failed for target `xen-dist'
----------------------------------------------------------------------------------------------------------

Alexei

_______________________________________________
Xense-devel mailing list
Xense-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xense-devel

<Prev in Thread] Current Thread [Next in Thread>