This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2016-10-02.22:59:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475449173.08.0.90782279022.issue28341@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-10-02 22:59:33skip.montanarosetrecipients: + skip.montanaro
2016-10-02 22:59:33skip.montanarosetmessageid: <1475449173.08.0.90782279022.issue28341@psf.upfronthosting.co.za>
2016-10-02 22:59:33skip.montanarolinkissue28341 messages
2016-10-02 22:59:32skip.montanarocreate