Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108942 - durep-0.9-r1 doesn't interpretate sizes given in gigabytes
Summary: durep-0.9-r1 doesn't interpretate sizes given in gigabytes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 16:14 UTC by Stephen Tallowitz
Modified: 2006-06-04 02:35 UTC (History)
0 users

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


Attachments
Patch for the gigabyte problem (durep-giga-patch.diff,329 bytes, patch)
2005-10-11 16:16 UTC, Stephen Tallowitz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Tallowitz 2005-10-11 16:14:54 UTC
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 Stephen Tallowitz 2005-10-11 16:16:47 UTC
Created attachment 70423 [details, diff]
Patch for the gigabyte problem
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-11 16:46:49 UTC
- missing metadata.xml
Comment 3 Stephen Tallowitz 2005-10-16 11:34:17 UTC
sent a mail about this bug to author (as there is no package maintainer at the
moment)
Comment 4 SpanKY gentoo-dev 2006-06-04 02:35:35 UTC
thanks, durep-0.9-r2 now in portage with your patch