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
 
   
 

xen-bugs

[Xen-bugs] [Bug 133] New: Build break on x86-32 (XS_PERM_CREATE' undecla

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 133] New: Build break on x86-32 (XS_PERM_CREATE' undeclared in xs.c)
From: lge@xxxxxxxxxx
Date: Tue, 02 Aug 2005 19:47:11 +0000
Delivery-date: Tue, 02 Aug 2005 19:47:16 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=133

           Summary: Build break on x86-32  (XS_PERM_CREATE' undeclared in
                    xs.c)
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: lge@xxxxxxxxxx
                CC: hohnbaum@xxxxxxxxxx


I had a build failure on a 32bit FC3 box with and without PAE turned on. The
changeset is 5953. I used "make  XEN_TARGET_X86_PAE=y world" to enable PAE.

Here is the error:

creating build/temp.linux-i686-2.3/xen/lowlevel/xs
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -D_GNU_SOURCE -fPIC -m32 -march=i686 -fPIC
-I../../tools/python/xen/lowlevel/xu -I../../tools/libxc -I../../tools/xenstore
-I../../tools/xcs -Ixen/lowlevel/xs -I/usr/include/python2.3 -c
xen/lowlevel/xs/xs.c -o build/temp.linux-i686-2.3/xen/lowlevel/xs/xs.o
-fno-strict-aliasing -Wall -Werror
xen/lowlevel/xs/xs.c: In function `xspy_get_permissions':
xen/lowlevel/xs/xs.c:260: error: `XS_PERM_CREATE' undeclared (first use in this
function)
xen/lowlevel/xs/xs.c:260: error: (Each undeclared identifier is reported only 
once
xen/lowlevel/xs/xs.c:260: error: for each function it appears in.)
error: command 'gcc' failed with exit status 1
make[3]: *** [build] Error 1
make[3]: Leaving directory `/tmp/xen-unstable.hg/tools/python'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/tmp/xen-unstable.hg/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/tmp/xen-unstable.hg'
make: *** [world] Error 2



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 133] New: Build break on x86-32 (XS_PERM_CREATE' undeclared in xs.c), lge <=