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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to