pothosware / homebrew-pothos

Homebrew formulas for Pothos and SoapySDR
https://github.com/pothosware/homebrew-pothos/wiki
MIT License
62 stars 17 forks source link

PothosFlow: dyld: lazy symbol binding failed: Symbol not found: #35

Closed zzdts closed 4 years ago

zzdts commented 4 years ago

dyld: lazy symbol binding failed: Symbol not found: __ZN5boost16re_detail_10700027cpp_regex_traits_char_layerIcE4initEv Referenced from: /usr/local/opt/uhd/lib/libuhd.3.14.1.dylib Expected in: /usr/local/opt/boost/lib/libboost_regex-mt.dylib dyld: Symbol not found: __ZN5boost16re_detail_10700027cpp_regex_traits_char_layerIcE4initEv Referenced from: /usr/local/opt/uhd/lib/libuhd.3.14.1.dylib Expected in: /usr/local/opt/boost/lib/libboost_regex-mt.dylib PothosFlow.EnvironmentEval: zone[]: I/O error: RemoteProxyEnvironment::transact(): connection inactive - Remote environment crashed

guruofquality commented 4 years ago

Looks like a compilation issue with libuhd. Perhaps it was linked against one version of libboost_regex from brew, but another version was maybe available in a commonly searched header directory. Thats my best guess. Double check the build environment for uhd and maybe clean and rebuild things.