dpaf icon indicating copy to clipboard operation
dpaf copied to clipboard

macOS 10.12 coprocess error

Open valentinocossar opened this issue 7 years ago • 4 comments

Hi, is this tool built only for macOS 10.13? Because the coprocess returns me this error with macOS 10.12:

[10038] Error loading Python lib '/Applications/dpaf.app/Contents/MacOS/.Python': dlopen: dlopen(/Applications/dpaf.app/Contents/MacOS/.Python, 10): Symbol not found: _futimens

  Referenced from: /Applications/dpaf.app/Contents/MacOS/.Python (which was built for Mac OS X 10.13)

  Expected in: /usr/lib/libSystem.B.dylib

 in /Applications/dpaf.app/Contents/MacOS/.Python

Thank you!

valentinocossar avatar Oct 21 '17 14:10 valentinocossar

Hi there,

I don't have access to 10.12 or lower. I have reached out to CircleCI to see if they can donate time to build it on that, otherwise I can send you instructions on how to build it locally.

tomvachon avatar Oct 24 '17 11:10 tomvachon

Hi, at the moment I don't have a lot of time to test it, but if I'll have some spare time I'll try to help you to test it with macOS 10.12. Thank you very much!

valentinocossar avatar Oct 24 '17 12:10 valentinocossar

oddly enough this still happens when building it on 10.12

/Volumes/dpaf/dpaf.app/Contents/MacOS/dpaf ; exit; [16971] Error loading Python lib '/Volumes/dpaf/dpaf.app/Contents/MacOS/.Python': dlopen: dlopen(/Volumes/dpaf/dpaf.app/Contents/MacOS/.Python, 10): Symbol not found: _futimens Referenced from: /Volumes/dpaf/dpaf.app/Contents/MacOS/.Python (which was built for Mac OS X 10.13) Expected in: /usr/lib/libSystem.B.dylib in /Volumes/dpaf/dpaf.app/Contents/MacOS/.Python

liammac avatar Nov 23 '17 19:11 liammac

I built via python3. Are you able to build touchracer as a test?

On Thu, Nov 23, 2017 at 2:40 PM Liam [email protected] wrote:

oddly enough this still happens when building it on 10.12

/Volumes/dpaf/dpaf.app/Contents/MacOS/dpaf ; exit; [16971] Error loading Python lib '/Volumes/dpaf/dpaf.app/Contents/MacOS/.Python': dlopen: dlopen(/Volumes/dpaf/dpaf.app/Contents/MacOS/.Python, 10): Symbol not found: _futimens Referenced from: /Volumes/dpaf/dpaf.app/Contents/MacOS/.Python (which was built for Mac OS X 10.13) Expected in: /usr/lib/libSystem.B.dylib in /Volumes/dpaf/dpaf.app/Contents/MacOS/.Python

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/tomvachon/dpaf/issues/1#issuecomment-346688206, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUQRdGMNT9gwpLeqK1Y3EDX0SJFQ5Tiks5s5coegaJpZM4QBk39 .

tomvachon avatar Nov 24 '17 01:11 tomvachon