[issue27713] Spurious "platform dependent libraries" warnings when running make

2016-08-19 Thread Ned Deily
Ned Deily added the comment: That was easy; thanks, Xiang Zhang! Pushed for release in 3.5.3 and 3.6.0. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue27713] Spurious "platform dependent libraries" warnings when running make

2016-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97b996d81c62 by Ned Deily in branch '3.5': Issue #27713: Surpress spurious build warnings when updating importlib's https://hg.python.org/cpython/rev/97b996d81c62 New changeset 751ca458d669 by Ned Deily in branch 'default': Issue #27713: merge from

[issue27713] Spurious "platform dependent libraries" warnings when running make

2016-08-19 Thread Xiang Zhang
Xiang Zhang added the comment: This is the design of getpath.c, when no exec/exec_prefix can be found it will emit warning and use the default one. Fortunately it gives use the ability to suppress the warnings. :) Simply set Py_FrozenFlag in _freeze_importlib.c can solve this problem. Upload

[issue27713] Spurious "platform dependent libraries" warnings when running make

2016-08-14 Thread Xiang Zhang
Changes by Xiang Zhang : -- nosy: +xiang.zhang ___ Python tracker ___ ___ Python-bugs-list

[issue27713] Spurious "platform dependent libraries" warnings when running make

2016-08-09 Thread Ned Deily
Changes by Ned Deily : -- components: +Build -Installation nosy: +ned.deily stage: -> needs patch versions: +Python 3.6 ___ Python tracker

[issue27713] Spurious "platform dependent libraries" warnings when running make

2016-08-08 Thread Chris Jerdonek
New submission from Chris Jerdonek: When installing Python 3.5.2 from source on Ubuntu 14.04 and running make, I get the below "Could not find platform dependent libraries" warnings (which I prefixed with "***" for better visibility). >From this message which has more background, these warnings