Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172969 - app-portage/gentoolkit - bad path to rm in eread script
Summary: app-portage/gentoolkit - bad path to rm in eread script
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
: 201539 203373 233999 (view as bug list)
Depends on:
Blocks: 170220
  Show dependency tree
 
Reported: 2007-04-01 06:40 UTC by Grzegorz Mucha
Modified: 2009-05-06 19:48 UTC (History)
5 users (show)

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 Grzegorz Mucha 2007-04-01 06:40:10 UTC
After changing locations of some programs in sys-apps/coreutils there is a bad path to /usr/bin/rm in line 57 of /usr/bin/eread:

/usr/bin/rm -f ${FILE}

should be

/bin/rm -f ${FILE}

recent update of app-portage/gentoolkit (0.2.3-r1) does not correct it.

Reproducible: Always
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2007-04-01 07:10:08 UTC
Fixed eclean and checked other gentoolkit things for problems.
Comment 2 Paul Varner (RETIRED) gentoo-dev 2007-04-11 05:03:57 UTC
Released in gentoolkit-0.2.4_pre4
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-05-19 15:49:24 UTC
(In reply to comment #2)
> Released in gentoolkit-0.2.4_pre4
> 

With sys-apps/coreutils-6.7-r1 stable could this be fixed for stable users too?

Calculating dependencies... done!
[ebuild   R   ] sys-apps/coreutils-6.7-r1  USE="acl nls (-selinux) -static -xattr" 0 kB
[ebuild   R   ] app-portage/gentoolkit-0.2.3-r1  0 kB

Choice? 1
Delete file? [y/N] y
/usr/bin/eread: line 57: /usr/bin/rm: No such file or directory
Unable to delete app-editors:nano-2.0.4:20070505-230238.log
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-12-06 23:25:40 UTC
*** Bug 201539 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-12-26 12:22:23 UTC
*** Bug 203373 has been marked as a duplicate of this bug. ***
Comment 6 Arvid Norlander 2008-03-04 13:16:02 UTC
Just like to point out that this has still not hit stable, maybe time back port the fix, or stabilize new version...
Comment 7 Paul Varner (RETIRED) gentoo-dev 2009-05-06 19:48:09 UTC
*** Bug 233999 has been marked as a duplicate of this bug. ***