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: "Alexei Bavelski" <bavelski@xxxxxxxxx>
Subject: Re: [Xense-devel] sHype supprot for Solaris
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Fri, 8 Dec 2006 08:31:22 -0500
Cc: xense-devel-bounces@xxxxxxxxxxxxxxxxxxx, xense-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 08 Dec 2006 05:31:10 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <adb3f7840612080210q5bdcf8fey7ee86b05ddc912df@xxxxxxxxxxxxxx>
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>
Sender: xense-devel-bounces@xxxxxxxxxxxxxxxxxxx

xense-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 12/08/2006 05:10:17 AM:

> 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:



What happens if you do a 'make clean install' in the xen directory?

   Stefan

> ----------------------------------------------------------------------------------------------------------
> 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
_______________________________________________
Xense-devel mailing list
Xense-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xense-devel
<Prev in Thread] Current Thread [Next in Thread>