Bug 108942 - durep-0.9-r1 doesn't interpretate sizes given in gigabytes
Bug#: 108942 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: vapier@gentoo.org Reported By: dev@tallowitz.ch
Component: Unspecified
URL: 
Summary: durep-0.9-r1 doesn't interpretate sizes given in gigabytes
Keywords:  
Status Whiteboard: 
Opened: 2005-10-11 16:14 0000
Description:   Opened: 2005-10-11 16:14 0000
example: entering
durep -hs 1g
to filter out files and directories < 1 Gigabyte doesn't work. It will just
display all files, no matter what size.

Reproducible: Always
Steps to Reproduce:
1. emerge durep-0.9-r1
2.
3.

Actual Results:  
all files are displayed, the size-filter not having any effect at all.

Expected Results:  
only display files and directories >= 1 Gigabyte

there is a patch attached.

simplest workaround is to enter something like:
durep -hs 1000m

the bug also effects the parameter "coalescefiles"

------- Comment #1 From Stephen Tallowitz 2005-10-11 16:16:47 0000 -------
Created an attachment (id=70423) [details]
Patch for the gigabyte problem

------- Comment #2 From Carsten Lohrke 2005-10-11 16:46:49 0000 -------
- missing metadata.xml

------- Comment #3 From Stephen Tallowitz 2005-10-16 11:34:17 0000 -------
sent a mail about this bug to author (as there is no package maintainer at the
moment)

------- Comment #4 From SpanKY 2006-06-04 02:35:35 0000 -------
thanks, durep-0.9-r2 now in portage with your patch