Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7341 - reiserfsprogs update
Summary: reiserfsprogs update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-01 12:54 UTC by Javier Marcet
Modified: 2002-09-13 23:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Marcet 2002-09-01 12:54:24 UTC
Please update it to 3.6.3 which has been available for a while.    
    
And even better we could use 3.6.4-pre1 which includes an important fix  
(20020815), as it's been discused on reiserfs list:  
  
2002-08-20  
	* reiserfsprogs  
		Warning/error messages were changed to more user friendly  
form.  
2002-08-15  
	* reiserfsck  
		Correction of nlinks on fix-fixable was disabled, because  
		fix-fixable zeroes nlinks on the first pass and wants to  
		increment them on semantic pass. But semantic pass is skipped  
		if there are fatal corruptions.		  
2002-08-11  
	* reiserfsck  
		exit codes were fixed  
2002-08-08  
        * reiserfsck  
		a critical bug in journal replaying was fixed.  
	* reiserfsprogs  
		called 3.6.3.  
  
The ebuild for 3.6.3 requires no change, for 3.6.4-pre1:  
 diff -ur /portage/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild 
portage/sys-apps/reiserfsprogs/reiserfsprogs-3.6.4_pre1.ebuild 
--- /portage/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild  Wed Aug 14 
05:50:36 2002 
+++ portage/sys-apps/reiserfsprogs/reiserfsprogs-3.6.4_pre1.ebuild      Sun 
Sep  1 19:48:39 2002 
@@ -1,10 +1,10 @@ 
 # Copyright 1999-2002 Gentoo Technologies, Inc. 
 # Distributed under the terms of the GNU General Public License v2 
 # $Header: 
/home/cvsroot/gentoo-x86/sys-apps/reiserfsprogs/reiserfsprogs-3.6.2.ebuild,v 
1.5 2002/08/14 03:26:36 murphy Exp $ 
 
-S=${WORKDIR}/${P} 
+S=${WORKDIR}/${P/_pre/-pre} 
 DESCRIPTION="Reiserfs Utilities" 
-SRC_URI="ftp://ftp.namesys.com/pub/reiserfsprogs/${P}.tar.gz" 
+SRC_URI="ftp://ftp.namesys.com/pub/reiserfsprogs/pre/${P/_pre/-pre}.tar.gz" 
 HOMEPAGE="http://www.namesys.com" 
 KEYWORDS="x86 ppc sparc sparc64" 
 SLOT="0" 
@@ -20,7 +20,7 @@ 
 
 src_install () { 
        make DESTDIR=${D} install || die 
-       dodir /usr/share 
+       dodoc ChangeLog COPYING INSTALL README 
        cd ${D} 
        mv man usr/share 
        dosym /sbin/reiserfsck /sbin/fsck.reiserfs
Comment 1 Donny Davies (RETIRED) gentoo-dev 2002-09-13 23:32:28 UTC
looks like LL took care of this already and i forgot to close this.

i was/am disinclined to add a _pre4 at this time..

regards.