From john.l.villalovos at intel.com Fri Jul 2 10:50:31 2004 From: john.l.villalovos at intel.com (Villalovos, John L) Date: Fri, 2 Jul 2004 10:50:31 -0700 Subject: [Ocfs-tools-devel] Unable to build RPMS for ocfs-tools-devel Message-ID: <60C14C611F1DDD4198D53F2F43D8CA3B0139768E@orsmsx410> RPM building of ocfs-tools appears to be broken. I think this is because the DIST_FILES have not yet been completely updated for all the changes. Is anyone working on this? I'll send in the stuff that I fix as I complete it. John From john.l.villalovos at intel.com Fri Jul 2 11:00:08 2004 From: john.l.villalovos at intel.com (John L. Villalovos) Date: Fri, 02 Jul 2004 11:00:08 -0700 Subject: [Ocfs-tools-devel] Patch to fix the dist rule in ocfs-tools Message-ID: <40E5A2A8.6030700@intel.com> Index: ocfs2/libocfs2/Makefile =================================================================== --- ocfs2/libocfs2/Makefile (revision 127) +++ ocfs2/libocfs2/Makefile (working copy) @@ -65,6 +65,7 @@ HFILES = \ include/jfs_user.h \ + include/jfs_compat.h \ include/kernel-jbd.h \ include/kernel-list.h \ include/ocfs2_fs.h \ Index: ocfs2/debugfs.ocfs2/Makefile =================================================================== --- ocfs2/debugfs.ocfs2/Makefile (revision 127) +++ ocfs2/debugfs.ocfs2/Makefile (working copy) @@ -21,4 +21,9 @@ debugfs.ocfs2: $(OBJS) $(LINK) $(GLIB_LIBS) -lreadline -lncurses +DIST_RULES = dist-subdircreate + +dist-subdircreate: + $(TOPDIR)/mkinstalldirs $(DIST_DIR)/include + include $(TOPDIR)/Postamble.make From john.l.villalovos at intel.com Fri Jul 2 11:20:14 2004 From: john.l.villalovos at intel.com (John L. Villalovos) Date: Fri, 02 Jul 2004 11:20:14 -0700 Subject: [Ocfs-tools-devel] Patch to fix dist rule in ocfs-tools with another minor fix Message-ID: <40E5A75E.3040203@intel.com> Index: ocfs2/libocfs2/Makefile =================================================================== --- ocfs2/libocfs2/Makefile (revision 127) +++ ocfs2/libocfs2/Makefile (working copy) @@ -65,6 +65,7 @@ HFILES = \ include/jfs_user.h \ + include/jfs_compat.h \ include/kernel-jbd.h \ include/kernel-list.h \ include/ocfs2_fs.h \ Index: ocfs2/debugfs.ocfs2/Makefile =================================================================== --- ocfs2/debugfs.ocfs2/Makefile (revision 127) +++ ocfs2/debugfs.ocfs2/Makefile (working copy) @@ -12,7 +12,7 @@ CFLAGS += -Wall -O2 CFILES = main.c commands.c dump.c readfs.c utils.c journal.c -HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h +HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h include/jbd.h OBJS = $(subst .c,.o,$(CFILES)) @@ -21,4 +21,9 @@ debugfs.ocfs2: $(OBJS) $(LINK) $(GLIB_LIBS) -lreadline -lncurses +DIST_RULES = dist-subdircreate + +dist-subdircreate: + $(TOPDIR)/mkinstalldirs $(DIST_DIR)/include + include $(TOPDIR)/Postamble.make From Joel.Becker at oracle.com Fri Jul 2 12:21:51 2004 From: Joel.Becker at oracle.com (Joel Becker) Date: Fri, 2 Jul 2004 12:21:51 -0700 Subject: [Ocfs-tools-devel] Unable to build RPMS for ocfs-tools-devel In-Reply-To: <60C14C611F1DDD4198D53F2F43D8CA3B0139768E@orsmsx410> References: <60C14C611F1DDD4198D53F2F43D8CA3B0139768E@orsmsx410> Message-ID: <20040702192151.GD864@ca-server1.us.oracle.com> On Fri, Jul 02, 2004 at 10:50:31AM -0700, Villalovos, John L wrote: > RPM building of ocfs-tools appears to be broken. I think this is > because the DIST_FILES have not yet been completely updated for all the > changes. > > Is anyone working on this? Nope. The ocfs2 tools are in major flux, and RPMs kinda don't matter until they settle down. > I'll send in the stuff that I fix as I complete it. Patches always, welcome, of course! Joel -- "Nearly all men can stand adversity, but if you really want to test a man's character, give him power." - Abraham Lincoln Joel Becker Senior Member of Technical Staff Oracle Corporation E-mail: joel.becker at oracle.com Phone: (650) 506-8127 From john.l.villalovos at intel.com Fri Jul 2 13:56:11 2004 From: john.l.villalovos at intel.com (Villalovos, John L) Date: Fri, 2 Jul 2004 13:56:11 -0700 Subject: [Ocfs-tools-devel] Mailing lists archives broken? Message-ID: <60C14C611F1DDD4198D53F2F43D8CA3B01397888@orsmsx410> I have posted a few messages to this list but the archives are empty: http://oss.oracle.com/pipermail/ocfs-tools-devel/ The Ocfs-tools-devel Archives No messages have been posted to this list yet, so the archives are currently empty. You can get more information about this list. Can someone take a look at that and see if there is a problem? John From Jizhong_Wang at whirlpool.com Wed Jul 7 09:14:20 2004 From: Jizhong_Wang at whirlpool.com (Jizhong_Wang at whirlpool.com) Date: Wed, 7 Jul 2004 12:14:20 -0400 Subject: [Ocfs-tools-devel] Unable to build RPMS for ocfs-tools-devel Message-ID: all I have revised three files in order to build RPM for ocfs-tools from the lastest devel tree for myself. if anyone interested, simply replace those files with attached, as follows cp -f ocfs-tools.spec* /ocfs-tools/vendor/common cp -f Makefile /ocfs-tools/ocfs2/debugfs.ocfs2 Jizhong Wang Database Administrator Whirlpool Corporation 269-923-3695 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs-tools-devel/attachments/20040707/60b5cfc2/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ocfs-tools.spec.in Type: application/octet-stream Size: 3034 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs-tools-devel/attachments/20040707/60b5cfc2/attachment.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: ocfs-tools.spec Type: application/octet-stream Size: 2995 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs-tools-devel/attachments/20040707/60b5cfc2/attachment-0001.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile Type: application/octet-stream Size: 695 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs-tools-devel/attachments/20040707/60b5cfc2/attachment-0002.obj