NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/52825: cross-build failure on FreeBSD/amd64
The following reply was made to PR toolchain/52825; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/52825: cross-build failure on FreeBSD/amd64
Date: Sat, 16 Dec 2017 23:24:22 +0700
Date: Sat, 16 Dec 2017 13:45:00 +0000 (UTC)
From: Shinichi Doyashiki <clare%csel.org@localhost>
Message-ID: <20171216134500.BA1BB7A182%mollari.NetBSD.org@localhost>
| >> /export/stage/destdir/amd64/METALOG
| nbcat: stdout: Operation not supported
What kind of filesystem is /export/stage/destdir/amd64 ?
The "not supported" operation would be from:
if (fcntl(STDOUT_FILENO, F_SETLKW, &stdout_lock) == -1)
err(EXIT_FAILURE, "stdout");
and is indicating that the file cannot be locked - which likely means
that locks are not supported on the output filesystem.
kre
Home |
Main Index |
Thread Index |
Old Index