[New-bugs-announce] [issue28341] cpython tip fails to build on Mac OS X

Skip Montanaro report at bugs.python.org
Sun Oct 2 18:59:33 EDT 2016


New submission from Skip Montanaro:

Just trying an infrequent update of tip (last time seems to have been early July), I get a link error on my Mac:

% make
./Programs/_freeze_importlib \
	    ./Lib/importlib/_bootstrap.py Python/importlib.h
dyld: lazy symbol binding failed: Symbol not found: _getentropy
  Referenced from: /Users/skip/src/hgpython/cpython/./Programs/_freeze_importlib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _getentropy
  Referenced from: /Users/skip/src/hgpython/cpython/./Programs/_freeze_importlib
  Expected in: /usr/lib/libSystem.B.dylib

make: *** [Python/importlib.h] Trace/BPT trap: 5

I'm running Mac OS X 10.11.6, and upgraded to XCode 8.0 a few days ago. Searching for the error, I saw some suggestions elsewhere on the web that this might be a known problem, though I saw nothing here (just searched for _getentropy).

----------
components: Build
messages: 277914
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: cpython tip fails to build on Mac OS X
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28341>
_______________________________________


More information about the New-bugs-announce mailing list