Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 20:36:36 +0900 (JST)
From:      Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65879: pdumpfs 0.6 doesn't work correctly on ruby18.
Message-ID:  <200404221136.i3MBaaNI055845@frodo.csg.is.titech.ac.jp>
Resent-Message-ID: <200404221140.i3MBeOZF039655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65879
>Category:       ports
>Synopsis:       pdumpfs 0.6 doesn't work correctly on ruby18.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 22 04:40:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yoshisato YANAGISAWA
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
Graduate School of Information Science and Engineering,Tokyo Institute of Technologoy.
>Environment:
System: FreeBSD frodo.csg.is.titech.ac.jp 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #19: Fri Apr 2 15:18:01 JST 2004 yanagisawa@frodo.csg.is.titech.ac.jp:/usr/obj/usr/src/sys/FRODO i386


	
>Description:
After update ruby16 to ruby18,pdumpfs doesn't work correctly.
And pdumpfs makes directry under directry whose name is made at last update.
Then, No hard links are made for same name and size files.
So, size of backup-files bacomes larger and larger.

>How-To-Repeat:
Just use pdumpfs on not ruby16 but ruby18.
	
>Fix:
Update pdumpfs to version 0.8, which is corrected to work on ruby18.
diff -ruN pdumpfs.bak/Makefile pdumpfs/Makefile
--- pdumpfs.bak/Makefile        Thu Apr 22 20:33:06 2004
+++ pdumpfs/Makefile    Thu Apr 22 20:33:33 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      pdumpfs
-PORTVERSION=   0.6
+PORTVERSION=   0.8
 CATEGORIES=    sysutils
 MASTER_SITES=  http://namazu.org/~satoru/pdumpfs/
 
diff -ruN pdumpfs.bak/distinfo pdumpfs/distinfo
--- pdumpfs.bak/distinfo        Thu Apr 22 20:33:06 2004
+++ pdumpfs/distinfo    Thu Apr 22 20:34:04 2004
@@ -1,2 +1,2 @@
-MD5 (pdumpfs-0.6.tar.gz) = be5c211c3ac23dea5fb2033fe2f67448
-SIZE (pdumpfs-0.6.tar.gz) = 8895
+MD5 (pdumpfs-0.8.tar.gz) = 3ef3f009fd10fcdce5769cd3a2e3434d
+SIZE (pdumpfs-0.8.tar.gz) = 12512

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404221136.i3MBaaNI055845>