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 chris.jerdonek
Recipients chris.jerdonek
Date 2016-08-08.18:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470679566.14.0.658709147971.issue27713@psf.upfronthosting.co.za>
In-reply-to
Content
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 are
apparently harmless:

https://mail.python.org/pipermail/python-dev/2016-August/145783.html


    	      -DHGBRANCH="\"`LC_ALL=C `\"" \
    	      -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
    gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Programs/_freeze_importlib.o Programs/_freeze_importlib.c
    gcc -pthread   -o Programs/_freeze_importlib Programs/_freeze_importlib.o Modules/getbuildinfo.o Parser/acceler.o [**snipped for brevity**]  Modules/xxsubtype.o -lpthread -ldl  -lutil   -lm  
    if test "no" != "yes"; then \
    	    ./Programs/_freeze_importlib \
    	        ./Lib/importlib/_bootstrap.py Python/importlib.h; \
    	fi
    ***: Could not find platform dependent libraries <exec_prefix>
    ***: Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
    if test "no" != "yes"; then \
    	    ./Programs/_freeze_importlib \
    	        ./Lib/importlib/_bootstrap_external.py Python/importlib_external.h; \
    	fi
    ***: Could not find platform dependent libraries <exec_prefix>
    ***: Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
    gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
    rm -f libpython3.5m.a
    ar rc libpython3.5m.a Modules/getbuildinfo.o
History
Date User Action Args
2016-08-08 18:06:06chris.jerdoneksetrecipients: + chris.jerdonek
2016-08-08 18:06:06chris.jerdoneksetmessageid: <1470679566.14.0.658709147971.issue27713@psf.upfronthosting.co.za>
2016-08-08 18:06:06chris.jerdoneklinkissue27713 messages
2016-08-08 18:06:05chris.jerdonekcreate