bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot remove `...': Function not implemented


From: Jim Meyering
Subject: Re: cannot remove `...': Function not implemented
Date: Tue, 19 Aug 2008 14:56:04 +0200

"naruto canada" <address@hidden> wrote:
> Starting from coreutils-6.3.tar.bz2 upward, when compiled against glibc-2.5.1,
> "rm" requires /proc mounted else this error "cannot remove `...':
> Function not implemented" is triggered.

I reworked remove.c to use the then-new *at functions (openat, statat,
etc.) and when those kernel functions are not available, the code
falls back on using /proc-based emulation, when possible.
There's a still older approach (lib/save-cwd.c), which is what
earlier versions of coreutils use.

If you're stuck using glibc-2.5.x, can you stick with
the older version of coreutils, too?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]