svn commit: r347566 - in head/sys: amd64/amd64 amd64/include dev/cpuctl i386/i386 i386/include x86/include x86/x86

Rick Macklem rmacklem at uoguelph.ca
Thu May 16 00:09:22 UTC 2019


Konstantin Belousov wrote:
[lots of stuff snipped]
>On Wed, May 15, 2019 at 08:31:23PM +0300, Dmitry Chagin wrote:
>>
>> yes, you are right. thank you! but in the best tradition of the project,
>> the system does not built,
>> I got ar error when building static llvm library:
>> ar: fatal: Symbol table offset overflow
>> *** Error code 70
errno 70 is ESTALE, which is an NFS error indicating that the file was deleted
on the NFS server.
If you are using an NFS mount, I'd suggest trying it on a local disk.
(NFS isn't a POSIX compliant file system and never will be, given the protocol
 specification. You can usually get away with builds on NFS, but...)

If you aren't using a NFS mount, then I have no idea why an ESTALE would happen?

>>
>> Stop.
>> make[6]: stopped in /home/dchagin/head/lib/clang/libllvm
>> *** Error code 1
>Perhaps try to manually compile usr.bin/ar from the new source and install
>it before doing buildworld.

Good luck with it, rick


More information about the svn-src-all mailing list