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

[Xen-changelog] Disable build of pygrub for now - does not build with e2

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Disable build of pygrub for now - does not build with e2fsprogs-1.35
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 02 Aug 2005 07:34:12 -0400
Delivery-date: Tue, 02 Aug 2005 11:34:51 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID 2609af9986e619b5a2aa5183d7190a0509f5aab5
# Parent  d709f743dd3350dddcf04b81a1d45d7fa6f389bd
Disable build of pygrub for now - does not build with e2fsprogs-1.35

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>

diff -r d709f743dd33 -r 2609af9986e6 .hgignore
--- a/.hgignore Tue Aug  2 11:27:58 2005
+++ b/.hgignore Tue Aug  2 11:34:38 2005
@@ -128,8 +128,8 @@
 ^tools/misc/xc_shadow$
 ^tools/misc/xen_cpuperf$
 ^tools/misc/xenperf$
-^tools/policy/policy_tool$
-^tools/policy/xen/.*$
+^tools/security/secpol_tool$
+^tools/security/xen/.*$
 ^tools/pygrub/build/.*$
 ^tools/python/build/.*$
 ^tools/tests/test_x86_emulator$
diff -r d709f743dd33 -r 2609af9986e6 tools/Makefile
--- a/tools/Makefile    Tue Aug  2 11:27:58 2005
+++ b/tools/Makefile    Tue Aug  2 11:34:38 2005
@@ -10,7 +10,7 @@
 SUBDIRS += python
 SUBDIRS += xcs
 SUBDIRS += xcutils
-SUBDIRS += pygrub
+#SUBDIRS += pygrub
 SUBDIRS += firmware
 SUBDIRS += security
 
diff -r d709f743dd33 -r 2609af9986e6 tools/pygrub/src/fsys/ext2/ext2module.c
--- a/tools/pygrub/src/fsys/ext2/ext2module.c   Tue Aug  2 11:27:58 2005
+++ b/tools/pygrub/src/fsys/ext2/ext2module.c   Tue Aug  2 11:34:38 2005
@@ -229,8 +229,8 @@
         snprintf(offsetopt, 29, "offset=%d", offset);
     }
 
-    err = ext2fs_file_open2(name, offsetopt, flags, superblock, block_size, 
-                            unix_io_manager, &efs);
+    err = ext2fs_open2(name, offsetopt, flags, superblock, block_size, 
+                       unix_io_manager, &efs);
     if (err) {
         PyErr_SetString(PyExc_ValueError, "unable to open file");
         return NULL;

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Disable build of pygrub for now - does not build with e2fsprogs-1.35, Xen patchbot -unstable <=