[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Disable build of pygrub for now - does not build with e2fsprogs-1.35
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |