Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69633 - app-misc/wipe - doesn't wipe files if pathname given in argument.
Summary: app-misc/wipe - doesn't wipe files if pathname given in argument.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard:
Keywords:
Depends on: 196392
Blocks:
  Show dependency tree
 
Reported: 2004-10-31 09:11 UTC by David Brown
Modified: 2007-10-19 10:41 UTC (History)
2 users (show)

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


Attachments
wipe-2.2.20050509.ebuild.diff (wipe-2.2.20050509.ebuild.diff,789 bytes, patch)
2006-09-25 18:05 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Brown 2004-10-31 09:11:33 UTC
$ wipe a/b
wipe: cannot rename `a/F': No such file or directory


Reproducible: Always
Steps to Reproduce:
$ mkdir a
$ touch a/b
$ wipte a/b
Actual Results:  
wipe: cannot rename `a/F': No such file or directory

Expected Results:  
Wiped the file.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-11-03 14:12:35 UTC
merlin, since you submitted this package in the first place, would you like to own it now?
Comment 2 Cory Visi (RETIRED) gentoo-dev 2006-05-24 15:56:14 UTC
The sad answer to this bug is that this version of wipe does not support pathnames in the file parameter.  I will upgrade wipe to a beta version (2.3.0) dated 05/09/2005 which seems to "fix" this problem.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-11 15:51:09 UTC
Hmmm?
Comment 4 Alec Warner (RETIRED) archtester gentoo-dev Security 2006-09-25 16:57:42 UTC
antarus@kyoto ~/code/pkgcore/bin $ ./pquery --revdep=app-misc/wipe -v
antarus@kyoto ~/code/pkgcore/bin $  

old
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2006-09-25 17:45:14 UTC
replacement?  i wish all packages this old built and ran so cleanly.
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2006-09-25 18:05:06 UTC
Created attachment 98086 [details, diff]
wipe-2.2.20050509.ebuild.diff

dirtyepic@tycho ~ $ mkdir a
dirtyepic@tycho ~ $ touch a/b
dirtyepic@tycho ~ $ wipe a/b
dirtyepic@tycho ~ $
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2006-09-25 18:11:56 UTC
oops, forgot.

-KEYWORDS="x86 ppc amd64 sparc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"

:P
Comment 8 Alec Warner (RETIRED) archtester gentoo-dev Security 2006-09-25 18:46:49 UTC
Needs a maintainer...
Comment 9 Alec Warner (RETIRED) archtester gentoo-dev Security 2006-09-25 19:07:29 UTC
Alec needs to follow his own friggin guidelines; adding maintainer-needed to cc.
Comment 10 Charlie Shepherd (RETIRED) gentoo-dev 2006-12-03 15:23:15 UTC
Thanks Ryan, fixed in CVS