Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699932 - sys-devel/automake-1.16.1-r2: rm: cannot remove 'dir': No such file or directory
Summary: sys-devel/automake-1.16.1-r2: rm: cannot remove 'dir': No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-12 08:54 UTC by Michael Haubenwallner (RETIRED)
Modified: 2019-11-12 09:02 UTC (History)
1 user (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 Michael Haubenwallner (RETIRED) gentoo-dev 2019-11-12 08:54:32 UTC
Not sure what is expected to create a file "$ED/usr/share/info/dir", at least it isn't created during Prefix bootstrap on Cygwin and even Linux.

It turns out that this was 'rm -f dir || die' before, but now is 'rm dir || die' since https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3feae07252c3445c9740a2a8fb418689844d22

Thanks,
/haubi/
Comment 1 Larry the Git Cow gentoo-dev 2019-11-12 09:02:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96404d74babf2ac8494111d21648ac8ceb6ce9d2

commit 96404d74babf2ac8494111d21648ac8ceb6ce9d2
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-11-12 09:02:26 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-11-12 09:02:26 +0000

    sys-devel/automake: Don't fail if rm fails
    
    Closes: https://bugs.gentoo.org/699932
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild | 2 +-
 sys-devel/automake/automake-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)