pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: tnn
Date: Mon Mar 16 13:53:05 UTC 2015
Modified Files:
pkgsrc/lang/python33: Makefile distinfo
pkgsrc/lang/python33/patches: patch-au
pkgsrc/lang/python34: distinfo
pkgsrc/lang/python34/patches: patch-au
Log Message:
Fix a MAKE_JOBS safety problem. In the recipe for Python/importlib.h it
launches a submake for _freeze_importlib before all the object files have
been compiled. List $(LIBRARY_OBJS_OMIT_FROZEN) as dependencies to make it
wait until it is safe to launch the submake.
Should fix occasional errors of the sort:
Python/Python-ast.o: file not recognized: File truncated
*** [Modules/_freeze_importlib] Error code 1
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/python33/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/python33/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python33/patches/patch-au
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/python34/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python34/patches/patch-au
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index