NetBSD-Bugs archive

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

Re: pkg/57145: gmake: *** INTERNAL: readdir: Operation not supported. Stop.



The following reply was made to PR kern/57145; it has been noted by GNATS.

From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/57145: gmake: *** INTERNAL: readdir: Operation not supported. Stop.
Date: Sat, 7 Sep 2024 19:59:24 -0000 (UTC)

 gnats-admin%NetBSD.org@localhost (" Andrew Cagney  via gnats") writes:
 
 > [root@netbsd source]# cc open-lseek.c
 > [root@netbsd source]# ./a.out
 > missing mount-point[root@netbsd source 1]# ./a.out /testing
 > chdir(/testing)
 > flags 600004 vs 600004
 > mode f0 vs f0
 > open(.,600004,f0)
 > lseek(3, 0, SEEK_CUR)
 > lseek: Operation not supported
 
 That's autofs that does implement readdir() but not lseek().
 The result is the 'Operation not supported' error (instead of
 something like EISDIR).
 


Home | Main Index | Thread Index | Old Index