pkgsrc-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.
> > Can you share your reproducer for this? Maybe we can adapt it to an
> > atf test.
probably
- set up a automounted NFS filesystem on /mnt/broken, say
- execute
chdir(/mnt/broken)
fd = open(".")
lseek(fd, 0,0,0/*,1?!?*/; /* 45 Operation not supported */
but I'm assuming this is a kernel problem (after the lseek() comes the
getdents()). I'll play with it in a few days.
Home |
Main Index |
Thread Index |
Old Index