NetBSD-Bugs archive

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

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



`touch` also has problems vis:

Unhappy:

# set -x ; touch /source/. ; cd /source ; touch /source/. ; time gmake
install-base -j4
+ touch /source/.
touch: /source/.: Operation not supported
+ cd /source
+ touch /source/.
touch: /source/.: Operation not supported
+ gmake install-base -j4
gmake: *** INTERNAL: readdir: Operation not supported.  Stop.

Happy:

# set -x ; ls /source/. ; cd /source ; touch /source/. ; time gmake
install-base -j4
+ ls /source/.
.git                      ...
+ cd /source
+ touch /source/.
+ gmake install-base -j4
...


On Thu, 29 Dec 2022 at 02:45, Thomas Klausner <wiz%netbsd.org@localhost> wrote:
>
> The following reply was made to PR kern/57145; it has been noted by GNATS.
>
> From: Thomas Klausner <wiz%NetBSD.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: kern/57145: gmake: *** INTERNAL: readdir: Operation not
>  supported.  Stop.
> Date: Thu, 29 Dec 2022 08:40:12 +0100
>
>  On Thu, Dec 29, 2022 at 05:35:01AM +0000, andrew.cagney%gmail.com@localhost wrote:
>  > >Number:         57145
>  > >Category:       kern
>  > >Synopsis:       gmake: *** INTERNAL: readdir: Operation not supported.  Stop.
>
>  I saw this too when building emacs28 once:
>
>    ELC      profiler.elc
>  gmake[3]: *** INTERNAL: readdir: Invalid argument.  Stop.
>  gmake[3]: *** Waiting for unfinished jobs....
>    ELC      ps-bdf.elc
>
>  The next build was successful again.
>   Thomas
>


Home | Main Index | Thread Index | Old Index