factor/extra/ldcache
Chris Double 487141d440 Fix linux find-so failure if no old ld entries exist
If '/etc/ld.so.cache' does not contain any old entries
using the 'HeaderOld' struct then it fails with a bad-magic
error before looking for the HeaderNew entries.

My Ubuntu 19.10 system doesn't have any old entries so always
fails here when using 'load-all', which results in the
'extra/llvm' vocab failing due to using 'find-so'.

The fix implemented here is to catch the error and recover from
it by seeking back to the start of the header before looking for
the new header entries.
2020-01-29 06:17:37 -08:00
..
authors.txt basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
ldcache-docs.factor ldcache: fixing article title 2017-07-03 18:48:39 +02:00
ldcache-tests.factor ldcache: new vocab for reading and parsing the /etc/ld.so.cache file 2017-07-03 00:47:40 +02:00
ldcache.factor Fix linux find-so failure if no old ld entries exist 2020-01-29 06:17:37 -08:00
tags.txt basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00