> On Nov 20, 2015, at 08:11, Daniel Johnson <daniel.johnso...@gmail.com> wrote: > > >> On Nov 20, 2015, at 3:21 AM, Wright, Herbert (NIH/NLM/NCBI) [C] >> <wrigh...@ncbi.nlm.nih.gov> wrote: >> >> Error: >> # cvs co -d release internal/blast/release/bin >> dyld: lazy symbol binding failed: Symbol not found: _openat >> Referenced from: /sw/bin/cvs >> Expected in: /usr/lib/libSystem.B.dylib >> >> dyld: Symbol not found: _openat >> Referenced from: /sw/bin/cvs >> Expected in: /usr/lib/libSystem.B.dylib > > That’s a weird one. openat is a new function introduced with 10.10. Either > your /usr/lib/libSystem.B.dylib has gotten corrupted or overwritten somehow, > or you might have DYLD_LIBRARY_PATH set to something which is screwing up > dyld’s path-searching. > > Daniel > > ------------------------------------------------------------------------------ > _______________________________________________ > Fink-beginners mailing list > Fink-beginners@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.apple.fink.beginners > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-beginners
Hmm, I don’t have it on my 10.11 box (which started out with 10.10, and my cvs was built there—but works): $ nm /usr/lib/libSystem.B.dylib | grep openat $ nm /sw/bin/cvs | grep open U _fdopen U _fdopendir U _fopen 0000000100030940 T _mydbm_open U _open 000000010000d660 T _open_connection_to_server 000000010002ec20 T _open_module U _openat U _opendir U _popen 00000001000410f0 t _rcsbuf_open 0000000100046a80 T _run_popen 0000000100053c40 T _xfopen -- Alexander Hansen, Ph.D. Fink User Liaison ------------------------------------------------------------------------------ _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners