[Nix-dev] tar mkdir function not implemented

Lluís Batlle i Rossell viriketo at gmail.com
Thu Nov 3 21:29:12 CET 2011


On Thu, Nov 03, 2011 at 02:14:52PM -0600, quick at sparq.org wrote:
> Now I'm seeing this:
> 
> $ nix-env -i hello
> ...
> building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5
> tar: zlib-1.2.5: Cannot mkdir: Function not implemented
> ...
> 
> 
> I tried using -v (or multiples) to see the tar command-line, but I was unable 
> to see it.  I also could not find "unpacking source" or the tar invocation in 
> the nix sources (although I found other unpacking statements).

Hello,

What kernel is this? "Function not implemented" is the 'errno' value for a syscall
not implemented, isn't it?

Regards,
Lluís.


More information about the nix-dev mailing list