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.
The following reply was made to PR pkg/57145; it has been noted by GNATS.
From: Andrew Cagney <andrew.cagney%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: mrg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/57145: gmake: *** INTERNAL: readdir: Operation not supported. Stop.
Date: Sun, 1 Sep 2024 16:19:23 -0400
> > 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