Summary: | [patch] sys-kernel/genkernel-3.4.10.907 rm: cannot remove `/var/cache/genkernel/src': Is a directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vladimir Berezhnoy <non7top> |
Component: | Current packages | Assignee: | Gentoo Genkernel Maintainers <genkernel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sping |
Priority: | High | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 351772 | ||
Attachments: |
Check if is a directory and remove it with rm -rf.
Fix warning "rm: cannot remove `/var/cache/genkernel/src': Is a directory" |
Description
Vladimir Berezhnoy
2010-11-29 20:14:21 UTC
Created attachment 255927 [details, diff]
Check if is a directory and remove it with rm -rf.
See my first patch, maybe it will be useful.
removing directory is not an option m linux # genkernel all --lvm --mdadm * Gentoo Linux Genkernel; Version 3.4.10.907 * Running with options: all --lvm --mdadm * Clearing cache dir contents from /var/cache/genkernel Could not find source tarball /var/cache/genkernel/src/busybox-1.7.4.tar.bz2. Please refetch. PS: Adding keyword "Inclusion" and "[patch] " prefix to better show this bug's nature in searches... Created attachment 259533 [details, diff]
Fix warning "rm: cannot remove `/var/cache/genkernel/src': Is a directory"
This patch got pushed to the experimental branch exposed by genkernel-99999 (five nines). Looks fixed to me, please report back.
|